.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-5035fb04-209a-439b-bb06-d58bf0dfa493 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5035fb04-209a-439b-bb06-d58bf0dfa493 {
  display: none;
}
#s-5035fb04-209a-439b-bb06-d58bf0dfa493, #wrap-s-5035fb04-209a-439b-bb06-d58bf0dfa493 { display:none !important; }}@media (max-width: 767px){#s-5035fb04-209a-439b-bb06-d58bf0dfa493 {
  display: none;
}
#s-5035fb04-209a-439b-bb06-d58bf0dfa493, #wrap-s-5035fb04-209a-439b-bb06-d58bf0dfa493 { display:none !important; }}







#s-5035fb04-209a-439b-bb06-d58bf0dfa493 > .shg-box-overlay {
  background-color: rgba(251, 250, 243, 1);
  opacity: 0;
}#s-5035fb04-209a-439b-bb06-d58bf0dfa493.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c15389c5-67d9-4df3-adf8-e266fb600db3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(251, 250, 243, 1);
}








#s-c15389c5-67d9-4df3-adf8-e266fb600db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c15389c5-67d9-4df3-adf8-e266fb600db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 {
  padding-top: 50px;
padding-left: 100px;
padding-right: 100px;
min-height: 600px;
}

#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 .shg-sld-nav-button.shg-sld-left,
#s-8cbf6fe7-899d-4de7-98e1-7a466ac6f598 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cc6a0d6-a2c6-4bc5-b008-06a7c111415c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-1e8537b3-0daa-495c-8a81-0c97c314d046 {
  text-align: left;
}



.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e8537b3-0daa-495c-8a81-0c97c314d046 img.shogun-image {
  width: 100%;
}



}
#s-0c169f13-67b2-46de-b9ce-444026447466 {
  text-align: left;
}



.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0c169f13-67b2-46de-b9ce-444026447466 img.shogun-image {
  width: 100%;
}



}
#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 {
  text-align: left;
}



.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54691da8-ea8f-4be6-abb5-c1eb2f81ef44 img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-551c7945-cf84-4ca2-9313-04d8ddb03836"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 {
  text-align: left;
}



.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bee8dd6f-c928-4a5c-aa3b-db5785743910 img.shogun-image {
  width: 100%;
}



}
#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 {
  text-align: left;
}



.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56ebaeda-aba0-4895-963e-6169b4dd3fc2 img.shogun-image {
  width: 100%;
}



}
#s-57591041-3877-4660-a1e7-96f573e3d56e {
  text-align: left;
}



.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57591041-3877-4660-a1e7-96f573e3d56e img.shogun-image {
  width: 100%;
}



}
@media (min-width: 0px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-379a9317-013c-4ed0-8a74-5a934cdc1ee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 {
  text-align: left;
}



.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6ec99dc-fb02-4bc7-9fe4-fa511085de16 img.shogun-image {
  width: 100%;
}



}
#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 {
  text-align: left;
}



.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d981fe5-1a9f-49d4-ba8f-1c64284bead2 img.shogun-image {
  width: 100%;
}



}
#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd {
  margin-bottom: 4px;
text-align: left;
}



.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ddbcdf4-c996-4584-b276-04f2b62d32cd img.shogun-image {
  width: 100%;
}



}
#s-5e51530f-ea56-4a0c-9015-aec355faf8a0 {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5e51530f-ea56-4a0c-9015-aec355faf8a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-668bca9f-42d8-4357-a901-4cb445d84a1d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-668bca9f-42d8-4357-a901-4cb445d84a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-668bca9f-42d8-4357-a901-4cb445d84a1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 {
  text-align: center;
}



.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01864ef0-dd7c-40b5-9ec7-5514c5d03f02 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-7292df6b-5787-4618-8315-302452d4922c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7292df6b-5787-4618-8315-302452d4922c .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 {
  text-align: center;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e9de50c1-4205-4793-9c02-bff0a4690179 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-838c7e42-706a-40a0-81c3-ef366bb996a3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-838c7e42-706a-40a0-81c3-ef366bb996a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-838c7e42-706a-40a0-81c3-ef366bb996a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 {
  text-align: center;
}



.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29ec6ff-4a5c-45f2-a6e0-2f2da7d96843 img.shogun-image {
  width: 100%;
}



}
#s-dbb9939c-5429-400d-8424-59090d599e3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbb9939c-5429-400d-8424-59090d599e3b .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d {
  text-align: center;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-30ab0aa2-ab8f-4258-9c3f-5cbc6ee6724d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8c80ed6-1fbe-4520-a187-8542a7d023c2 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-e8c80ed6-1fbe-4520-a187-8542a7d023c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c80ed6-1fbe-4520-a187-8542a7d023c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a {
  text-align: center;
}



.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a394c1d4-3a55-4b8c-b656-6d7c1f3ba04a img.shogun-image {
  width: 100%;
}



}
#s-6f09d785-a780-42f8-9f8b-55cacb6463e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f09d785-a780-42f8-9f8b-55cacb6463e6 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b {
  text-align: center;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e75ab25a-0960-4ba7-9959-57a3516e347b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b0d30ff1-4ef6-4dec-b038-ea5986ef945f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-505f4caf-2b5d-4b93-bea1-1874d76754e3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-505f4caf-2b5d-4b93-bea1-1874d76754e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-505f4caf-2b5d-4b93-bea1-1874d76754e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca {
  text-align: center;
}



.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e1131e6-bb0a-4eb0-81cf-ee28ec4adaca img.shogun-image {
  width: 100%;
}



}
#s-507451ce-cfc0-4bbe-bf4d-50d66602d92f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-507451ce-cfc0-4bbe-bf4d-50d66602d92f .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 {
  text-align: center;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-ab2d5293-d0f5-4926-a044-ec0e393b4be0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c88a591b-b2b6-4ccd-8d71-0b9a4a352804 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c88a591b-b2b6-4ccd-8d71-0b9a4a352804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c88a591b-b2b6-4ccd-8d71-0b9a4a352804.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33db2c99-950d-4640-a8a4-04e998abd6c6 {
  text-align: center;
}



.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33db2c99-950d-4640-a8a4-04e998abd6c6 img.shogun-image {
  width: 100%;
}



}
#s-537db314-a66f-4301-9296-b5d24e9296a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-537db314-a66f-4301-9296-b5d24e9296a9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa {
  text-align: center;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-63b84807-1d61-460d-ad01-5666bbf66efa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f967844f-908e-494f-bca2-892b67c21b80 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f967844f-908e-494f-bca2-892b67c21b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f967844f-908e-494f-bca2-892b67c21b80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f {
  text-align: center;
}



.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e10d6fd7-0d2c-4a61-89eb-d053601c853f img.shogun-image {
  width: 100%;
}



}
#s-98ed61cb-ec3b-4c4c-8c46-be04e653d353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98ed61cb-ec3b-4c4c-8c46-be04e653d353 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b {
  text-align: center;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-1e06b47e-c114-4750-85ac-e04578f29b6b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c10f09bb-3485-458e-ae9e-1ea2aae99970 {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c10f09bb-3485-458e-ae9e-1ea2aae99970"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-90dab72d-5cbf-4594-8a07-935b8eacead3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90dab72d-5cbf-4594-8a07-935b8eacead3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 {
  text-align: center;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-d6135b9a-0ff1-4381-81b9-690af7ad9368 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5adc79de-422b-4e9c-ab5f-da6280be34f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5adc79de-422b-4e9c-ab5f-da6280be34f3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 {
  text-align: center;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-442e4d90-7dac-4dbb-b54d-b220abe3b574 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-deb59968-ffd4-461c-a817-9d7ab95d4ef1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 12px;
text-align: center;
}

#s-deb59968-ffd4-461c-a817-9d7ab95d4ef1 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 {
  text-align: center;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-6bb89897-340e-4a76-9e7e-299511051af8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93b56239-385a-481d-8fff-87d18874247e {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93b56239-385a-481d-8fff-87d18874247e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c9375ed3-5abc-40fd-8359-f71336e1cd86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9375ed3-5abc-40fd-8359-f71336e1cd86 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-c7a6fdbd-3d87-4f4d-a0c9-642a8b1968d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7a6fdbd-3d87-4f4d-a0c9-642a8b1968d2 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5a4e6292-f4ac-4116-b2d3-9110bda70d1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a4e6292-f4ac-4116-b2d3-9110bda70d1c .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-62392783-2c59-4091-a8bc-7ac548abe364 {
  min-height: 130px;
}

@media (min-width: 0px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62392783-2c59-4091-a8bc-7ac548abe364"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-70981582-ffef-4e51-91de-0a7064526dc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70981582-ffef-4e51-91de-0a7064526dc3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f {
  text-align: center;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-df517508-8a94-4288-ac54-71a11c0b889f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a16be42-e41a-4433-8277-1955072195c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a16be42-e41a-4433-8277-1955072195c3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 {
  text-align: center;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-cd7a42d9-88f8-41c4-912f-619e2edcfa06 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8852f41e-ebda-44b9-8a6d-e752fe30b5a1 {
  margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8852f41e-ebda-44b9-8a6d-e752fe30b5a1 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe {
  text-align: center;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe .shg-product-sold-out {
  display: none;
  color: rgba(255, 68, 0, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe .shg-product-price {
  color: rgba(255, 68, 0, 1);
  font-weight:   ;
  font-family: courier;
  font-style:  normal ;
  font-size: 14px;
}

#s-b87db2b3-d48b-4a9d-95bc-dc002400e0fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 50px;
padding-left: 151px;
padding-bottom: 50px;
padding-right: 151px;
}

@media (min-width: 0px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb8fcc4c-f5ec-46e1-9411-1ffe363a7e43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

#s-3d765c8e-925a-469d-80e1-fc7cff0e56df {
  margin-top: -15px;
margin-bottom: -15px;
}

#s-3d765c8e-925a-469d-80e1-fc7cff0e56df hr {
  border-top: 1px solid rgba(56, 35, 32, 1);
}

@media (min-width: 0px) {
[id="s-95178d85-f2a4-44fb-a593-6075a8ea8eb1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-95178d85-f2a4-44fb-a593-6075a8ea8eb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95178d85-f2a4-44fb-a593-6075a8ea8eb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95178d85-f2a4-44fb-a593-6075a8ea8eb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-78dcf775-7125-4dc8-ad54-2a334837c806 {
  text-align: center;
}







  img.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
    
    
  }


.s-78dcf775-7125-4dc8-ad54-2a334837c806 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
    
    
  }


.s-78dcf775-7125-4dc8-ad54-2a334837c806 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
  box-sizing: border-box;
}

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





  img.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
    
    
  }


.s-78dcf775-7125-4dc8-ad54-2a334837c806 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
  box-sizing: border-box;
}

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





  img.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
    
    
  }


.s-78dcf775-7125-4dc8-ad54-2a334837c806 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
  box-sizing: border-box;
}

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





  img.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
    
    
  }


.s-78dcf775-7125-4dc8-ad54-2a334837c806 .shogun-image-content {
  
    align-items: center;
  
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78dcf775-7125-4dc8-ad54-2a334837c806.shogun-image {
  box-sizing: border-box;
}

}
#s-399ada40-db7f-458f-9810-ac21934adc60 {
  text-align: center;
}







  img.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
    
    
  }


.s-399ada40-db7f-458f-9810-ac21934adc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
    
    
  }


.s-399ada40-db7f-458f-9810-ac21934adc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
  box-sizing: border-box;
}

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





  img.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
    
    
  }


.s-399ada40-db7f-458f-9810-ac21934adc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
  box-sizing: border-box;
}

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





  img.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
    
    
  }


.s-399ada40-db7f-458f-9810-ac21934adc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
  box-sizing: border-box;
}

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





  img.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
    
    
  }


.s-399ada40-db7f-458f-9810-ac21934adc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399ada40-db7f-458f-9810-ac21934adc60.shogun-image {
  box-sizing: border-box;
}

}
#s-e4187750-d612-48c4-8ff8-2fe9648196ce {
  text-align: center;
}







  img.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
    
    
  }


.s-e4187750-d612-48c4-8ff8-2fe9648196ce .shogun-image-content {
  
    align-items: center;
  
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
    
    
  }


.s-e4187750-d612-48c4-8ff8-2fe9648196ce .shogun-image-content {
  
    align-items: center;
  
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
    
    
  }


.s-e4187750-d612-48c4-8ff8-2fe9648196ce .shogun-image-content {
  
    align-items: center;
  
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
    
    
  }


.s-e4187750-d612-48c4-8ff8-2fe9648196ce .shogun-image-content {
  
    align-items: center;
  
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
    
    
  }


.s-e4187750-d612-48c4-8ff8-2fe9648196ce .shogun-image-content {
  
    align-items: center;
  
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4187750-d612-48c4-8ff8-2fe9648196ce.shogun-image {
  box-sizing: border-box;
}

}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-64e6dc1d-a920-4f63-a4bb-d1a71b1a96f9 {
  text-align: center;
}







  #s-64e6dc1d-a920-4f63-a4bb-d1a71b1a96f9 img.shogun-image {
    

    
    
    
  }


#s-64e6dc1d-a920-4f63-a4bb-d1a71b1a96f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce833057-5269-40b5-b07f-8c76c460666f {
  min-height: 644px;
}

#s-ce833057-5269-40b5-b07f-8c76c460666f .shg-sld-dot {
  background-color: rgba(247, 246, 246, 1);
}

#s-ce833057-5269-40b5-b07f-8c76c460666f .shg-sld-nav-button.shg-sld-left,
#s-ce833057-5269-40b5-b07f-8c76c460666f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(247, 246, 246, 1);
}

#s-fcfa8636-5b42-4e9d-9b18-be29962f8a5e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-fcfa8636-5b42-4e9d-9b18-be29962f8a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcfa8636-5b42-4e9d-9b18-be29962f8a5e {
  cursor: pointer;
}#s-fcfa8636-5b42-4e9d-9b18-be29962f8a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc {
  text-align: center;
}







  img.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
    
    
  }


.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
    
    
  }


.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
    
    
  }


.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
    
    
  }


.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
    
    
  }


.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc .shogun-image-content {
  
    align-items: center;
  
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2e4c0e6-4239-44e6-9a03-4d47b4938cdc.shogun-image {
  box-sizing: border-box;
}

}
#s-a297dd62-8603-4b37-a991-0f7c17390b20 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center 93%;
background-attachment: scroll;
}








#s-a297dd62-8603-4b37-a991-0f7c17390b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a297dd62-8603-4b37-a991-0f7c17390b20 {
  cursor: pointer;
}#s-a297dd62-8603-4b37-a991-0f7c17390b20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-f074a780-332d-4a8e-bfec-55f7189bc104 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f074a780-332d-4a8e-bfec-55f7189bc104 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:  normal ;
  font-family: "nord";
  font-style:  normal ;
  
  
  
  
}



#s-553d2bb8-484a-4c3e-8d18-f53201e94a40 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center 70%;
background-attachment: scroll;
}








#s-553d2bb8-484a-4c3e-8d18-f53201e94a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-553d2bb8-484a-4c3e-8d18-f53201e94a40 {
  cursor: pointer;
}#s-553d2bb8-484a-4c3e-8d18-f53201e94a40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9819757a-6552-4510-8432-af42dd81e1bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9819757a-6552-4510-8432-af42dd81e1bf .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-172fc6ed-d28d-48dd-a984-df6db580c304 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-172fc6ed-d28d-48dd-a984-df6db580c304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-172fc6ed-d28d-48dd-a984-df6db580c304 {
  cursor: pointer;
}#s-172fc6ed-d28d-48dd-a984-df6db580c304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c45cb5f-3178-4e5e-9b87-8dde74e0288a {
  min-height: 50px;
}








#s-3c45cb5f-3178-4e5e-9b87-8dde74e0288a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c45cb5f-3178-4e5e-9b87-8dde74e0288a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7cda9de-8bf3-47c4-84ec-a29dbcaa19cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7cda9de-8bf3-47c4-84ec-a29dbcaa19cc .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7be9f789-498c-4dea-bc77-99ca10b3d0f9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-7be9f789-498c-4dea-bc77-99ca10b3d0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7be9f789-498c-4dea-bc77-99ca10b3d0f9 {
  cursor: pointer;
}#s-7be9f789-498c-4dea-bc77-99ca10b3d0f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5582a8a-72be-487c-afca-9f156b6fbeba {
  min-height: 600px;
}








#s-f5582a8a-72be-487c-afca-9f156b6fbeba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5582a8a-72be-487c-afca-9f156b6fbeba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0d49cdd-941d-4bf8-8820-1d36937e19fe {
  min-height: 50px;
}








#s-f0d49cdd-941d-4bf8-8820-1d36937e19fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d49cdd-941d-4bf8-8820-1d36937e19fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37e32589-3e41-4617-bdf2-2d65c0c01a69 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37e32589-3e41-4617-bdf2-2d65c0c01a69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-827e1b4c-9525-461f-a43c-ea84fb1efc3e {
  text-align: center;
}







  #s-827e1b4c-9525-461f-a43c-ea84fb1efc3e img.shogun-image {
    

    
    
    
  }


#s-827e1b4c-9525-461f-a43c-ea84fb1efc3e .shogun-image-content {
  
    align-items: center;
  
}

#s-03b094e2-51b2-4c7a-9a36-40b70f6afd55 {
  text-align: center;
}







  #s-03b094e2-51b2-4c7a-9a36-40b70f6afd55 img.shogun-image {
    

    
    
    
  }


#s-03b094e2-51b2-4c7a-9a36-40b70f6afd55 .shogun-image-content {
  
    align-items: center;
  
}

#s-50f10560-acc9-4836-a27b-f1903f771624 {
  background-repeat: repeat;
background-size: 150px 150px;
background-attachment: fixed;
padding-bottom: 75px;
min-height: 50px;
background-position: center center;
}








#s-50f10560-acc9-4836-a27b-f1903f771624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f10560-acc9-4836-a27b-f1903f771624.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f31f120-d18d-4c8f-a112-609204089e76 {
  margin-top: 33px;
margin-bottom: 33px;
}

@media (min-width: 0px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f31f120-d18d-4c8f-a112-609204089e76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b265a5bf-8f25-4094-bb95-8aa5102e0374 {
  text-align: center;
}







  #s-b265a5bf-8f25-4094-bb95-8aa5102e0374 img.shogun-image {
    

    
    
    
  }


#s-b265a5bf-8f25-4094-bb95-8aa5102e0374 .shogun-image-content {
  
    align-items: center;
  
}

#s-94939907-a741-4036-9e80-d1ab44d3079f {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-94939907-a741-4036-9e80-d1ab44d3079f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94939907-a741-4036-9e80-d1ab44d3079f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-94939907-a741-4036-9e80-d1ab44d3079f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-94939907-a741-4036-9e80-d1ab44d3079f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-82f7d647-f044-426f-b905-a49efc14b9cf {
  min-height: 50px;
}








#s-82f7d647-f044-426f-b905-a49efc14b9cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82f7d647-f044-426f-b905-a49efc14b9cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d04af5d-6a85-4e88-b025-a1b921889140 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-3d04af5d-6a85-4e88-b025-a1b921889140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d04af5d-6a85-4e88-b025-a1b921889140 {
  cursor: pointer;
}#s-3d04af5d-6a85-4e88-b025-a1b921889140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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 {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-927e50b5-d44c-4832-995d-6f3d2aad1279 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-927e50b5-d44c-4832-995d-6f3d2aad1279:hover {background-color: rgba(251, 250, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 68, 0, 1) !important;}#s-927e50b5-d44c-4832-995d-6f3d2aad1279:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-927e50b5-d44c-4832-995d-6f3d2aad1279-root {
    text-align: center;
  }


#s-927e50b5-d44c-4832-995d-6f3d2aad1279.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-927e50b5-d44c-4832-995d-6f3d2aad1279-root {
    text-align: center;
  }


#s-927e50b5-d44c-4832-995d-6f3d2aad1279.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-927e50b5-d44c-4832-995d-6f3d2aad1279-root {
    text-align: center;
  }


#s-927e50b5-d44c-4832-995d-6f3d2aad1279.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-927e50b5-d44c-4832-995d-6f3d2aad1279-root {
    text-align: center;
  }


#s-927e50b5-d44c-4832-995d-6f3d2aad1279.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-927e50b5-d44c-4832-995d-6f3d2aad1279-root {
    text-align: center;
  }


#s-927e50b5-d44c-4832-995d-6f3d2aad1279.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}
#s-443bc471-daab-4563-abe4-7df5cd7c6bd5 {
  min-height: 50px;
}








#s-443bc471-daab-4563-abe4-7df5cd7c6bd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-443bc471-daab-4563-abe4-7df5cd7c6bd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4dc2b37-4316-409f-ae65-b0e58fce6cef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-d4dc2b37-4316-409f-ae65-b0e58fce6cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4dc2b37-4316-409f-ae65-b0e58fce6cef {
  cursor: pointer;
}#s-d4dc2b37-4316-409f-ae65-b0e58fce6cef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72d15cb5-7942-486c-b728-3dd07fc20688 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-72d15cb5-7942-486c-b728-3dd07fc20688:hover {background-color: rgba(251, 250, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 68, 0, 1) !important;}#s-72d15cb5-7942-486c-b728-3dd07fc20688:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-72d15cb5-7942-486c-b728-3dd07fc20688-root {
    text-align: center;
  }


#s-72d15cb5-7942-486c-b728-3dd07fc20688.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72d15cb5-7942-486c-b728-3dd07fc20688-root {
    text-align: center;
  }


#s-72d15cb5-7942-486c-b728-3dd07fc20688.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72d15cb5-7942-486c-b728-3dd07fc20688-root {
    text-align: center;
  }


#s-72d15cb5-7942-486c-b728-3dd07fc20688.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72d15cb5-7942-486c-b728-3dd07fc20688-root {
    text-align: center;
  }


#s-72d15cb5-7942-486c-b728-3dd07fc20688.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72d15cb5-7942-486c-b728-3dd07fc20688-root {
    text-align: center;
  }


#s-72d15cb5-7942-486c-b728-3dd07fc20688.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}
#s-22ee6679-9665-4ec7-bcdc-b76826a9d192 {
  min-height: 50px;
}








#s-22ee6679-9665-4ec7-bcdc-b76826a9d192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22ee6679-9665-4ec7-bcdc-b76826a9d192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d096af5-2176-49ef-927a-5e9fcd86fec6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-6d096af5-2176-49ef-927a-5e9fcd86fec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d096af5-2176-49ef-927a-5e9fcd86fec6 {
  cursor: pointer;
}#s-6d096af5-2176-49ef-927a-5e9fcd86fec6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9981129-71f9-4939-882a-3bbeafcac0b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b9981129-71f9-4939-882a-3bbeafcac0b0:hover {background-color: rgba(251, 250, 243, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 68, 0, 1) !important;}#s-b9981129-71f9-4939-882a-3bbeafcac0b0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b9981129-71f9-4939-882a-3bbeafcac0b0-root {
    text-align: center;
  }


#s-b9981129-71f9-4939-882a-3bbeafcac0b0.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9981129-71f9-4939-882a-3bbeafcac0b0-root {
    text-align: center;
  }


#s-b9981129-71f9-4939-882a-3bbeafcac0b0.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9981129-71f9-4939-882a-3bbeafcac0b0-root {
    text-align: center;
  }


#s-b9981129-71f9-4939-882a-3bbeafcac0b0.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9981129-71f9-4939-882a-3bbeafcac0b0-root {
    text-align: center;
  }


#s-b9981129-71f9-4939-882a-3bbeafcac0b0.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9981129-71f9-4939-882a-3bbeafcac0b0-root {
    text-align: center;
  }


#s-b9981129-71f9-4939-882a-3bbeafcac0b0.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}
#s-dd366609-36f6-460d-94bc-421c98f48f2f {
  padding-top: 33px;
}

@media (min-width: 0px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd366609-36f6-460d-94bc-421c98f48f2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 68, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8:hover {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8-root {
    text-align: center;
  }


#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8-root {
    text-align: center;
  }


#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8-root {
    text-align: center;
  }


#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8-root {
    text-align: center;
  }


#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8-root {
    text-align: center;
  }


#s-57ec6cd3-2004-4b0f-9eca-610b731cf2e8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}
#s-1863dc4b-1f57-4885-86ef-320653a0f441 {
  background-repeat: repeat;
background-size: 720px 450px;
padding-left: 100px;
padding-right: 100px;
min-height: 50px;
background-position: center center;
}








#s-1863dc4b-1f57-4885-86ef-320653a0f441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1863dc4b-1f57-4885-86ef-320653a0f441.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cba98cfa-3ed1-4a12-abc1-be2e8c172b60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3bd89219-0d62-4d66-986d-3d6fb855a77d {
  text-align: center;
}







  #s-3bd89219-0d62-4d66-986d-3d6fb855a77d img.shogun-image {
    

    
    
    
  }


#s-3bd89219-0d62-4d66-986d-3d6fb855a77d .shogun-image-content {
  
    align-items: center;
  
}

#s-5b561391-675d-478a-97fc-596b699f7468 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b561391-675d-478a-97fc-596b699f7468 .shogun-heading-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (min-width: 768px) {
  [id="s-c3dfd359-24ca-4d6a-b891-42f28767733b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-cab35711-5727-44ab-ad34-135bbd17b093 {
  text-align: center;
}

#s-12bcb561-7844-486f-a393-0aa8aaaebc01 {
  padding-top: 50px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-12bcb561-7844-486f-a393-0aa8aaaebc01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e48e7cf4-9a9b-467b-90d6-991a2506378b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(56, 35, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e48e7cf4-9a9b-467b-90d6-991a2506378b:hover {background-color: rgba(255, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e48e7cf4-9a9b-467b-90d6-991a2506378b:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e48e7cf4-9a9b-467b-90d6-991a2506378b-root {
    text-align: center;
  }


#s-e48e7cf4-9a9b-467b-90d6-991a2506378b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e48e7cf4-9a9b-467b-90d6-991a2506378b-root {
    text-align: center;
  }


#s-e48e7cf4-9a9b-467b-90d6-991a2506378b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e48e7cf4-9a9b-467b-90d6-991a2506378b-root {
    text-align: center;
  }


#s-e48e7cf4-9a9b-467b-90d6-991a2506378b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e48e7cf4-9a9b-467b-90d6-991a2506378b-root {
    text-align: center;
  }


#s-e48e7cf4-9a9b-467b-90d6-991a2506378b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e48e7cf4-9a9b-467b-90d6-991a2506378b-root {
    text-align: center;
  }


#s-e48e7cf4-9a9b-467b-90d6-991a2506378b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}
#s-0b093dd6-f198-482b-b462-c017495640d9 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  display: none;
}
#s-0b093dd6-f198-482b-b462-c017495640d9, #wrap-s-0b093dd6-f198-482b-b462-c017495640d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  display: none;
}
#s-0b093dd6-f198-482b-b462-c017495640d9, #wrap-s-0b093dd6-f198-482b-b462-c017495640d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  
}
}@media (max-width: 767px){#s-0b093dd6-f198-482b-b462-c017495640d9 {
  
}
}







#s-0b093dd6-f198-482b-b462-c017495640d9 > .shg-box-overlay {
  background-color: rgba(251, 250, 243, 1);
  opacity: 0;
}#s-0b093dd6-f198-482b-b462-c017495640d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68ad4bd6-eaa9-472d-af7e-9d62c065c4f6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(251, 250, 243, 1);
}








#s-68ad4bd6-eaa9-472d-af7e-9d62c065c4f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68ad4bd6-eaa9-472d-af7e-9d62c065c4f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  margin-bottom: -100px;
padding-top: 75px;
padding-left: 75px;
padding-bottom: 100px;
padding-right: 75px;
}
@media (min-width: 1200px){#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  display: none;
}
#s-76fad650-87cb-4698-8862-9d1c72a02485, #wrap-s-76fad650-87cb-4698-8862-9d1c72a02485 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  display: none;
}
#s-76fad650-87cb-4698-8862-9d1c72a02485, #wrap-s-76fad650-87cb-4698-8862-9d1c72a02485 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76fad650-87cb-4698-8862-9d1c72a02485 {
  display: none;
}
#s-76fad650-87cb-4698-8862-9d1c72a02485, #wrap-s-76fad650-87cb-4698-8862-9d1c72a02485 { display:none !important; }}
#s-76fad650-87cb-4698-8862-9d1c72a02485 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-76fad650-87cb-4698-8862-9d1c72a02485 .shg-sld-nav-button.shg-sld-left,
#s-76fad650-87cb-4698-8862-9d1c72a02485 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 {
  text-align: left;
}



.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ab53eb6-6fe3-471b-9851-ac9c53d796f8 img.shogun-image {
  width: 100%;
}



}
#s-ef9dd076-6191-4fc0-ab3e-24bbc6617c1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef9dd076-6191-4fc0-ab3e-24bbc6617c1f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-d4e47f52-5e0e-4de2-bcdf-0611f8a78ded {
  min-height: 50px;
}








#s-d4e47f52-5e0e-4de2-bcdf-0611f8a78ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4e47f52-5e0e-4de2-bcdf-0611f8a78ded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2caad648-d25c-4950-8aef-b3d49d3c5adb {
  text-align: left;
}



.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2caad648-d25c-4950-8aef-b3d49d3c5adb img.shogun-image {
  width: 100%;
}



}
#s-d013ae8c-0513-4566-b01f-1cbed72260ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d013ae8c-0513-4566-b01f-1cbed72260ba .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd827a75-5573-47cc-abdd-7886b02dc553"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4a387dd8-996e-41e7-bddf-f4a12c281175 {
  text-align: left;
}



.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a387dd8-996e-41e7-bddf-f4a12c281175 img.shogun-image {
  width: 100%;
}



}
#s-56a689d3-a0f8-490d-a307-292f3f9021f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56a689d3-a0f8-490d-a307-292f3f9021f9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-afcafdf7-4c5a-406b-8702-a7fef4af5dc4 {
  min-height: 50px;
}








#s-afcafdf7-4c5a-406b-8702-a7fef4af5dc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afcafdf7-4c5a-406b-8702-a7fef4af5dc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f81383bb-3abf-421d-b888-f30d4bb9992a {
  text-align: left;
}



.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f81383bb-3abf-421d-b888-f30d4bb9992a img.shogun-image {
  width: 100%;
}



}
#s-7ff26602-524a-4c69-a27d-a2852704b911 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ff26602-524a-4c69-a27d-a2852704b911 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-73182556-480f-4998-a41d-adce246addd6 {
  min-height: 50px;
}








#s-73182556-480f-4998-a41d-adce246addd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73182556-480f-4998-a41d-adce246addd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 {
  text-align: left;
}



.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3cd88c34-3bb4-42db-9b52-cd3c8d7cb966 img.shogun-image {
  width: 100%;
}



}
#s-705624e2-21db-4e07-aa67-3f435b1722f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-705624e2-21db-4e07-aa67-3f435b1722f9 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a3bc3327-f46a-4871-b2d0-b3acb6b38338 {
  min-height: 50px;
}








#s-a3bc3327-f46a-4871-b2d0-b3acb6b38338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3bc3327-f46a-4871-b2d0-b3acb6b38338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76611e1d-dcca-4681-9d5f-33aacacc5179 {
  text-align: left;
}



.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76611e1d-dcca-4681-9d5f-33aacacc5179 img.shogun-image {
  width: 100%;
}



}
#s-f2c5a924-344c-46dc-9fec-ea11ff8a8878 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2c5a924-344c-46dc-9fec-ea11ff8a8878 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7fa1d894-3e71-496b-9468-bc7e46b5e121 {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7fa1d894-3e71-496b-9468-bc7e46b5e121"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-8fe8ccb9-92d3-4925-b2f6-1c02a88efbcb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-8fe8ccb9-92d3-4925-b2f6-1c02a88efbcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe8ccb9-92d3-4925-b2f6-1c02a88efbcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-369b7b05-5040-448d-92f8-95758c0eb16f {
  text-align: center;
}



.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-369b7b05-5040-448d-92f8-95758c0eb16f img.shogun-image {
  width: 100%;
}



}
#s-c5ee2f4e-8f31-4703-a82c-75a11ab7a1fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5ee2f4e-8f31-4703-a82c-75a11ab7a1fe .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 {
  text-align: center;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e74fee36-0e82-4432-b6ba-55ac56815e75 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eace001c-91e9-4f89-aee6-e70f5f9a93f8 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-eace001c-91e9-4f89-aee6-e70f5f9a93f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eace001c-91e9-4f89-aee6-e70f5f9a93f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 {
  text-align: center;
}



.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aabe87f6-b32f-4889-a52e-eb8d96eaa336 img.shogun-image {
  width: 100%;
}



}
#s-2591d272-9156-412b-8976-396dc18ed628 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2591d272-9156-412b-8976-396dc18ed628 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 {
  text-align: center;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-de99cbac-0f83-46b8-b74d-5740eb43eba6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc10b014-50df-4950-bac5-1517ae469c7f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cc10b014-50df-4950-bac5-1517ae469c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc10b014-50df-4950-bac5-1517ae469c7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 {
  text-align: center;
}



.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea63697f-aa48-4b8b-9e11-a7334a00c249 img.shogun-image {
  width: 100%;
}



}
#s-096025f0-3dcd-4d8a-822a-bd581317e942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-096025f0-3dcd-4d8a-822a-bd581317e942 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c {
  text-align: center;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-b920ce7a-4429-4ad7-9d8e-1f9fccf7289c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c61ae3e0-665d-4e83-9bdd-6a8a2288f7c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-c83e9b7b-6e65-49fe-88d7-91c0d1bf4f7c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c83e9b7b-6e65-49fe-88d7-91c0d1bf4f7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c83e9b7b-6e65-49fe-88d7-91c0d1bf4f7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 {
  text-align: center;
}



.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b4ccc0d3-2070-4dd7-a8c0-a4fa4efa76a2 img.shogun-image {
  width: 100%;
}



}
#s-22af817e-4356-4d7f-8011-86544811f659 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22af817e-4356-4d7f-8011-86544811f659 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 {
  text-align: center;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-56133b1c-94d9-4bda-bf1b-26c446af90b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4cf01d67-efe1-4e37-a4a1-2ded4927ba3a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-4cf01d67-efe1-4e37-a4a1-2ded4927ba3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf01d67-efe1-4e37-a4a1-2ded4927ba3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d {
  text-align: center;
}



.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07ec5043-872b-4f54-b9b4-2a9ecef7875d img.shogun-image {
  width: 100%;
}



}
#s-6c28e52c-ea96-4c14-b04e-db68c7d56ecc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c28e52c-ea96-4c14-b04e-db68c7d56ecc .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 {
  text-align: center;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-5031487b-0e89-4565-8861-c85fe41a0836 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3699042-fc92-418b-b293-8be7b130dc94 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c3699042-fc92-418b-b293-8be7b130dc94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3699042-fc92-418b-b293-8be7b130dc94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87ac1cdd-07f0-4f98-a884-456755bb7522 {
  text-align: center;
}



.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-87ac1cdd-07f0-4f98-a884-456755bb7522 img.shogun-image {
  width: 100%;
}



}
#s-d674a595-bacb-46b3-8cbe-3c796832f715 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d674a595-bacb-46b3-8cbe-3c796832f715 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 {
  text-align: center;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-a37adbd2-a83c-4f0e-85f2-4390a7617ab1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 {
  text-align: left;
}



.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f56a1d1b-ff25-4887-99ed-24fb8c943e63 img.shogun-image {
  width: 100%;
}



}
#s-5271b5ad-58cc-46f4-9589-b526c2e6a278 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5271b5ad-58cc-46f4-9589-b526c2e6a278 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9fa16eff-fdea-4edc-8f26-1cabfd53b33c {
  min-height: 50px;
}








#s-9fa16eff-fdea-4edc-8f26-1cabfd53b33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fa16eff-fdea-4edc-8f26-1cabfd53b33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fac1307a-4558-4f90-8e14-d0e2b2a380f2 {
  min-height: 50px;
}








#s-fac1307a-4558-4f90-8e14-d0e2b2a380f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac1307a-4558-4f90-8e14-d0e2b2a380f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c {
  text-align: left;
}



.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9d5708-9072-4195-928e-1ad51a2dfd0c img.shogun-image {
  width: 100%;
}



}
#s-31db76e8-414a-4b67-9e6b-20424b8a959d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31db76e8-414a-4b67-9e6b-20424b8a959d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1b0a963c-84af-4199-9136-45b7738551bd {
  min-height: 50px;
}








#s-1b0a963c-84af-4199-9136-45b7738551bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b0a963c-84af-4199-9136-45b7738551bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68183f57-33c9-4585-8586-011868412e98 {
  text-align: left;
}



.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-68183f57-33c9-4585-8586-011868412e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68183f57-33c9-4585-8586-011868412e98 img.shogun-image {
  width: 100%;
}



}
#s-da374772-cc01-47ec-ac1b-20dee4be5f69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da374772-cc01-47ec-ac1b-20dee4be5f69 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-76677540-f480-4766-91ab-69c03192ee74 {
  min-height: 50px;
}








#s-76677540-f480-4766-91ab-69c03192ee74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76677540-f480-4766-91ab-69c03192ee74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 {
  margin-top: -12px;
text-align: left;
}



.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b99462a-9a28-408f-8775-ee12c12e8bd4 img.shogun-image {
  width: 100%;
}



}
#s-086bf88b-6630-411c-a42d-63893de9a971 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-086bf88b-6630-411c-a42d-63893de9a971 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8a788a63-d449-44c4-a807-2163ecbe4198 {
  text-align: left;
}



.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a788a63-d449-44c4-a807-2163ecbe4198 img.shogun-image {
  width: 100%;
}



}
#s-ecec76d6-15d7-4021-b26f-412382a08e02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecec76d6-15d7-4021-b26f-412382a08e02 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a3488195-faae-491f-a6ed-ac020fe96a60 {
  min-height: 50px;
}








#s-a3488195-faae-491f-a6ed-ac020fe96a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3488195-faae-491f-a6ed-ac020fe96a60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b {
  text-align: left;
}



.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1ae1fbd-380c-48f6-ae19-aa55dbf2fe1b img.shogun-image {
  width: 100%;
}



}
#s-a5fa908a-697a-41fc-8318-675273f31161 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5fa908a-697a-41fc-8318-675273f31161 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b {
  padding-top: 100px;
padding-left: 40px;
padding-bottom: 100px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b {
  display: none;
}
#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b, #wrap-s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b { display:none !important; }}@media (max-width: 767px){#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b {
  display: none;
}
#s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b, #wrap-s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 14.5px);
}

}

@media (min-width: 992px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 14.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0811388-e3b5-452c-a53d-3ee5e08a6e7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 14.5px);
}

}

#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 {
  display: none;
}
#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206, #wrap-s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 { display:none !important; }}






  #s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 img.shogun-image {
    

    
    
    
  }


#s-ca30b9fc-a5dc-412f-b9d7-d3769b023206 .shogun-image-content {
  
    align-items: center;
  
}

#s-113250b6-3805-4cea-b60b-94895045152e {
  padding-top: 29px;
padding-bottom: 29px;
text-align: right;
}
@media (min-width: 1200px){#s-113250b6-3805-4cea-b60b-94895045152e {
  display: none;
}
#s-113250b6-3805-4cea-b60b-94895045152e, #wrap-s-113250b6-3805-4cea-b60b-94895045152e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-113250b6-3805-4cea-b60b-94895045152e {
  display: none;
}
#s-113250b6-3805-4cea-b60b-94895045152e, #wrap-s-113250b6-3805-4cea-b60b-94895045152e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-113250b6-3805-4cea-b60b-94895045152e {
  
}
}@media (max-width: 767px){#s-113250b6-3805-4cea-b60b-94895045152e {
  display: none;
}
#s-113250b6-3805-4cea-b60b-94895045152e, #wrap-s-113250b6-3805-4cea-b60b-94895045152e { display:none !important; }}






  #s-113250b6-3805-4cea-b60b-94895045152e img.shogun-image {
    

    
    
    
  }


#s-113250b6-3805-4cea-b60b-94895045152e .shogun-image-content {
  
    align-items: center;
  
}

#s-c95448f2-5c74-4921-b6bd-0d72d52e8294 {
  padding-top: 25px;
}

#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  display: none;
}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c, #wrap-s-2113309c-9e0b-4ade-9842-4a308ca2cb8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  display: none;
}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c, #wrap-s-2113309c-9e0b-4ade-9842-4a308ca2cb8c { display:none !important; }}@media (max-width: 767px){#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c {
  display: none;
}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c, #wrap-s-2113309c-9e0b-4ade-9842-4a308ca2cb8c { display:none !important; }}
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c .shg-sld-nav-button.shg-sld-left,
#s-2113309c-9e0b-4ade-9842-4a308ca2cb8c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29c8a8b6-f710-4e5e-b3a2-1b1d53fec9d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8accca04-2663-4e68-bbbe-3c5308b06d20 {
  text-align: left;
}



.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8accca04-2663-4e68-bbbe-3c5308b06d20 img.shogun-image {
  width: 100%;
}



}
#s-3c106fc3-cd8f-4f06-a0e1-03d1b8992bf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c106fc3-cd8f-4f06-a0e1-03d1b8992bf6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c {
  text-align: left;
}



.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3751ec1-fde3-41e5-b580-e3bb174a3b3c img.shogun-image {
  width: 100%;
}



}
#s-44cd3171-6aa0-4b1e-98ed-1e71bf572075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44cd3171-6aa0-4b1e-98ed-1e71bf572075 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 {
  text-align: left;
}



.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eca28cc7-0d60-48dd-aed5-cd295997ab59 img.shogun-image {
  width: 100%;
}



}
#s-c9331784-6007-490b-bf1e-b16c1ed96d13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9331784-6007-490b-bf1e-b16c1ed96d13 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6235aac9-36fd-4972-8e2e-667b0ff4c310"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 {
  text-align: left;
}



.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3226328-7c72-4eaa-b6b8-ee158cbaca16 img.shogun-image {
  width: 100%;
}



}
#s-f293323e-705f-49d6-b79c-3312c634ea20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f293323e-705f-49d6-b79c-3312c634ea20 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ce141b35-c681-480c-b820-96825075b94f {
  text-align: left;
}



.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce141b35-c681-480c-b820-96825075b94f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce141b35-c681-480c-b820-96825075b94f img.shogun-image {
  width: 100%;
}



}
#s-be2245f7-9d21-43a5-85e4-783375903529 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be2245f7-9d21-43a5-85e4-783375903529 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 {
  text-align: left;
}



.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-619eb2b1-8fe9-4247-85bb-1caace8094a7 img.shogun-image {
  width: 100%;
}



}
#s-d69ca408-6e26-4745-9d0a-7e0d195eb6db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d69ca408-6e26-4745-9d0a-7e0d195eb6db .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-e48afa70-f622-4e91-8c94-63362766ab3a {
  display: none;
}
#s-e48afa70-f622-4e91-8c94-63362766ab3a, #wrap-s-e48afa70-f622-4e91-8c94-63362766ab3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e48afa70-f622-4e91-8c94-63362766ab3a {
  display: none;
}
#s-e48afa70-f622-4e91-8c94-63362766ab3a, #wrap-s-e48afa70-f622-4e91-8c94-63362766ab3a { display:none !important; }}@media (max-width: 767px){#s-e48afa70-f622-4e91-8c94-63362766ab3a {
  display: none;
}
#s-e48afa70-f622-4e91-8c94-63362766ab3a, #wrap-s-e48afa70-f622-4e91-8c94-63362766ab3a { display:none !important; }}
@media (min-width: 0px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e48afa70-f622-4e91-8c94-63362766ab3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 {
  text-align: left;
}



.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d6e4e30b-9c95-41cb-a305-d4185e1e7be2 img.shogun-image {
  width: 100%;
}



}
#s-cb0037a5-63df-4a6e-bf6c-83714f956d5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb0037a5-63df-4a6e-bf6c-83714f956d5f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 {
  text-align: left;
}



.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8af71c69-1fcd-4626-a18f-2f57aa7b65e3 img.shogun-image {
  width: 100%;
}



}
#s-f388d153-5977-47de-8c63-bb4de2ea6120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f388d153-5977-47de-8c63-bb4de2ea6120 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 {
  text-align: left;
}



.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d216995-7a8d-491e-b3cb-078b3c6dab86 img.shogun-image {
  width: 100%;
}



}
#s-78b57c23-b518-4a27-9528-93cc0adcd2df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78b57c23-b518-4a27-9528-93cc0adcd2df .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7a313652-3686-406a-b753-ded7cf6aec7f {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7a313652-3686-406a-b753-ded7cf6aec7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-cf650085-a6aa-422f-8276-a3e41e6d08d2 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cf650085-a6aa-422f-8276-a3e41e6d08d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf650085-a6aa-422f-8276-a3e41e6d08d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da412769-68ce-41c2-b846-0fdcec51ea45 {
  text-align: center;
}



.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da412769-68ce-41c2-b846-0fdcec51ea45 img.shogun-image {
  width: 100%;
}



}
#s-d9ab9034-d670-42d7-8661-09f823b577e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9ab9034-d670-42d7-8661-09f823b577e8 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 {
  text-align: center;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-e87bbebb-3e4a-44eb-a01e-b4cefa7d43e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-420c64ac-2cd3-4234-8e07-df05d74e89a0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-420c64ac-2cd3-4234-8e07-df05d74e89a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-420c64ac-2cd3-4234-8e07-df05d74e89a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74d0198f-5186-4815-92ca-cfbe0d902243 {
  text-align: center;
}



.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74d0198f-5186-4815-92ca-cfbe0d902243 img.shogun-image {
  width: 100%;
}



}
#s-c1e01ed9-249b-477d-b136-31e816646a11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e01ed9-249b-477d-b136-31e816646a11 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 {
  text-align: center;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-7f4b7c8d-5a2d-480d-a931-447f5a44ad12 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2c374fb4-105c-4091-a2e4-d01027f30dfe {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2c374fb4-105c-4091-a2e4-d01027f30dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c374fb4-105c-4091-a2e4-d01027f30dfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 {
  text-align: center;
}



.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c46ca4e7-9df7-4a5a-8a25-7368cff578e1 img.shogun-image {
  width: 100%;
}



}
#s-ac66077b-aa53-4b58-8d76-825901cac298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac66077b-aa53-4b58-8d76-825901cac298 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 {
  text-align: center;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-0b0c0272-205d-42de-94d9-4143d5afec23 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d261e5fd-eb97-4f1a-b5ac-f31454649b9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-c6aa0d08-a8f0-47d8-9dbb-a91f2216ef4f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c6aa0d08-a8f0-47d8-9dbb-a91f2216ef4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6aa0d08-a8f0-47d8-9dbb-a91f2216ef4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07d5da4f-2643-4832-8e01-ec320d4f214d {
  text-align: center;
}



.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-07d5da4f-2643-4832-8e01-ec320d4f214d img.shogun-image {
  width: 100%;
}



}
#s-85f723b2-51fc-4947-ae98-4f2105dc5ed3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85f723b2-51fc-4947-ae98-4f2105dc5ed3 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd {
  text-align: center;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-4ac374c3-5444-43a5-8934-477e2778e4bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abc480b9-1abc-43a6-ac9d-c444f8117c7e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-abc480b9-1abc-43a6-ac9d-c444f8117c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc480b9-1abc-43a6-ac9d-c444f8117c7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 {
  text-align: center;
}



.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b6281e1-21a4-4b23-96d2-0b6f4d6a5693 img.shogun-image {
  width: 100%;
}



}
#s-168bea7e-bd67-4e17-ab6b-e1d3be095628 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-168bea7e-bd67-4e17-ab6b-e1d3be095628 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 {
  text-align: center;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-aa488054-a99e-49d3-98ea-160b19eeb503 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-650b049d-e8f7-4d5c-8339-68ee55684190 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-650b049d-e8f7-4d5c-8339-68ee55684190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-650b049d-e8f7-4d5c-8339-68ee55684190.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada {
  text-align: center;
}



.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c5becf10-ab75-4f88-9f0e-1f15f8fd6ada img.shogun-image {
  width: 100%;
}



}
#s-6223ed69-94a2-4d4a-8774-a93ad57de9c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6223ed69-94a2-4d4a-8774-a93ad57de9c1 .shg-product-title-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: Archivo Black;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 {
  text-align: center;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 .shg-product-sold-out {
  display: none;
  color: rgba(56, 35, 31, 1);
  font-size: 12px;
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 .shg-product-price {
  color: rgba(56, 35, 31, 1);
  font-weight:   ;
  font-family: pitch;
  font-style:  normal ;
  font-size: 12px;
}

#s-da1b968d-a40d-4e1a-acc0-c551df8e0aa8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3426a5ef-d317-402b-a35e-c50197433288 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3426a5ef-d317-402b-a35e-c50197433288 {
  display: none;
}
#s-3426a5ef-d317-402b-a35e-c50197433288, #wrap-s-3426a5ef-d317-402b-a35e-c50197433288 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3426a5ef-d317-402b-a35e-c50197433288 {
  display: none;
}
#s-3426a5ef-d317-402b-a35e-c50197433288, #wrap-s-3426a5ef-d317-402b-a35e-c50197433288 { display:none !important; }}







#s-3426a5ef-d317-402b-a35e-c50197433288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3426a5ef-d317-402b-a35e-c50197433288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a977f82-8de8-4e90-8c68-11be0434d216 {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
text-align: center;
}







  #s-5a977f82-8de8-4e90-8c68-11be0434d216 img.shogun-image {
    

    
    
    
  }


#s-5a977f82-8de8-4e90-8c68-11be0434d216 .shogun-image-content {
  
    align-items: center;
  
}

#s-59232219-aaaa-4c3c-a31e-52e5022c68bb {
  margin-left: 20px;
margin-right: 20px;
}

#s-69da767d-b345-4834-aa06-7f63531c4ae0 {
  margin-top: -15px;
margin-bottom: -15px;
padding-left: 20px;
padding-right: 20px;
}

#s-69da767d-b345-4834-aa06-7f63531c4ae0 hr {
  border-top: 1px solid rgba(56, 35, 32, 1);
}

#s-22953209-1117-46e3-ab00-1779275a7f2f {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-22953209-1117-46e3-ab00-1779275a7f2f {
  display: none;
}
#s-22953209-1117-46e3-ab00-1779275a7f2f, #wrap-s-22953209-1117-46e3-ab00-1779275a7f2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22953209-1117-46e3-ab00-1779275a7f2f {
  display: none;
}
#s-22953209-1117-46e3-ab00-1779275a7f2f, #wrap-s-22953209-1117-46e3-ab00-1779275a7f2f { display:none !important; }}@media (max-width: 767px){#s-22953209-1117-46e3-ab00-1779275a7f2f {
  display: none;
}
#s-22953209-1117-46e3-ab00-1779275a7f2f, #wrap-s-22953209-1117-46e3-ab00-1779275a7f2f { display:none !important; }}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  display: none;
}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7, #wrap-s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  display: none;
}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7, #wrap-s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 {
  display: none;
}
#s-70ae8732-45d6-4a35-a819-0e32de7ab5e7, #wrap-s-70ae8732-45d6-4a35-a819-0e32de7ab5e7 { display:none !important; }}
#s-3bbfedd1-1371-41c7-9e76-2ee89129fa2b {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-3bbfedd1-1371-41c7-9e76-2ee89129fa2b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3bbfedd1-1371-41c7-9e76-2ee89129fa2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3bbfedd1-1371-41c7-9e76-2ee89129fa2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bbfedd1-1371-41c7-9e76-2ee89129fa2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7 {
  text-align: center;
}







  img.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
    
    
  }


.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
    
    
  }


.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
    
    
  }


.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
    
    
  }


.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
    
    
  }


.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f37e341-fe5f-40c7-bcc8-e8d735e91ab7.shogun-image {
  box-sizing: border-box;
}

}
#s-b5bea5f1-55de-42a2-9103-25370800f4b0 {
  text-align: center;
}







  img.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
    
    
  }


.s-b5bea5f1-55de-42a2-9103-25370800f4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
    
    
  }


.s-b5bea5f1-55de-42a2-9103-25370800f4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
    
    
  }


.s-b5bea5f1-55de-42a2-9103-25370800f4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
    
    
  }


.s-b5bea5f1-55de-42a2-9103-25370800f4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
  box-sizing: border-box;
}

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





  img.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
    
    
  }


.s-b5bea5f1-55de-42a2-9103-25370800f4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5bea5f1-55de-42a2-9103-25370800f4b0.shogun-image {
  box-sizing: border-box;
}

}
#s-05ed609d-29f6-4db6-956f-403d9cc52378 {
  text-align: center;
}







  img.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
    
    
  }


.s-05ed609d-29f6-4db6-956f-403d9cc52378 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
    
    
  }


.s-05ed609d-29f6-4db6-956f-403d9cc52378 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
  box-sizing: border-box;
}

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





  img.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
    
    
  }


.s-05ed609d-29f6-4db6-956f-403d9cc52378 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
  box-sizing: border-box;
}

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





  img.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
    
    
  }


.s-05ed609d-29f6-4db6-956f-403d9cc52378 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
  box-sizing: border-box;
}

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





  img.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
    
    
  }


.s-05ed609d-29f6-4db6-956f-403d9cc52378 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ed609d-29f6-4db6-956f-403d9cc52378.shogun-image {
  box-sizing: border-box;
}

}
#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 0px;
}

#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 .shg-sld-nav-button.shg-sld-left,
#s-046d2740-e8f2-4ce3-8fea-fefda34d3321 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fb7d09ee-5d92-4ae3-b784-c1d523652a5c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-fb7d09ee-5d92-4ae3-b784-c1d523652a5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb7d09ee-5d92-4ae3-b784-c1d523652a5c {
  cursor: pointer;
}#s-fb7d09ee-5d92-4ae3-b784-c1d523652a5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-762c1b39-672d-4152-abae-df81963bda85 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-762c1b39-672d-4152-abae-df81963bda85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-762c1b39-672d-4152-abae-df81963bda85 {
  cursor: pointer;
}#s-762c1b39-672d-4152-abae-df81963bda85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06473a9d-eb8c-492e-bfab-29b6c286be87 {
  text-align: center;
}







  img.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
    
    
  }


.s-06473a9d-eb8c-492e-bfab-29b6c286be87 .shogun-image-content {
  
    align-items: center;
  
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
    
    
  }


.s-06473a9d-eb8c-492e-bfab-29b6c286be87 .shogun-image-content {
  
    align-items: center;
  
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
  box-sizing: border-box;
}

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





  img.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
    
    
  }


.s-06473a9d-eb8c-492e-bfab-29b6c286be87 .shogun-image-content {
  
    align-items: center;
  
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
  box-sizing: border-box;
}

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





  img.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
    
    
  }


.s-06473a9d-eb8c-492e-bfab-29b6c286be87 .shogun-image-content {
  
    align-items: center;
  
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
  box-sizing: border-box;
}

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





  img.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
    
    
  }


.s-06473a9d-eb8c-492e-bfab-29b6c286be87 .shogun-image-content {
  
    align-items: center;
  
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06473a9d-eb8c-492e-bfab-29b6c286be87.shogun-image {
  box-sizing: border-box;
}

}
#s-2519c114-cca4-4d1a-8279-c28d4332be42 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-2519c114-cca4-4d1a-8279-c28d4332be42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2519c114-cca4-4d1a-8279-c28d4332be42 {
  cursor: pointer;
}#s-2519c114-cca4-4d1a-8279-c28d4332be42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1478090-413b-4dc6-92d6-9318dc71053c {
  min-height: 50px;
}








#s-b1478090-413b-4dc6-92d6-9318dc71053c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1478090-413b-4dc6-92d6-9318dc71053c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51d6c4fb-df38-4c64-bc1a-9911c4f75523 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center 93%;
background-attachment: scroll;
}








#s-51d6c4fb-df38-4c64-bc1a-9911c4f75523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51d6c4fb-df38-4c64-bc1a-9911c4f75523 {
  cursor: pointer;
}#s-51d6c4fb-df38-4c64-bc1a-9911c4f75523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35903bc4-d8e9-4cdf-b39b-891328d4c0da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35903bc4-d8e9-4cdf-b39b-891328d4c0da .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:  normal ;
  font-family: "nord";
  font-style:  normal ;
  
  
  
  
}



#s-306c1310-0673-490b-bce6-3de8d78cd908 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-306c1310-0673-490b-bce6-3de8d78cd908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-306c1310-0673-490b-bce6-3de8d78cd908 {
  cursor: pointer;
}#s-306c1310-0673-490b-bce6-3de8d78cd908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b129f916-fbd2-48ce-a4b9-ddf63dcf55da {
  min-height: 50px;
}








#s-b129f916-fbd2-48ce-a4b9-ddf63dcf55da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b129f916-fbd2-48ce-a4b9-ddf63dcf55da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-282785eb-9a27-46ac-9c6b-a47450befa89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-282785eb-9a27-46ac-9c6b-a47450befa89 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  display: none;
}
#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b, #wrap-s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  display: none;
}
#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b, #wrap-s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  display: none;
}
#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b, #wrap-s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b { display:none !important; }}







#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b {
  cursor: pointer;
}#s-34198f7c-b9e0-4b5f-8317-6fdfeb80039b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f96df29-d07e-428a-bdf4-ec334830a600 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f96df29-d07e-428a-bdf4-ec334830a600 .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 250px;
min-height: 700px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  display: none;
}
#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149, #wrap-s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  display: none;
}
#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149, #wrap-s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 { display:none !important; }}@media (max-width: 767px){#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  display: none;
}
#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149, #wrap-s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 { display:none !important; }}







#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149 {
  cursor: pointer;
}#s-8165a75d-2b77-4a4a-a5d4-ebcc92f13149.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-278b1ca5-96fc-4fed-9f0c-a2127ecb094f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-278b1ca5-96fc-4fed-9f0c-a2127ecb094f .shogun-heading-component h1 {
  color: rgba(251, 250, 243, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-9ee86291-493f-4edf-b24b-64e631a073d3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9ee86291-493f-4edf-b24b-64e631a073d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ee86291-493f-4edf-b24b-64e631a073d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ee86291-493f-4edf-b24b-64e631a073d3 {
  
}
}@media (max-width: 767px){#s-9ee86291-493f-4edf-b24b-64e631a073d3 {
  
}
}







#s-9ee86291-493f-4edf-b24b-64e631a073d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ee86291-493f-4edf-b24b-64e631a073d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27f24049-8ea9-4b61-b16e-331b2ad9dc21 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27f24049-8ea9-4b61-b16e-331b2ad9dc21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-798b1a1d-30c0-469e-95bf-c13bd8708128 {
  text-align: center;
}







  #s-798b1a1d-30c0-469e-95bf-c13bd8708128 img.shogun-image {
    

    
    
    
  }


#s-798b1a1d-30c0-469e-95bf-c13bd8708128 .shogun-image-content {
  
    align-items: center;
  
}

#s-51a5f245-5ec2-40d9-b200-e45e27b54d2d {
  text-align: center;
}







  #s-51a5f245-5ec2-40d9-b200-e45e27b54d2d img.shogun-image {
    

    
    
    
  }


#s-51a5f245-5ec2-40d9-b200-e45e27b54d2d .shogun-image-content {
  
    align-items: center;
  
}

#s-ea9c5570-0d8d-4330-9079-420d5005fd00 {
  background-repeat: repeat;
background-size: 150px 150px;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-ea9c5570-0d8d-4330-9079-420d5005fd00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea9c5570-0d8d-4330-9079-420d5005fd00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4c749aa-b3e7-4bd0-8e5c-070e1f6e1a4f {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d4c749aa-b3e7-4bd0-8e5c-070e1f6e1a4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c749aa-b3e7-4bd0-8e5c-070e1f6e1a4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c749aa-b3e7-4bd0-8e5c-070e1f6e1a4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c749aa-b3e7-4bd0-8e5c-070e1f6e1a4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c94e2729-4c0d-42c2-b564-ed98fcfb9d91 {
  text-align: center;
}







  #s-c94e2729-4c0d-42c2-b564-ed98fcfb9d91 img.shogun-image {
    

    
    
    
  }


#s-c94e2729-4c0d-42c2-b564-ed98fcfb9d91 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6ed151e-4262-49b0-a200-cbc4a564b9eb {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f6ed151e-4262-49b0-a200-cbc4a564b9eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6ed151e-4262-49b0-a200-cbc4a564b9eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f6ed151e-4262-49b0-a200-cbc4a564b9eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6ed151e-4262-49b0-a200-cbc4a564b9eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0ba7f716-cb55-49a5-aa7a-d0833939b8f6 {
  min-height: 50px;
}








#s-0ba7f716-cb55-49a5-aa7a-d0833939b8f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ba7f716-cb55-49a5-aa7a-d0833939b8f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21332d67-2968-40b1-b50a-a7a6bb9e2ac5 {
  text-align: center;
}







  #s-21332d67-2968-40b1-b50a-a7a6bb9e2ac5 img.shogun-image {
    

    
    
    
  }


#s-21332d67-2968-40b1-b50a-a7a6bb9e2ac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8fbc27b-dfb3-4172-94f1-35851717c4d1 {
  margin-top: 5px;
}

#s-af76ba69-2151-4ec3-9b09-917a83fec417 {
  min-height: 50px;
}








#s-af76ba69-2151-4ec3-9b09-917a83fec417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af76ba69-2151-4ec3-9b09-917a83fec417.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-216f68eb-a0a2-485b-adb6-431cd8cb908b {
  text-align: center;
}







  #s-216f68eb-a0a2-485b-adb6-431cd8cb908b img.shogun-image {
    

    
    
    
  }


#s-216f68eb-a0a2-485b-adb6-431cd8cb908b .shogun-image-content {
  
    align-items: center;
  
}

#s-bc07dde0-bbbc-48db-8db1-5cab5a62bc49 {
  margin-top: 5px;
}

#s-c25be3e5-1f20-4021-8a62-e3c510ead0f1 {
  min-height: 50px;
}








#s-c25be3e5-1f20-4021-8a62-e3c510ead0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25be3e5-1f20-4021-8a62-e3c510ead0f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc2dd00-05ca-4ef9-8f28-711f06b6d17b {
  text-align: center;
}







  #s-2fc2dd00-05ca-4ef9-8f28-711f06b6d17b img.shogun-image {
    

    
    
    
  }


#s-2fc2dd00-05ca-4ef9-8f28-711f06b6d17b .shogun-image-content {
  
    align-items: center;
  
}

#s-0de64c30-94de-4ba4-a2b1-7b71d66dc0fc {
  margin-top: 5px;
}

@media (min-width: 0px) {
[id="s-dc86419f-7d30-44fe-ac7c-a633c0346f06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc86419f-7d30-44fe-ac7c-a633c0346f06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc86419f-7d30-44fe-ac7c-a633c0346f06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc86419f-7d30-44fe-ac7c-a633c0346f06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5c522b34-08dd-4554-b76a-8615d8ca661e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 68, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5c522b34-08dd-4554-b76a-8615d8ca661e:hover {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c522b34-08dd-4554-b76a-8615d8ca661e:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5c522b34-08dd-4554-b76a-8615d8ca661e-root {
    text-align: center;
  }


#s-5c522b34-08dd-4554-b76a-8615d8ca661e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c522b34-08dd-4554-b76a-8615d8ca661e-root {
    text-align: center;
  }


#s-5c522b34-08dd-4554-b76a-8615d8ca661e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c522b34-08dd-4554-b76a-8615d8ca661e-root {
    text-align: center;
  }


#s-5c522b34-08dd-4554-b76a-8615d8ca661e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c522b34-08dd-4554-b76a-8615d8ca661e-root {
    text-align: center;
  }


#s-5c522b34-08dd-4554-b76a-8615d8ca661e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c522b34-08dd-4554-b76a-8615d8ca661e-root {
    text-align: center;
  }


#s-5c522b34-08dd-4554-b76a-8615d8ca661e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}
#s-8099eb8e-d2a8-4312-97c7-ba41d7ae963b {
  background-repeat: repeat;
background-size: 720px 450px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 0px;
background-position: center center;
}








#s-8099eb8e-d2a8-4312-97c7-ba41d7ae963b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8099eb8e-d2a8-4312-97c7-ba41d7ae963b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-60bc4537-9119-4dc5-b464-e19a9f4391bf {
  display: none;
}
#s-60bc4537-9119-4dc5-b464-e19a9f4391bf, #wrap-s-60bc4537-9119-4dc5-b464-e19a9f4391bf { display:none !important; }}
@media (min-width: 0px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60bc4537-9119-4dc5-b464-e19a9f4391bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a2a9c4c0-6bb9-4755-8790-1f31822d6691 {
  text-align: center;
}







  #s-a2a9c4c0-6bb9-4755-8790-1f31822d6691 img.shogun-image {
    

    
    
    
  }


#s-a2a9c4c0-6bb9-4755-8790-1f31822d6691 .shogun-image-content {
  
    align-items: center;
  
}

#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 {
  display: none;
}
#s-10d7351d-6c54-49cb-9927-5cbb9caf6053, #wrap-s-10d7351d-6c54-49cb-9927-5cbb9caf6053 { display:none !important; }}@media (max-width: 767px){#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 {
  display: none;
}
#s-10d7351d-6c54-49cb-9927-5cbb9caf6053, #wrap-s-10d7351d-6c54-49cb-9927-5cbb9caf6053 { display:none !important; }}







#s-10d7351d-6c54-49cb-9927-5cbb9caf6053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d7351d-6c54-49cb-9927-5cbb9caf6053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  text-align: center;
}
@media (min-width: 1200px){#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  display: none;
}
#s-bfc220f7-1026-473f-a6c7-7270844ef575, #wrap-s-bfc220f7-1026-473f-a6c7-7270844ef575 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  display: none;
}
#s-bfc220f7-1026-473f-a6c7-7270844ef575, #wrap-s-bfc220f7-1026-473f-a6c7-7270844ef575 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfc220f7-1026-473f-a6c7-7270844ef575 {
  display: none;
}
#s-bfc220f7-1026-473f-a6c7-7270844ef575, #wrap-s-bfc220f7-1026-473f-a6c7-7270844ef575 { display:none !important; }}






  #s-bfc220f7-1026-473f-a6c7-7270844ef575 img.shogun-image {
    

    
    
    
  }


#s-bfc220f7-1026-473f-a6c7-7270844ef575 .shogun-image-content {
  
    align-items: center;
  
}

#s-c714508b-4d0d-46ec-b626-2a39b2fafdfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c714508b-4d0d-46ec-b626-2a39b2fafdfb .shogun-heading-component h1 {
  color: rgba(56, 35, 31, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3db217d8-4e35-454b-8592-b91b3e30e139 {
  min-height: 6px;
}
@media (min-width: 1200px){#s-3db217d8-4e35-454b-8592-b91b3e30e139 {
  display: none;
}
#s-3db217d8-4e35-454b-8592-b91b3e30e139, #wrap-s-3db217d8-4e35-454b-8592-b91b3e30e139 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3db217d8-4e35-454b-8592-b91b3e30e139 {
  display: none;
}
#s-3db217d8-4e35-454b-8592-b91b3e30e139, #wrap-s-3db217d8-4e35-454b-8592-b91b3e30e139 { display:none !important; }}@media (max-width: 767px){#s-3db217d8-4e35-454b-8592-b91b3e30e139 {
  display: none;
}
#s-3db217d8-4e35-454b-8592-b91b3e30e139, #wrap-s-3db217d8-4e35-454b-8592-b91b3e30e139 { display:none !important; }}
@media (min-width: 768px) {
  [id="s-3db217d8-4e35-454b-8592-b91b3e30e139"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

#s-0c37cb78-2cd0-4780-a340-a343403fe458 {
  min-height: 6px;
}
@media (min-width: 1200px){#s-0c37cb78-2cd0-4780-a340-a343403fe458 {
  display: none;
}
#s-0c37cb78-2cd0-4780-a340-a343403fe458, #wrap-s-0c37cb78-2cd0-4780-a340-a343403fe458 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c37cb78-2cd0-4780-a340-a343403fe458 {
  display: none;
}
#s-0c37cb78-2cd0-4780-a340-a343403fe458, #wrap-s-0c37cb78-2cd0-4780-a340-a343403fe458 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c37cb78-2cd0-4780-a340-a343403fe458 {
  display: none;
}
#s-0c37cb78-2cd0-4780-a340-a343403fe458, #wrap-s-0c37cb78-2cd0-4780-a340-a343403fe458 { display:none !important; }}
@media (min-width: 768px) {
  [id="s-0c37cb78-2cd0-4780-a340-a343403fe458"] .shg-ig-posts-container > .shg-ig-posts {
    width: 100.0%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

@media (min-width: 0px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69eec183-9cb3-4218-87cb-62324ff454a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-0ad36667-f775-4256-b319-81d92314b886 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(56, 35, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ad36667-f775-4256-b319-81d92314b886:hover {background-color: rgba(255, 68, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ad36667-f775-4256-b319-81d92314b886:active {background-color: rgba(56, 35, 31, 1) !important;
text-decoration: none !important;
color: rgba(255, 68, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0ad36667-f775-4256-b319-81d92314b886-root {
    text-align: center;
  }


#s-0ad36667-f775-4256-b319-81d92314b886.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ad36667-f775-4256-b319-81d92314b886-root {
    text-align: center;
  }


#s-0ad36667-f775-4256-b319-81d92314b886.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ad36667-f775-4256-b319-81d92314b886-root {
    text-align: center;
  }


#s-0ad36667-f775-4256-b319-81d92314b886.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ad36667-f775-4256-b319-81d92314b886-root {
    text-align: center;
  }


#s-0ad36667-f775-4256-b319-81d92314b886.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ad36667-f775-4256-b319-81d92314b886-root {
    text-align: center;
  }


#s-0ad36667-f775-4256-b319-81d92314b886.shg-btn {
  color: #ffffff;
  
  
  
  font-family: nord;
  display:  inline-block ;
}
}
@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}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}