.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-140ff680-7ee3-4a14-9069-d42c36a9e3c8 {
  min-height: 50px;
}








#s-140ff680-7ee3-4a14-9069-d42c36a9e3c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-140ff680-7ee3-4a14-9069-d42c36a9e3c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-75be8380-ea75-42b0-a49e-96adc5a86fea {
  margin-top: 0px;
background-color: rgba(39, 170, 225, 1);
}
@media (max-width: 767px){#s-75be8380-ea75-42b0-a49e-96adc5a86fea {
  display: none;
}
#s-75be8380-ea75-42b0-a49e-96adc5a86fea, #wrap-s-75be8380-ea75-42b0-a49e-96adc5a86fea { display: none !important; }}
@media (min-width: 0px) {
[id="s-75be8380-ea75-42b0-a49e-96adc5a86fea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75be8380-ea75-42b0-a49e-96adc5a86fea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75be8380-ea75-42b0-a49e-96adc5a86fea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75be8380-ea75-42b0-a49e-96adc5a86fea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75be8380-ea75-42b0-a49e-96adc5a86fea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75be8380-ea75-42b0-a49e-96adc5a86fea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75be8380-ea75-42b0-a49e-96adc5a86fea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-06e92291-c8ba-42da-b774-ffe07e527fb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-06e92291-c8ba-42da-b774-ffe07e527fb6 img.shogun-image {
    

    
    
    
  }


#s-06e92291-c8ba-42da-b774-ffe07e527fb6 .shogun-image-content {
  
    align-items: 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-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c {
  margin-top: -15px;
}
@media (min-width: 1200px){#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c {
  display: none;
}
#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c, #wrap-s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c {
  display: none;
}
#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c, #wrap-s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c {
  display: none;
}
#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c, #wrap-s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c { display: none !important; }}
#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c .shg-sld-nav-button.shg-sld-left,
#s-ff1eec1f-2d49-4328-bb4b-ebeebab8a89c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8d7e4b64-c6b3-45fe-a45d-0a3b93cf4f45 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-8d7e4b64-c6b3-45fe-a45d-0a3b93cf4f45 img.shogun-image {
    

    
    
    
  }


#s-8d7e4b64-c6b3-45fe-a45d-0a3b93cf4f45 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f2fc627-9bfd-43b6-85b1-114d7e33500f {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-8f2fc627-9bfd-43b6-85b1-114d7e33500f img.shogun-image {
    

    
    
    
  }


#s-8f2fc627-9bfd-43b6-85b1-114d7e33500f .shogun-image-content {
  
    align-items: center;
  
}

#s-8a0043c9-3c8e-491e-94b9-d8713cce8c20 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
background-color: rgba(39, 170, 225, 1);
}







  #s-8a0043c9-3c8e-491e-94b9-d8713cce8c20 img.shogun-image {
    

    
    
    
  }


#s-8a0043c9-3c8e-491e-94b9-d8713cce8c20 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe {
  display: unset;
}
#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe, #wrap-s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe {
  display: none;
}
#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe, #wrap-s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe { display: none !important; }}@media (max-width: 767px){#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe {
  margin-left: 10px;
margin-right: 10px;
display: none;
}
#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe, #wrap-s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe { display: none !important; }}







#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd61b9f1-8128-4623-93e9-b7d4e4d4bbfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7f3ac0d4-3281-4b53-a7e2-51f31770d46a {
  margin-left: 20%;
margin-right: 20%;
}

#s-7f3ac0d4-3281-4b53-a7e2-51f31770d46a hr {
  border-top: 2px solid #ddd;
}

.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-cb1a969f-d49f-4d83-908c-cdb4bd2035f4 {
  padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(40, 178, 250, 0);
}

#s-5b0b9690-4e10-42ea-ada1-226bb7915c50 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
}

#s-5b0b9690-4e10-42ea-ada1-226bb7915c50 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5b0b9690-4e10-42ea-ada1-226bb7915c50 .shg-sld-nav-button.shg-sld-left,
#s-5b0b9690-4e10-42ea-ada1-226bb7915c50 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b52b1fac-248e-4a70-97aa-7c1d7042f83a {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-b52b1fac-248e-4a70-97aa-7c1d7042f83a {
  
}
}@media (max-width: 767px){#s-b52b1fac-248e-4a70-97aa-7c1d7042f83a {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-b52b1fac-248e-4a70-97aa-7c1d7042f83a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b52b1fac-248e-4a70-97aa-7c1d7042f83a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b52b1fac-248e-4a70-97aa-7c1d7042f83a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b52b1fac-248e-4a70-97aa-7c1d7042f83a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-56fa13da-5c1f-4d5e-9cae-bb951bf5694c {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-11695590-1a96-4f86-b794-73910dc7749f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0abce42c-ecf5-4e98-8fc1-6538ebf14349"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0abce42c-ecf5-4e98-8fc1-6538ebf14349"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0abce42c-ecf5-4e98-8fc1-6538ebf14349"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0abce42c-ecf5-4e98-8fc1-6538ebf14349"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0abce42c-ecf5-4e98-8fc1-6538ebf14349"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0abce42c-ecf5-4e98-8fc1-6538ebf14349"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0abce42c-ecf5-4e98-8fc1-6538ebf14349"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.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-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d {
  max-width:  100%;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom,
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d {
  max-width:  100%;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom,
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d {
  max-width:  100%;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom,
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d {
  max-width:  100%;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom,
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d {
  max-width:  100%;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom,
.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4872a9cc-b6ae-40b1-b9ff-08ba61d8ae1d 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-7cb5fb4c-5b74-4fe0-86e8-756c295a16fa {
  text-align: left;
}
@media (max-width: 767px){#s-7cb5fb4c-5b74-4fe0-86e8-756c295a16fa {
  margin-top: 10px;
text-align: center;
}
}
#s-7cb5fb4c-5b74-4fe0-86e8-756c295a16fa .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-7cb5fb4c-5b74-4fe0-86e8-756c295a16fa .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8fa3e181-0e40-4592-a7f6-2d9e48b43797-btn-wrapper {
    text-align: center;
  }


#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-variant-btn:hover {
  background: #252525;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-variant-btn:active, #s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8fa3e181-0e40-4592-a7f6-2d9e48b43797 .shg-variant-btn.disabled {
  background: #252525;
}

#s-fbc42770-55da-4a2f-a39e-8a19f536678c {
  text-align: left;
}
@media (max-width: 767px){#s-fbc42770-55da-4a2f-a39e-8a19f536678c {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-fbc42770-55da-4a2f-a39e-8a19f536678c .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fbc42770-55da-4a2f-a39e-8a19f536678c .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-fbc42770-55da-4a2f-a39e-8a19f536678c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e66795c0-ec05-4ca9-98ff-4f747d5b73f4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-45c3730e-f751-4bdb-9c4a-9655b9821107 {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 226, 226, 1);
border-style: solid;
}

#s-8dafcdeb-d843-4895-89c0-84e0dd1e33d5 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-67f5032b-52ae-4aa4-8f6a-8256bc679541 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-82802806-9624-4138-af1a-bec0736be285"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-82802806-9624-4138-af1a-bec0736be285"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-82802806-9624-4138-af1a-bec0736be285"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-82802806-9624-4138-af1a-bec0736be285"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-82802806-9624-4138-af1a-bec0736be285"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-82802806-9624-4138-af1a-bec0736be285"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-82802806-9624-4138-af1a-bec0736be285"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-1a2b76f3-de39-4757-9f80-9b412e198a5e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e {
  max-width:  100%;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom,
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e {
  max-width:  100%;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom,
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e {
  max-width:  100%;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom,
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e {
  max-width:  100%;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom,
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e {
  max-width:  100%;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom,
.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a2b76f3-de39-4757-9f80-9b412e198a5e img.shogun-image {
  width: 100%;
}



}
#s-42b83848-84f6-41a1-909d-7177192532e3 {
  text-align: left;
}
@media (max-width: 767px){#s-42b83848-84f6-41a1-909d-7177192532e3 {
  margin-top: 10px;
text-align: center;
}
}
#s-42b83848-84f6-41a1-909d-7177192532e3 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-42b83848-84f6-41a1-909d-7177192532e3 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1c836a08-744d-4fe8-afa6-62ad85b23c99-btn-wrapper {
    text-align: center;
  }


#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-variant-btn:hover {
  background: #252525;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-variant-btn:active, #s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1c836a08-744d-4fe8-afa6-62ad85b23c99 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7e41ef09-7500-4f9a-82ec-fe6425e7680d {
  text-align: left;
}
@media (max-width: 767px){#s-7e41ef09-7500-4f9a-82ec-fe6425e7680d {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-7e41ef09-7500-4f9a-82ec-fe6425e7680d .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7e41ef09-7500-4f9a-82ec-fe6425e7680d .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-7e41ef09-7500-4f9a-82ec-fe6425e7680d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90212ca3-d232-494d-989d-5e14a60b1f90 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-90212ca3-d232-494d-989d-5e14a60b1f90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90212ca3-d232-494d-989d-5e14a60b1f90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90212ca3-d232-494d-989d-5e14a60b1f90 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-90212ca3-d232-494d-989d-5e14a60b1f90 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-90212ca3-d232-494d-989d-5e14a60b1f90.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-01d72e86-1de3-4599-a937-a3774bfe59eb {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-6a80a160-2917-4ede-86be-567b9ad66228 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-420fae23-ce77-4da7-bc1e-9ffa28fa4b7c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-420fae23-ce77-4da7-bc1e-9ffa28fa4b7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-420fae23-ce77-4da7-bc1e-9ffa28fa4b7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-420fae23-ce77-4da7-bc1e-9ffa28fa4b7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-420fae23-ce77-4da7-bc1e-9ffa28fa4b7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-420fae23-ce77-4da7-bc1e-9ffa28fa4b7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-420fae23-ce77-4da7-bc1e-9ffa28fa4b7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe {
  max-width:  100%;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom,
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe {
  max-width:  100%;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom,
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe {
  max-width:  100%;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom,
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe {
  max-width:  100%;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom,
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe {
  max-width:  100%;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom,
.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f258b3d-8ec7-4ec3-bddd-80cccbd83bbe img.shogun-image {
  width: 100%;
}



}
#s-7efb0ed3-71ae-4b16-8df3-b5c74c31f67a {
  margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-7efb0ed3-71ae-4b16-8df3-b5c74c31f67a {
  margin-top: 10px;
text-align: center;
}
}
#s-7efb0ed3-71ae-4b16-8df3-b5c74c31f67a .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-7efb0ed3-71ae-4b16-8df3-b5c74c31f67a .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-c01a8b50-4844-4cab-923a-953992b5bc7c {
  text-align: left;
}
@media (max-width: 767px){#s-c01a8b50-4844-4cab-923a-953992b5bc7c {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-c01a8b50-4844-4cab-923a-953992b5bc7c .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c01a8b50-4844-4cab-923a-953992b5bc7c .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c01a8b50-4844-4cab-923a-953992b5bc7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a790ca73-49e9-46fa-88b9-708d0921cdcc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a790ca73-49e9-46fa-88b9-708d0921cdcc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a790ca73-49e9-46fa-88b9-708d0921cdcc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a790ca73-49e9-46fa-88b9-708d0921cdcc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-089b3e4c-3c61-425b-9964-88d807dbb73b {
  margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 226, 226, 1);
border-style: solid;
}

#s-9bf33897-b18f-47a0-9e23-0ea94eee8105 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-8e876cb9-cfc4-4dc6-9a5e-8b34348bb937 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-80ee8a3e-28a9-44c2-b9f2-777f3ccdc4ea"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-80ee8a3e-28a9-44c2-b9f2-777f3ccdc4ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-80ee8a3e-28a9-44c2-b9f2-777f3ccdc4ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-80ee8a3e-28a9-44c2-b9f2-777f3ccdc4ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-80ee8a3e-28a9-44c2-b9f2-777f3ccdc4ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-80ee8a3e-28a9-44c2-b9f2-777f3ccdc4ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-80ee8a3e-28a9-44c2-b9f2-777f3ccdc4ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d {
  max-width:  100%;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom,
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d {
  max-width:  100%;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom,
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d {
  max-width:  100%;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom,
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d {
  max-width:  100%;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom,
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d {
  max-width:  100%;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom,
.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80288bfc-c326-4e57-9dd5-bf7b2296a26d img.shogun-image {
  width: 100%;
}



}
#s-4c111d94-4a5d-48a0-ab5c-5290d866ba57 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4c111d94-4a5d-48a0-ab5c-5290d866ba57 {
  text-align: center;
}
}
#s-4c111d94-4a5d-48a0-ab5c-5290d866ba57 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-4c111d94-4a5d-48a0-ab5c-5290d866ba57 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-fbc95049-55be-454d-a18b-5bfe03981efc {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-fbc95049-55be-454d-a18b-5bfe03981efc-btn-wrapper {
    text-align: center;
  }


#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-variant-btn:hover {
  background: #252525;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-variant-btn:active, #s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fbc95049-55be-454d-a18b-5bfe03981efc .shg-variant-btn.disabled {
  background: #252525;
}

#s-b4d15a08-2565-4339-959e-a47493a76ec5 {
  text-align: left;
}
@media (max-width: 767px){#s-b4d15a08-2565-4339-959e-a47493a76ec5 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-b4d15a08-2565-4339-959e-a47493a76ec5 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b4d15a08-2565-4339-959e-a47493a76ec5 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4d15a08-2565-4339-959e-a47493a76ec5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-62a809bd-da79-47e7-8952-00c7f76f3e45 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-62a809bd-da79-47e7-8952-00c7f76f3e45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62a809bd-da79-47e7-8952-00c7f76f3e45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62a809bd-da79-47e7-8952-00c7f76f3e45 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-62a809bd-da79-47e7-8952-00c7f76f3e45 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-62a809bd-da79-47e7-8952-00c7f76f3e45.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-6972e354-b554-46ed-9de2-5ac34ee24e5c {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6972e354-b554-46ed-9de2-5ac34ee24e5c {
  
}
}@media (max-width: 767px){#s-6972e354-b554-46ed-9de2-5ac34ee24e5c {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-6972e354-b554-46ed-9de2-5ac34ee24e5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6972e354-b554-46ed-9de2-5ac34ee24e5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6972e354-b554-46ed-9de2-5ac34ee24e5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6972e354-b554-46ed-9de2-5ac34ee24e5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0e119c38-fe7d-477a-b901-bf9b4aecf11e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-40874cee-29dc-4ed9-92f1-8e00889b8d10 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dd5f104b-f528-4c93-9e18-bb223f777fc3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dd5f104b-f528-4c93-9e18-bb223f777fc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dd5f104b-f528-4c93-9e18-bb223f777fc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dd5f104b-f528-4c93-9e18-bb223f777fc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dd5f104b-f528-4c93-9e18-bb223f777fc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd5f104b-f528-4c93-9e18-bb223f777fc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dd5f104b-f528-4c93-9e18-bb223f777fc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-b598f4db-4fd4-4df4-9125-94d82250e212 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 {
  max-width:  100%;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom,
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 {
  max-width:  100%;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom,
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 {
  max-width:  100%;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom,
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 {
  max-width:  100%;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom,
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 {
  max-width:  100%;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom,
.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b598f4db-4fd4-4df4-9125-94d82250e212 img.shogun-image {
  width: 100%;
}



}
#s-754e05f4-eabe-4ec7-9975-e859997ca04c {
  margin-top: 0px;
margin-bottom: -10px;
text-align: left;
}
@media (max-width: 767px){#s-754e05f4-eabe-4ec7-9975-e859997ca04c {
  text-align: center;
}
}
#s-754e05f4-eabe-4ec7-9975-e859997ca04c .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-754e05f4-eabe-4ec7-9975-e859997ca04c .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-a250e7bb-dfb1-46e2-82f0-9516294c0e05 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-a250e7bb-dfb1-46e2-82f0-9516294c0e05 {
  display: unset;
}
#s-a250e7bb-dfb1-46e2-82f0-9516294c0e05, #wrap-s-a250e7bb-dfb1-46e2-82f0-9516294c0e05 { display: unset !important; }}
#s-e8e2a5c5-c92f-4d0f-91c8-daa118184761 {
  text-align: left;
}
@media (max-width: 767px){#s-e8e2a5c5-c92f-4d0f-91c8-daa118184761 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-e8e2a5c5-c92f-4d0f-91c8-daa118184761 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e8e2a5c5-c92f-4d0f-91c8-daa118184761 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8e2a5c5-c92f-4d0f-91c8-daa118184761 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8dce0b0-9cee-4433-9463-e404275d26cd {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d8dce0b0-9cee-4433-9463-e404275d26cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8dce0b0-9cee-4433-9463-e404275d26cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8dce0b0-9cee-4433-9463-e404275d26cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-d8dce0b0-9cee-4433-9463-e404275d26cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8dce0b0-9cee-4433-9463-e404275d26cd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-7ba214e9-12f1-459f-a238-c44af1261432 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-fcd4a2bd-182e-4e13-a90c-9c0220e19f20 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4eb2696f-2d6b-4be3-a495-8112c817a804"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4eb2696f-2d6b-4be3-a495-8112c817a804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4eb2696f-2d6b-4be3-a495-8112c817a804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4eb2696f-2d6b-4be3-a495-8112c817a804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4eb2696f-2d6b-4be3-a495-8112c817a804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eb2696f-2d6b-4be3-a495-8112c817a804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4eb2696f-2d6b-4be3-a495-8112c817a804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-56669052-3690-47af-b691-388e2df25c2d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d {
  max-width:  100%;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom,
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d {
  max-width:  100%;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom,
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d {
  max-width:  100%;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom,
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d {
  max-width:  100%;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom,
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d {
  max-width:  100%;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom,
.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56669052-3690-47af-b691-388e2df25c2d img.shogun-image {
  width: 100%;
}



}
#s-fd2addd4-6027-4853-82d5-62596d77844f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-fd2addd4-6027-4853-82d5-62596d77844f {
  text-align: center;
}
}
#s-fd2addd4-6027-4853-82d5-62596d77844f .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-fd2addd4-6027-4853-82d5-62596d77844f .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-289408b5-4a0a-4e7d-9ae7-b9bcafb61a4f {
  margin-bottom: 37px;
text-align: left;
}
@media (max-width: 767px){#s-289408b5-4a0a-4e7d-9ae7-b9bcafb61a4f {
  margin-top: 5px;
text-align: center;
}
}
#s-289408b5-4a0a-4e7d-9ae7-b9bcafb61a4f .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-289408b5-4a0a-4e7d-9ae7-b9bcafb61a4f .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-289408b5-4a0a-4e7d-9ae7-b9bcafb61a4f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-78c95a7c-d824-44a6-b837-c13ada345b57 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-78c95a7c-d824-44a6-b837-c13ada345b57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78c95a7c-d824-44a6-b837-c13ada345b57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78c95a7c-d824-44a6-b837-c13ada345b57 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-78c95a7c-d824-44a6-b837-c13ada345b57 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-78c95a7c-d824-44a6-b837-c13ada345b57.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-3ecddbc0-3320-40fe-bd2c-fd485f790090 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-61cfd42a-7472-41a0-9a65-a3a010ba2b0b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d7ad35fe-500f-4887-a8fb-24bfd3570990"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d7ad35fe-500f-4887-a8fb-24bfd3570990"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7ad35fe-500f-4887-a8fb-24bfd3570990"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ad35fe-500f-4887-a8fb-24bfd3570990"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7ad35fe-500f-4887-a8fb-24bfd3570990"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ad35fe-500f-4887-a8fb-24bfd3570990"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7ad35fe-500f-4887-a8fb-24bfd3570990"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-15876437-49a5-4fa8-bc50-9320514933f5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 {
  max-width:  100%;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom,
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 {
  max-width:  100%;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom,
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 {
  max-width:  100%;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom,
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 {
  max-width:  100%;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom,
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 {
  max-width:  100%;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom,
.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15876437-49a5-4fa8-bc50-9320514933f5 img.shogun-image {
  width: 100%;
}



}
#s-d145002d-4196-4c80-b4a7-cab6863f1e39 {
  text-align: left;
}
@media (max-width: 767px){#s-d145002d-4196-4c80-b4a7-cab6863f1e39 {
  margin-top: 10px;
text-align: center;
}
}
#s-d145002d-4196-4c80-b4a7-cab6863f1e39 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-d145002d-4196-4c80-b4a7-cab6863f1e39 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-99a69b2c-c414-4ef8-8f74-551809c666f2 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-99a69b2c-c414-4ef8-8f74-551809c666f2-btn-wrapper {
    text-align: center;
  }


#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-variant-btn:hover {
  background: #252525;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-variant-btn:active, #s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-99a69b2c-c414-4ef8-8f74-551809c666f2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6584c90f-a72b-46f5-8d97-5c006f7d9de7 {
  text-align: left;
}
@media (max-width: 767px){#s-6584c90f-a72b-46f5-8d97-5c006f7d9de7 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-6584c90f-a72b-46f5-8d97-5c006f7d9de7 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6584c90f-a72b-46f5-8d97-5c006f7d9de7 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-6584c90f-a72b-46f5-8d97-5c006f7d9de7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b039c1cc-5ae3-4725-9c33-48e73091743a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b039c1cc-5ae3-4725-9c33-48e73091743a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b039c1cc-5ae3-4725-9c33-48e73091743a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b039c1cc-5ae3-4725-9c33-48e73091743a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-b039c1cc-5ae3-4725-9c33-48e73091743a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b039c1cc-5ae3-4725-9c33-48e73091743a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-baafb31d-fda2-48e4-af44-b35aa4d97c04 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-96a67897-8527-4785-a963-cd6269b03e66 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a2c22225-4d24-4225-ba6c-d1f2ae90b67f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a2c22225-4d24-4225-ba6c-d1f2ae90b67f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2c22225-4d24-4225-ba6c-d1f2ae90b67f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a2c22225-4d24-4225-ba6c-d1f2ae90b67f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2c22225-4d24-4225-ba6c-d1f2ae90b67f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2c22225-4d24-4225-ba6c-d1f2ae90b67f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a2c22225-4d24-4225-ba6c-d1f2ae90b67f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd {
  max-width:  100%;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom,
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd {
  max-width:  100%;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom,
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd {
  max-width:  100%;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom,
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd {
  max-width:  100%;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom,
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd {
  max-width:  100%;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom,
.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcf3c826-3bd2-4a5a-a373-6fc9d274f5dd img.shogun-image {
  width: 100%;
}



}
#s-599d5c35-9908-476a-b5b9-dd42dd16f976 {
  text-align: left;
}
@media (max-width: 767px){#s-599d5c35-9908-476a-b5b9-dd42dd16f976 {
  margin-top: 10px;
text-align: center;
}
}
#s-599d5c35-9908-476a-b5b9-dd42dd16f976 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-599d5c35-9908-476a-b5b9-dd42dd16f976 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-2c398041-779a-42f5-9bcc-5201103ca737 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2c398041-779a-42f5-9bcc-5201103ca737-btn-wrapper {
    text-align: center;
  }


#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-variant-btn:hover {
  background: #252525;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-variant-btn:active, #s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2c398041-779a-42f5-9bcc-5201103ca737 .shg-variant-btn.disabled {
  background: #252525;
}

#s-4841e376-1cf8-4034-b74a-656fd857d1c3 {
  text-align: left;
}
@media (max-width: 767px){#s-4841e376-1cf8-4034-b74a-656fd857d1c3 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-4841e376-1cf8-4034-b74a-656fd857d1c3 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-4841e376-1cf8-4034-b74a-656fd857d1c3 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-4841e376-1cf8-4034-b74a-656fd857d1c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b9d15293-1e1d-472c-b1d9-dd966e79660c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9d15293-1e1d-472c-b1d9-dd966e79660c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b9d15293-1e1d-472c-b1d9-dd966e79660c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b9d15293-1e1d-472c-b1d9-dd966e79660c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-df8816f3-e8f2-4ad8-8aa7-5f1bec813e76 {
  margin-left: 20%;
margin-right: 20%;
}

#s-df8816f3-e8f2-4ad8-8aa7-5f1bec813e76 hr {
  border-top: 2px solid #ddd;
}

#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70 {
  display: none;
}
#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70, #wrap-s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70 {
  display: none;
}
#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70, #wrap-s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70 { display: none !important; }}@media (max-width: 767px){#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70 {
  margin-left: 10px;
margin-right: 10px;
}
}







#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e5642d7-edfd-4eb2-b3b3-05aabe9c9b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af3414af-e646-4b78-94b9-c27b8920f925 {
  margin-left: 20%;
margin-right: 20%;
}

#s-af3414af-e646-4b78-94b9-c27b8920f925 hr {
  border-top: 2px solid #ddd;
}

#s-eccbb39c-1184-45bd-b589-8816b771c158 {
  padding-top: 10px;
padding-bottom: 20px;
background-color: rgba(40, 178, 250, 0);
}

#s-ee6b58b2-2c0c-4130-bfe5-338bad8a820b {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
}

#s-ee6b58b2-2c0c-4130-bfe5-338bad8a820b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ee6b58b2-2c0c-4130-bfe5-338bad8a820b .shg-sld-nav-button.shg-sld-left,
#s-ee6b58b2-2c0c-4130-bfe5-338bad8a820b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-978f92c8-678d-44bc-ad01-c42277325dcb {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-978f92c8-678d-44bc-ad01-c42277325dcb {
  
}
}@media (max-width: 767px){#s-978f92c8-678d-44bc-ad01-c42277325dcb {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-978f92c8-678d-44bc-ad01-c42277325dcb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-978f92c8-678d-44bc-ad01-c42277325dcb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-978f92c8-678d-44bc-ad01-c42277325dcb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-978f92c8-678d-44bc-ad01-c42277325dcb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-7b68f82f-a1e1-480d-8766-ac2afc337634 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-d7b3a02b-278f-46a7-9033-f53746d000d3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-f9a5b023-098f-4478-a636-541cacc4c884"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f9a5b023-098f-4478-a636-541cacc4c884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f9a5b023-098f-4478-a636-541cacc4c884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f9a5b023-098f-4478-a636-541cacc4c884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f9a5b023-098f-4478-a636-541cacc4c884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9a5b023-098f-4478-a636-541cacc4c884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f9a5b023-098f-4478-a636-541cacc4c884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 {
  max-width:  100%;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom,
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 {
  max-width:  100%;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom,
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 {
  max-width:  100%;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom,
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 {
  max-width:  100%;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom,
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 {
  max-width:  100%;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom,
.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8714a0c-00fe-4285-b62c-3e8aa6a28193 img.shogun-image {
  width: 100%;
}



}
#s-c7c82260-eee0-4bb4-bbf2-e5b93692cdcd {
  text-align: left;
}
@media (max-width: 767px){#s-c7c82260-eee0-4bb4-bbf2-e5b93692cdcd {
  margin-top: 10px;
text-align: center;
}
}
#s-c7c82260-eee0-4bb4-bbf2-e5b93692cdcd .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-c7c82260-eee0-4bb4-bbf2-e5b93692cdcd .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-865c39c9-a59a-4a94-9c17-08387ac1f3aa-btn-wrapper {
    text-align: center;
  }


#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-variant-btn:hover {
  background: #252525;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-variant-btn:active, #s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-865c39c9-a59a-4a94-9c17-08387ac1f3aa .shg-variant-btn.disabled {
  background: #252525;
}

#s-38577803-dd91-416a-92c8-57eb63916865 {
  text-align: left;
}
@media (max-width: 767px){#s-38577803-dd91-416a-92c8-57eb63916865 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-38577803-dd91-416a-92c8-57eb63916865 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-38577803-dd91-416a-92c8-57eb63916865 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-38577803-dd91-416a-92c8-57eb63916865 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9a9bf132-bb0f-40fb-9a3f-af4c81a94a4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-bb7287f4-2c70-4012-b3f9-fc1a66ffcf34 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-403a631d-df21-4bd4-805c-9455719f4ad3 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-489b07e9-4733-43cc-ad3f-afe583da1227"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-489b07e9-4733-43cc-ad3f-afe583da1227"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-489b07e9-4733-43cc-ad3f-afe583da1227"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-489b07e9-4733-43cc-ad3f-afe583da1227"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-489b07e9-4733-43cc-ad3f-afe583da1227"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-489b07e9-4733-43cc-ad3f-afe583da1227"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-489b07e9-4733-43cc-ad3f-afe583da1227"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 {
  max-width:  100%;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom,
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 {
  max-width:  100%;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom,
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 {
  max-width:  100%;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom,
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 {
  max-width:  100%;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom,
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 {
  max-width:  100%;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom,
.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-329760a5-31a7-4288-a1de-60cd1a95b1c9 img.shogun-image {
  width: 100%;
}



}
#s-f2544420-11b5-4b2e-a4c6-101fe779c88d {
  text-align: left;
}
@media (max-width: 767px){#s-f2544420-11b5-4b2e-a4c6-101fe779c88d {
  margin-top: 10px;
text-align: center;
}
}
#s-f2544420-11b5-4b2e-a4c6-101fe779c88d .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-f2544420-11b5-4b2e-a4c6-101fe779c88d .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-7f8f928d-b718-401c-a811-b6978fbf6d53 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7f8f928d-b718-401c-a811-b6978fbf6d53-btn-wrapper {
    text-align: center;
  }


#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-variant-btn:hover {
  background: #252525;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-variant-btn:active, #s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7f8f928d-b718-401c-a811-b6978fbf6d53 .shg-variant-btn.disabled {
  background: #252525;
}

#s-eda7f074-be1a-4cf9-8681-6ddd59535553 {
  text-align: left;
}
@media (max-width: 767px){#s-eda7f074-be1a-4cf9-8681-6ddd59535553 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-eda7f074-be1a-4cf9-8681-6ddd59535553 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-eda7f074-be1a-4cf9-8681-6ddd59535553 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-eda7f074-be1a-4cf9-8681-6ddd59535553 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5e9a8023-44d7-49ae-96ac-3ad1c6a6833a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-758136c7-dae0-4734-b6fb-861918cd8468 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-758136c7-dae0-4734-b6fb-861918cd8468 {
  
}
}@media (max-width: 767px){#s-758136c7-dae0-4734-b6fb-861918cd8468 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-758136c7-dae0-4734-b6fb-861918cd8468"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-758136c7-dae0-4734-b6fb-861918cd8468"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-758136c7-dae0-4734-b6fb-861918cd8468"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-758136c7-dae0-4734-b6fb-861918cd8468"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-80ca8393-121a-44c9-8f0b-9fa7006449de {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-e47510e6-0a8e-405a-b3e0-77e5926d0568 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-6484cb2e-1ff1-44c5-9b10-b222d33ddb05"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6484cb2e-1ff1-44c5-9b10-b222d33ddb05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6484cb2e-1ff1-44c5-9b10-b222d33ddb05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6484cb2e-1ff1-44c5-9b10-b222d33ddb05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6484cb2e-1ff1-44c5-9b10-b222d33ddb05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6484cb2e-1ff1-44c5-9b10-b222d33ddb05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6484cb2e-1ff1-44c5-9b10-b222d33ddb05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-41e05238-990d-4a84-8df3-274fe5803d3f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f {
  max-width:  100%;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom,
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f {
  max-width:  100%;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom,
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f {
  max-width:  100%;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom,
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f {
  max-width:  100%;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom,
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f {
  max-width:  100%;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom,
.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41e05238-990d-4a84-8df3-274fe5803d3f img.shogun-image {
  width: 100%;
}



}
#s-6a239f66-a713-4d0f-9cb0-43d630342009 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6a239f66-a713-4d0f-9cb0-43d630342009 {
  text-align: center;
}
}
#s-6a239f66-a713-4d0f-9cb0-43d630342009 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-6a239f66-a713-4d0f-9cb0-43d630342009 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-fba3030c-b118-49c8-a845-b71f850c82dd {
  text-align: left;
}
@media (max-width: 767px){#s-fba3030c-b118-49c8-a845-b71f850c82dd {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-fba3030c-b118-49c8-a845-b71f850c82dd .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-fba3030c-b118-49c8-a845-b71f850c82dd .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-fba3030c-b118-49c8-a845-b71f850c82dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d2a62729-1263-4d27-a865-6e4dc83fcef8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2a62729-1263-4d27-a865-6e4dc83fcef8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d2a62729-1263-4d27-a865-6e4dc83fcef8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d2a62729-1263-4d27-a865-6e4dc83fcef8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-17ec4898-1351-4e2a-b2a4-f4c2c146452e {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-a1368ef2-5688-4460-9c94-a7987985d08d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-6117d2ed-4352-4480-8fc6-a7b35bc95145"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6117d2ed-4352-4480-8fc6-a7b35bc95145"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6117d2ed-4352-4480-8fc6-a7b35bc95145"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6117d2ed-4352-4480-8fc6-a7b35bc95145"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6117d2ed-4352-4480-8fc6-a7b35bc95145"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6117d2ed-4352-4480-8fc6-a7b35bc95145"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6117d2ed-4352-4480-8fc6-a7b35bc95145"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-349ab677-7017-400d-ac6f-81419b3af151 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}



.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-349ab677-7017-400d-ac6f-81419b3af151 img.shogun-image {
  width: 100%;
}



}
#s-0795cbad-9ce8-4708-b1fc-3bfc754acbfb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0795cbad-9ce8-4708-b1fc-3bfc754acbfb {
  text-align: center;
}
}
#s-0795cbad-9ce8-4708-b1fc-3bfc754acbfb .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-0795cbad-9ce8-4708-b1fc-3bfc754acbfb .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-21eb501f-b7e1-4edd-895b-f93830bf7647 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-21eb501f-b7e1-4edd-895b-f93830bf7647-btn-wrapper {
    text-align: center;
  }


#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-variant-btn:hover {
  background: #252525;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-variant-btn:active, #s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-21eb501f-b7e1-4edd-895b-f93830bf7647 .shg-variant-btn.disabled {
  background: #252525;
}

#s-65eb1690-2f13-4d46-90f7-adb0111dc697 {
  text-align: left;
}
@media (max-width: 767px){#s-65eb1690-2f13-4d46-90f7-adb0111dc697 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-65eb1690-2f13-4d46-90f7-adb0111dc697 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-65eb1690-2f13-4d46-90f7-adb0111dc697 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-65eb1690-2f13-4d46-90f7-adb0111dc697 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-baef085a-ef9e-46f4-a763-4f2db97e1101 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-baef085a-ef9e-46f4-a763-4f2db97e1101:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-baef085a-ef9e-46f4-a763-4f2db97e1101:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-baef085a-ef9e-46f4-a763-4f2db97e1101 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-baef085a-ef9e-46f4-a763-4f2db97e1101 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-baef085a-ef9e-46f4-a763-4f2db97e1101.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-49ea6788-28e0-461c-af0d-df0c6055ba90 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-49ea6788-28e0-461c-af0d-df0c6055ba90 {
  
}
}@media (max-width: 767px){#s-49ea6788-28e0-461c-af0d-df0c6055ba90 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-49ea6788-28e0-461c-af0d-df0c6055ba90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-49ea6788-28e0-461c-af0d-df0c6055ba90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-49ea6788-28e0-461c-af0d-df0c6055ba90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-49ea6788-28e0-461c-af0d-df0c6055ba90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-fbd61030-a47d-48c6-b57a-8d8b8abd203f {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-4500912b-5c0e-41d8-9987-09ea11dd3ddb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-c02dbe99-5aae-4dfc-8707-4534b0480f83"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c02dbe99-5aae-4dfc-8707-4534b0480f83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c02dbe99-5aae-4dfc-8707-4534b0480f83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c02dbe99-5aae-4dfc-8707-4534b0480f83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c02dbe99-5aae-4dfc-8707-4534b0480f83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c02dbe99-5aae-4dfc-8707-4534b0480f83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c02dbe99-5aae-4dfc-8707-4534b0480f83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-340e555b-a142-4248-93c7-abc3bb223a63 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 {
  max-width:  100%;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom,
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 {
  max-width:  100%;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom,
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 {
  max-width:  100%;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom,
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 {
  max-width:  100%;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom,
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 {
  max-width:  100%;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom,
.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-340e555b-a142-4248-93c7-abc3bb223a63 img.shogun-image {
  width: 100%;
}



}
#s-23a20c52-5efc-4513-9da4-1fdd7d05c12c {
  text-align: left;
}
@media (max-width: 767px){#s-23a20c52-5efc-4513-9da4-1fdd7d05c12c {
  margin-top: 10px;
text-align: center;
}
}
#s-23a20c52-5efc-4513-9da4-1fdd7d05c12c .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-23a20c52-5efc-4513-9da4-1fdd7d05c12c .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-7813863d-67ef-4f59-8399-bdea32073185 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7813863d-67ef-4f59-8399-bdea32073185-btn-wrapper {
    text-align: center;
  }


#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-variant-btn:hover {
  background: #252525;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-variant-btn:active, #s-7813863d-67ef-4f59-8399-bdea32073185 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7813863d-67ef-4f59-8399-bdea32073185 .shg-variant-btn.disabled {
  background: #252525;
}

#s-5a0943d3-bf94-402b-a62b-51f6664db7c2 {
  text-align: left;
}
@media (max-width: 767px){#s-5a0943d3-bf94-402b-a62b-51f6664db7c2 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-5a0943d3-bf94-402b-a62b-51f6664db7c2 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5a0943d3-bf94-402b-a62b-51f6664db7c2 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-5a0943d3-bf94-402b-a62b-51f6664db7c2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b1d52451-6246-4bf7-9c2c-5ac523ea65ad.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f9421e68-808a-4f53-9e07-47075c27c05d {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-0dbea7d2-367e-49eb-80e3-752758d4e8f7 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-bcff8fc8-cd65-4a25-811a-5ca89cbc0403"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bcff8fc8-cd65-4a25-811a-5ca89cbc0403"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bcff8fc8-cd65-4a25-811a-5ca89cbc0403"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bcff8fc8-cd65-4a25-811a-5ca89cbc0403"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bcff8fc8-cd65-4a25-811a-5ca89cbc0403"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcff8fc8-cd65-4a25-811a-5ca89cbc0403"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bcff8fc8-cd65-4a25-811a-5ca89cbc0403"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 {
  max-width:  100%;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom,
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 {
  max-width:  100%;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom,
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 {
  max-width:  100%;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom,
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 {
  max-width:  100%;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom,
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 {
  max-width:  100%;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom,
.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9aa486f7-c3ff-4aaf-a77d-11fddeb318c0 img.shogun-image {
  width: 100%;
}



}
#s-79096113-ff74-4602-81a9-37705ee13f70 {
  text-align: left;
}
@media (max-width: 767px){#s-79096113-ff74-4602-81a9-37705ee13f70 {
  margin-top: 10px;
text-align: center;
}
}
#s-79096113-ff74-4602-81a9-37705ee13f70 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-79096113-ff74-4602-81a9-37705ee13f70 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-90f4fe9f-1355-4c25-b856-4836539c1b39 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-90f4fe9f-1355-4c25-b856-4836539c1b39-btn-wrapper {
    text-align: center;
  }


#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-variant-btn:hover {
  background: #252525;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-variant-btn:active, #s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-90f4fe9f-1355-4c25-b856-4836539c1b39 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e5a009cf-2873-4721-9ace-632d73eae852 {
  text-align: left;
}
@media (max-width: 767px){#s-e5a009cf-2873-4721-9ace-632d73eae852 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
}
#s-e5a009cf-2873-4721-9ace-632d73eae852 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e5a009cf-2873-4721-9ace-632d73eae852 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e5a009cf-2873-4721-9ace-632d73eae852 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c73048c9-973c-49fd-9422-6b9d86341307 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c73048c9-973c-49fd-9422-6b9d86341307:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c73048c9-973c-49fd-9422-6b9d86341307:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c73048c9-973c-49fd-9422-6b9d86341307 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c73048c9-973c-49fd-9422-6b9d86341307.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c73048c9-973c-49fd-9422-6b9d86341307.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c73048c9-973c-49fd-9422-6b9d86341307.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c73048c9-973c-49fd-9422-6b9d86341307.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-c73048c9-973c-49fd-9422-6b9d86341307 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c73048c9-973c-49fd-9422-6b9d86341307.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c73048c9-973c-49fd-9422-6b9d86341307.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c73048c9-973c-49fd-9422-6b9d86341307.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c73048c9-973c-49fd-9422-6b9d86341307.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-510600c9-ed71-4a07-8c1e-1d11cc1ff092 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2%;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 450px;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-510600c9-ed71-4a07-8c1e-1d11cc1ff092 {
  
}
}@media (max-width: 767px){#s-510600c9-ed71-4a07-8c1e-1d11cc1ff092 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-510600c9-ed71-4a07-8c1e-1d11cc1ff092"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-510600c9-ed71-4a07-8c1e-1d11cc1ff092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-510600c9-ed71-4a07-8c1e-1d11cc1ff092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-510600c9-ed71-4a07-8c1e-1d11cc1ff092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3963c896-8d15-4e3b-b409-27c1397c85f8 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-5d2842d0-9874-4dfd-963d-6def96687157 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-a1f8b82f-8c6e-4431-b5f0-2ecc0ef6cacf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a1f8b82f-8c6e-4431-b5f0-2ecc0ef6cacf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a1f8b82f-8c6e-4431-b5f0-2ecc0ef6cacf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a1f8b82f-8c6e-4431-b5f0-2ecc0ef6cacf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a1f8b82f-8c6e-4431-b5f0-2ecc0ef6cacf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1f8b82f-8c6e-4431-b5f0-2ecc0ef6cacf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a1f8b82f-8c6e-4431-b5f0-2ecc0ef6cacf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-06688a04-40de-49d1-8e4b-6e892479fe1f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f {
  max-width:  100%;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom,
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f {
  max-width:  100%;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom,
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f {
  max-width:  100%;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom,
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f {
  max-width:  100%;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom,
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f {
  max-width:  100%;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom,
.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06688a04-40de-49d1-8e4b-6e892479fe1f img.shogun-image {
  width: 100%;
}



}
#s-e479acca-055d-47ee-bf48-74dec290e2aa {
  margin-top: 0px;
min-height: 80px;
text-align: left;
}
@media (max-width: 767px){#s-e479acca-055d-47ee-bf48-74dec290e2aa {
  text-align: center;
}
}
#s-e479acca-055d-47ee-bf48-74dec290e2aa .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-e479acca-055d-47ee-bf48-74dec290e2aa .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-0dd84b7f-a1b9-4325-ac3d-faad06611572 {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-0dd84b7f-a1b9-4325-ac3d-faad06611572 {
  display: none;
}
#s-0dd84b7f-a1b9-4325-ac3d-faad06611572, #wrap-s-0dd84b7f-a1b9-4325-ac3d-faad06611572 { display: none !important; }}
#s-6e9ec79b-a7f8-4895-843a-7d6a94a0c98b {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-6e9ec79b-a7f8-4895-843a-7d6a94a0c98b {
  display: unset;
}
#s-6e9ec79b-a7f8-4895-843a-7d6a94a0c98b, #wrap-s-6e9ec79b-a7f8-4895-843a-7d6a94a0c98b { display: unset !important; }}
#s-b2ffeec4-e557-45a7-81a9-81660a59db86 {
  text-align: left;
}
@media (max-width: 767px){#s-b2ffeec4-e557-45a7-81a9-81660a59db86 {
  text-align: center;
}
}
#s-b2ffeec4-e557-45a7-81a9-81660a59db86 .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b2ffeec4-e557-45a7-81a9-81660a59db86 .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-b2ffeec4-e557-45a7-81a9-81660a59db86 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bcf7e5d2-b6e6-453d-aa3e-89ea4bf242b0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-cc83ddc6-69d0-4afb-b2b7-989df70170ab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

#s-64b86949-e18d-4f27-a9b4-b8769e1a9455 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-4f8906fe-316c-444a-9d30-59cd70e30b4a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4f8906fe-316c-444a-9d30-59cd70e30b4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4f8906fe-316c-444a-9d30-59cd70e30b4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4f8906fe-316c-444a-9d30-59cd70e30b4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4f8906fe-316c-444a-9d30-59cd70e30b4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f8906fe-316c-444a-9d30-59cd70e30b4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4f8906fe-316c-444a-9d30-59cd70e30b4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e {
  max-width:  100%;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom,
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e {
  max-width:  100%;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom,
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e {
  max-width:  100%;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom,
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e {
  max-width:  100%;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom,
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e {
  max-width:  100%;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom,
.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b91c1f2a-ccd3-44be-83b2-220ac68f187e img.shogun-image {
  width: 100%;
}



}
#s-04927c40-54e2-4ffa-be90-9abf58b6b8a0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-04927c40-54e2-4ffa-be90-9abf58b6b8a0 {
  text-align: center;
}
}
#s-04927c40-54e2-4ffa-be90-9abf58b6b8a0 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
@media (max-width: 767px){#s-04927c40-54e2-4ffa-be90-9abf58b6b8a0 .shg-product-title-component h6 {
  color: rgba(49, 49, 49, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
}
}
#s-e4ef2c79-27ef-4a72-86cb-faeb0b76ee7c {
  text-align: left;
}
@media (max-width: 767px){#s-e4ef2c79-27ef-4a72-86cb-faeb0b76ee7c {
  text-align: center;
}
}
#s-e4ef2c79-27ef-4a72-86cb-faeb0b76ee7c .shg-product-sold-out {
  display: none;
  color: rgba(16, 190, 62, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e4ef2c79-27ef-4a72-86cb-faeb0b76ee7c .shg-product-price {
  color: rgba(16, 190, 62, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e4ef2c79-27ef-4a72-86cb-faeb0b76ee7c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(16, 190, 62, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (max-width: 767px){

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}

#s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dc3dc833-ed74-4100-a81a-c6fac6e09fbb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-0672f72d-c3bf-4984-9ad9-16cd17ab1cb0 {
  margin-left: 20%;
margin-right: 20%;
}

#s-0672f72d-c3bf-4984-9ad9-16cd17ab1cb0 hr {
  border-top: 2px solid #ddd;
}

#s-8c0d421e-bde8-4611-bfac-a9bf21ee70ac {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-8c0d421e-bde8-4611-bfac-a9bf21ee70ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0d421e-bde8-4611-bfac-a9bf21ee70ac.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-61ac28a7-7c01-4054-8a45-0136188f6f06 {
  padding-top: 10px;
text-align: center;
}

#s-61ac28a7-7c01-4054-8a45-0136188f6f06 .shogun-heading-component h1 {
  color: rgba(39, 170, 225, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}



#s-62f4d026-2be4-44cc-85d6-11bfc1c007ff {
  text-align: center;
}

#s-62f4d026-2be4-44cc-85d6-11bfc1c007ff .shg-product-sold-out {
  display: none;
  color: rgba(32, 158, 31, 1);
  font-size: 32px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-62f4d026-2be4-44cc-85d6-11bfc1c007ff .shg-product-price {
  color: rgba(32, 158, 31, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 32px;
}

#s-62f4d026-2be4-44cc-85d6-11bfc1c007ff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 4, 4, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 22px;
  padding-left: 16px;
}

#s-79049bdf-8488-404a-97ff-48254bbd162b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-79049bdf-8488-404a-97ff-48254bbd162b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79049bdf-8488-404a-97ff-48254bbd162b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-79049bdf-8488-404a-97ff-48254bbd162b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-79049bdf-8488-404a-97ff-48254bbd162b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-12707dc0-b0a0-4245-9d9a-b1dba3ada34c {
  text-align: center;
}







  #s-12707dc0-b0a0-4245-9d9a-b1dba3ada34c img.shogun-image {
    

    
    
    
  }


#s-12707dc0-b0a0-4245-9d9a-b1dba3ada34c .shogun-image-content {
  
    align-items: center;
  
}

#s-de11ca67-14f7-435d-9077-d011653ef479 {
  margin-top: 10px;
}

#s-76ec022e-efe8-40ea-853a-231f0034508b {
  text-align: center;
}







  #s-76ec022e-efe8-40ea-853a-231f0034508b img.shogun-image {
    

    
    
    
  }


#s-76ec022e-efe8-40ea-853a-231f0034508b .shogun-image-content {
  
    align-items: center;
  
}

#s-fe5c39cd-86ba-4d99-9d16-e2bf1ef3835d {
  margin-top: 10px;
}

#s-b10cac7c-91bd-4fd7-b719-1e5fb944f755 {
  text-align: center;
}







  #s-b10cac7c-91bd-4fd7-b719-1e5fb944f755 img.shogun-image {
    

    
    
    
  }


#s-b10cac7c-91bd-4fd7-b719-1e5fb944f755 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ad47297-ed7e-40ee-94c0-f012cb46b18e {
  margin-top: 10px;
}

#s-44df746d-3aba-4896-a993-792663ed789b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44df746d-3aba-4896-a993-792663ed789b {
  display: none;
}
#s-44df746d-3aba-4896-a993-792663ed789b, #wrap-s-44df746d-3aba-4896-a993-792663ed789b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44df746d-3aba-4896-a993-792663ed789b {
  display: none;
}
#s-44df746d-3aba-4896-a993-792663ed789b, #wrap-s-44df746d-3aba-4896-a993-792663ed789b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44df746d-3aba-4896-a993-792663ed789b {
  display: none;
}
#s-44df746d-3aba-4896-a993-792663ed789b, #wrap-s-44df746d-3aba-4896-a993-792663ed789b { display: none !important; }}@media (max-width: 767px){#s-44df746d-3aba-4896-a993-792663ed789b {
  display: none;
}
#s-44df746d-3aba-4896-a993-792663ed789b, #wrap-s-44df746d-3aba-4896-a993-792663ed789b { display: none !important; }}







#s-44df746d-3aba-4896-a993-792663ed789b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44df746d-3aba-4896-a993-792663ed789b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b379f32a-d75b-4795-85d8-501a434a89e3 {
  text-align: center;
}







  #s-b379f32a-d75b-4795-85d8-501a434a89e3 img.shogun-image {
    

    
    
    
  }


#s-b379f32a-d75b-4795-85d8-501a434a89e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-01b3719e-2a1b-464b-bd25-fce476022fe8 {
  margin-top: 10px;
}

#s-d9e0f4c6-499a-4e76-80d1-bca48e120dc3 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-ea844525-7956-41ec-ac38-ce7fbe9d605d {
  min-height: 50px;
}








#s-ea844525-7956-41ec-ac38-ce7fbe9d605d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea844525-7956-41ec-ac38-ce7fbe9d605d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77fbfa25-a332-489c-b122-e9aa9bb5b684 hr {
  border-top: 2px solid #ddd;
}

#s-352a6034-78fb-47f8-bd24-a41c1d642afc {
  padding-top: 10px;
text-align: center;
}

#s-352a6034-78fb-47f8-bd24-a41c1d642afc .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}



#s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e {
  display: none;
}
#s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e, #wrap-s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e {
  display: none;
}
#s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e, #wrap-s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e { display: none !important; }}






  #s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e img.shogun-image {
    

    
    
    
  }


#s-4330e0e4-07fc-45f2-8258-b9ddf6f8320e .shogun-image-content {
  
    align-items: center;
  
}

#s-ce6b5333-509c-45f2-a0ea-dde76864c4b3 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce6b5333-509c-45f2-a0ea-dde76864c4b3 {
  display: none;
}
#s-ce6b5333-509c-45f2-a0ea-dde76864c4b3, #wrap-s-ce6b5333-509c-45f2-a0ea-dde76864c4b3 { display: none !important; }}@media (max-width: 767px){#s-ce6b5333-509c-45f2-a0ea-dde76864c4b3 {
  display: none;
}
#s-ce6b5333-509c-45f2-a0ea-dde76864c4b3, #wrap-s-ce6b5333-509c-45f2-a0ea-dde76864c4b3 { display: none !important; }}






  #s-ce6b5333-509c-45f2-a0ea-dde76864c4b3 img.shogun-image {
    

    
    
    
  }


#s-ce6b5333-509c-45f2-a0ea-dde76864c4b3 .shogun-image-content {
  
    align-items: 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-cdc9eccf-5279-4c6f-8af4-e073aa514728 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cdc9eccf-5279-4c6f-8af4-e073aa514728:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdc9eccf-5279-4c6f-8af4-e073aa514728:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cdc9eccf-5279-4c6f-8af4-e073aa514728 {
  max-width: 300px;
}
}

  #s-cdc9eccf-5279-4c6f-8af4-e073aa514728-root {
    text-align: center;
  }


#s-cdc9eccf-5279-4c6f-8af4-e073aa514728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cdc9eccf-5279-4c6f-8af4-e073aa514728-root {
    text-align: center;
  }


#s-cdc9eccf-5279-4c6f-8af4-e073aa514728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdc9eccf-5279-4c6f-8af4-e073aa514728-root {
    text-align: center;
  }


#s-cdc9eccf-5279-4c6f-8af4-e073aa514728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdc9eccf-5279-4c6f-8af4-e073aa514728-root {
    text-align: center;
  }


#s-cdc9eccf-5279-4c6f-8af4-e073aa514728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cdc9eccf-5279-4c6f-8af4-e073aa514728-root {
    text-align: center;
  }


#s-cdc9eccf-5279-4c6f-8af4-e073aa514728.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c9b5d94a-037b-4c5c-8319-739b61985187 hr {
  border-top: 2px solid #ddd;
}

#s-1b00cc20-3a93-41e5-967b-37c553e0a082 {
  min-height: 50px;
}








#s-1b00cc20-3a93-41e5-967b-37c553e0a082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b00cc20-3a93-41e5-967b-37c553e0a082.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc455671-cdf9-4dce-ac8e-b13aca368312 {
  padding-top: 10px;
text-align: center;
}

#s-dc455671-cdf9-4dce-ac8e-b13aca368312 .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}



#s-67904e22-bb5b-42cb-84b9-e46832c18021 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-67904e22-bb5b-42cb-84b9-e46832c18021 {
  display: none;
}
#s-67904e22-bb5b-42cb-84b9-e46832c18021, #wrap-s-67904e22-bb5b-42cb-84b9-e46832c18021 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67904e22-bb5b-42cb-84b9-e46832c18021 {
  display: none;
}
#s-67904e22-bb5b-42cb-84b9-e46832c18021, #wrap-s-67904e22-bb5b-42cb-84b9-e46832c18021 { display: none !important; }}






  #s-67904e22-bb5b-42cb-84b9-e46832c18021 img.shogun-image {
    

    
    
    
  }


#s-67904e22-bb5b-42cb-84b9-e46832c18021 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a {
  display: none;
}
#s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a, #wrap-s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a { display: none !important; }}@media (max-width: 767px){#s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a {
  display: none;
}
#s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a, #wrap-s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a { display: none !important; }}






  #s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a img.shogun-image {
    

    
    
    
  }


#s-e1dab5a0-e1a6-45bf-b38f-b58e61644f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51 {
  max-width: 300px;
}
}

  #s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51-root {
    text-align: center;
  }


#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51-root {
    text-align: center;
  }


#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51-root {
    text-align: center;
  }


#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51-root {
    text-align: center;
  }


#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51-root {
    text-align: center;
  }


#s-dfc47e37-741e-4fa7-829a-3e3f60f9bd51.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5a3a34b0-f7ef-414d-a194-d211c0ebbf21 hr {
  border-top: 2px solid #ddd;
}

#s-9021a5df-ed85-4331-ad39-d30a1b3a9a7a {
  min-height: 50px;
}








#s-9021a5df-ed85-4331-ad39-d30a1b3a9a7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9021a5df-ed85-4331-ad39-d30a1b3a9a7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c37a05c9-ace0-4268-981c-702298e3efee {
  padding-top: 10px;
text-align: center;
}

#s-c37a05c9-ace0-4268-981c-702298e3efee .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}



#s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f {
  display: none;
}
#s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f, #wrap-s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f {
  display: none;
}
#s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f, #wrap-s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f { display: none !important; }}






  #s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f img.shogun-image {
    

    
    
    
  }


#s-3ac9e4fd-76cd-4f62-a565-dcc0e2d9321f .shogun-image-content {
  
    align-items: center;
  
}

#s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6 {
  display: none;
}
#s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6, #wrap-s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6 { display: none !important; }}@media (max-width: 767px){#s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6 {
  display: none;
}
#s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6, #wrap-s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6 { display: none !important; }}






  #s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6 img.shogun-image {
    

    
    
    
  }


#s-7e4fbd8c-ff6b-4ebc-a22d-ccbe61df2be6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd089576-df2a-47dd-98af-385556ba6d73 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fd089576-df2a-47dd-98af-385556ba6d73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd089576-df2a-47dd-98af-385556ba6d73:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fd089576-df2a-47dd-98af-385556ba6d73 {
  max-width: 300px;
}
}

  #s-fd089576-df2a-47dd-98af-385556ba6d73-root {
    text-align: center;
  }


#s-fd089576-df2a-47dd-98af-385556ba6d73.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd089576-df2a-47dd-98af-385556ba6d73-root {
    text-align: center;
  }


#s-fd089576-df2a-47dd-98af-385556ba6d73.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd089576-df2a-47dd-98af-385556ba6d73-root {
    text-align: center;
  }


#s-fd089576-df2a-47dd-98af-385556ba6d73.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd089576-df2a-47dd-98af-385556ba6d73-root {
    text-align: center;
  }


#s-fd089576-df2a-47dd-98af-385556ba6d73.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd089576-df2a-47dd-98af-385556ba6d73-root {
    text-align: center;
  }


#s-fd089576-df2a-47dd-98af-385556ba6d73.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ae7384a0-1bef-410b-a60f-4da32875ed26 hr {
  border-top: 2px solid #ddd;
}

#s-f05428f5-6c99-4390-b49c-7970e0dc152b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f05428f5-6c99-4390-b49c-7970e0dc152b {
  display: none;
}
#s-f05428f5-6c99-4390-b49c-7970e0dc152b, #wrap-s-f05428f5-6c99-4390-b49c-7970e0dc152b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f05428f5-6c99-4390-b49c-7970e0dc152b {
  display: none;
}
#s-f05428f5-6c99-4390-b49c-7970e0dc152b, #wrap-s-f05428f5-6c99-4390-b49c-7970e0dc152b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f05428f5-6c99-4390-b49c-7970e0dc152b {
  display: none;
}
#s-f05428f5-6c99-4390-b49c-7970e0dc152b, #wrap-s-f05428f5-6c99-4390-b49c-7970e0dc152b { display: none !important; }}@media (max-width: 767px){#s-f05428f5-6c99-4390-b49c-7970e0dc152b {
  display: none;
}
#s-f05428f5-6c99-4390-b49c-7970e0dc152b, #wrap-s-f05428f5-6c99-4390-b49c-7970e0dc152b { display: none !important; }}







#s-f05428f5-6c99-4390-b49c-7970e0dc152b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f05428f5-6c99-4390-b49c-7970e0dc152b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80672913-4f06-49f7-ad59-c70f3cc8fb4c {
  padding-top: 10px;
text-align: center;
}

#s-80672913-4f06-49f7-ad59-c70f3cc8fb4c .shogun-heading-component h1 {
  color: rgba(20, 20, 20, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}



#s-b3fb1ef0-4240-46d2-89ab-529729255372 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-b3fb1ef0-4240-46d2-89ab-529729255372 {
  display: none;
}
#s-b3fb1ef0-4240-46d2-89ab-529729255372, #wrap-s-b3fb1ef0-4240-46d2-89ab-529729255372 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3fb1ef0-4240-46d2-89ab-529729255372 {
  display: none;
}
#s-b3fb1ef0-4240-46d2-89ab-529729255372, #wrap-s-b3fb1ef0-4240-46d2-89ab-529729255372 { display: none !important; }}






  #s-b3fb1ef0-4240-46d2-89ab-529729255372 img.shogun-image {
    

    
    
    
  }


#s-b3fb1ef0-4240-46d2-89ab-529729255372 .shogun-image-content {
  
    align-items: center;
  
}

#s-a53b829a-5b56-4b88-9435-3ebaf7ea476c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a53b829a-5b56-4b88-9435-3ebaf7ea476c {
  display: none;
}
#s-a53b829a-5b56-4b88-9435-3ebaf7ea476c, #wrap-s-a53b829a-5b56-4b88-9435-3ebaf7ea476c { display: none !important; }}@media (max-width: 767px){#s-a53b829a-5b56-4b88-9435-3ebaf7ea476c {
  display: none;
}
#s-a53b829a-5b56-4b88-9435-3ebaf7ea476c, #wrap-s-a53b829a-5b56-4b88-9435-3ebaf7ea476c { display: none !important; }}






  #s-a53b829a-5b56-4b88-9435-3ebaf7ea476c img.shogun-image {
    

    
    
    
  }


#s-a53b829a-5b56-4b88-9435-3ebaf7ea476c .shogun-image-content {
  
    align-items: center;
  
}

#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724 {
  max-width: 300px;
}
}

  #s-6d39c31b-4db6-49c5-99f8-1b8560fcf724-root {
    text-align: center;
  }


#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d39c31b-4db6-49c5-99f8-1b8560fcf724-root {
    text-align: center;
  }


#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d39c31b-4db6-49c5-99f8-1b8560fcf724-root {
    text-align: center;
  }


#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d39c31b-4db6-49c5-99f8-1b8560fcf724-root {
    text-align: center;
  }


#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d39c31b-4db6-49c5-99f8-1b8560fcf724-root {
    text-align: center;
  }


#s-6d39c31b-4db6-49c5-99f8-1b8560fcf724.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e5da2750-5aa8-43fe-8be5-aefa9bc77382 hr {
  border-top: 2px solid #ddd;
}

#s-e0eb789e-f8aa-4339-8c6d-db5959e9edb9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0eb789e-f8aa-4339-8c6d-db5959e9edb9 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-e0eb789e-f8aa-4339-8c6d-db5959e9edb9 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-e0eb789e-f8aa-4339-8c6d-db5959e9edb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0eb789e-f8aa-4339-8c6d-db5959e9edb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-669b7fa6-f0a7-40eb-8584-8a325bd8647a {
  background-repeat: repeat;
background-size: cover;
margin-top: 30px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-669b7fa6-f0a7-40eb-8584-8a325bd8647a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-669b7fa6-f0a7-40eb-8584-8a325bd8647a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-669b7fa6-f0a7-40eb-8584-8a325bd8647a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ff7f5d8-28b4-4d6a-b409-10dce1f1b364 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1000px;
}
@media (max-width: 767px){#s-8ff7f5d8-28b4-4d6a-b409-10dce1f1b364 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-8ff7f5d8-28b4-4d6a-b409-10dce1f1b364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ff7f5d8-28b4-4d6a-b409-10dce1f1b364.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df3219f1-bd41-4ce0-9e99-0ba219c5c150 {
  margin-top: 10px;
}

#s-ebec5cec-f9d6-41e1-8789-c826ad20a2c8 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-208f70ee-e18a-48af-9a30-c9392259582e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-208f70ee-e18a-48af-9a30-c9392259582e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-208f70ee-e18a-48af-9a30-c9392259582e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-208f70ee-e18a-48af-9a30-c9392259582e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-208f70ee-e18a-48af-9a30-c9392259582e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-208f70ee-e18a-48af-9a30-c9392259582e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-208f70ee-e18a-48af-9a30-c9392259582e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-9192b665-a74b-467b-9a0d-9019c13a2353 {
  text-align: center;
}
@media (max-width: 767px){#s-9192b665-a74b-467b-9a0d-9019c13a2353 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}






  #s-9192b665-a74b-467b-9a0d-9019c13a2353 img.shogun-image {
    

    
    
    
  }


#s-9192b665-a74b-467b-9a0d-9019c13a2353 .shogun-image-content {
  
    align-items: center;
  
}

#s-acd2f24e-4c34-4882-b1a4-94d21e54175d {
  text-align: left;
}

#s-acd2f24e-4c34-4882-b1a4-94d21e54175d .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 34px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-acd2f24e-4c34-4882-b1a4-94d21e54175d .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 34px;
}

#s-acd2f24e-4c34-4882-b1a4-94d21e54175d .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-392b93d5-47bd-403d-a223-64d88217950d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(255, 214, 3, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-392b93d5-47bd-403d-a223-64d88217950d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-392b93d5-47bd-403d-a223-64d88217950d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-392b93d5-47bd-403d-a223-64d88217950d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-392b93d5-47bd-403d-a223-64d88217950d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-392b93d5-47bd-403d-a223-64d88217950d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-392b93d5-47bd-403d-a223-64d88217950d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-35eb4600-075d-4b7e-92b6-5df8410f257d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-73905876-e36c-41f2-9c7c-1b574aa231bd {
  min-height: 50px;
}
@media (max-width: 767px){#s-73905876-e36c-41f2-9c7c-1b574aa231bd {
  margin-top: 20px;
}
}







#s-73905876-e36c-41f2-9c7c-1b574aa231bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73905876-e36c-41f2-9c7c-1b574aa231bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf46fe03-aba4-4df3-be55-7ff825645124 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf46fe03-aba4-4df3-be55-7ff825645124 .shogun-heading-component h1 {
  color: rgba(39, 170, 225, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



#s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae {
  
}

@media (min-width: 0px) {
[id="s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e533e412-f8c2-4ccc-8077-21fb9b42e6ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-76b48fdd-c482-493d-9d0e-e2222389b1a5 {
  padding-left: 20px;
padding-right: 20px;
}

#s-76b48fdd-c482-493d-9d0e-e2222389b1a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-76b48fdd-c482-493d-9d0e-e2222389b1a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-76b48fdd-c482-493d-9d0e-e2222389b1a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(39, 170, 225, 1);
}

#s-76b48fdd-c482-493d-9d0e-e2222389b1a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-76b48fdd-c482-493d-9d0e-e2222389b1a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(39, 170, 225, 1);
  text-align: left;
  font-family: Work Sans;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-76b48fdd-c482-493d-9d0e-e2222389b1a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ea40f8db-2a19-4bb8-a8de-b0e7a0964d20 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-59d3b70f-b199-4c6e-a39a-98c03aa35d2a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-ed147e36-b8d6-42e1-8450-8b551a17f4d2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
