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

.shg-category-root {
  display: grid;
  column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 {
  margin-left: auto;
margin-right: auto;
}

#s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-prev,
#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-next {
  
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-prev svg,
#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){#s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-prev,
#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-next {
  
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-prev svg,
#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-1f2bf1e9-b2ac-4202-aba2-39082db19ed9 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-0dfc8491-08fe-4ea9-a5b5-76a01ffa9662 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-626425dc-3d82-45e2-bec4-154b9a1aba43 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 {
  max-width:  100%;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  aspect-ratio: 1:1;
}


@media (min-width: 1200px){
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 {
  max-width:  100%;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  aspect-ratio: 1:1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 {
  max-width:  100%;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  aspect-ratio: 1:1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 {
  max-width:  100%;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  aspect-ratio: 1:1;
}


}@media (max-width: 767px){
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 {
  max-width:  100%;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 .shg-image-zoom,
.shg-c#s-626425dc-3d82-45e2-bec4-154b9a1aba43 img.shogun-image {
  aspect-ratio: 1:1;
}


}
.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;
  
  
  text-transform: none;
  
  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-4d9861fa-aa79-42b4-80e2-0655c49b37c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d9861fa-aa79-42b4-80e2-0655c49b37c8 .shg-product-title-component h1 {
  color: rgba(0, 62, 81, 1);
  
  
  
  font-size: 1em;
  
  
  
}

#s-7b628a01-f182-40f8-8317-24efd5a7f379 {
  margin-left: auto;
margin-right: auto;
}

#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 {
  max-width:  100%;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom,
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 {
  max-width:  100%;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom,
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 {
  max-width:  100%;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom,
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 {
  max-width:  100%;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom,
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 {
  max-width:  100%;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom,
.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8faec5be-d9a0-4f38-8503-4fc89c88d2e6 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





}
#s-77c95a51-9209-4f14-9473-1eec05a5321a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77c95a51-9209-4f14-9473-1eec05a5321a .shg-product-title-component h1 {
  color: rgba(0, 62, 81, 1);
  
  
  
  font-size: 1em;
  
  
  
}

#s-e9f87e0c-00bd-4fad-a560-dbb8cf4c3477 {
  margin-left: auto;
margin-right: auto;
}

#s-fec26f1c-69bd-40a7-8634-d62262861376 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 {
  max-width:  100%;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom,
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 {
  max-width:  100%;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom,
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 {
  max-width:  100%;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom,
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 {
  max-width:  100%;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom,
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 {
  max-width:  100%;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom,
.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fec26f1c-69bd-40a7-8634-d62262861376 .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





}
#s-06578511-c34c-433e-be42-912fbb76c8b9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06578511-c34c-433e-be42-912fbb76c8b9 .shg-product-title-component h1 {
  color: rgba(0, 62, 81, 1);
  
  
  
  font-size: 1em;
  
  
  
}

#s-1d160aae-6a94-4b23-8db9-11397b3b09da {
  margin-left: auto;
margin-right: auto;
}

#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 {
  max-width:  100%;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom,
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 {
  max-width:  100%;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom,
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 {
  max-width:  100%;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom,
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 {
  max-width:  100%;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom,
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 {
  max-width:  100%;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom,
.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2a7c2e01-6629-4345-9ff7-8802f4f844e5 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





}
#s-bdae0df1-d345-4532-a8de-3bbd7d8a3dc8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdae0df1-d345-4532-a8de-3bbd7d8a3dc8 .shg-product-title-component h1 {
  color: rgba(0, 62, 81, 1);
  
  
  
  font-size: 1em;
  
  
  
}

#s-f28cb3fd-9726-494c-a064-64379fa18011 {
  margin-left: auto;
margin-right: auto;
}

#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 {
  max-width:  100%;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom,
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 {
  max-width:  100%;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom,
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 {
  max-width:  100%;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom,
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 {
  max-width:  100%;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom,
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 {
  max-width:  100%;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom,
.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b4ff09f8-a622-43cf-b53b-bd0c261913c3 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}
#s-741fc604-35f5-4804-a5dd-851d4f31363b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-741fc604-35f5-4804-a5dd-851d4f31363b .shg-product-title-component h1 {
  color: rgba(0, 62, 81, 1);
  
  
  
  font-size: 1em;
  
  
  
}

#s-fcb11ca3-ceba-4090-8c84-1ee3396d70c6 {
  margin-left: auto;
margin-right: auto;
}

#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 {
  max-width:  100%;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom,
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 {
  max-width:  100%;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom,
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 {
  max-width:  100%;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom,
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 {
  max-width:  100%;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom,
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 {
  max-width:  100%;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom,
.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f779ca7f-4f2a-4e67-9bcf-98ac1fd4a401 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}
#s-8282d208-5793-4d5a-987c-f64b50b672e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8282d208-5793-4d5a-987c-f64b50b672e7 .shg-product-title-component h1 {
  color: rgba(0, 62, 81, 1);
  
  
  
  font-size: 1em;
  
  
  
}

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

.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-2dcd19f5-cbce-4211-ac09-e7726a64f185 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2dcd19f5-cbce-4211-ac09-e7726a64f185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dcd19f5-cbce-4211-ac09-e7726a64f185.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;
}

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

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

#s-ca67bc80-3378-453f-9d3c-4b074f127e61 {
  margin-left: auto;
margin-right: auto;
min-height: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca67bc80-3378-453f-9d3c-4b074f127e61 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-ca67bc80-3378-453f-9d3c-4b074f127e61 {
  min-height: 300px;
}
}
@media (min-width: 0px) {
[id="s-ca67bc80-3378-453f-9d3c-4b074f127e61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca67bc80-3378-453f-9d3c-4b074f127e61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca67bc80-3378-453f-9d3c-4b074f127e61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ca67bc80-3378-453f-9d3c-4b074f127e61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca67bc80-3378-453f-9d3c-4b074f127e61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca67bc80-3378-453f-9d3c-4b074f127e61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ca67bc80-3378-453f-9d3c-4b074f127e61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  background-repeat: no-repeat;
background-color: rgba(255, 242, 210, 0);
}
}@media (max-width: 767px){#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 300px;
}
}







#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268.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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 {
  margin-bottom: 10px;
}
}
#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 3.5em;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.2em;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-21ea35a7-a0cd-44ca-9fbe-4b8800af8ae9 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1.5em;
  
  text-align: center;
}


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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-ee699387-748a-4b13-8f9d-7539d1347190 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ee699387-748a-4b13-8f9d-7539d1347190:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ee699387-748a-4b13-8f9d-7539d1347190:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ee699387-748a-4b13-8f9d-7539d1347190 {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-ee699387-748a-4b13-8f9d-7539d1347190:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-ee699387-748a-4b13-8f9d-7539d1347190 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-ee699387-748a-4b13-8f9d-7539d1347190 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-ee699387-748a-4b13-8f9d-7539d1347190-root {
    text-align: center;
  }


#s-ee699387-748a-4b13-8f9d-7539d1347190.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee699387-748a-4b13-8f9d-7539d1347190-root {
    text-align: center;
  }


#s-ee699387-748a-4b13-8f9d-7539d1347190.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee699387-748a-4b13-8f9d-7539d1347190-root {
    text-align: center;
  }


#s-ee699387-748a-4b13-8f9d-7539d1347190.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee699387-748a-4b13-8f9d-7539d1347190-root {
    text-align: center;
  }


#s-ee699387-748a-4b13-8f9d-7539d1347190.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee699387-748a-4b13-8f9d-7539d1347190-root {
    text-align: center;
  }


#s-ee699387-748a-4b13-8f9d-7539d1347190.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 650px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  min-height: 450px;
}
}@media (max-width: 767px){#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  min-height: 400px;
}
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/480x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/960x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/768x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/1536x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/1024x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/2048x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/1200x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc {
  background-image: url(https://i.shgcdn.com/ad5be2d0-3dca-4ba8-86e4-4974338998d4/-/resize/2048x/);
}
#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad1d0f3-7c5c-459d-b081-af4dd64bdbfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b10d563c-b26a-43b5-90fa-dbb122726796 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b10d563c-b26a-43b5-90fa-dbb122726796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b10d563c-b26a-43b5-90fa-dbb122726796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0631a73b-e4b1-4708-8442-5857b505b08e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0631a73b-e4b1-4708-8442-5857b505b08e .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-6ade972f-b202-452a-9c74-cb88a4d9a320 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 > .swiper-button-prev,
#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 > .swiper-button-next {
  
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 > .swiper-button-prev svg,
#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-6ade972f-b202-452a-9c74-cb88a4d9a320 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-ac51c5d5-4fb0-4721-ab08-806a36747a1f {
  margin-left: auto;
margin-right: auto;
}

#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 {
  max-width:  100%;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 {
  max-width:  100%;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 {
  max-width:  100%;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 {
  max-width:  100%;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 {
  max-width:  100%;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 .shg-image-zoom,
.shg-c#s-d5cd6301-ac47-44cc-b4b8-77ced3d37223 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-b7d86a72-3f8e-4461-9554-b42d97b44ddf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 62, 81, 1);
border-style: none;
text-align: center;
}

#s-b7d86a72-3f8e-4461-9554-b42d97b44ddf .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-e0b232ae-19bf-4c92-bfa3-f3096c23a2f8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e0b232ae-19bf-4c92-bfa3-f3096c23a2f8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-e0b232ae-19bf-4c92-bfa3-f3096c23a2f8 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e0b232ae-19bf-4c92-bfa3-f3096c23a2f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-a3b04536-f62a-4242-886c-1acfb6540874 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a3b04536-f62a-4242-886c-1acfb6540874:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3b04536-f62a-4242-886c-1acfb6540874:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a3b04536-f62a-4242-886c-1acfb6540874-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b04536-f62a-4242-886c-1acfb6540874 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-a3b04536-f62a-4242-886c-1acfb6540874-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b04536-f62a-4242-886c-1acfb6540874 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3b04536-f62a-4242-886c-1acfb6540874-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b04536-f62a-4242-886c-1acfb6540874 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a3b04536-f62a-4242-886c-1acfb6540874-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b04536-f62a-4242-886c-1acfb6540874 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-a3b04536-f62a-4242-886c-1acfb6540874-atc-btn-wrapper {
    text-align: center;
  }


#s-a3b04536-f62a-4242-886c-1acfb6540874 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3b04536-f62a-4242-886c-1acfb6540874.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-d13fd2ef-eca5-41a7-a2f7-4b0b3c34c3c5 {
  margin-left: auto;
margin-right: auto;
}

#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 {
  max-width:  100%;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 {
  max-width:  100%;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 {
  max-width:  100%;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 {
  max-width:  100%;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 {
  max-width:  100%;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 .shg-image-zoom,
.shg-c#s-3e1b4767-2592-43bf-a8f9-630d4de35aa6 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-2a49b75d-0a4a-46e7-bf9f-35ef8c97db5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 62, 81, 1);
border-style: none;
text-align: center;
}

#s-2a49b75d-0a4a-46e7-bf9f-35ef8c97db5e .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-5145f0b2-bc8a-4a5c-8764-cfbaad77fc0b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5145f0b2-bc8a-4a5c-8764-cfbaad77fc0b .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5145f0b2-bc8a-4a5c-8764-cfbaad77fc0b .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5145f0b2-bc8a-4a5c-8764-cfbaad77fc0b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0a284c25-9193-4d28-a2a8-57d2e3227aed:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a284c25-9193-4d28-a2a8-57d2e3227aed:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0a284c25-9193-4d28-a2a8-57d2e3227aed-atc-btn-wrapper {
    text-align: center;
  }


#s-0a284c25-9193-4d28-a2a8-57d2e3227aed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-0a284c25-9193-4d28-a2a8-57d2e3227aed-atc-btn-wrapper {
    text-align: center;
  }


#s-0a284c25-9193-4d28-a2a8-57d2e3227aed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a284c25-9193-4d28-a2a8-57d2e3227aed-atc-btn-wrapper {
    text-align: center;
  }


#s-0a284c25-9193-4d28-a2a8-57d2e3227aed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0a284c25-9193-4d28-a2a8-57d2e3227aed-atc-btn-wrapper {
    text-align: center;
  }


#s-0a284c25-9193-4d28-a2a8-57d2e3227aed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-0a284c25-9193-4d28-a2a8-57d2e3227aed-atc-btn-wrapper {
    text-align: center;
  }


#s-0a284c25-9193-4d28-a2a8-57d2e3227aed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-0a284c25-9193-4d28-a2a8-57d2e3227aed.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-915ef65a-94ed-4b22-a817-ef5d3c3190cb {
  margin-left: auto;
margin-right: auto;
}

#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef {
  max-width:  100%;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef {
  max-width:  100%;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef {
  max-width:  100%;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef {
  max-width:  100%;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef {
  max-width:  100%;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom {
  width:  1920; 
  height:  100%; 
}




.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef .shg-image-zoom,
.shg-c#s-ed92c2de-6a91-43d7-a775-a91a9903a8ef img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-9b658484-82f8-4891-b575-fc9a7832e914 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 62, 81, 1);
border-style: none;
text-align: center;
}

#s-9b658484-82f8-4891-b575-fc9a7832e914 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-aab4078a-c659-4b77-aacc-9a3abf6aefb3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aab4078a-c659-4b77-aacc-9a3abf6aefb3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-aab4078a-c659-4b77-aacc-9a3abf6aefb3 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-aab4078a-c659-4b77-aacc-9a3abf6aefb3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a62afa31-a0e9-4294-bb9d-165f0a9695eb-atc-btn-wrapper {
    text-align: center;
  }


#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-a62afa31-a0e9-4294-bb9d-165f0a9695eb-atc-btn-wrapper {
    text-align: center;
  }


#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a62afa31-a0e9-4294-bb9d-165f0a9695eb-atc-btn-wrapper {
    text-align: center;
  }


#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a62afa31-a0e9-4294-bb9d-165f0a9695eb-atc-btn-wrapper {
    text-align: center;
  }


#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-a62afa31-a0e9-4294-bb9d-165f0a9695eb-atc-btn-wrapper {
    text-align: center;
  }


#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a62afa31-a0e9-4294-bb9d-165f0a9695eb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-c8492cbd-de2f-4e77-b823-9483be37757d {
  margin-left: auto;
margin-right: auto;
}

#s-74fb4af3-7c08-4cd7-921f-585be36a4338 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 {
  max-width:  100%;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  width:  1011; 
  height:  100%; 
}




.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 {
  max-width:  100%;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  width:  1011; 
  height:  100%; 
}




.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 {
  max-width:  100%;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  width:  1011; 
  height:  100%; 
}




.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 {
  max-width:  100%;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  width:  1011; 
  height:  100%; 
}




.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 {
  max-width:  100%;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  max-width: 1920px !important;
  
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom {
  width:  1011; 
  height:  100%; 
}




.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 .shg-image-zoom,
.shg-c#s-74fb4af3-7c08-4cd7-921f-585be36a4338 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-39486e6d-1cfa-438c-89dc-0eb747c46be6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 62, 81, 1);
border-style: none;
text-align: center;
}

#s-39486e6d-1cfa-438c-89dc-0eb747c46be6 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-873b2720-c2f6-4047-90b4-cc142ff990e9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-873b2720-c2f6-4047-90b4-cc142ff990e9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-873b2720-c2f6-4047-90b4-cc142ff990e9 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-873b2720-c2f6-4047-90b4-cc142ff990e9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d06c6c34-7e5a-41e3-be05-b6299b83bcde-atc-btn-wrapper {
    text-align: center;
  }


#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-d06c6c34-7e5a-41e3-be05-b6299b83bcde-atc-btn-wrapper {
    text-align: center;
  }


#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d06c6c34-7e5a-41e3-be05-b6299b83bcde-atc-btn-wrapper {
    text-align: center;
  }


#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d06c6c34-7e5a-41e3-be05-b6299b83bcde-atc-btn-wrapper {
    text-align: center;
  }


#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-d06c6c34-7e5a-41e3-be05-b6299b83bcde-atc-btn-wrapper {
    text-align: center;
  }


#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d06c6c34-7e5a-41e3-be05-b6299b83bcde.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-9a975d21-6ab7-4a24-b2e8-51c5eafc2d79 {
  margin-left: auto;
margin-right: auto;
}

#s-bad58616-8484-479d-b5d0-18da728ab8ce {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce {
  max-width:  100%;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  max-width: 1011px !important;
  
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  width:  2018; 
  height:  100%; 
}




.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce {
  max-width:  100%;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  max-width: 1011px !important;
  
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  width:  2018; 
  height:  100%; 
}




.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce {
  max-width:  100%;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  max-width: 1011px !important;
  
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  width:  2018; 
  height:  100%; 
}




.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce {
  max-width:  100%;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  max-width: 1011px !important;
  
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  width:  2018; 
  height:  100%; 
}




.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce {
  max-width:  100%;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  max-width: 1011px !important;
  
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom {
  width:  2018; 
  height:  100%; 
}




.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce .shg-image-zoom,
.shg-c#s-bad58616-8484-479d-b5d0-18da728ab8ce img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-f9b389a5-81e8-4e5e-9222-55ae18c43fb4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 62, 81, 1);
border-style: none;
text-align: center;
}

#s-f9b389a5-81e8-4e5e-9222-55ae18c43fb4 .shg-product-title-component h3 {
  
  
  
  
  
  
  
  
}

#s-9b7b446c-5829-41f9-9f15-3bbc33c3fdee {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9b7b446c-5829-41f9-9f15-3bbc33c3fdee .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9b7b446c-5829-41f9-9f15-3bbc33c3fdee .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9b7b446c-5829-41f9-9f15-3bbc33c3fdee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-59a127cb-6d39-48f6-9186-54c83bbbb586:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59a127cb-6d39-48f6-9186-54c83bbbb586:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-59a127cb-6d39-48f6-9186-54c83bbbb586-atc-btn-wrapper {
    text-align: center;
  }


#s-59a127cb-6d39-48f6-9186-54c83bbbb586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-59a127cb-6d39-48f6-9186-54c83bbbb586-atc-btn-wrapper {
    text-align: center;
  }


#s-59a127cb-6d39-48f6-9186-54c83bbbb586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-59a127cb-6d39-48f6-9186-54c83bbbb586-atc-btn-wrapper {
    text-align: center;
  }


#s-59a127cb-6d39-48f6-9186-54c83bbbb586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-59a127cb-6d39-48f6-9186-54c83bbbb586-atc-btn-wrapper {
    text-align: center;
  }


#s-59a127cb-6d39-48f6-9186-54c83bbbb586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-59a127cb-6d39-48f6-9186-54c83bbbb586-atc-btn-wrapper {
    text-align: center;
  }


#s-59a127cb-6d39-48f6-9186-54c83bbbb586 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-59a127cb-6d39-48f6-9186-54c83bbbb586.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-37a7765d-f72d-4b9d-9fe5-c29ac5a3bbde {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-37a7765d-f72d-4b9d-9fe5-c29ac5a3bbde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37a7765d-f72d-4b9d-9fe5-c29ac5a3bbde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3592d896-5260-4900-977f-a860f3e3d827 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3592d896-5260-4900-977f-a860f3e3d827 .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-2519857c-248f-4896-8f71-28e43cbc16d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 90%;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-prev,
#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-next {
  
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-prev svg,
#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-prev,
#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-next {
  
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-prev svg,
#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-2519857c-248f-4896-8f71-28e43cbc16d4 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-3649911a-d8a0-4b12-81ec-2c02b748697a {
  margin-left: auto;
margin-right: auto;
}

#s-39426ce9-c816-40df-a24a-5144649a28e6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 {
  max-width:  100%;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}




.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 {
  max-width:  100%;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}




.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 {
  max-width:  100%;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}




.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 {
  max-width:  100%;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}




.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 {
  max-width:  100%;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}




.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 .shg-image-zoom,
.shg-c#s-39426ce9-c816-40df-a24a-5144649a28e6 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4-atc-btn-wrapper {
    text-align: center;
  }


#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e7e6db39-a6ea-4d1e-b2bd-f45c30a723d4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-ceead913-046f-48ac-b45c-87d08d5c4199 {
  margin-left: auto;
margin-right: auto;
}

#s-b26a9f99-60fa-435c-823a-051d9550692f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f {
  max-width:  100%;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}




.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f {
  max-width:  100%;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}




.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f {
  max-width:  100%;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}




.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f {
  max-width:  100%;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}




.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f {
  max-width:  100%;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}




.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f .shg-image-zoom,
.shg-c#s-b26a9f99-60fa-435c-823a-051d9550692f img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-de9fabe3-3bb7-4cfa-9d0e-1094da92d185 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-de9fabe3-3bb7-4cfa-9d0e-1094da92d185 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-de9fabe3-3bb7-4cfa-9d0e-1094da92d185 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-de9fabe3-3bb7-4cfa-9d0e-1094da92d185 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-920370b9-ee69-44f0-8fdb-086c9e669233:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-920370b9-ee69-44f0-8fdb-086c9e669233:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-920370b9-ee69-44f0-8fdb-086c9e669233-atc-btn-wrapper {
    text-align: center;
  }


#s-920370b9-ee69-44f0-8fdb-086c9e669233 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-920370b9-ee69-44f0-8fdb-086c9e669233-atc-btn-wrapper {
    text-align: center;
  }


#s-920370b9-ee69-44f0-8fdb-086c9e669233 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-920370b9-ee69-44f0-8fdb-086c9e669233-atc-btn-wrapper {
    text-align: center;
  }


#s-920370b9-ee69-44f0-8fdb-086c9e669233 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-920370b9-ee69-44f0-8fdb-086c9e669233-atc-btn-wrapper {
    text-align: center;
  }


#s-920370b9-ee69-44f0-8fdb-086c9e669233 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-920370b9-ee69-44f0-8fdb-086c9e669233-atc-btn-wrapper {
    text-align: center;
  }


#s-920370b9-ee69-44f0-8fdb-086c9e669233 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-920370b9-ee69-44f0-8fdb-086c9e669233.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-e322ade5-19ca-4269-b8e6-6d807a0e3927 {
  margin-left: auto;
margin-right: auto;
}

#s-c6169f71-a12b-46e0-9e7b-85821349f8ff {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff {
  max-width:  100%;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}




.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff {
  max-width:  100%;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}




.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff {
  max-width:  100%;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}




.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff {
  max-width:  100%;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}




.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff {
  max-width:  100%;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}




.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff .shg-image-zoom,
.shg-c#s-c6169f71-a12b-46e0-9e7b-85821349f8ff img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-12f8533e-e1ff-48ff-b217-655d45c540ff {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-12f8533e-e1ff-48ff-b217-655d45c540ff .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-12f8533e-e1ff-48ff-b217-655d45c540ff .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-12f8533e-e1ff-48ff-b217-655d45c540ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a293076a-8428-41b2-a9f8-f8ae86c8a364:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a293076a-8428-41b2-a9f8-f8ae86c8a364:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a293076a-8428-41b2-a9f8-f8ae86c8a364-atc-btn-wrapper {
    text-align: center;
  }


#s-a293076a-8428-41b2-a9f8-f8ae86c8a364 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-a293076a-8428-41b2-a9f8-f8ae86c8a364-atc-btn-wrapper {
    text-align: center;
  }


#s-a293076a-8428-41b2-a9f8-f8ae86c8a364 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a293076a-8428-41b2-a9f8-f8ae86c8a364-atc-btn-wrapper {
    text-align: center;
  }


#s-a293076a-8428-41b2-a9f8-f8ae86c8a364 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a293076a-8428-41b2-a9f8-f8ae86c8a364-atc-btn-wrapper {
    text-align: center;
  }


#s-a293076a-8428-41b2-a9f8-f8ae86c8a364 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-a293076a-8428-41b2-a9f8-f8ae86c8a364-atc-btn-wrapper {
    text-align: center;
  }


#s-a293076a-8428-41b2-a9f8-f8ae86c8a364 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a293076a-8428-41b2-a9f8-f8ae86c8a364.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-d9888dfa-cc72-41e5-b432-d918ad644463 {
  margin-left: auto;
margin-right: auto;
}

#s-f453f149-2850-43d1-a31e-c436852ea131 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 {
  max-width:  100%;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  aspect-ratio: 1/1;
}


@media (min-width: 1200px){
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 {
  max-width:  100%;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 {
  max-width:  100%;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 {
  max-width:  100%;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  aspect-ratio: 1/1;
}


}@media (max-width: 767px){
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 {
  max-width:  100%;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  max-width: 308px !important;
  
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}




.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 .shg-image-zoom,
.shg-c#s-f453f149-2850-43d1-a31e-c436852ea131 img.shogun-image {
  aspect-ratio: 1/1;
}


}
#s-eab176ae-c08c-42c9-865e-df21a5741fec {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-eab176ae-c08c-42c9-865e-df21a5741fec .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-eab176ae-c08c-42c9-865e-df21a5741fec .shg-product-price {
  color: rgba(0, 62, 81, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-eab176ae-c08c-42c9-865e-df21a5741fec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e3cb41b5-9b50-4195-8872-c394917e57bb:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3cb41b5-9b50-4195-8872-c394917e57bb:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e3cb41b5-9b50-4195-8872-c394917e57bb-atc-btn-wrapper {
    text-align: center;
  }


#s-e3cb41b5-9b50-4195-8872-c394917e57bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


@media (min-width: 1200px){
  #s-e3cb41b5-9b50-4195-8872-c394917e57bb-atc-btn-wrapper {
    text-align: center;
  }


#s-e3cb41b5-9b50-4195-8872-c394917e57bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3cb41b5-9b50-4195-8872-c394917e57bb-atc-btn-wrapper {
    text-align: center;
  }


#s-e3cb41b5-9b50-4195-8872-c394917e57bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e3cb41b5-9b50-4195-8872-c394917e57bb-atc-btn-wrapper {
    text-align: center;
  }


#s-e3cb41b5-9b50-4195-8872-c394917e57bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}@media (max-width: 767px){
  #s-e3cb41b5-9b50-4195-8872-c394917e57bb-atc-btn-wrapper {
    text-align: center;
  }


#s-e3cb41b5-9b50-4195-8872-c394917e57bb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e3cb41b5-9b50-4195-8872-c394917e57bb.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


}
#s-e14eff79-38fb-42d7-9720-b0a8d1edd04b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e14eff79-38fb-42d7-9720-b0a8d1edd04b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-52441ef9-7914-49f4-a580-7f1ca8abf995 {
  margin-left: auto;
margin-right: auto;
}

#s-52441ef9-7914-49f4-a580-7f1ca8abf995 .shg-proportional-font-size,
#s-52441ef9-7914-49f4-a580-7f1ca8abf995 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8b80d925-a0df-4796-b499-c2b18ca30bef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8b80d925-a0df-4796-b499-c2b18ca30bef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b80d925-a0df-4796-b499-c2b18ca30bef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c76e322-d4fb-4c42-85fa-a2b58d1c6315 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888 {
  background-repeat: no-repeat;
background-color: rgba(255, 242, 210, 0);
}
}@media (max-width: 767px){#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 300px;
}
}







#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (max-width: 767px){






#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3a3b9b1-5339-48c7-97f1-6cb68b941888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-1dc8d99f-d6b0-42a9-86e7-925443f8127f {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1dc8d99f-d6b0-42a9-86e7-925443f8127f {
  margin-bottom: 10px;
}
}
#s-1dc8d99f-d6b0-42a9-86e7-925443f8127f .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-1dc8d99f-d6b0-42a9-86e7-925443f8127f .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 3.5em;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1dc8d99f-d6b0-42a9-86e7-925443f8127f .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-1dc8d99f-d6b0-42a9-86e7-925443f8127f .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.2em;
  line-height: 1.5em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-1dc8d99f-d6b0-42a9-86e7-925443f8127f .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-e5749144-788a-4527-a94c-2df0664ed55e {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e5749144-788a-4527-a94c-2df0664ed55e:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5749144-788a-4527-a94c-2df0664ed55e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e5749144-788a-4527-a94c-2df0664ed55e {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-e5749144-788a-4527-a94c-2df0664ed55e:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e5749144-788a-4527-a94c-2df0664ed55e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-e5749144-788a-4527-a94c-2df0664ed55e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-e5749144-788a-4527-a94c-2df0664ed55e-root {
    text-align: center;
  }


#s-e5749144-788a-4527-a94c-2df0664ed55e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5749144-788a-4527-a94c-2df0664ed55e-root {
    text-align: center;
  }


#s-e5749144-788a-4527-a94c-2df0664ed55e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5749144-788a-4527-a94c-2df0664ed55e-root {
    text-align: center;
  }


#s-e5749144-788a-4527-a94c-2df0664ed55e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5749144-788a-4527-a94c-2df0664ed55e-root {
    text-align: center;
  }


#s-e5749144-788a-4527-a94c-2df0664ed55e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5749144-788a-4527-a94c-2df0664ed55e-root {
    text-align: center;
  }


#s-e5749144-788a-4527-a94c-2df0664ed55e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
background-position: center center;
}
@media (max-width: 767px){#s-94092873-e43c-4d86-8197-8847785e0235 {
  min-height: 400px;
}
}
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/480x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/960x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/768x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/1536x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/1024x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/2048x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/1200x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-94092873-e43c-4d86-8197-8847785e0235 {
  background-image: url(https://i.shgcdn.com/1a0df5ca-6745-473d-8031-0a8e6a22223a/-/resize/2048x/);
}
#s-94092873-e43c-4d86-8197-8847785e0235.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-94092873-e43c-4d86-8197-8847785e0235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94092873-e43c-4d86-8197-8847785e0235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f70489a-5602-4977-9831-bbca0c35e44f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f70489a-5602-4977-9831-bbca0c35e44f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3f70489a-5602-4977-9831-bbca0c35e44f .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (max-width: 767px){#s-3f70489a-5602-4977-9831-bbca0c35e44f .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-403155c5-78af-4ed2-aa7e-224472adc4ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 85%;
}








#s-403155c5-78af-4ed2-aa7e-224472adc4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-403155c5-78af-4ed2-aa7e-224472adc4ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16409e22-497b-4b3c-a9c5-046177cd4fa3 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0em;
}

#s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev,
#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next {
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev svg,
#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next svg {
  fill: rgba(0, 62, 81, 1) !important;
  stroke: rgba(0, 62, 81, 1) !important;
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 768px) and (max-width: 991px){#s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev,
#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next {
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev svg,
#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next svg {
  fill: rgba(0, 62, 81, 1) !important;
  stroke: rgba(0, 62, 81, 1) !important;
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){#s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}


#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev,
#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next {
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev svg,
#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next svg {
  fill: rgba(0, 62, 81, 1) !important;
  stroke: rgba(0, 62, 81, 1) !important;
  
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-16409e22-497b-4b3c-a9c5-046177cd4fa3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-2df4b266-c020-4991-9db0-45b9b54f22f5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2df4b266-c020-4991-9db0-45b9b54f22f5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-46a9b671-81bf-4561-9625-0a80726766b5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-46a9b671-81bf-4561-9625-0a80726766b5 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-46a9b671-81bf-4561-9625-0a80726766b5 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}





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

.shg-c#s-46a9b671-81bf-4561-9625-0a80726766b5 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}





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

.shg-c#s-46a9b671-81bf-4561-9625-0a80726766b5 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}





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

.shg-c#s-46a9b671-81bf-4561-9625-0a80726766b5 .shg-image-zoom {
  width:  1878; 
  height:  100%; 
}





}
#s-8b4a0544-b424-4bc0-a989-b44487872d0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b4a0544-b424-4bc0-a989-b44487872d0f .shg-product-title-component h3 {
  
  
  
  
  font-size: 1em;
  
  
  
}

#s-d473dd6c-f3ba-4a35-9b5c-826736147fe6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d473dd6c-f3ba-4a35-9b5c-826736147fe6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d473dd6c-f3ba-4a35-9b5c-826736147fe6 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-d473dd6c-f3ba-4a35-9b5c-826736147fe6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-96f764ae-8020-4541-980c-6615beb7aecd:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96f764ae-8020-4541-980c-6615beb7aecd:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-96f764ae-8020-4541-980c-6615beb7aecd-atc-btn-wrapper {
    text-align: center;
  }


#s-96f764ae-8020-4541-980c-6615beb7aecd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-96f764ae-8020-4541-980c-6615beb7aecd-atc-btn-wrapper {
    text-align: center;
  }


#s-96f764ae-8020-4541-980c-6615beb7aecd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-96f764ae-8020-4541-980c-6615beb7aecd-atc-btn-wrapper {
    text-align: center;
  }


#s-96f764ae-8020-4541-980c-6615beb7aecd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-96f764ae-8020-4541-980c-6615beb7aecd-atc-btn-wrapper {
    text-align: center;
  }


#s-96f764ae-8020-4541-980c-6615beb7aecd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-96f764ae-8020-4541-980c-6615beb7aecd-atc-btn-wrapper {
    text-align: center;
  }


#s-96f764ae-8020-4541-980c-6615beb7aecd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-96f764ae-8020-4541-980c-6615beb7aecd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7 {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7-root {
    text-align: center;
  }


#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7-root {
    text-align: center;
  }


#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7-root {
    text-align: center;
  }


#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7-root {
    text-align: center;
  }


#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7-root {
    text-align: center;
  }


#s-3c3452d1-5efa-46b1-b63f-f33a21dee1d7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-fffbe1a2-f611-458f-9cde-c6eb9a596c22 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-fffbe1a2-f611-458f-9cde-c6eb9a596c22 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-595e2276-8fcc-44b1-9447-b706e781e497 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-595e2276-8fcc-44b1-9447-b706e781e497 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-595e2276-8fcc-44b1-9447-b706e781e497 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





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

.shg-c#s-595e2276-8fcc-44b1-9447-b706e781e497 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





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

.shg-c#s-595e2276-8fcc-44b1-9447-b706e781e497 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





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

.shg-c#s-595e2276-8fcc-44b1-9447-b706e781e497 .shg-image-zoom {
  width:  1917; 
  height:  100%; 
}





}
#s-e772dc86-a8a0-41d2-a9dc-d5ed92437a10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e772dc86-a8a0-41d2-a9dc-d5ed92437a10 .shg-product-title-component h3 {
  
  
  
  
  font-size: 1em;
  
  
  
}

#s-dfe5ea0d-ccb9-4c67-bc11-8e23ff01f7ec {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dfe5ea0d-ccb9-4c67-bc11-8e23ff01f7ec .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dfe5ea0d-ccb9-4c67-bc11-8e23ff01f7ec .shg-product-price {
  color: rgba(0, 62, 81, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-dfe5ea0d-ccb9-4c67-bc11-8e23ff01f7ec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8-atc-btn-wrapper {
    text-align: center;
  }


#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f8a672e7-ad74-4002-a3ed-ec465b8063f8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b-root {
    text-align: center;
  }


#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b-root {
    text-align: center;
  }


#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b-root {
    text-align: center;
  }


#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b-root {
    text-align: center;
  }


#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b-root {
    text-align: center;
  }


#s-7fed6c73-6e8e-4253-adfb-29aa97cf2b7b.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-68fa1822-9f32-491b-893a-d835e8283a2a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-68fa1822-9f32-491b-893a-d835e8283a2a {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-8c8ebdf1-eee9-469b-93a8-de0548ca8f3e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8c8ebdf1-eee9-469b-93a8-de0548ca8f3e .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8c8ebdf1-eee9-469b-93a8-de0548ca8f3e .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





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

.shg-c#s-8c8ebdf1-eee9-469b-93a8-de0548ca8f3e .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





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

.shg-c#s-8c8ebdf1-eee9-469b-93a8-de0548ca8f3e .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





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

.shg-c#s-8c8ebdf1-eee9-469b-93a8-de0548ca8f3e .shg-image-zoom {
  width:  1844; 
  height:  100%; 
}





}
#s-46b8dd27-8aa3-47f1-a0ab-24c10cd9e85c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46b8dd27-8aa3-47f1-a0ab-24c10cd9e85c .shg-product-title-component h3 {
  
  
  
  
  font-size: 1em;
  
  
  
}

#s-4ad30ec6-b200-433e-8385-c9f1705d034b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4ad30ec6-b200-433e-8385-c9f1705d034b .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4ad30ec6-b200-433e-8385-c9f1705d034b .shg-product-price {
  color: rgba(0, 62, 81, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-4ad30ec6-b200-433e-8385-c9f1705d034b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2b7671da-7a26-48cf-8207-417b47e70d3e:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b7671da-7a26-48cf-8207-417b47e70d3e:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b7671da-7a26-48cf-8207-417b47e70d3e-atc-btn-wrapper {
    text-align: center;
  }


#s-2b7671da-7a26-48cf-8207-417b47e70d3e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-2b7671da-7a26-48cf-8207-417b47e70d3e-atc-btn-wrapper {
    text-align: center;
  }


#s-2b7671da-7a26-48cf-8207-417b47e70d3e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b7671da-7a26-48cf-8207-417b47e70d3e-atc-btn-wrapper {
    text-align: center;
  }


#s-2b7671da-7a26-48cf-8207-417b47e70d3e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-2b7671da-7a26-48cf-8207-417b47e70d3e-atc-btn-wrapper {
    text-align: center;
  }


#s-2b7671da-7a26-48cf-8207-417b47e70d3e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-2b7671da-7a26-48cf-8207-417b47e70d3e-atc-btn-wrapper {
    text-align: center;
  }


#s-2b7671da-7a26-48cf-8207-417b47e70d3e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-2b7671da-7a26-48cf-8207-417b47e70d3e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0 {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0-root {
    text-align: center;
  }


#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0-root {
    text-align: center;
  }


#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0-root {
    text-align: center;
  }


#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0-root {
    text-align: center;
  }


#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0-root {
    text-align: center;
  }


#s-da45aa77-dfd3-4d55-91ef-4e360dc52bc0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f40510dd-cb0e-49a6-8c9c-31285bbb779d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-f40510dd-cb0e-49a6-8c9c-31285bbb779d {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-e3dab2a7-88f1-40f0-a8d3-321065e69491 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e3dab2a7-88f1-40f0-a8d3-321065e69491 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e3dab2a7-88f1-40f0-a8d3-321065e69491 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





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

.shg-c#s-e3dab2a7-88f1-40f0-a8d3-321065e69491 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





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

.shg-c#s-e3dab2a7-88f1-40f0-a8d3-321065e69491 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





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

.shg-c#s-e3dab2a7-88f1-40f0-a8d3-321065e69491 .shg-image-zoom {
  width:  1815; 
  height:  100%; 
}





}
#s-d913456a-34e8-421e-9d85-3c0c8f5974c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d913456a-34e8-421e-9d85-3c0c8f5974c2 .shg-product-title-component h3 {
  
  
  
  
  font-size: 1em;
  
  
  
}

#s-2d13127f-4354-407e-8ce0-984349df13c3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2d13127f-4354-407e-8ce0-984349df13c3 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2d13127f-4354-407e-8ce0-984349df13c3 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d13127f-4354-407e-8ce0-984349df13c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7-atc-btn-wrapper {
    text-align: center;
  }


#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7-atc-btn-wrapper {
    text-align: center;
  }


#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7-atc-btn-wrapper {
    text-align: center;
  }


#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7-atc-btn-wrapper {
    text-align: center;
  }


#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7-atc-btn-wrapper {
    text-align: center;
  }


#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a1c5313a-27ea-4949-92e9-6f0dab8c51f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19 {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19-root {
    text-align: center;
  }


#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19-root {
    text-align: center;
  }


#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19-root {
    text-align: center;
  }


#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19-root {
    text-align: center;
  }


#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19-root {
    text-align: center;
  }


#s-2c8a4060-c73a-46bf-ae9e-dae9a0669e19.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6939930e-1262-49d8-a580-79ad3c0447a0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6939930e-1262-49d8-a580-79ad3c0447a0 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-8cbb2e36-3cd1-40b4-aef9-e8e1263e27c1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8cbb2e36-3cd1-40b4-aef9-e8e1263e27c1 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8cbb2e36-3cd1-40b4-aef9-e8e1263e27c1 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





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

.shg-c#s-8cbb2e36-3cd1-40b4-aef9-e8e1263e27c1 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





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

.shg-c#s-8cbb2e36-3cd1-40b4-aef9-e8e1263e27c1 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





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

.shg-c#s-8cbb2e36-3cd1-40b4-aef9-e8e1263e27c1 .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}
#s-e335021c-47bc-4cdb-bb89-3bdeca918327 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e335021c-47bc-4cdb-bb89-3bdeca918327 .shg-product-title-component h3 {
  
  
  
  
  font-size: 1em;
  
  
  
}

#s-c2bf9fbf-9d91-42c0-9521-657d190f3a78 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c2bf9fbf-9d91-42c0-9521-657d190f3a78 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c2bf9fbf-9d91-42c0-9521-657d190f3a78 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-c2bf9fbf-9d91-42c0-9521-657d190f3a78 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a877dc51-539d-4e91-923d-d7090bf11822:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a877dc51-539d-4e91-923d-d7090bf11822:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a877dc51-539d-4e91-923d-d7090bf11822-atc-btn-wrapper {
    text-align: center;
  }


#s-a877dc51-539d-4e91-923d-d7090bf11822 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-a877dc51-539d-4e91-923d-d7090bf11822-atc-btn-wrapper {
    text-align: center;
  }


#s-a877dc51-539d-4e91-923d-d7090bf11822 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-a877dc51-539d-4e91-923d-d7090bf11822-atc-btn-wrapper {
    text-align: center;
  }


#s-a877dc51-539d-4e91-923d-d7090bf11822 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-a877dc51-539d-4e91-923d-d7090bf11822-atc-btn-wrapper {
    text-align: center;
  }


#s-a877dc51-539d-4e91-923d-d7090bf11822 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-a877dc51-539d-4e91-923d-d7090bf11822-atc-btn-wrapper {
    text-align: center;
  }


#s-a877dc51-539d-4e91-923d-d7090bf11822 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-a877dc51-539d-4e91-923d-d7090bf11822.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f00884aa-b7a4-458f-aa85-aa72b474492e {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f00884aa-b7a4-458f-aa85-aa72b474492e:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f00884aa-b7a4-458f-aa85-aa72b474492e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f00884aa-b7a4-458f-aa85-aa72b474492e {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-f00884aa-b7a4-458f-aa85-aa72b474492e:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-f00884aa-b7a4-458f-aa85-aa72b474492e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-f00884aa-b7a4-458f-aa85-aa72b474492e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-f00884aa-b7a4-458f-aa85-aa72b474492e-root {
    text-align: center;
  }


#s-f00884aa-b7a4-458f-aa85-aa72b474492e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f00884aa-b7a4-458f-aa85-aa72b474492e-root {
    text-align: center;
  }


#s-f00884aa-b7a4-458f-aa85-aa72b474492e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f00884aa-b7a4-458f-aa85-aa72b474492e-root {
    text-align: center;
  }


#s-f00884aa-b7a4-458f-aa85-aa72b474492e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f00884aa-b7a4-458f-aa85-aa72b474492e-root {
    text-align: center;
  }


#s-f00884aa-b7a4-458f-aa85-aa72b474492e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f00884aa-b7a4-458f-aa85-aa72b474492e-root {
    text-align: center;
  }


#s-f00884aa-b7a4-458f-aa85-aa72b474492e.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-37855892-9e4b-4f70-b87f-75d280a903a3 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-37855892-9e4b-4f70-b87f-75d280a903a3 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-3bf6746e-cf59-49f0-8e4c-c1072522eadf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3bf6746e-cf59-49f0-8e4c-c1072522eadf .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3bf6746e-cf59-49f0-8e4c-c1072522eadf .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





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

.shg-c#s-3bf6746e-cf59-49f0-8e4c-c1072522eadf .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





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

.shg-c#s-3bf6746e-cf59-49f0-8e4c-c1072522eadf .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





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

.shg-c#s-3bf6746e-cf59-49f0-8e4c-c1072522eadf .shg-image-zoom {
  width:  2124; 
  height:  100%; 
}





}
#s-23fdc620-3305-4e6c-938d-30872709d417 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23fdc620-3305-4e6c-938d-30872709d417 .shg-product-title-component h3 {
  
  
  
  
  font-size: 1em;
  
  
  
}

#s-5a288a13-8235-4f67-9288-e6e4f991caf8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5a288a13-8235-4f67-9288-e6e4f991caf8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 62, 81, 1);
  font-size: 14px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5a288a13-8235-4f67-9288-e6e4f991caf8 .shg-product-price {
  color: rgba(0, 62, 81, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-5a288a13-8235-4f67-9288-e6e4f991caf8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa-atc-btn-wrapper {
    text-align: center;
  }


#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa-atc-btn-wrapper {
    text-align: center;
  }


#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa-atc-btn-wrapper {
    text-align: center;
  }


#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa-atc-btn-wrapper {
    text-align: center;
  }


#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa-atc-btn-wrapper {
    text-align: center;
  }


#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-5f2d0ab6-bc03-4a13-8af1-ef836253dcfa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7 {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-4c2f5ba4-a3a2-4029-a446-2bea177116b7-root {
    text-align: center;
  }


#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c2f5ba4-a3a2-4029-a446-2bea177116b7-root {
    text-align: center;
  }


#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c2f5ba4-a3a2-4029-a446-2bea177116b7-root {
    text-align: center;
  }


#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c2f5ba4-a3a2-4029-a446-2bea177116b7-root {
    text-align: center;
  }


#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c2f5ba4-a3a2-4029-a446-2bea177116b7-root {
    text-align: center;
  }


#s-4c2f5ba4-a3a2-4029-a446-2bea177116b7.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5659e976-0295-4959-8858-8f83072c3962 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(235, 171, 34, 0);
}

@media (min-width: 0px) {
[id="s-5659e976-0295-4959-8858-8f83072c3962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5659e976-0295-4959-8858-8f83072c3962"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5659e976-0295-4959-8858-8f83072c3962"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5659e976-0295-4959-8858-8f83072c3962"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5659e976-0295-4959-8858-8f83072c3962"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5659e976-0295-4959-8858-8f83072c3962"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5659e976-0295-4959-8858-8f83072c3962"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-afa87e70-2469-4d92-bca9-f3f89b664c51 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 3em;
min-height: 50px;
}
@media (max-width: 767px){#s-afa87e70-2469-4d92-bca9-f3f89b664c51 {
  border-radius: 0em;
min-height: 400px;
}
}







#s-afa87e70-2469-4d92-bca9-f3f89b664c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afa87e70-2469-4d92-bca9-f3f89b664c51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-afa87e70-2469-4d92-bca9-f3f89b664c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afa87e70-2469-4d92-bca9-f3f89b664c51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-612951c9-e826-4a19-9c58-a5fb43c143cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-612951c9-e826-4a19-9c58-a5fb43c143cb .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1.5em;
  
  
}


@media (max-width: 767px){#s-612951c9-e826-4a19-9c58-a5fb43c143cb .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 3.5em;
  line-height: 1.5em;
  
  
}


}
#s-e508d711-75ed-44f7-8b4e-631db89cd46f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(235, 171, 34, 0);
}








#s-e508d711-75ed-44f7-8b4e-631db89cd46f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e508d711-75ed-44f7-8b4e-631db89cd46f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
min-height: 100%;
}
@media (min-width: 1200px){#s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 > .swiper-button-prev,
#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 > .swiper-button-prev svg,
#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 > .swiper-button-next svg {
  fill: rgba(0, 62, 81, 1) !important;
  stroke: rgba(0, 62, 81, 1) !important;
  
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-42a51117-0dfe-4049-b3ed-cb6bfad7cf16 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-0a4f3b78-758b-4a9d-8a2c-25b14d5d21e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a4f3b78-758b-4a9d-8a2c-25b14d5d21e6 .shogun-heading-component h1 {
  color: rgba(33, 87, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


@media (min-width: 1200px){#s-0a4f3b78-758b-4a9d-8a2c-25b14d5d21e6 .shogun-heading-component h1 {
  color: rgba(33, 87, 50, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0a4f3b78-758b-4a9d-8a2c-25b14d5d21e6 .shogun-heading-component h1 {
  color: rgba(33, 87, 50, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0a4f3b78-758b-4a9d-8a2c-25b14d5d21e6 .shogun-heading-component h1 {
  color: rgba(33, 87, 50, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


}@media (max-width: 767px){#s-0a4f3b78-758b-4a9d-8a2c-25b14d5d21e6 .shogun-heading-component h1 {
  color: rgba(33, 87, 50, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}
#s-5893db95-8fae-4e6c-93fc-dc6ced3d102f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5893db95-8fae-4e6c-93fc-dc6ced3d102f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


@media (min-width: 1200px){#s-5893db95-8fae-4e6c-93fc-dc6ced3d102f .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5893db95-8fae-4e6c-93fc-dc6ced3d102f .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5893db95-8fae-4e6c-93fc-dc6ced3d102f .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


}@media (max-width: 767px){#s-5893db95-8fae-4e6c-93fc-dc6ced3d102f .shogun-heading-component h1 {
  color: rgba(63, 169, 238, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}
#s-8042b13a-5a92-48f2-b4a0-5725c3b0b92e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8042b13a-5a92-48f2-b4a0-5725c3b0b92e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


@media (min-width: 1200px){#s-8042b13a-5a92-48f2-b4a0-5725c3b0b92e .shogun-heading-component h1 {
  color: rgba(153, 18, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8042b13a-5a92-48f2-b4a0-5725c3b0b92e .shogun-heading-component h1 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8042b13a-5a92-48f2-b4a0-5725c3b0b92e .shogun-heading-component h1 {
  color: rgba(153, 18, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 1.5em;
  
  
  
}


}@media (max-width: 767px){#s-8042b13a-5a92-48f2-b4a0-5725c3b0b92e .shogun-heading-component h1 {
  color: rgba(153, 18, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-43862978-a713-4185-9969-9181e94f21fd {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
max-width: 708px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-43862978-a713-4185-9969-9181e94f21fd {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
}
}@media (max-width: 767px){#s-43862978-a713-4185-9969-9181e94f21fd {
  max-width: 420px;
}
}


.shg-image-margin-container-s-43862978-a713-4185-9969-9181e94f21fd {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-43862978-a713-4185-9969-9181e94f21fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-content {
  
    align-items: center;
  
}

.s-43862978-a713-4185-9969-9181e94f21fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43862978-a713-4185-9969-9181e94f21fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
      position: relative;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-43862978-a713-4185-9969-9181e94f21fd {
  
  
  
  
}

#s-43862978-a713-4185-9969-9181e94f21fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-content {
  
    align-items: center;
  
}

.s-43862978-a713-4185-9969-9181e94f21fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43862978-a713-4185-9969-9181e94f21fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
      position: relative;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-43862978-a713-4185-9969-9181e94f21fd {
  
  
  
  
}

#s-43862978-a713-4185-9969-9181e94f21fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-content {
  
    align-items: center;
  
}

.s-43862978-a713-4185-9969-9181e94f21fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43862978-a713-4185-9969-9181e94f21fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
      position: relative;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-43862978-a713-4185-9969-9181e94f21fd {
  
  
  
  
}

#s-43862978-a713-4185-9969-9181e94f21fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-content {
  
    align-items: center;
  
}

.s-43862978-a713-4185-9969-9181e94f21fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43862978-a713-4185-9969-9181e94f21fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
      position: relative;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-43862978-a713-4185-9969-9181e94f21fd {
  
  
  
  
}

#s-43862978-a713-4185-9969-9181e94f21fd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43862978-a713-4185-9969-9181e94f21fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-43862978-a713-4185-9969-9181e94f21fd .shogun-image-content {
  
    align-items: center;
  
}

.s-43862978-a713-4185-9969-9181e94f21fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43862978-a713-4185-9969-9181e94f21fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43862978-a713-4185-9969-9181e94f21fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container {
      position: relative;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43862978-a713-4185-9969-9181e94f21fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43862978-a713-4185-9969-9181e94f21fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

}
#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
max-width: 708px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
}
}@media (max-width: 767px){#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  max-width: 420px;
}
}


.shg-image-margin-container-s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
      position: relative;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  
  
  
  
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
      position: relative;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  
  
  
  
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
      position: relative;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  
  
  
  
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
      position: relative;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  
  
  
  
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-679a242d-6da2-425c-a46d-cdbe5e512c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container {
      position: relative;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679a242d-6da2-425c-a46d-cdbe5e512c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

}
#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
max-width: 708px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
}
}@media (max-width: 767px){#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  max-width: 420px;
}
}


.shg-image-margin-container-s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
      position: relative;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  
  
  
  
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
      position: relative;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  
  
  
  
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
      position: relative;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  
  
  
  
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
      position: relative;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

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

.shg-image-margin-container-s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  
  
  
  
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 708px;
  }



  img.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
    
    
    
    max-height: 708px;
  }


.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container {
      position: relative;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f6bca18c-816d-4aac-ae8c-dea845fe8fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 708px;
    }
  }

}
#s-8a82666a-6c42-45e3-9d0b-a56d0b1a91a6 {
  margin-left: auto;
margin-right: auto;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-47672cc2-7d43-44d6-9a30-75729f2dda2e:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47672cc2-7d43-44d6-9a30-75729f2dda2e:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e-atc-btn-wrapper {
    text-align: center;
  }


#s-47672cc2-7d43-44d6-9a30-75729f2dda2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e-atc-btn-wrapper {
    text-align: center;
  }


#s-47672cc2-7d43-44d6-9a30-75729f2dda2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e-atc-btn-wrapper {
    text-align: center;
  }


#s-47672cc2-7d43-44d6-9a30-75729f2dda2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e-atc-btn-wrapper {
    text-align: center;
  }


#s-47672cc2-7d43-44d6-9a30-75729f2dda2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e-atc-btn-wrapper {
    text-align: center;
  }


#s-47672cc2-7d43-44d6-9a30-75729f2dda2e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-47672cc2-7d43-44d6-9a30-75729f2dda2e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-3b38b590-91a6-49cb-ad3f-79e0a729f024 {
  margin-left: auto;
margin-right: auto;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-8ac911b3-bc76-4eeb-802b-522bf024f2b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-5b021a4a-ae04-4ff5-b551-c5def2a17527 {
  margin-left: auto;
margin-right: auto;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f7d1a634-c829-418f-9b63-04e54bbeecae:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7d1a634-c829-418f-9b63-04e54bbeecae:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f7d1a634-c829-418f-9b63-04e54bbeecae-atc-btn-wrapper {
    text-align: center;
  }


#s-f7d1a634-c829-418f-9b63-04e54bbeecae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-f7d1a634-c829-418f-9b63-04e54bbeecae-atc-btn-wrapper {
    text-align: center;
  }


#s-f7d1a634-c829-418f-9b63-04e54bbeecae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7d1a634-c829-418f-9b63-04e54bbeecae-atc-btn-wrapper {
    text-align: center;
  }


#s-f7d1a634-c829-418f-9b63-04e54bbeecae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f7d1a634-c829-418f-9b63-04e54bbeecae-atc-btn-wrapper {
    text-align: center;
  }


#s-f7d1a634-c829-418f-9b63-04e54bbeecae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-f7d1a634-c829-418f-9b63-04e54bbeecae-atc-btn-wrapper {
    text-align: center;
  }


#s-f7d1a634-c829-418f-9b63-04e54bbeecae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-f7d1a634-c829-418f-9b63-04e54bbeecae.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-2cb437d0-ad4b-4c98-a73d-f0adfe256604 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 81, 1);
border-style: solid;
min-height: 50px;
max-width: 100%;
background-color: rgba(155, 203, 235, 0);
}








#s-2cb437d0-ad4b-4c98-a73d-f0adfe256604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cb437d0-ad4b-4c98-a73d-f0adfe256604.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1032ee2-c5aa-4510-8c17-f65b33be8ee8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5em;
min-height: 50px;
max-width: 80%;
background-color: rgba(46, 145, 214, 0);
}
@media (max-width: 767px){#s-d1032ee2-c5aa-4510-8c17-f65b33be8ee8 {
  max-width: 95%;
}
}







#s-d1032ee2-c5aa-4510-8c17-f65b33be8ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1032ee2-c5aa-4510-8c17-f65b33be8ee8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e71ba1d-c771-4c6e-b91a-f018f2b87a7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e71ba1d-c771-4c6e-b91a-f018f2b87a7c .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


@media (min-width: 1200px){#s-8e71ba1d-c771-4c6e-b91a-f018f2b87a7c .shogun-heading-component h2 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8e71ba1d-c771-4c6e-b91a-f018f2b87a7c .shogun-heading-component h2 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}@media (max-width: 767px){#s-8e71ba1d-c771-4c6e-b91a-f018f2b87a7c .shogun-heading-component h2 {
  
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-23b67214-3b7d-4f10-9897-4739fad86ac5 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-23b67214-3b7d-4f10-9897-4739fad86ac5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23b67214-3b7d-4f10-9897-4739fad86ac5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23b67214-3b7d-4f10-9897-4739fad86ac5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23b67214-3b7d-4f10-9897-4739fad86ac5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 170, 0, 1);
border-style: solid;
border-radius: 4em;
max-width: 1776px;
aspect-ratio: 1760/1184;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  border-radius: 2em;
}
}@media (max-width: 767px){#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin-top: 5px;
margin-bottom: 5px;
aspect-ratio: 1760/1184;
}
}


.shg-image-margin-container-s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }

    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-link {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
      --shg-aspect-ratio: calc(1760/1184); 
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
      position: relative;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  
  
  
  
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }

    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-link {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
      --shg-aspect-ratio: calc(1760/1184); 
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
      position: relative;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

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

.shg-image-margin-container-s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  
  
  
  
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }

    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-link {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
      --shg-aspect-ratio: calc(1760/1184); 
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
      position: relative;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

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

.shg-image-margin-container-s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  
  
  
  
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }

    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-link {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
      --shg-aspect-ratio: calc(1760/1184); 
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
      position: relative;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

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

.shg-image-margin-container-s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }

    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-link {
      aspect-ratio: 1760/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd .shogun-image-content {
  
    align-items: center;
  
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd {
      --shg-aspect-ratio: calc(1760/1184); 
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container {
      position: relative;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bee6dbe8-0387-40cc-9dbe-dc3afc792dbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

}
#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 170, 0, 1);
border-style: solid;
border-radius: 4em;
max-width: 1776px;
aspect-ratio: 1776/1184;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  border-radius: 2em;
}
}@media (max-width: 767px){#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  max-width: 800px;
aspect-ratio: 1000/583;
}
}


.shg-image-margin-container-s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }

    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-link {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45713417-4060-4b7d-bbb7-110816e09ef9 {
      --shg-aspect-ratio: calc(1776/1184); 
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
      position: relative;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  
  
  
  
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }

    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-link {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45713417-4060-4b7d-bbb7-110816e09ef9 {
      --shg-aspect-ratio: calc(1776/1184); 
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
      position: relative;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

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

.shg-image-margin-container-s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  
  
  
  
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }

    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-link {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45713417-4060-4b7d-bbb7-110816e09ef9 {
      --shg-aspect-ratio: calc(1776/1184); 
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
      position: relative;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

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

.shg-image-margin-container-s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  
  
  
  
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }

    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-link {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45713417-4060-4b7d-bbb7-110816e09ef9 {
      --shg-aspect-ratio: calc(1776/1184); 
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
      position: relative;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

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

.shg-image-margin-container-s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  
  
  
  
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }

    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-link {
      aspect-ratio: 1776/1184;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45713417-4060-4b7d-bbb7-110816e09ef9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1776px;
  }



  img.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
    
    
    
    max-height: 1776px;
  }


.s-45713417-4060-4b7d-bbb7-110816e09ef9 .shogun-image-content {
  
    align-items: center;
  
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45713417-4060-4b7d-bbb7-110816e09ef9 {
      --shg-aspect-ratio: calc(1776/1184); 
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container {
      position: relative;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45713417-4060-4b7d-bbb7-110816e09ef9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1776px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-019a498f-4818-47a8-809a-345963973e30 {
  margin-top: 4%;
margin-left: 10%;
margin-bottom: 4%;
margin-right: 10%;
}

#s-1de69f39-6252-47b4-aa83-804cba3ff5a1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 62, 81, 1);
}








#s-1de69f39-6252-47b4-aa83-804cba3ff5a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1de69f39-6252-47b4-aa83-804cba3ff5a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67000cd4-a688-49bc-a2f6-0f15e12b489a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-67000cd4-a688-49bc-a2f6-0f15e12b489a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67000cd4-a688-49bc-a2f6-0f15e12b489a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67000cd4-a688-49bc-a2f6-0f15e12b489a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67000cd4-a688-49bc-a2f6-0f15e12b489a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-98aa088f-420e-4ace-b7d4-e0f719983583 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-98aa088f-420e-4ace-b7d4-e0f719983583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98aa088f-420e-4ace-b7d4-e0f719983583.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0d024ec-2a01-4290-8eb7-ec1da7ad4aac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0d024ec-2a01-4290-8eb7-ec1da7ad4aac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


@media (max-width: 767px){#s-e0d024ec-2a01-4290-8eb7-ec1da7ad4aac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}
#s-ee4c6743-1ab9-4350-a6cd-29c2a15a1c2d {
  background-attachment: fixed;
margin-left: auto;
margin-right: auto;
min-height: 550px;
}
@media (max-width: 767px){#s-ee4c6743-1ab9-4350-a6cd-29c2a15a1c2d {
  min-height: 300px;
}
}







#s-ee4c6743-1ab9-4350-a6cd-29c2a15a1c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee4c6743-1ab9-4350-a6cd-29c2a15a1c2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d635a30b-cbfb-4914-b573-dcddbd3d429f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0em;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(234, 170, 0, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-prev,
#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-prev svg,
#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-next svg {
  fill: rgba(234, 170, 0, 1) !important;
  stroke: rgba(234, 170, 0, 1) !important;
  
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f .swiper-pagination-bullet-active {
  background-color: rgba(234, 170, 0, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(234, 170, 0, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-prev,
#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-prev svg,
#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-next svg {
  fill: rgba(255, 255, 255, 1) !important;
  stroke: rgba(255, 255, 255, 1) !important;
  
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f .swiper-pagination-bullet-active {
  background-color: rgba(234, 170, 0, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d635a30b-cbfb-4914-b573-dcddbd3d429f .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
max-width: 2634px;
aspect-ratio: 1;
text-align: center;
}



.shg-image-margin-container-s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-content {
  
    align-items: center;
  
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01721e5d-21d2-4d45-a7f2-310201d82840 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
      position: relative;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  
  
  
  
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-content {
  
    align-items: center;
  
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01721e5d-21d2-4d45-a7f2-310201d82840 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
      position: relative;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

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

.shg-image-margin-container-s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  
  
  
  
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-content {
  
    align-items: center;
  
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01721e5d-21d2-4d45-a7f2-310201d82840 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
      position: relative;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

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

.shg-image-margin-container-s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  
  
  
  
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-content {
  
    align-items: center;
  
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01721e5d-21d2-4d45-a7f2-310201d82840 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
      position: relative;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

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

.shg-image-margin-container-s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  
  
  
  
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01721e5d-21d2-4d45-a7f2-310201d82840 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-01721e5d-21d2-4d45-a7f2-310201d82840 .shogun-image-content {
  
    align-items: center;
  
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01721e5d-21d2-4d45-a7f2-310201d82840 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container {
      position: relative;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01721e5d-21d2-4d45-a7f2-310201d82840 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

}
#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
max-width: 2634px;
aspect-ratio: 1;
text-align: center;
}
@media (max-width: 767px){#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  max-width: 420px;
}
}


.shg-image-margin-container-s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
      position: relative;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  
  
  
  
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
      position: relative;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

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

.shg-image-margin-container-s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  
  
  
  
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
      position: relative;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

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

.shg-image-margin-container-s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  
  
  
  
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
      position: relative;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

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

.shg-image-margin-container-s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  
  
  
  
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2634px;
  }




.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container {
      position: relative;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8effd9-1b68-48ef-871e-1f42be51d3f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2634px;
    }
  }

}
#s-fe71dd14-b055-4b41-a46c-88f805172286 {
  margin-left: auto;
margin-right: auto;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(255, 252, 226, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 62, 81, 1);
}
#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(255, 252, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a:active {background-color: rgba(255, 252, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a {
  margin-top: 5px;
margin-bottom: 5px;
background-color: rgba(255, 252, 226, 1);
color: rgba(0, 62, 81, 1);
}
#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(255, 252, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a-atc-btn-wrapper {
    text-align: center;
  }


#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

@media (min-width: 1200px){
  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a-atc-btn-wrapper {
    text-align: center;
  }


#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a-atc-btn-wrapper {
    text-align: center;
  }


#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a-atc-btn-wrapper {
    text-align: center;
  }


#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}@media (max-width: 767px){
  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a-atc-btn-wrapper {
    text-align: center;
  }


#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-adf8b30f-c555-49c5-b4eb-5a9eac89678a.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}
#s-2b191b42-7c06-4025-ab44-9bb919043a40 {
  margin-left: auto;
margin-right: auto;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(255, 252, 226, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 62, 81, 1);
}
#s-043ca48a-e730-476d-9929-df39a3650ae4:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(255, 252, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-043ca48a-e730-476d-9929-df39a3650ae4:active {background-color: rgba(255, 252, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-043ca48a-e730-476d-9929-df39a3650ae4 {
  margin-top: 5px;
margin-bottom: 5px;
background-color: rgba(255, 252, 226, 1);
color: rgba(0, 62, 81, 1);
}
#s-043ca48a-e730-476d-9929-df39a3650ae4:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(255, 252, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-043ca48a-e730-476d-9929-df39a3650ae4-atc-btn-wrapper {
    text-align: center;
  }


#s-043ca48a-e730-476d-9929-df39a3650ae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

@media (min-width: 1200px){
  #s-043ca48a-e730-476d-9929-df39a3650ae4-atc-btn-wrapper {
    text-align: center;
  }


#s-043ca48a-e730-476d-9929-df39a3650ae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-043ca48a-e730-476d-9929-df39a3650ae4-atc-btn-wrapper {
    text-align: center;
  }


#s-043ca48a-e730-476d-9929-df39a3650ae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-043ca48a-e730-476d-9929-df39a3650ae4-atc-btn-wrapper {
    text-align: center;
  }


#s-043ca48a-e730-476d-9929-df39a3650ae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}@media (max-width: 767px){
  #s-043ca48a-e730-476d-9929-df39a3650ae4-atc-btn-wrapper {
    text-align: center;
  }


#s-043ca48a-e730-476d-9929-df39a3650ae4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn {
  color: rgba(0, 62, 81, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-043ca48a-e730-476d-9929-df39a3650ae4.shg-btn.shg-product-atc-success {
    font-weight: 900;
    font-family: Montserrat;
    
    
    
  }

}
#s-6f4812ea-9b10-4dfb-abb5-5af80df464ec {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
background-color: rgba(250, 250, 250, 0);
}
@media (min-width: 1200px){#s-6f4812ea-9b10-4dfb-abb5-5af80df464ec {
  background-color: rgba(189, 46, 46, 0);
}
}@media (max-width: 767px){#s-6f4812ea-9b10-4dfb-abb5-5af80df464ec {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-6f4812ea-9b10-4dfb-abb5-5af80df464ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f4812ea-9b10-4dfb-abb5-5af80df464ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe84f23f-0948-4c82-bb1c-9e9eb37d5379 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fe84f23f-0948-4c82-bb1c-9e9eb37d5379 .shogun-heading-component h2 {
  color: rgba(5, 5, 5, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-fe84f23f-0948-4c82-bb1c-9e9eb37d5379 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe84f23f-0948-4c82-bb1c-9e9eb37d5379 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe84f23f-0948-4c82-bb1c-9e9eb37d5379 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-fe84f23f-0948-4c82-bb1c-9e9eb37d5379 .shogun-heading-component h2 {
  color: rgba(0, 62, 81, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: center;
}


}
#s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 70%;
}
@media (min-width: 1200px){#s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 4em;
max-width: 70%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
}
}@media (max-width: 767px){#s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded {
  max-width: 90%;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded {
  --swiper-pagination-color: rgba(0, 62, 81, 0.49) !important;
  --swiper-pagination-bullet-inactive-color: rgba(0, 62, 81, 0.49) !important;
  --swiper-pagination-bullet-active-color: rgba(0, 62, 81, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded > .swiper-button-prev,
#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded > .swiper-button-prev svg,
#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded > .swiper-button-next svg {
  fill: rgba(0, 62, 81, 1) !important;
  stroke: rgba(0, 62, 81, 1) !important;
  
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded > .swiper-button-next {
  
    right: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded .swiper-pagination-bullet-active {
  background-color: rgba(0, 62, 81, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ca76bfc8-8382-4bab-9ce1-e0c50f9b3ded .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 4em;
max-width: 1011px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 4em;
}
}@media (max-width: 767px){#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3em;
}
}


.shg-image-margin-container-s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1011px;
  }




.s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-content {
  
    align-items: center;
  
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fdfce23-9633-44af-a341-10fba88ee3ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
      position: relative;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1011px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  
  
  
  
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1011px;
  }




.s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-content {
  
    align-items: center;
  
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fdfce23-9633-44af-a341-10fba88ee3ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
      position: relative;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1011px;
    }
  }

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

.shg-image-margin-container-s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  
  
  
  
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1011px;
  }




.s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-content {
  
    align-items: center;
  
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fdfce23-9633-44af-a341-10fba88ee3ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
      position: relative;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1011px;
    }
  }

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

.shg-image-margin-container-s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  
  
  
  
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1011px;
  }




.s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-content {
  
    align-items: center;
  
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fdfce23-9633-44af-a341-10fba88ee3ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
      position: relative;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1011px;
    }
  }

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

.shg-image-margin-container-s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  
  
  
  
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fdfce23-9633-44af-a341-10fba88ee3ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1011px;
  }




.s-7fdfce23-9633-44af-a341-10fba88ee3ab .shogun-image-content {
  
    align-items: center;
  
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fdfce23-9633-44af-a341-10fba88ee3ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container {
      position: relative;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fdfce23-9633-44af-a341-10fba88ee3ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1011px;
    }
  }

}
#s-b0c9da72-815c-439c-85a5-a50854a721ce {
  margin-left: auto;
margin-right: auto;
}

#s-382adc17-70c1-4060-8007-047847863b67 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 0.67);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 1em;
background-color: rgba(0, 62, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-382adc17-70c1-4060-8007-047847863b67:hover {box-shadow:2px 3px 6px 2px rgba(234, 170, 0, 1) !important;
background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-382adc17-70c1-4060-8007-047847863b67:active {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-382adc17-70c1-4060-8007-047847863b67-atc-btn-wrapper {
    text-align: center;
  }


#s-382adc17-70c1-4060-8007-047847863b67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-382adc17-70c1-4060-8007-047847863b67-atc-btn-wrapper {
    text-align: center;
  }


#s-382adc17-70c1-4060-8007-047847863b67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-382adc17-70c1-4060-8007-047847863b67-atc-btn-wrapper {
    text-align: center;
  }


#s-382adc17-70c1-4060-8007-047847863b67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-382adc17-70c1-4060-8007-047847863b67-atc-btn-wrapper {
    text-align: center;
  }


#s-382adc17-70c1-4060-8007-047847863b67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-382adc17-70c1-4060-8007-047847863b67-atc-btn-wrapper {
    text-align: center;
  }


#s-382adc17-70c1-4060-8007-047847863b67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Montserrat;
  
  font-size: 1em;
  
}


  #s-382adc17-70c1-4060-8007-047847863b67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4 {
  box-shadow:1px 1px 5px 1px rgba(234, 170, 0, 1);
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(234, 170, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4 {
  box-shadow:0px 0px 5px 0px rgba(184, 132, 0, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-image: none;
background-color: rgba(234, 170, 0, 1);
hover-type: color;
}
#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4:hover {background-color: rgba(0, 62, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}
}@media (max-width: 767px){#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
border-radius: 10px;
background-color: rgba(0, 62, 81, 1);
}
}

  #s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4-root {
    text-align: center;
  }


#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4-root {
    text-align: center;
  }


#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4-root {
    text-align: center;
  }


#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4-root {
    text-align: center;
  }


#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4-root {
    text-align: center;
  }


#s-431eb821-a14f-4ac6-a02c-65ce96a8a7f4.shg-btn {
  color: #ffffff;
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
  font-family: Open Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#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-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}