.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-cba2f9cd-c314-4da0-adc0-49cb52e479ba {
  min-height: 50px;
}
@media (max-width: 767px){#s-cba2f9cd-c314-4da0-adc0-49cb52e479ba {
  
}
}







#s-cba2f9cd-c314-4da0-adc0-49cb52e479ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba2f9cd-c314-4da0-adc0-49cb52e479ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11804d6a-cd1e-4db3-8969-4f3b4b146878 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-11804d6a-cd1e-4db3-8969-4f3b4b146878 {
  display: none;
}
#s-11804d6a-cd1e-4db3-8969-4f3b4b146878, #wrap-s-11804d6a-cd1e-4db3-8969-4f3b4b146878 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11804d6a-cd1e-4db3-8969-4f3b4b146878 {
  display: none;
}
#s-11804d6a-cd1e-4db3-8969-4f3b4b146878, #wrap-s-11804d6a-cd1e-4db3-8969-4f3b4b146878 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11804d6a-cd1e-4db3-8969-4f3b4b146878 {
  display: none;
}
#s-11804d6a-cd1e-4db3-8969-4f3b4b146878, #wrap-s-11804d6a-cd1e-4db3-8969-4f3b4b146878 { display:none !important; }}@media (max-width: 767px){#s-11804d6a-cd1e-4db3-8969-4f3b4b146878 {
  
}
}







#s-11804d6a-cd1e-4db3-8969-4f3b4b146878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11804d6a-cd1e-4db3-8969-4f3b4b146878.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-b1cb2b43-e9df-468d-a1f2-c6524a32096c {
  margin-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-b1cb2b43-e9df-468d-a1f2-c6524a32096c {
  display: none;
}
#s-b1cb2b43-e9df-468d-a1f2-c6524a32096c, #wrap-s-b1cb2b43-e9df-468d-a1f2-c6524a32096c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1cb2b43-e9df-468d-a1f2-c6524a32096c {
  display: none;
}
#s-b1cb2b43-e9df-468d-a1f2-c6524a32096c, #wrap-s-b1cb2b43-e9df-468d-a1f2-c6524a32096c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1cb2b43-e9df-468d-a1f2-c6524a32096c {
  display: none;
}
#s-b1cb2b43-e9df-468d-a1f2-c6524a32096c, #wrap-s-b1cb2b43-e9df-468d-a1f2-c6524a32096c { display:none !important; }}@media (max-width: 767px){#s-b1cb2b43-e9df-468d-a1f2-c6524a32096c {
  padding-top: 0px;
}
}
#s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58 {
  text-align: left;
}
@media (min-width: 1200px){#s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58 {
  display: none;
}
#s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58, #wrap-s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58 {
  display: none;
}
#s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58, #wrap-s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58 {
  display: none;
}
#s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58, #wrap-s-abbb9d5f-b4d7-4f63-a7c0-dc2704002e58 { display:none !important; }}
#s-084bd844-045e-40f0-b089-3593a5566483 {
  min-height: 50px;
}








#s-084bd844-045e-40f0-b089-3593a5566483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-084bd844-045e-40f0-b089-3593a5566483.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f50c0a8-f69b-4d30-a73a-face2734b65b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f50c0a8-f69b-4d30-a73a-face2734b65b {
  display: none;
}
#s-8f50c0a8-f69b-4d30-a73a-face2734b65b, #wrap-s-8f50c0a8-f69b-4d30-a73a-face2734b65b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f50c0a8-f69b-4d30-a73a-face2734b65b {
  display: none;
}
#s-8f50c0a8-f69b-4d30-a73a-face2734b65b, #wrap-s-8f50c0a8-f69b-4d30-a73a-face2734b65b { display:none !important; }}@media (max-width: 767px){#s-8f50c0a8-f69b-4d30-a73a-face2734b65b {
  
}
}







#s-8f50c0a8-f69b-4d30-a73a-face2734b65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f50c0a8-f69b-4d30-a73a-face2734b65b.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;
}

@media (min-width: 0px) {
[id="s-e6ff49a6-5d90-450d-82cc-f431f1b8e203"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e6ff49a6-5d90-450d-82cc-f431f1b8e203"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6ff49a6-5d90-450d-82cc-f431f1b8e203"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6ff49a6-5d90-450d-82cc-f431f1b8e203"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3e4591af-f2b7-4f4b-b265-6ab119382467 {
  max-width: 952px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3e4591af-f2b7-4f4b-b265-6ab119382467 {
  
}
}




  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 img.shogun-image,
  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 {
    width: 100%;
    height: auto;
  }



  img.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
    
    
  }


.s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shg-align-container {
  text-align: center
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 img.shogun-image,
  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 {
    width: 100%;
    height: auto;
  }



  img.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
    
    
  }


.s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shg-align-container {
  text-align: center
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 img.shogun-image,
  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 {
    width: 100%;
    height: auto;
  }



  img.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
    
    
  }


.s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shg-align-container {
  text-align: center
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 img.shogun-image,
  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 {
    width: 100%;
    height: auto;
  }



  img.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
    
    
  }


.s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shg-align-container {
  text-align: center
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
  box-sizing: border-box;
}


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



  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 img.shogun-image,
  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e4591af-f2b7-4f4b-b265-6ab119382467 {
    width: 100%;
    height: auto;
  }



  img.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
    
    
  }


.s-3e4591af-f2b7-4f4b-b265-6ab119382467 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shg-align-container {
  text-align: center
}

.s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e4591af-f2b7-4f4b-b265-6ab119382467.shogun-image {
  box-sizing: border-box;
}


}
#s-e32496e4-4080-453f-b42e-32e629de648c {
  max-width: 518px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e32496e4-4080-453f-b42e-32e629de648c img.shogun-image,
  #s-e32496e4-4080-453f-b42e-32e629de648c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32496e4-4080-453f-b42e-32e629de648c {
    width: 100%;
    height: auto;
  }



  img.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
    
    
  }


.s-e32496e4-4080-453f-b42e-32e629de648c .shogun-image-content {
  
    align-items: center;
  
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shg-align-container {
  text-align: center
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e32496e4-4080-453f-b42e-32e629de648c img.shogun-image,
  #s-e32496e4-4080-453f-b42e-32e629de648c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32496e4-4080-453f-b42e-32e629de648c {
    width: 100%;
    height: auto;
  }



  img.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
    
    
  }


.s-e32496e4-4080-453f-b42e-32e629de648c .shogun-image-content {
  
    align-items: center;
  
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shg-align-container {
  text-align: center
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
  box-sizing: border-box;
}


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



  #s-e32496e4-4080-453f-b42e-32e629de648c img.shogun-image,
  #s-e32496e4-4080-453f-b42e-32e629de648c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32496e4-4080-453f-b42e-32e629de648c {
    width: 100%;
    height: auto;
  }



  img.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
    
    
  }


.s-e32496e4-4080-453f-b42e-32e629de648c .shogun-image-content {
  
    align-items: center;
  
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shg-align-container {
  text-align: center
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
  box-sizing: border-box;
}


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



  #s-e32496e4-4080-453f-b42e-32e629de648c img.shogun-image,
  #s-e32496e4-4080-453f-b42e-32e629de648c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32496e4-4080-453f-b42e-32e629de648c {
    width: 100%;
    height: auto;
  }



  img.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
    
    
  }


.s-e32496e4-4080-453f-b42e-32e629de648c .shogun-image-content {
  
    align-items: center;
  
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shg-align-container {
  text-align: center
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
  box-sizing: border-box;
}


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



  #s-e32496e4-4080-453f-b42e-32e629de648c img.shogun-image,
  #s-e32496e4-4080-453f-b42e-32e629de648c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e32496e4-4080-453f-b42e-32e629de648c {
    width: 100%;
    height: auto;
  }



  img.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
    
    
  }


.s-e32496e4-4080-453f-b42e-32e629de648c .shogun-image-content {
  
    align-items: center;
  
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shg-align-container {
  text-align: center
}

.s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e32496e4-4080-453f-b42e-32e629de648c.shogun-image {
  box-sizing: border-box;
}


}
#s-a3866904-dcb3-445e-9eed-7bf21383de48 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a3866904-dcb3-445e-9eed-7bf21383de48 img.shogun-image,
  #s-a3866904-dcb3-445e-9eed-7bf21383de48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3866904-dcb3-445e-9eed-7bf21383de48 {
    width: 100%;
    height: auto;
  }



  img.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
    
    
  }


.s-a3866904-dcb3-445e-9eed-7bf21383de48 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shg-align-container {
  text-align: center
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a3866904-dcb3-445e-9eed-7bf21383de48 img.shogun-image,
  #s-a3866904-dcb3-445e-9eed-7bf21383de48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3866904-dcb3-445e-9eed-7bf21383de48 {
    width: 100%;
    height: auto;
  }



  img.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
    
    
  }


.s-a3866904-dcb3-445e-9eed-7bf21383de48 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shg-align-container {
  text-align: center
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3866904-dcb3-445e-9eed-7bf21383de48 img.shogun-image,
  #s-a3866904-dcb3-445e-9eed-7bf21383de48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3866904-dcb3-445e-9eed-7bf21383de48 {
    width: 100%;
    height: auto;
  }



  img.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
    
    
  }


.s-a3866904-dcb3-445e-9eed-7bf21383de48 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shg-align-container {
  text-align: center
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3866904-dcb3-445e-9eed-7bf21383de48 img.shogun-image,
  #s-a3866904-dcb3-445e-9eed-7bf21383de48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3866904-dcb3-445e-9eed-7bf21383de48 {
    width: 100%;
    height: auto;
  }



  img.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
    
    
  }


.s-a3866904-dcb3-445e-9eed-7bf21383de48 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shg-align-container {
  text-align: center
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
  box-sizing: border-box;
}


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



  #s-a3866904-dcb3-445e-9eed-7bf21383de48 img.shogun-image,
  #s-a3866904-dcb3-445e-9eed-7bf21383de48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3866904-dcb3-445e-9eed-7bf21383de48 {
    width: 100%;
    height: auto;
  }



  img.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
    
    
  }


.s-a3866904-dcb3-445e-9eed-7bf21383de48 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shg-align-container {
  text-align: center
}

.s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3866904-dcb3-445e-9eed-7bf21383de48.shogun-image {
  box-sizing: border-box;
}


}
#s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed {
  max-width: 518px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed img.shogun-image,
  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed {
    width: 100%;
    height: auto;
  }



  img.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
    
    
  }


.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shg-align-container {
  text-align: center
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed img.shogun-image,
  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed {
    width: 100%;
    height: auto;
  }



  img.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
    
    
  }


.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shg-align-container {
  text-align: center
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
  box-sizing: border-box;
}


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



  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed img.shogun-image,
  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed {
    width: 100%;
    height: auto;
  }



  img.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
    
    
  }


.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shg-align-container {
  text-align: center
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
  box-sizing: border-box;
}


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



  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed img.shogun-image,
  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed {
    width: 100%;
    height: auto;
  }



  img.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
    
    
  }


.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shg-align-container {
  text-align: center
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
  box-sizing: border-box;
}


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



  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed img.shogun-image,
  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed {
    width: 100%;
    height: auto;
  }



  img.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
    
    
  }


.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shg-align-container {
  text-align: center
}

.s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d869a8b7-3e81-4ffe-97c3-b2cd53b266ed.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-ec689c31-ac24-4a71-9c42-9f06570f3357 {
  display: none;
}
#s-ec689c31-ac24-4a71-9c42-9f06570f3357, #wrap-s-ec689c31-ac24-4a71-9c42-9f06570f3357 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec689c31-ac24-4a71-9c42-9f06570f3357 {
  display: none;
}
#s-ec689c31-ac24-4a71-9c42-9f06570f3357, #wrap-s-ec689c31-ac24-4a71-9c42-9f06570f3357 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec689c31-ac24-4a71-9c42-9f06570f3357 {
  display: none;
}
#s-ec689c31-ac24-4a71-9c42-9f06570f3357, #wrap-s-ec689c31-ac24-4a71-9c42-9f06570f3357 { display:none !important; }}@media (max-width: 767px){#s-ec689c31-ac24-4a71-9c42-9f06570f3357 {
  padding-top: 10px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e {
  display: none;
}
#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e, #wrap-s-358ac0b0-b280-4c07-b9a3-72b05ccf016e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e {
  display: none;
}
#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e, #wrap-s-358ac0b0-b280-4c07-b9a3-72b05ccf016e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e {
  display: none;
}
#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e, #wrap-s-358ac0b0-b280-4c07-b9a3-72b05ccf016e { display:none !important; }}@media (max-width: 767px){#s-358ac0b0-b280-4c07-b9a3-72b05ccf016e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-358ac0b0-b280-4c07-b9a3-72b05ccf016e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-358ac0b0-b280-4c07-b9a3-72b05ccf016e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-358ac0b0-b280-4c07-b9a3-72b05ccf016e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-358ac0b0-b280-4c07-b9a3-72b05ccf016e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-9fc9176e-e26e-4f63-986e-c1cb0c2b6aa0 {
  margin-bottom: 10px;
}
}
#s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a {
  max-width: 1644px;
aspect-ratio: 1644/248;
text-align: center;
}





  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a img.shogun-image,
  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a {
    width: 100%;
    height: auto;
  }



  img.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
    
    
  }


.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shg-align-container {
  text-align: center
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a img.shogun-image,
  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a {
    width: 100%;
    height: auto;
  }



  img.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
    
    
  }


.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shg-align-container {
  text-align: center
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
  box-sizing: border-box;
}


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



  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a img.shogun-image,
  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a {
    width: 100%;
    height: auto;
  }



  img.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
    
    
  }


.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shg-align-container {
  text-align: center
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
  box-sizing: border-box;
}


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



  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a img.shogun-image,
  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a {
    width: 100%;
    height: auto;
  }



  img.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
    
    
  }


.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shg-align-container {
  text-align: center
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
  box-sizing: border-box;
}


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



  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a img.shogun-image,
  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a {
    width: 100%;
    height: auto;
  }



  img.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
    
    
  }


.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shg-align-container {
  text-align: center
}

.s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d6882e5-b0f2-4e37-a09a-c2f9b980817a.shogun-image {
  box-sizing: border-box;
}


}
#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f {
  margin-top: 10px;
margin-bottom: 35px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f {
  display: none;
}
#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f, #wrap-s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f {
  display: none;
}
#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f, #wrap-s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f {
  display: none;
}
#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f, #wrap-s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f { display:none !important; }}@media (max-width: 767px){#s-5c9c6e76-94cf-4af0-a8d7-6dde0467586f {
  margin-bottom: 5px;
}
}
#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 {
  padding-bottom: 15px;
}
@media (min-width: 1200px){#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 {
  display: none;
}
#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3, #wrap-s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 {
  display: none;
}
#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3, #wrap-s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 {
  display: none;
}
#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3, #wrap-s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 { display:none !important; }}@media (max-width: 767px){#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 {
  padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3de0485-95f6-47fb-b4d3-f33de254bfb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86d13d4b-d992-4111-947c-843ea98528e7 {
  text-align: center;
}
@media (max-width: 767px){#s-86d13d4b-d992-4111-947c-843ea98528e7 {
  display: none;
}
#s-86d13d4b-d992-4111-947c-843ea98528e7, #wrap-s-86d13d4b-d992-4111-947c-843ea98528e7 { display:none !important; }}






  img.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
    
    
  }


.s-86d13d4b-d992-4111-947c-843ea98528e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shg-align-container {
  text-align: center
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
    
    
  }


.s-86d13d4b-d992-4111-947c-843ea98528e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shg-align-container {
  text-align: center
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
    
    
  }


.s-86d13d4b-d992-4111-947c-843ea98528e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shg-align-container {
  text-align: center
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
    
    
  }


.s-86d13d4b-d992-4111-947c-843ea98528e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shg-align-container {
  text-align: center
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
    
    
  }


.s-86d13d4b-d992-4111-947c-843ea98528e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shg-align-container {
  text-align: center
}

.s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d13d4b-d992-4111-947c-843ea98528e7.shogun-image {
  box-sizing: border-box;
}


}
#s-64dc6415-df45-4f32-b333-fc61cbb06b33 {
  box-shadow:0px 0px 0px 0px ;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(231, 236, 254, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-64dc6415-df45-4f32-b333-fc61cbb06b33 {
  display: none;
}
#s-64dc6415-df45-4f32-b333-fc61cbb06b33, #wrap-s-64dc6415-df45-4f32-b333-fc61cbb06b33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64dc6415-df45-4f32-b333-fc61cbb06b33 {
  display: none;
}
#s-64dc6415-df45-4f32-b333-fc61cbb06b33, #wrap-s-64dc6415-df45-4f32-b333-fc61cbb06b33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64dc6415-df45-4f32-b333-fc61cbb06b33 {
  display: none;
}
#s-64dc6415-df45-4f32-b333-fc61cbb06b33, #wrap-s-64dc6415-df45-4f32-b333-fc61cbb06b33 { display:none !important; }}@media (max-width: 767px){#s-64dc6415-df45-4f32-b333-fc61cbb06b33 {
  box-shadow:    rgba(0, 0, 0, 0.17);
margin-top: 25px;
margin-bottom: 25px;
}
}







#s-64dc6415-df45-4f32-b333-fc61cbb06b33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64dc6415-df45-4f32-b333-fc61cbb06b33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-9cca539a-da62-4314-a6ba-325ffcbfe08e {
  display: none;
}
#s-9cca539a-da62-4314-a6ba-325ffcbfe08e, #wrap-s-9cca539a-da62-4314-a6ba-325ffcbfe08e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cca539a-da62-4314-a6ba-325ffcbfe08e {
  display: none;
}
#s-9cca539a-da62-4314-a6ba-325ffcbfe08e, #wrap-s-9cca539a-da62-4314-a6ba-325ffcbfe08e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cca539a-da62-4314-a6ba-325ffcbfe08e {
  display: none;
}
#s-9cca539a-da62-4314-a6ba-325ffcbfe08e, #wrap-s-9cca539a-da62-4314-a6ba-325ffcbfe08e { display:none !important; }}
@media (min-width: 1200px){#s-f343011e-1112-4db2-85f9-b13edb992bf9 {
  display: none;
}
#s-f343011e-1112-4db2-85f9-b13edb992bf9, #wrap-s-f343011e-1112-4db2-85f9-b13edb992bf9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f343011e-1112-4db2-85f9-b13edb992bf9 {
  display: none;
}
#s-f343011e-1112-4db2-85f9-b13edb992bf9, #wrap-s-f343011e-1112-4db2-85f9-b13edb992bf9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f343011e-1112-4db2-85f9-b13edb992bf9 {
  display: none;
}
#s-f343011e-1112-4db2-85f9-b13edb992bf9, #wrap-s-f343011e-1112-4db2-85f9-b13edb992bf9 { display:none !important; }}@media (max-width: 767px){#s-f343011e-1112-4db2-85f9-b13edb992bf9 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 17px;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-f343011e-1112-4db2-85f9-b13edb992bf9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f343011e-1112-4db2-85f9-b13edb992bf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f343011e-1112-4db2-85f9-b13edb992bf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f343011e-1112-4db2-85f9-b13edb992bf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5c1b7198-daa4-4406-b514-60611a2cdfe3 {
  max-width: 100px;
aspect-ratio: 1652/2100;
text-align: center;
}





  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 img.shogun-image,
  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 {
    width: 100%;
    height: auto;
  }



  img.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
    
    
  }


.s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shg-align-container {
  text-align: center
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 img.shogun-image,
  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 {
    width: 100%;
    height: auto;
  }



  img.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
    
    
  }


.s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shg-align-container {
  text-align: center
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 img.shogun-image,
  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 {
    width: 100%;
    height: auto;
  }



  img.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
    
    
  }


.s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shg-align-container {
  text-align: center
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 img.shogun-image,
  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 {
    width: 100%;
    height: auto;
  }



  img.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
    
    
  }


.s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shg-align-container {
  text-align: center
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
  box-sizing: border-box;
}


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



  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 img.shogun-image,
  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c1b7198-daa4-4406-b514-60611a2cdfe3 {
    width: 100%;
    height: auto;
  }



  img.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
    
    
  }


.s-5c1b7198-daa4-4406-b514-60611a2cdfe3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shg-align-container {
  text-align: center
}

.s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c1b7198-daa4-4406-b514-60611a2cdfe3.shogun-image {
  box-sizing: border-box;
}


}
#s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb {
  max-width: 100px;
aspect-ratio: 2000/2500;
text-align: center;
}





  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb img.shogun-image,
  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb {
    width: 100%;
    height: auto;
  }



  img.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
    
    
  }


.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shogun-image-content {
  
    align-items: center;
  
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shg-align-container {
  text-align: center
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb img.shogun-image,
  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb {
    width: 100%;
    height: auto;
  }



  img.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
    
    
  }


.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shogun-image-content {
  
    align-items: center;
  
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shg-align-container {
  text-align: center
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb img.shogun-image,
  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb {
    width: 100%;
    height: auto;
  }



  img.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
    
    
  }


.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shogun-image-content {
  
    align-items: center;
  
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shg-align-container {
  text-align: center
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb img.shogun-image,
  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb {
    width: 100%;
    height: auto;
  }



  img.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
    
    
  }


.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shogun-image-content {
  
    align-items: center;
  
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shg-align-container {
  text-align: center
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
  box-sizing: border-box;
}


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



  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb img.shogun-image,
  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb {
    width: 100%;
    height: auto;
  }



  img.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
    
    
  }


.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb .shogun-image-content {
  
    align-items: center;
  
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shg-align-container {
  text-align: center
}

.s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-356b0a76-1782-49aa-b80f-2d2ae6ce24bb.shogun-image {
  box-sizing: border-box;
}


}
#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
  max-width: 1200px;
aspect-ratio: 1200/1688;
text-align: center;
}
@media (min-width: 1200px){#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
  display: none;
}
#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9, #wrap-s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
  display: none;
}
#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9, #wrap-s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
  display: none;
}
#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9, #wrap-s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 { display:none !important; }}




  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 img.shogun-image,
  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
    width: 100%;
    height: auto;
  }



  img.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
    
    
  }


.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shg-align-container {
  text-align: center
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 img.shogun-image,
  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
    width: 100%;
    height: auto;
  }



  img.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
    
    
  }


.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shg-align-container {
  text-align: center
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
  box-sizing: border-box;
}


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



  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 img.shogun-image,
  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
    width: 100%;
    height: auto;
  }



  img.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
    
    
  }


.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shg-align-container {
  text-align: center
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
  box-sizing: border-box;
}


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



  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 img.shogun-image,
  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
    width: 100%;
    height: auto;
  }



  img.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
    
    
  }


.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shg-align-container {
  text-align: center
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
  box-sizing: border-box;
}


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



  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 img.shogun-image,
  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 {
    width: 100%;
    height: auto;
  }



  img.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
    
    
  }


.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shg-align-container {
  text-align: center
}

.s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f2836a9-8f64-4fb8-b5ca-c83c264cecc9.shogun-image {
  box-sizing: border-box;
}


}
.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-a1eb9395-bcd9-4f87-903b-60effa6ad795 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 {
  display: none;
}
#s-a1eb9395-bcd9-4f87-903b-60effa6ad795, #wrap-s-a1eb9395-bcd9-4f87-903b-60effa6ad795 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 {
  display: none;
}
#s-a1eb9395-bcd9-4f87-903b-60effa6ad795, #wrap-s-a1eb9395-bcd9-4f87-903b-60effa6ad795 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 {
  display: none;
}
#s-a1eb9395-bcd9-4f87-903b-60effa6ad795, #wrap-s-a1eb9395-bcd9-4f87-903b-60effa6ad795 { display:none !important; }}
#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 86, 170, 0.06);
}

#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(68, 86, 170, 0.06);
  padding: 17px;
}

#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(68, 86, 170, 0.06);
}

#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-a1eb9395-bcd9-4f87-903b-60effa6ad795 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-cfa2db5b-7388-4852-992e-0eb1b34bb0b4 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-e05506fb-2b57-42e4-b5fa-d5708da13ad8 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-af096f02-d53d-46bd-acdc-ce2e477781b6 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-0e97791a-3d42-47cd-bb86-4d53e01ee6bc {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-9b7bcec3-b641-44f2-b277-1d381c2353a1 {
  margin-top: 20px;
padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(68, 86, 170, 0);
}
@media (min-width: 1200px){#s-9b7bcec3-b641-44f2-b277-1d381c2353a1 {
  display: none;
}
#s-9b7bcec3-b641-44f2-b277-1d381c2353a1, #wrap-s-9b7bcec3-b641-44f2-b277-1d381c2353a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b7bcec3-b641-44f2-b277-1d381c2353a1 {
  display: none;
}
#s-9b7bcec3-b641-44f2-b277-1d381c2353a1, #wrap-s-9b7bcec3-b641-44f2-b277-1d381c2353a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b7bcec3-b641-44f2-b277-1d381c2353a1 {
  display: none;
}
#s-9b7bcec3-b641-44f2-b277-1d381c2353a1, #wrap-s-9b7bcec3-b641-44f2-b277-1d381c2353a1 { display:none !important; }}@media (max-width: 767px){#s-9b7bcec3-b641-44f2-b277-1d381c2353a1 {
  background-color: rgba(68, 86, 170, 0.13);
}
}







#s-9b7bcec3-b641-44f2-b277-1d381c2353a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b7bcec3-b641-44f2-b277-1d381c2353a1.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-d3159089-6421-4f33-9ba0-a525d8b03d0d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d3159089-6421-4f33-9ba0-a525d8b03d0d {
  margin-bottom: 20px;
}
}
#s-d3159089-6421-4f33-9ba0-a525d8b03d0d .shogun-heading-component h2 {
  color: rgba(68, 86, 170, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8b07ff78-c248-4034-bf86-ec616c2811f7 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8b07ff78-c248-4034-bf86-ec616c2811f7 {
  display: none;
}
#s-8b07ff78-c248-4034-bf86-ec616c2811f7, #wrap-s-8b07ff78-c248-4034-bf86-ec616c2811f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b07ff78-c248-4034-bf86-ec616c2811f7 {
  display: none;
}
#s-8b07ff78-c248-4034-bf86-ec616c2811f7, #wrap-s-8b07ff78-c248-4034-bf86-ec616c2811f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b07ff78-c248-4034-bf86-ec616c2811f7 {
  display: none;
}
#s-8b07ff78-c248-4034-bf86-ec616c2811f7, #wrap-s-8b07ff78-c248-4034-bf86-ec616c2811f7 { display:none !important; }}@media (max-width: 767px){#s-8b07ff78-c248-4034-bf86-ec616c2811f7 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-8b07ff78-c248-4034-bf86-ec616c2811f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b07ff78-c248-4034-bf86-ec616c2811f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-42b737fb-0cce-4247-ad02-76092ab35259 {
  display: none;
}
#s-42b737fb-0cce-4247-ad02-76092ab35259, #wrap-s-42b737fb-0cce-4247-ad02-76092ab35259 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42b737fb-0cce-4247-ad02-76092ab35259 {
  display: none;
}
#s-42b737fb-0cce-4247-ad02-76092ab35259, #wrap-s-42b737fb-0cce-4247-ad02-76092ab35259 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42b737fb-0cce-4247-ad02-76092ab35259 {
  display: none;
}
#s-42b737fb-0cce-4247-ad02-76092ab35259, #wrap-s-42b737fb-0cce-4247-ad02-76092ab35259 { display:none !important; }}@media (max-width: 767px){#s-42b737fb-0cce-4247-ad02-76092ab35259 {
  display: none;
}
#s-42b737fb-0cce-4247-ad02-76092ab35259, #wrap-s-42b737fb-0cce-4247-ad02-76092ab35259 { display:none !important; }}
@media (min-width: 0px) {
[id="s-42b737fb-0cce-4247-ad02-76092ab35259"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-42b737fb-0cce-4247-ad02-76092ab35259"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42b737fb-0cce-4247-ad02-76092ab35259"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42b737fb-0cce-4247-ad02-76092ab35259"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2b92efcc-9c8b-4e58-b26a-9a98b167a7db {
  min-height: 50px;
}








#s-2b92efcc-9c8b-4e58-b26a-9a98b167a7db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b92efcc-9c8b-4e58-b26a-9a98b167a7db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23f7a21b-2016-4f7e-9c62-37907ef9991f {
  display: none;
}
.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-42155326-9545-435d-911e-fea0d1c47291 {
  text-align: left;
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 {
  max-width:  100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  width: 100%;
}



.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 {
  max-width:  100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  width: 100%;
}



.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 {
  max-width:  100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  width: 100%;
}



.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 {
  max-width:  100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  width: 100%;
}



.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 {
  max-width:  100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  width: 100%;
}



.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 .shg-image-zoom,
.shg-c#s-42155326-9545-435d-911e-fea0d1c47291 img.shogun-image {
  aspect-ratio: 1/1;
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  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-07b13dbe-970f-49ff-9015-3f9f42d42849 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07b13dbe-970f-49ff-9015-3f9f42d42849 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-775d5196-1372-458d-ae16-aa3284b7a1e6 {
  text-align: center;
}

#s-775d5196-1372-458d-ae16-aa3284b7a1e6 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-775d5196-1372-458d-ae16-aa3284b7a1e6 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-775d5196-1372-458d-ae16-aa3284b7a1e6 .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-aa9b6446-b818-4f76-93ca-20a24f44f358 {
  min-height: 50px;
}








#s-aa9b6446-b818-4f76-93ca-20a24f44f358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa9b6446-b818-4f76-93ca-20a24f44f358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2557499-37f2-474d-8119-cfd407a7afe6 {
  display: none;
}
#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 {
  text-align: left;
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 {
  max-width:  100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  width: 100%;
}



.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 {
  max-width:  100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  width: 100%;
}



.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 {
  max-width:  100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  width: 100%;
}



.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 {
  max-width:  100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  width: 100%;
}



.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 {
  max-width:  100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  width: 100%;
}



.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 .shg-image-zoom,
.shg-c#s-5d9218d2-480a-4e99-8d79-485fc7d4cb57 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-c38f256a-f066-4fac-b6ed-0718734a0e7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c38f256a-f066-4fac-b6ed-0718734a0e7c .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c6959749-96f0-4496-9fa8-207384cbfb5f {
  text-align: center;
}

#s-c6959749-96f0-4496-9fa8-207384cbfb5f .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c6959749-96f0-4496-9fa8-207384cbfb5f .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-c6959749-96f0-4496-9fa8-207384cbfb5f .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-a79ea877-1186-402d-b819-991ed2a6c37a {
  min-height: 50px;
}








#s-a79ea877-1186-402d-b819-991ed2a6c37a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a79ea877-1186-402d-b819-991ed2a6c37a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dce5aa4-7b35-4a3d-a899-2152b6cbd15e {
  display: none;
}
#s-8bc727b7-bef7-4ecf-90c0-74844c62563b {
  text-align: left;
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b {
  max-width:  100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  width: 100%;
}



.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b {
  max-width:  100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  width: 100%;
}



.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b {
  max-width:  100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  width: 100%;
}



.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b {
  max-width:  100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  width: 100%;
}



.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b {
  max-width:  100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  width: 100%;
}



.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b .shg-image-zoom,
.shg-c#s-8bc727b7-bef7-4ecf-90c0-74844c62563b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ca07233e-6167-4866-be15-30f226aaf8ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca07233e-6167-4866-be15-30f226aaf8ed .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6e714d72-5a26-4de4-8e69-ead89d422fab {
  text-align: center;
}

#s-6e714d72-5a26-4de4-8e69-ead89d422fab .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e714d72-5a26-4de4-8e69-ead89d422fab .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-6e714d72-5a26-4de4-8e69-ead89d422fab .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-58ad9608-e96e-4a04-9d8f-4554d15c22ab {
  min-height: 50px;
}








#s-58ad9608-e96e-4a04-9d8f-4554d15c22ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58ad9608-e96e-4a04-9d8f-4554d15c22ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca385735-8e32-4762-aaba-27f75aeaef6b {
  display: none;
}
#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 {
  text-align: left;
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 {
  max-width:  100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  width: 100%;
}



.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 {
  max-width:  100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  width: 100%;
}



.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 {
  max-width:  100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  width: 100%;
}



.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 {
  max-width:  100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  width: 100%;
}



.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 {
  max-width:  100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  width: 100%;
}



.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 .shg-image-zoom,
.shg-c#s-d5597c8c-324f-45e1-86a3-0d3762f726d4 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-b99c0e58-d272-412b-9dd7-fd7b0e9d6789 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b99c0e58-d272-412b-9dd7-fd7b0e9d6789 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-507c8963-2ad4-4204-a161-f08f2ba21ace {
  text-align: center;
}

#s-507c8963-2ad4-4204-a161-f08f2ba21ace .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-507c8963-2ad4-4204-a161-f08f2ba21ace .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-507c8963-2ad4-4204-a161-f08f2ba21ace .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-85a5a239-ec8b-461e-9f9d-9529e7b64229"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-85a5a239-ec8b-461e-9f9d-9529e7b64229"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85a5a239-ec8b-461e-9f9d-9529e7b64229"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85a5a239-ec8b-461e-9f9d-9529e7b64229"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 {
  
}
}




  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 img.shogun-image,
  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 {
    width: 100%;
    height: auto;
  }



  img.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
    
    
  }


.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shg-align-container {
  text-align: center
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 img.shogun-image,
  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 {
    width: 100%;
    height: auto;
  }



  img.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
    
    
  }


.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shg-align-container {
  text-align: center
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 img.shogun-image,
  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 {
    width: 100%;
    height: auto;
  }



  img.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
    
    
  }


.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shg-align-container {
  text-align: center
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 img.shogun-image,
  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 {
    width: 100%;
    height: auto;
  }



  img.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
    
    
  }


.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shg-align-container {
  text-align: center
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 img.shogun-image,
  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 {
    width: 100%;
    height: auto;
  }



  img.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
    
    
  }


.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shg-align-container {
  text-align: center
}

.s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f132af-4a6e-4a6c-8f8d-0c92041f58c4.shogun-image {
  box-sizing: border-box;
}


}
#s-bebc5478-4690-44e5-be63-a99cf0797bcb {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bebc5478-4690-44e5-be63-a99cf0797bcb img.shogun-image,
  #s-bebc5478-4690-44e5-be63-a99cf0797bcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebc5478-4690-44e5-be63-a99cf0797bcb {
    width: 100%;
    height: auto;
  }



  img.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
    
    
  }


.s-bebc5478-4690-44e5-be63-a99cf0797bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shg-align-container {
  text-align: center
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bebc5478-4690-44e5-be63-a99cf0797bcb img.shogun-image,
  #s-bebc5478-4690-44e5-be63-a99cf0797bcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebc5478-4690-44e5-be63-a99cf0797bcb {
    width: 100%;
    height: auto;
  }



  img.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
    
    
  }


.s-bebc5478-4690-44e5-be63-a99cf0797bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shg-align-container {
  text-align: center
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
  box-sizing: border-box;
}


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



  #s-bebc5478-4690-44e5-be63-a99cf0797bcb img.shogun-image,
  #s-bebc5478-4690-44e5-be63-a99cf0797bcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebc5478-4690-44e5-be63-a99cf0797bcb {
    width: 100%;
    height: auto;
  }



  img.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
    
    
  }


.s-bebc5478-4690-44e5-be63-a99cf0797bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shg-align-container {
  text-align: center
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
  box-sizing: border-box;
}


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



  #s-bebc5478-4690-44e5-be63-a99cf0797bcb img.shogun-image,
  #s-bebc5478-4690-44e5-be63-a99cf0797bcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebc5478-4690-44e5-be63-a99cf0797bcb {
    width: 100%;
    height: auto;
  }



  img.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
    
    
  }


.s-bebc5478-4690-44e5-be63-a99cf0797bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shg-align-container {
  text-align: center
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
  box-sizing: border-box;
}


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



  #s-bebc5478-4690-44e5-be63-a99cf0797bcb img.shogun-image,
  #s-bebc5478-4690-44e5-be63-a99cf0797bcb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bebc5478-4690-44e5-be63-a99cf0797bcb {
    width: 100%;
    height: auto;
  }



  img.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
    
    
  }


.s-bebc5478-4690-44e5-be63-a99cf0797bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shg-align-container {
  text-align: center
}

.s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bebc5478-4690-44e5-be63-a99cf0797bcb.shogun-image {
  box-sizing: border-box;
}


}
#s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d img.shogun-image,
  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d {
    width: 100%;
    height: auto;
  }



  img.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
    
    
  }


.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shogun-image-content {
  
    align-items: center;
  
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shg-align-container {
  text-align: center
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d img.shogun-image,
  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d {
    width: 100%;
    height: auto;
  }



  img.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
    
    
  }


.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shogun-image-content {
  
    align-items: center;
  
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shg-align-container {
  text-align: center
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
  box-sizing: border-box;
}


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



  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d img.shogun-image,
  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d {
    width: 100%;
    height: auto;
  }



  img.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
    
    
  }


.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shogun-image-content {
  
    align-items: center;
  
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shg-align-container {
  text-align: center
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
  box-sizing: border-box;
}


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



  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d img.shogun-image,
  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d {
    width: 100%;
    height: auto;
  }



  img.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
    
    
  }


.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shogun-image-content {
  
    align-items: center;
  
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shg-align-container {
  text-align: center
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
  box-sizing: border-box;
}


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



  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d img.shogun-image,
  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d {
    width: 100%;
    height: auto;
  }



  img.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
    
    
  }


.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d .shogun-image-content {
  
    align-items: center;
  
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shg-align-container {
  text-align: center
}

.s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-104011d5-3f8b-4d7c-99c2-5c2881f3b69d.shogun-image {
  box-sizing: border-box;
}


}
#s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 img.shogun-image,
  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 {
    width: 100%;
    height: auto;
  }



  img.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
    
    
  }


.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shg-align-container {
  text-align: center
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 img.shogun-image,
  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 {
    width: 100%;
    height: auto;
  }



  img.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
    
    
  }


.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shg-align-container {
  text-align: center
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 img.shogun-image,
  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 {
    width: 100%;
    height: auto;
  }



  img.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
    
    
  }


.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shg-align-container {
  text-align: center
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 img.shogun-image,
  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 {
    width: 100%;
    height: auto;
  }



  img.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
    
    
  }


.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shg-align-container {
  text-align: center
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
  box-sizing: border-box;
}


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



  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 img.shogun-image,
  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 {
    width: 100%;
    height: auto;
  }



  img.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
    
    
  }


.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shg-align-container {
  text-align: center
}

.s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa0c86f2-e09f-4ce0-907f-1c898c2bf547.shogun-image {
  box-sizing: border-box;
}


}
#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 {
  display: none;
}
#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245, #wrap-s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 {
  display: none;
}
#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245, #wrap-s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 {
  display: none;
}
#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245, #wrap-s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 { display:none !important; }}







#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d843e2-38c3-4e06-9ade-0e67b6b6a245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-c9f19152-4fee-40ee-a5db-f9523d08ba13 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-c9f19152-4fee-40ee-a5db-f9523d08ba13 {
  margin-bottom: 0px;
display: none;
}
#s-c9f19152-4fee-40ee-a5db-f9523d08ba13, #wrap-s-c9f19152-4fee-40ee-a5db-f9523d08ba13 { display:none !important; }}
#s-c9f19152-4fee-40ee-a5db-f9523d08ba13 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0.27);
}

#s-c9f19152-4fee-40ee-a5db-f9523d08ba13 .shg-sld-nav-button.shg-sld-left,
#s-c9f19152-4fee-40ee-a5db-f9523d08ba13 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0.27);
}

@media (min-width: 0px) {
[id="s-5359f0fe-60a8-47c1-b597-00438e9abc0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5359f0fe-60a8-47c1-b597-00438e9abc0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5359f0fe-60a8-47c1-b597-00438e9abc0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5359f0fe-60a8-47c1-b597-00438e9abc0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 {
  max-width: 736px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 img.shogun-image,
  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 {
    width: 100%;
    height: auto;
  }



  img.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
    
    
  }


.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shogun-image-content {
  
    align-items: center;
  
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shg-align-container {
  text-align: center
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 img.shogun-image,
  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 {
    width: 100%;
    height: auto;
  }



  img.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
    
    
  }


.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shogun-image-content {
  
    align-items: center;
  
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shg-align-container {
  text-align: center
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
  box-sizing: border-box;
}


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



  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 img.shogun-image,
  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 {
    width: 100%;
    height: auto;
  }



  img.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
    
    
  }


.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shogun-image-content {
  
    align-items: center;
  
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shg-align-container {
  text-align: center
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
  box-sizing: border-box;
}


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



  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 img.shogun-image,
  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 {
    width: 100%;
    height: auto;
  }



  img.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
    
    
  }


.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shogun-image-content {
  
    align-items: center;
  
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shg-align-container {
  text-align: center
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
  box-sizing: border-box;
}


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



  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 img.shogun-image,
  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 {
    width: 100%;
    height: auto;
  }



  img.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
    
    
  }


.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403 .shogun-image-content {
  
    align-items: center;
  
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shg-align-container {
  text-align: center
}

.s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2436dad0-d96e-4930-8d5c-9c3cc0caa403.shogun-image {
  box-sizing: border-box;
}


}
#s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 {
  max-width: 1254px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 img.shogun-image,
  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 {
    width: 100%;
    height: auto;
  }



  img.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
    
    
  }


.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shg-align-container {
  text-align: center
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 img.shogun-image,
  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 {
    width: 100%;
    height: auto;
  }



  img.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
    
    
  }


.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shg-align-container {
  text-align: center
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 img.shogun-image,
  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 {
    width: 100%;
    height: auto;
  }



  img.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
    
    
  }


.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shg-align-container {
  text-align: center
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 img.shogun-image,
  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 {
    width: 100%;
    height: auto;
  }



  img.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
    
    
  }


.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shg-align-container {
  text-align: center
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
  box-sizing: border-box;
}


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



  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 img.shogun-image,
  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 {
    width: 100%;
    height: auto;
  }



  img.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
    
    
  }


.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shg-align-container {
  text-align: center
}

.s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc22ee72-6fff-4b8a-9a88-b168de7ddf92.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-fdb98c3f-4d57-4548-a8b7-5abaa4384971"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fdb98c3f-4d57-4548-a8b7-5abaa4384971"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdb98c3f-4d57-4548-a8b7-5abaa4384971"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdb98c3f-4d57-4548-a8b7-5abaa4384971"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f img.shogun-image,
  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f {
    width: 100%;
    height: auto;
  }



  img.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
    
    
  }


.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shg-align-container {
  text-align: center
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f img.shogun-image,
  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f {
    width: 100%;
    height: auto;
  }



  img.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
    
    
  }


.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shg-align-container {
  text-align: center
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
  box-sizing: border-box;
}


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



  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f img.shogun-image,
  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f {
    width: 100%;
    height: auto;
  }



  img.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
    
    
  }


.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shg-align-container {
  text-align: center
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
  box-sizing: border-box;
}


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



  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f img.shogun-image,
  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f {
    width: 100%;
    height: auto;
  }



  img.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
    
    
  }


.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shg-align-container {
  text-align: center
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
  box-sizing: border-box;
}


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



  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f img.shogun-image,
  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f {
    width: 100%;
    height: auto;
  }



  img.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
    
    
  }


.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f .shogun-image-content {
  
    align-items: center;
  
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shg-align-container {
  text-align: center
}

.s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9f06f5a-7691-49e9-99f4-d9d101e97c1f.shogun-image {
  box-sizing: border-box;
}


}
#s-54406285-a393-41f0-8b07-dae1fd5aa3d1 {
  display: none;
}
#s-027d2659-73cb-4834-827f-79ad9dc7ce6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-027d2659-73cb-4834-827f-79ad9dc7ce6d .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-afa8e551-0413-4263-8330-b8f8a3a3b9f6 {
  text-align: center;
}

#s-afa8e551-0413-4263-8330-b8f8a3a3b9f6 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-afa8e551-0413-4263-8330-b8f8a3a3b9f6 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-afa8e551-0413-4263-8330-b8f8a3a3b9f6 .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-8b51bf7a-5252-47bc-8294-cfc81124ea2b {
  max-width: 1266px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b img.shogun-image,
  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b {
    width: 100%;
    height: auto;
  }



  img.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
    
    
  }


.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shg-align-container {
  text-align: center
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b img.shogun-image,
  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b {
    width: 100%;
    height: auto;
  }



  img.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
    
    
  }


.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shg-align-container {
  text-align: center
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b img.shogun-image,
  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b {
    width: 100%;
    height: auto;
  }



  img.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
    
    
  }


.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shg-align-container {
  text-align: center
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b img.shogun-image,
  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b {
    width: 100%;
    height: auto;
  }



  img.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
    
    
  }


.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shg-align-container {
  text-align: center
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b img.shogun-image,
  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b51bf7a-5252-47bc-8294-cfc81124ea2b {
    width: 100%;
    height: auto;
  }



  img.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
    
    
  }


.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b .shogun-image-content {
  
    align-items: center;
  
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shg-align-container {
  text-align: center
}

.s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b51bf7a-5252-47bc-8294-cfc81124ea2b.shogun-image {
  box-sizing: border-box;
}


}
#s-abd95361-fbd6-47b7-aa66-3df4974e58b0 {
  display: none;
}
#s-55f21acc-f003-4b18-bc14-613701054ab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55f21acc-f003-4b18-bc14-613701054ab7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fd09ab53-467d-483d-b9a9-e6f06561b7d8 {
  text-align: center;
}

#s-fd09ab53-467d-483d-b9a9-e6f06561b7d8 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd09ab53-467d-483d-b9a9-e6f06561b7d8 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-fd09ab53-467d-483d-b9a9-e6f06561b7d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-3b2d8546-44eb-4caa-9743-51776702ddf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b2d8546-44eb-4caa-9743-51776702ddf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b2d8546-44eb-4caa-9743-51776702ddf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b2d8546-44eb-4caa-9743-51776702ddf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bc612191-9886-4451-b17f-8aea4ab81c58 {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bc612191-9886-4451-b17f-8aea4ab81c58 img.shogun-image,
  #s-bc612191-9886-4451-b17f-8aea4ab81c58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc612191-9886-4451-b17f-8aea4ab81c58 {
    width: 100%;
    height: auto;
  }



  img.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
    
    
  }


.s-bc612191-9886-4451-b17f-8aea4ab81c58 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shg-align-container {
  text-align: center
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bc612191-9886-4451-b17f-8aea4ab81c58 img.shogun-image,
  #s-bc612191-9886-4451-b17f-8aea4ab81c58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc612191-9886-4451-b17f-8aea4ab81c58 {
    width: 100%;
    height: auto;
  }



  img.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
    
    
  }


.s-bc612191-9886-4451-b17f-8aea4ab81c58 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shg-align-container {
  text-align: center
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
  box-sizing: border-box;
}


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



  #s-bc612191-9886-4451-b17f-8aea4ab81c58 img.shogun-image,
  #s-bc612191-9886-4451-b17f-8aea4ab81c58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc612191-9886-4451-b17f-8aea4ab81c58 {
    width: 100%;
    height: auto;
  }



  img.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
    
    
  }


.s-bc612191-9886-4451-b17f-8aea4ab81c58 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shg-align-container {
  text-align: center
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
  box-sizing: border-box;
}


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



  #s-bc612191-9886-4451-b17f-8aea4ab81c58 img.shogun-image,
  #s-bc612191-9886-4451-b17f-8aea4ab81c58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc612191-9886-4451-b17f-8aea4ab81c58 {
    width: 100%;
    height: auto;
  }



  img.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
    
    
  }


.s-bc612191-9886-4451-b17f-8aea4ab81c58 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shg-align-container {
  text-align: center
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
  box-sizing: border-box;
}


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



  #s-bc612191-9886-4451-b17f-8aea4ab81c58 img.shogun-image,
  #s-bc612191-9886-4451-b17f-8aea4ab81c58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc612191-9886-4451-b17f-8aea4ab81c58 {
    width: 100%;
    height: auto;
  }



  img.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
    
    
  }


.s-bc612191-9886-4451-b17f-8aea4ab81c58 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shg-align-container {
  text-align: center
}

.s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc612191-9886-4451-b17f-8aea4ab81c58.shogun-image {
  box-sizing: border-box;
}


}
#s-fdc49087-f449-4c0c-baa0-c22db81f71f2 {
  max-width: 2400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 img.shogun-image,
  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 {
    width: 100%;
    height: auto;
  }



  img.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
    
    
  }


.s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shg-align-container {
  text-align: center
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 img.shogun-image,
  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 {
    width: 100%;
    height: auto;
  }



  img.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
    
    
  }


.s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shg-align-container {
  text-align: center
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
  box-sizing: border-box;
}


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



  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 img.shogun-image,
  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 {
    width: 100%;
    height: auto;
  }



  img.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
    
    
  }


.s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shg-align-container {
  text-align: center
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
  box-sizing: border-box;
}


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



  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 img.shogun-image,
  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 {
    width: 100%;
    height: auto;
  }



  img.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
    
    
  }


.s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shg-align-container {
  text-align: center
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
  box-sizing: border-box;
}


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



  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 img.shogun-image,
  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fdc49087-f449-4c0c-baa0-c22db81f71f2 {
    width: 100%;
    height: auto;
  }



  img.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
    
    
  }


.s-fdc49087-f449-4c0c-baa0-c22db81f71f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shg-align-container {
  text-align: center
}

.s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdc49087-f449-4c0c-baa0-c22db81f71f2.shogun-image {
  box-sizing: border-box;
}


}
#s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 {
  max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 img.shogun-image,
  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 {
    width: 100%;
    height: auto;
  }



  img.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
    
    
  }


.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shg-align-container {
  text-align: center
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 img.shogun-image,
  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 {
    width: 100%;
    height: auto;
  }



  img.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
    
    
  }


.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shg-align-container {
  text-align: center
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
  box-sizing: border-box;
}


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



  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 img.shogun-image,
  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 {
    width: 100%;
    height: auto;
  }



  img.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
    
    
  }


.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shg-align-container {
  text-align: center
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
  box-sizing: border-box;
}


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



  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 img.shogun-image,
  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 {
    width: 100%;
    height: auto;
  }



  img.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
    
    
  }


.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shg-align-container {
  text-align: center
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
  box-sizing: border-box;
}


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



  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 img.shogun-image,
  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 {
    width: 100%;
    height: auto;
  }



  img.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
    
    
  }


.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31 .shogun-image-content {
  
    align-items: center;
  
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shg-align-container {
  text-align: center
}

.s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdc1366-6482-4de6-8b93-812ebfbc1e31.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-a10000f6-1a7a-4ac9-af12-f4ab89b9388c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a10000f6-1a7a-4ac9-af12-f4ab89b9388c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a10000f6-1a7a-4ac9-af12-f4ab89b9388c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a10000f6-1a7a-4ac9-af12-f4ab89b9388c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c4d268b2-bbb6-478c-97ae-585a85039ee8 {
  max-width: 1602px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 img.shogun-image,
  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 {
    width: 100%;
    height: auto;
  }



  img.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
    
    
  }


.s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shg-align-container {
  text-align: center
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 img.shogun-image,
  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 {
    width: 100%;
    height: auto;
  }



  img.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
    
    
  }


.s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shg-align-container {
  text-align: center
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
  box-sizing: border-box;
}


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



  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 img.shogun-image,
  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 {
    width: 100%;
    height: auto;
  }



  img.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
    
    
  }


.s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shg-align-container {
  text-align: center
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
  box-sizing: border-box;
}


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



  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 img.shogun-image,
  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 {
    width: 100%;
    height: auto;
  }



  img.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
    
    
  }


.s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shg-align-container {
  text-align: center
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
  box-sizing: border-box;
}


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



  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 img.shogun-image,
  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4d268b2-bbb6-478c-97ae-585a85039ee8 {
    width: 100%;
    height: auto;
  }



  img.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
    
    
  }


.s-c4d268b2-bbb6-478c-97ae-585a85039ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shg-align-container {
  text-align: center
}

.s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d268b2-bbb6-478c-97ae-585a85039ee8.shogun-image {
  box-sizing: border-box;
}


}
#s-b98ddbca-1ff9-45df-bc92-815a3c6f992f {
  max-width: 2378px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f img.shogun-image,
  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f {
    width: 100%;
    height: auto;
  }



  img.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
    
    
  }


.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shogun-image-content {
  
    align-items: center;
  
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shg-align-container {
  text-align: center
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f img.shogun-image,
  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f {
    width: 100%;
    height: auto;
  }



  img.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
    
    
  }


.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shogun-image-content {
  
    align-items: center;
  
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shg-align-container {
  text-align: center
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
  box-sizing: border-box;
}


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



  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f img.shogun-image,
  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f {
    width: 100%;
    height: auto;
  }



  img.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
    
    
  }


.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shogun-image-content {
  
    align-items: center;
  
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shg-align-container {
  text-align: center
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
  box-sizing: border-box;
}


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



  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f img.shogun-image,
  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f {
    width: 100%;
    height: auto;
  }



  img.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
    
    
  }


.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shogun-image-content {
  
    align-items: center;
  
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shg-align-container {
  text-align: center
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
  box-sizing: border-box;
}


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



  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f img.shogun-image,
  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b98ddbca-1ff9-45df-bc92-815a3c6f992f {
    width: 100%;
    height: auto;
  }



  img.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
    
    
  }


.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f .shogun-image-content {
  
    align-items: center;
  
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shg-align-container {
  text-align: center
}

.s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b98ddbca-1ff9-45df-bc92-815a3c6f992f.shogun-image {
  box-sizing: border-box;
}


}
#s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 {
  max-width: 1568px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 img.shogun-image,
  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 {
    width: 100%;
    height: auto;
  }



  img.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
    
    
  }


.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shg-align-container {
  text-align: center
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 img.shogun-image,
  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 {
    width: 100%;
    height: auto;
  }



  img.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
    
    
  }


.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shg-align-container {
  text-align: center
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
  box-sizing: border-box;
}


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



  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 img.shogun-image,
  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 {
    width: 100%;
    height: auto;
  }



  img.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
    
    
  }


.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shg-align-container {
  text-align: center
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
  box-sizing: border-box;
}


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



  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 img.shogun-image,
  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 {
    width: 100%;
    height: auto;
  }



  img.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
    
    
  }


.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shg-align-container {
  text-align: center
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
  box-sizing: border-box;
}


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



  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 img.shogun-image,
  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 {
    width: 100%;
    height: auto;
  }



  img.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
    
    
  }


.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shg-align-container {
  text-align: center
}

.s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c2c75af-d82d-40cc-b2d2-7a869e4dca04.shogun-image {
  box-sizing: border-box;
}


}
#s-ec8ba48b-971b-4d9c-8079-81eb928034ec {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (max-width: 767px){#s-ec8ba48b-971b-4d9c-8079-81eb928034ec {
  display: none;
}
#s-ec8ba48b-971b-4d9c-8079-81eb928034ec, #wrap-s-ec8ba48b-971b-4d9c-8079-81eb928034ec { display:none !important; }}
#s-ec8ba48b-971b-4d9c-8079-81eb928034ec .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ec8ba48b-971b-4d9c-8079-81eb928034ec .shg-sld-nav-button.shg-sld-left,
#s-ec8ba48b-971b-4d9c-8079-81eb928034ec .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9ade229d-36c9-4c00-85b9-31e3e73f8eab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ade229d-36c9-4c00-85b9-31e3e73f8eab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ade229d-36c9-4c00-85b9-31e3e73f8eab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ade229d-36c9-4c00-85b9-31e3e73f8eab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3c9c1c76-9d11-4f0d-a853-e20a7dfa1307 {
  display: none;
}
#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 {
  text-align: left;
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 {
  max-width:  100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  width: 100%;
}



.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 {
  max-width:  100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  width: 100%;
}



.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 {
  max-width:  100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  width: 100%;
}



.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 {
  max-width:  100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  width: 100%;
}



.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 {
  max-width:  100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  width: 100%;
}



.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 .shg-image-zoom,
.shg-c#s-1da8ec89-6a64-4632-bb9a-b849b5a6fae8 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7b2b537f-731e-4060-a513-afad5e8404c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b2b537f-731e-4060-a513-afad5e8404c4 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0af89ea3-212e-41bf-a899-69c4c247198a {
  text-align: center;
}

#s-0af89ea3-212e-41bf-a899-69c4c247198a .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0af89ea3-212e-41bf-a899-69c4c247198a .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-0af89ea3-212e-41bf-a899-69c4c247198a .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-abca320b-6363-458c-b61a-6e106605f1d8 {
  display: none;
}
#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc {
  text-align: left;
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc {
  max-width:  100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  width: 100%;
}



.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc {
  max-width:  100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  width: 100%;
}



.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc {
  max-width:  100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  width: 100%;
}



.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc {
  max-width:  100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  width: 100%;
}



.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc {
  max-width:  100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  width: 100%;
}



.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc .shg-image-zoom,
.shg-c#s-52ff3d9f-6f41-4977-b40f-b237c8d906dc img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-4642fdf3-0dbb-47c0-85b8-c67664cfd9c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4642fdf3-0dbb-47c0-85b8-c67664cfd9c7 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-29fc0cf4-d629-4811-972e-2de3a8efbf43 {
  text-align: center;
}

#s-29fc0cf4-d629-4811-972e-2de3a8efbf43 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-29fc0cf4-d629-4811-972e-2de3a8efbf43 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-29fc0cf4-d629-4811-972e-2de3a8efbf43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-fdae3b25-53c8-4676-9696-289a5664d6d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fdae3b25-53c8-4676-9696-289a5664d6d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdae3b25-53c8-4676-9696-289a5664d6d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdae3b25-53c8-4676-9696-289a5664d6d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eaafc84c-b1f0-4783-9999-054e5f4aee81 {
  display: none;
}
#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee {
  text-align: left;
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee {
  max-width:  100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  width: 100%;
}



.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee {
  max-width:  100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  width: 100%;
}



.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee {
  max-width:  100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  width: 100%;
}



.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee {
  max-width:  100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  width: 100%;
}



.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee {
  max-width:  100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  width: 100%;
}



.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee .shg-image-zoom,
.shg-c#s-92a5aa3c-fac4-4214-b53a-c8841c90f7ee img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-15d95f46-90cb-4b79-b871-c5bb1c44d00c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15d95f46-90cb-4b79-b871-c5bb1c44d00c .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-00475f45-5d43-484e-8b62-8c1a107fd073 {
  text-align: center;
}

#s-00475f45-5d43-484e-8b62-8c1a107fd073 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-00475f45-5d43-484e-8b62-8c1a107fd073 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-00475f45-5d43-484e-8b62-8c1a107fd073 .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-be66634a-faeb-44c8-a231-026666ce4153 {
  display: none;
}
#s-5ca021de-934e-43d3-8845-f323d3ddc28f {
  text-align: left;
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f {
  max-width:  100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  width: 100%;
}



.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f {
  max-width:  100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  width: 100%;
}



.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f {
  max-width:  100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  width: 100%;
}



.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f {
  max-width:  100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  width: 100%;
}



.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f {
  max-width:  100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  width: 100%;
}



.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f .shg-image-zoom,
.shg-c#s-5ca021de-934e-43d3-8845-f323d3ddc28f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-267065f1-e116-4b25-97cb-4c8ea9580d85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-267065f1-e116-4b25-97cb-4c8ea9580d85 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-86ac2e94-f20f-44b7-bb1e-6bc94ed75919 {
  text-align: center;
}

#s-86ac2e94-f20f-44b7-bb1e-6bc94ed75919 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-86ac2e94-f20f-44b7-bb1e-6bc94ed75919 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-86ac2e94-f20f-44b7-bb1e-6bc94ed75919 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  font-weight: ;
  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-52bb2b30-ad09-4c33-8e26-dfcb8acfff46 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
max-width: 350px;
background-color: rgba(68, 86, 170, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
}
#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46:hover {background-color: rgba(126, 143, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46 {
  margin-top: 20px;
padding-top: 12px;
padding-bottom: 12px;
max-width: 200px;
}
}

  #s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46-root {
    text-align: center;
  }


#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46-root {
    text-align: center;
  }


#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46-root {
    text-align: center;
  }


#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46-root {
    text-align: center;
  }


#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46-root {
    text-align: center;
  }


#s-52bb2b30-ad09-4c33-8e26-dfcb8acfff46.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
#s-ae0c3697-8713-4612-95f4-a2a03479b62e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-ae0c3697-8713-4612-95f4-a2a03479b62e {
  display: none;
}
#s-ae0c3697-8713-4612-95f4-a2a03479b62e, #wrap-s-ae0c3697-8713-4612-95f4-a2a03479b62e { display:none !important; }}







#s-ae0c3697-8713-4612-95f4-a2a03479b62e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae0c3697-8713-4612-95f4-a2a03479b62e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6ff3a47-1b45-47ae-aa4d-7e7f07074569 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6ff3a47-1b45-47ae-aa4d-7e7f07074569 {
  
}
}@media (max-width: 767px){#s-b6ff3a47-1b45-47ae-aa4d-7e7f07074569 {
  margin-top: 0px;
}
}







#s-b6ff3a47-1b45-47ae-aa4d-7e7f07074569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ff3a47-1b45-47ae-aa4d-7e7f07074569.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7fcd1b7e-0ed0-4cae-9b59-e70d49732040 {
  
}
}
@media (min-width: 0px) {
[id="s-7fcd1b7e-0ed0-4cae-9b59-e70d49732040"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7fcd1b7e-0ed0-4cae-9b59-e70d49732040"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-7fcd1b7e-0ed0-4cae-9b59-e70d49732040"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fcd1b7e-0ed0-4cae-9b59-e70d49732040"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-dfdedd83-cfec-420e-9dc5-eee4a4969d7e {
  text-align: center;
}

#s-dfdedd83-cfec-420e-9dc5-eee4a4969d7e {
  display: none;
}
#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e42fe210-110b-4671-9dcd-3aab8ae5cb57 img.shogun-image {
  width: 100%;
}



}
#s-77a37f79-34ea-40e3-a29c-09ad58b13dd3 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-77a37f79-34ea-40e3-a29c-09ad58b13dd3 .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-99ed8fbe-3ee2-4842-a57e-036e770a1286 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-2966a94e-5894-45f6-bcec-6b98e6fcf697 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-2966a94e-5894-45f6-bcec-6b98e6fcf697 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2966a94e-5894-45f6-bcec-6b98e6fcf697 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2966a94e-5894-45f6-bcec-6b98e6fcf697 .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-bb66d64e-160c-4791-8277-de231b6ed9ec {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-bb66d64e-160c-4791-8277-de231b6ed9ec:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb66d64e-160c-4791-8277-de231b6ed9ec:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bb66d64e-160c-4791-8277-de231b6ed9ec {
  display: none;
}
#s-bb66d64e-160c-4791-8277-de231b6ed9ec, #wrap-s-bb66d64e-160c-4791-8277-de231b6ed9ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb66d64e-160c-4791-8277-de231b6ed9ec {
  display: none;
}
#s-bb66d64e-160c-4791-8277-de231b6ed9ec, #wrap-s-bb66d64e-160c-4791-8277-de231b6ed9ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb66d64e-160c-4791-8277-de231b6ed9ec {
  display: none;
}
#s-bb66d64e-160c-4791-8277-de231b6ed9ec, #wrap-s-bb66d64e-160c-4791-8277-de231b6ed9ec { display:none !important; }}@media (max-width: 767px){#s-bb66d64e-160c-4791-8277-de231b6ed9ec {
  display: none;
}
#s-bb66d64e-160c-4791-8277-de231b6ed9ec, #wrap-s-bb66d64e-160c-4791-8277-de231b6ed9ec { display:none !important; }}

  #s-bb66d64e-160c-4791-8277-de231b6ed9ec-root {
    text-align: center;
  }


#s-bb66d64e-160c-4791-8277-de231b6ed9ec.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb66d64e-160c-4791-8277-de231b6ed9ec-root {
    text-align: center;
  }


#s-bb66d64e-160c-4791-8277-de231b6ed9ec.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb66d64e-160c-4791-8277-de231b6ed9ec-root {
    text-align: center;
  }


#s-bb66d64e-160c-4791-8277-de231b6ed9ec.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb66d64e-160c-4791-8277-de231b6ed9ec-root {
    text-align: center;
  }


#s-bb66d64e-160c-4791-8277-de231b6ed9ec.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb66d64e-160c-4791-8277-de231b6ed9ec-root {
    text-align: center;
  }


#s-bb66d64e-160c-4791-8277-de231b6ed9ec.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-360acce0-b058-4f03-ad49-0ef2b4dbb2fb {
  display: none;
}
#s-bcddb428-2ba6-46f1-8898-073d5df83089 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcddb428-2ba6-46f1-8898-073d5df83089 img.shogun-image {
  width: 100%;
}



}
#s-3166b937-7109-4a90-9dea-f6ba08dcb995 {
  padding-top: 15px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
text-align: center;
}

#s-3166b937-7109-4a90-9dea-f6ba08dcb995 .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6f77bf1f-8eec-4b77-9f19-8bf293f16a5e {
  margin-top: 4px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-aa0faf18-3446-4cb2-9aba-19251f429bc6 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-aa0faf18-3446-4cb2-9aba-19251f429bc6 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aa0faf18-3446-4cb2-9aba-19251f429bc6 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-aa0faf18-3446-4cb2-9aba-19251f429bc6 .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-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c {
  display: none;
}
#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c, #wrap-s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c {
  display: none;
}
#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c, #wrap-s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c {
  display: none;
}
#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c, #wrap-s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c { display:none !important; }}@media (max-width: 767px){#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c {
  display: none;
}
#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c, #wrap-s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c { display:none !important; }}

  #s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c-root {
    text-align: center;
  }


#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c-root {
    text-align: center;
  }


#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c-root {
    text-align: center;
  }


#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c-root {
    text-align: center;
  }


#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c-root {
    text-align: center;
  }


#s-b8142a7f-e3d4-4cfe-8258-75ad0d566f0c.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-d530726c-3ef1-4ab7-8921-ea771ca67758 {
  text-align: center;
}

#s-d530726c-3ef1-4ab7-8921-ea771ca67758 {
  display: none;
}
#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-125c62bf-aff1-4097-9302-d8b1d5a0b7cf img.shogun-image {
  width: 100%;
}



}
#s-e82d9e73-f327-4a3b-bc1a-b998f6cb8cdf {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-e82d9e73-f327-4a3b-bc1a-b998f6cb8cdf .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2ed55583-38d2-4017-8b49-5d3c2c8b93ed {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-5feba051-f93e-4fa9-b5d1-6aa7f2956f9d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-5feba051-f93e-4fa9-b5d1-6aa7f2956f9d .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5feba051-f93e-4fa9-b5d1-6aa7f2956f9d .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5feba051-f93e-4fa9-b5d1-6aa7f2956f9d .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-ee0fa938-906b-4a57-a1e9-b5a627de66a4 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 {
  display: none;
}
#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4, #wrap-s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 {
  display: none;
}
#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4, #wrap-s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 {
  display: none;
}
#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4, #wrap-s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 { display:none !important; }}@media (max-width: 767px){#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 {
  display: none;
}
#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4, #wrap-s-ee0fa938-906b-4a57-a1e9-b5a627de66a4 { display:none !important; }}

  #s-ee0fa938-906b-4a57-a1e9-b5a627de66a4-root {
    text-align: center;
  }


#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee0fa938-906b-4a57-a1e9-b5a627de66a4-root {
    text-align: center;
  }


#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee0fa938-906b-4a57-a1e9-b5a627de66a4-root {
    text-align: center;
  }


#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee0fa938-906b-4a57-a1e9-b5a627de66a4-root {
    text-align: center;
  }


#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee0fa938-906b-4a57-a1e9-b5a627de66a4-root {
    text-align: center;
  }


#s-ee0fa938-906b-4a57-a1e9-b5a627de66a4.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-0591ccb5-8c23-4de3-a951-daf87f151eea {
  text-align: center;
}

#s-0591ccb5-8c23-4de3-a951-daf87f151eea {
  display: none;
}
#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a62afe-3ce7-426c-aa5b-48bb9a97bcd3 img.shogun-image {
  width: 100%;
}



}
#s-4ce79af5-7c5a-4959-b26f-a5821eeac0d8 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-4ce79af5-7c5a-4959-b26f-a5821eeac0d8 .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-712649bb-bede-4e50-838e-76df99edf23b {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-712649bb-bede-4e50-838e-76df99edf23b .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-712649bb-bede-4e50-838e-76df99edf23b .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-712649bb-bede-4e50-838e-76df99edf23b .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-6e2109af-ee4a-4bb3-9357-408425ee02c0 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d {
  display: none;
}
#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d, #wrap-s-c9e51b47-18e3-4301-a262-efa4b50f1c0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d {
  display: none;
}
#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d, #wrap-s-c9e51b47-18e3-4301-a262-efa4b50f1c0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d {
  display: none;
}
#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d, #wrap-s-c9e51b47-18e3-4301-a262-efa4b50f1c0d { display:none !important; }}@media (max-width: 767px){#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d {
  display: none;
}
#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d, #wrap-s-c9e51b47-18e3-4301-a262-efa4b50f1c0d { display:none !important; }}

  #s-c9e51b47-18e3-4301-a262-efa4b50f1c0d-root {
    text-align: center;
  }


#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9e51b47-18e3-4301-a262-efa4b50f1c0d-root {
    text-align: center;
  }


#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9e51b47-18e3-4301-a262-efa4b50f1c0d-root {
    text-align: center;
  }


#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9e51b47-18e3-4301-a262-efa4b50f1c0d-root {
    text-align: center;
  }


#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9e51b47-18e3-4301-a262-efa4b50f1c0d-root {
    text-align: center;
  }


#s-c9e51b47-18e3-4301-a262-efa4b50f1c0d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-678e1db5-c912-4df5-a01f-715cd4003454 {
  text-align: center;
}

#s-678e1db5-c912-4df5-a01f-715cd4003454 {
  display: none;
}
#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bb760b-296c-4fc5-8c1f-ac00b1e5b0a3 img.shogun-image {
  width: 100%;
}



}
#s-b1febcbf-9b35-4159-9285-8c941ab60c87 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-b1febcbf-9b35-4159-9285-8c941ab60c87 .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-06495126-98bf-441d-8ddf-3be97cbd9c10 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-95acf21e-91da-4cb3-b73b-30616cb78730 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-95acf21e-91da-4cb3-b73b-30616cb78730 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-95acf21e-91da-4cb3-b73b-30616cb78730 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-95acf21e-91da-4cb3-b73b-30616cb78730 .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-d5168798-4ac2-4948-89f2-1ad9eabc6c09 {
  display: none;
}
#s-ff9c428e-bf85-4220-9a63-94d07b4b301a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-ff9c428e-bf85-4220-9a63-94d07b4b301a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff9c428e-bf85-4220-9a63-94d07b4b301a:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ff9c428e-bf85-4220-9a63-94d07b4b301a {
  display: none;
}
#s-ff9c428e-bf85-4220-9a63-94d07b4b301a, #wrap-s-ff9c428e-bf85-4220-9a63-94d07b4b301a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff9c428e-bf85-4220-9a63-94d07b4b301a {
  display: none;
}
#s-ff9c428e-bf85-4220-9a63-94d07b4b301a, #wrap-s-ff9c428e-bf85-4220-9a63-94d07b4b301a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff9c428e-bf85-4220-9a63-94d07b4b301a {
  display: none;
}
#s-ff9c428e-bf85-4220-9a63-94d07b4b301a, #wrap-s-ff9c428e-bf85-4220-9a63-94d07b4b301a { display:none !important; }}@media (max-width: 767px){#s-ff9c428e-bf85-4220-9a63-94d07b4b301a {
  display: none;
}
#s-ff9c428e-bf85-4220-9a63-94d07b4b301a, #wrap-s-ff9c428e-bf85-4220-9a63-94d07b4b301a { display:none !important; }}

  #s-ff9c428e-bf85-4220-9a63-94d07b4b301a-root {
    text-align: center;
  }


#s-ff9c428e-bf85-4220-9a63-94d07b4b301a.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff9c428e-bf85-4220-9a63-94d07b4b301a-root {
    text-align: center;
  }


#s-ff9c428e-bf85-4220-9a63-94d07b4b301a.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff9c428e-bf85-4220-9a63-94d07b4b301a-root {
    text-align: center;
  }


#s-ff9c428e-bf85-4220-9a63-94d07b4b301a.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff9c428e-bf85-4220-9a63-94d07b4b301a-root {
    text-align: center;
  }


#s-ff9c428e-bf85-4220-9a63-94d07b4b301a.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff9c428e-bf85-4220-9a63-94d07b4b301a-root {
    text-align: center;
  }


#s-ff9c428e-bf85-4220-9a63-94d07b4b301a.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed {
  display: none;
}
#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed, #wrap-s-79f6ed71-9d70-4324-b815-896eaa1ec4ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed {
  display: none;
}
#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed, #wrap-s-79f6ed71-9d70-4324-b815-896eaa1ec4ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed {
  display: none;
}
#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed, #wrap-s-79f6ed71-9d70-4324-b815-896eaa1ec4ed { display:none !important; }}@media (max-width: 767px){#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
display: none;
}
#s-79f6ed71-9d70-4324-b815-896eaa1ec4ed, #wrap-s-79f6ed71-9d70-4324-b815-896eaa1ec4ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-79f6ed71-9d70-4324-b815-896eaa1ec4ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79f6ed71-9d70-4324-b815-896eaa1ec4ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-79f6ed71-9d70-4324-b815-896eaa1ec4ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-79f6ed71-9d70-4324-b815-896eaa1ec4ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ff18e655-2f86-4a23-8dde-1ac9a02aeced {
  display: none;
}
#s-93908881-7078-4715-940a-6ca3a28cde00 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93908881-7078-4715-940a-6ca3a28cde00 img.shogun-image {
  width: 100%;
}



}
#s-f51705bd-424c-4026-9de5-53f1063202a4 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-f51705bd-424c-4026-9de5-53f1063202a4 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-662de041-850e-49a3-b6c8-dd8cb350077e .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-df9eb88a-b2a3-4992-adfb-0a2d09822b25 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-df9eb88a-b2a3-4992-adfb-0a2d09822b25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-df9eb88a-b2a3-4992-adfb-0a2d09822b25 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-df9eb88a-b2a3-4992-adfb-0a2d09822b25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-0f62f93b-da63-44f9-8e97-1742a9ad1470:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f62f93b-da63-44f9-8e97-1742a9ad1470:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f62f93b-da63-44f9-8e97-1742a9ad1470 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-0f62f93b-da63-44f9-8e97-1742a9ad1470.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ed3671f8-f4a5-48db-8094-909a347264db {
  display: none;
}
#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9d59f6e-63fe-4b9f-8ec4-42ec92ad49a4 img.shogun-image {
  width: 100%;
}



}
#s-a9f66516-6c5c-47f3-9377-b95db61407a9 {
  padding-top: 15px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
text-align: left;
}

#s-a9f66516-6c5c-47f3-9377-b95db61407a9 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-7399ef02-e470-4fee-ad79-f779393a6374 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-a4b8acdf-e712-482c-9517-f67076d06f02 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-a4b8acdf-e712-482c-9517-f67076d06f02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a4b8acdf-e712-482c-9517-f67076d06f02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a4b8acdf-e712-482c-9517-f67076d06f02 .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-fb24866e-c779-4044-bd30-7bc69922f90d {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-fb24866e-c779-4044-bd30-7bc69922f90d:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb24866e-c779-4044-bd30-7bc69922f90d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb24866e-c779-4044-bd30-7bc69922f90d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb24866e-c779-4044-bd30-7bc69922f90d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb24866e-c779-4044-bd30-7bc69922f90d.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-fb24866e-c779-4044-bd30-7bc69922f90d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-fb24866e-c779-4044-bd30-7bc69922f90d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb24866e-c779-4044-bd30-7bc69922f90d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb24866e-c779-4044-bd30-7bc69922f90d.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-fb24866e-c779-4044-bd30-7bc69922f90d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-abde0ad2-f28e-4bcd-a5e8-3eae869ab126 {
  display: none;
}
#s-35a65e5f-354e-425c-963a-228ef734989b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35a65e5f-354e-425c-963a-228ef734989b img.shogun-image {
  width: 100%;
}



}
#s-a6dead9c-1cad-4f47-a6d5-5391b3709ab8 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-a6dead9c-1cad-4f47-a6d5-5391b3709ab8 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-48bc7649-d980-4ad7-9540-4a352d21640c .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-219dffad-d39f-4cd9-b260-b96123705129 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-219dffad-d39f-4cd9-b260-b96123705129 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-219dffad-d39f-4cd9-b260-b96123705129 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-219dffad-d39f-4cd9-b260-b96123705129 .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-76107d90-9ca2-407c-bd0d-df6697682c37 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-76107d90-9ca2-407c-bd0d-df6697682c37:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-76107d90-9ca2-407c-bd0d-df6697682c37:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-76107d90-9ca2-407c-bd0d-df6697682c37 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76107d90-9ca2-407c-bd0d-df6697682c37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76107d90-9ca2-407c-bd0d-df6697682c37.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-76107d90-9ca2-407c-bd0d-df6697682c37.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-76107d90-9ca2-407c-bd0d-df6697682c37 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-76107d90-9ca2-407c-bd0d-df6697682c37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-76107d90-9ca2-407c-bd0d-df6697682c37.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-76107d90-9ca2-407c-bd0d-df6697682c37.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-63850ebc-15bc-4491-ae31-e6c087e4b774 {
  display: none;
}
#s-391416b9-550b-4120-bf94-f1b362bb5a53 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-391416b9-550b-4120-bf94-f1b362bb5a53 img.shogun-image {
  width: 100%;
}



}
#s-bcd2a98a-7a3d-4e6d-aeb4-6e61a8b6e4ec {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-bcd2a98a-7a3d-4e6d-aeb4-6e61a8b6e4ec .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-11b227ad-3607-430d-9b4d-8ed22cc61435 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-394f740b-00c8-40d0-bdd7-c23382a23784 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-394f740b-00c8-40d0-bdd7-c23382a23784 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-394f740b-00c8-40d0-bdd7-c23382a23784 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-394f740b-00c8-40d0-bdd7-c23382a23784 .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-68f15650-8ba5-4150-96c3-4c74a62c7bb4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-68f15650-8ba5-4150-96c3-4c74a62c7bb4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 1200px){#s-e84050aa-ee42-458a-8e5e-bcb61803ceb0 {
  display: none;
}
#s-e84050aa-ee42-458a-8e5e-bcb61803ceb0, #wrap-s-e84050aa-ee42-458a-8e5e-bcb61803ceb0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e84050aa-ee42-458a-8e5e-bcb61803ceb0 {
  display: none;
}
#s-e84050aa-ee42-458a-8e5e-bcb61803ceb0, #wrap-s-e84050aa-ee42-458a-8e5e-bcb61803ceb0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e84050aa-ee42-458a-8e5e-bcb61803ceb0 {
  display: none;
}
#s-e84050aa-ee42-458a-8e5e-bcb61803ceb0, #wrap-s-e84050aa-ee42-458a-8e5e-bcb61803ceb0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e84050aa-ee42-458a-8e5e-bcb61803ceb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e84050aa-ee42-458a-8e5e-bcb61803ceb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e84050aa-ee42-458a-8e5e-bcb61803ceb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e84050aa-ee42-458a-8e5e-bcb61803ceb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8fc59807-aaf5-428c-b56f-2ace8c684108 {
  display: none;
}
#s-0037b1e1-9b19-46df-a015-bc7c30d739f0 {
  max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 img.shogun-image,
  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 {
    width: 100%;
    height: auto;
  }



  img.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
    
    
  }


.s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shg-align-container {
  text-align: center
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 img.shogun-image,
  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 {
    width: 100%;
    height: auto;
  }



  img.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
    
    
  }


.s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shg-align-container {
  text-align: center
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 img.shogun-image,
  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 {
    width: 100%;
    height: auto;
  }



  img.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
    
    
  }


.s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shg-align-container {
  text-align: center
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 img.shogun-image,
  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 {
    width: 100%;
    height: auto;
  }



  img.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
    
    
  }


.s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shg-align-container {
  text-align: center
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
  box-sizing: border-box;
}


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



  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 img.shogun-image,
  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0037b1e1-9b19-46df-a015-bc7c30d739f0 {
    width: 100%;
    height: auto;
  }



  img.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
    
    
  }


.s-0037b1e1-9b19-46df-a015-bc7c30d739f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shg-align-container {
  text-align: center
}

.s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0037b1e1-9b19-46df-a015-bc7c30d739f0.shogun-image {
  box-sizing: border-box;
}


}
#s-d6aa1b23-226e-479c-9700-15a1e38f4fb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6aa1b23-226e-479c-9700-15a1e38f4fb6 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b1123d8f-a884-4ea1-9644-47dcdf79010e {
  text-align: center;
}

#s-b1123d8f-a884-4ea1-9644-47dcdf79010e .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1123d8f-a884-4ea1-9644-47dcdf79010e .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-b1123d8f-a884-4ea1-9644-47dcdf79010e .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-437a51e3-a1b3-44ff-b53a-f812a1ed0fd9 {
  display: none;
}
#s-9e4413f0-1118-4e5c-89d6-e56790cbda4d {
  max-width: 1254px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d img.shogun-image,
  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d {
    width: 100%;
    height: auto;
  }



  img.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
    
    
  }


.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shg-align-container {
  text-align: center
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d img.shogun-image,
  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d {
    width: 100%;
    height: auto;
  }



  img.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
    
    
  }


.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shg-align-container {
  text-align: center
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
  box-sizing: border-box;
}


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



  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d img.shogun-image,
  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d {
    width: 100%;
    height: auto;
  }



  img.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
    
    
  }


.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shg-align-container {
  text-align: center
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
  box-sizing: border-box;
}


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



  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d img.shogun-image,
  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d {
    width: 100%;
    height: auto;
  }



  img.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
    
    
  }


.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shg-align-container {
  text-align: center
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
  box-sizing: border-box;
}


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



  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d img.shogun-image,
  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e4413f0-1118-4e5c-89d6-e56790cbda4d {
    width: 100%;
    height: auto;
  }



  img.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
    
    
  }


.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shg-align-container {
  text-align: center
}

.s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4413f0-1118-4e5c-89d6-e56790cbda4d.shogun-image {
  box-sizing: border-box;
}


}
#s-7f76021b-02fa-48d3-a242-c24a6fa8de7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f76021b-02fa-48d3-a242-c24a6fa8de7e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4f0160f8-c9e3-4a89-aa50-2ffd62c839ab {
  text-align: center;
}

#s-4f0160f8-c9e3-4a89-aa50-2ffd62c839ab .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f0160f8-c9e3-4a89-aa50-2ffd62c839ab .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-4f0160f8-c9e3-4a89-aa50-2ffd62c839ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68 {
  display: none;
}
#s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68, #wrap-s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68 {
  display: none;
}
#s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68, #wrap-s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68 {
  display: none;
}
#s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68, #wrap-s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68 { display:none !important; }}@media (max-width: 767px){#s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1f32374-5f2a-425e-b4c3-cf7d90b0cd68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9548ca7-4a1e-403f-96e0-403f8f33afde {
  display: none;
}
#s-7baf4a2c-67a9-4fba-802b-07a48ea45060 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 img.shogun-image,
  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 {
    width: 100%;
    height: auto;
  }



  img.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
    
    
  }


.s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shg-align-container {
  text-align: center
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 img.shogun-image,
  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 {
    width: 100%;
    height: auto;
  }



  img.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
    
    
  }


.s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shg-align-container {
  text-align: center
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
  box-sizing: border-box;
}


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



  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 img.shogun-image,
  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 {
    width: 100%;
    height: auto;
  }



  img.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
    
    
  }


.s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shg-align-container {
  text-align: center
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
  box-sizing: border-box;
}


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



  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 img.shogun-image,
  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 {
    width: 100%;
    height: auto;
  }



  img.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
    
    
  }


.s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shg-align-container {
  text-align: center
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
  box-sizing: border-box;
}


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



  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 img.shogun-image,
  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7baf4a2c-67a9-4fba-802b-07a48ea45060 {
    width: 100%;
    height: auto;
  }



  img.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
    
    
  }


.s-7baf4a2c-67a9-4fba-802b-07a48ea45060 .shogun-image-content {
  
    align-items: center;
  
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shg-align-container {
  text-align: center
}

.s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7baf4a2c-67a9-4fba-802b-07a48ea45060.shogun-image {
  box-sizing: border-box;
}


}
#s-d1f86267-32e6-439b-acf4-06b78cee3daa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1f86267-32e6-439b-acf4-06b78cee3daa .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-df0938d2-0613-4b46-a77c-9af9f2d8f143 {
  text-align: center;
}

#s-df0938d2-0613-4b46-a77c-9af9f2d8f143 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-df0938d2-0613-4b46-a77c-9af9f2d8f143 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-df0938d2-0613-4b46-a77c-9af9f2d8f143 .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-e99016f0-d164-45a5-8b9b-47dda6c65d0f {
  display: none;
}
#s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 {
  max-width: 4000px;
aspect-ratio: 4000/5000;
text-align: center;
}





  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 img.shogun-image,
  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 {
    width: 100%;
    height: auto;
  }



  img.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
    
    
  }


.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shg-align-container {
  text-align: center
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 img.shogun-image,
  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 {
    width: 100%;
    height: auto;
  }



  img.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
    
    
  }


.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shg-align-container {
  text-align: center
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
  box-sizing: border-box;
}


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



  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 img.shogun-image,
  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 {
    width: 100%;
    height: auto;
  }



  img.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
    
    
  }


.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shg-align-container {
  text-align: center
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
  box-sizing: border-box;
}


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



  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 img.shogun-image,
  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 {
    width: 100%;
    height: auto;
  }



  img.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
    
    
  }


.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shg-align-container {
  text-align: center
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
  box-sizing: border-box;
}


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



  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 img.shogun-image,
  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 {
    width: 100%;
    height: auto;
  }



  img.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
    
    
  }


.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shg-align-container {
  text-align: center
}

.s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9129afec-0d28-4f0b-9ae7-9f6e13dd9d48.shogun-image {
  box-sizing: border-box;
}


}
#s-01e42796-eab7-499f-bd7d-dc6bdf900093 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01e42796-eab7-499f-bd7d-dc6bdf900093 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fc82bbd8-1224-4300-8e1d-09ccba46112a {
  text-align: center;
}

#s-fc82bbd8-1224-4300-8e1d-09ccba46112a .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc82bbd8-1224-4300-8e1d-09ccba46112a .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-fc82bbd8-1224-4300-8e1d-09ccba46112a .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-3d26c0a0-4419-418e-8447-7a799cb450b0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-3d26c0a0-4419-418e-8447-7a799cb450b0 {
  display: none;
}
#s-3d26c0a0-4419-418e-8447-7a799cb450b0, #wrap-s-3d26c0a0-4419-418e-8447-7a799cb450b0 { display:none !important; }}







#s-3d26c0a0-4419-418e-8447-7a799cb450b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d26c0a0-4419-418e-8447-7a799cb450b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f0913c8-ea5f-4127-97dd-cac56eed7275 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 2px;
max-width: 350px;
background-color: rgba(68, 86, 170, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5f0913c8-ea5f-4127-97dd-cac56eed7275:hover {background-color: rgba(126, 143, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f0913c8-ea5f-4127-97dd-cac56eed7275:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5f0913c8-ea5f-4127-97dd-cac56eed7275 {
  max-width: 200px;
}
}

  #s-5f0913c8-ea5f-4127-97dd-cac56eed7275-root {
    text-align: center;
  }


#s-5f0913c8-ea5f-4127-97dd-cac56eed7275.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f0913c8-ea5f-4127-97dd-cac56eed7275-root {
    text-align: center;
  }


#s-5f0913c8-ea5f-4127-97dd-cac56eed7275.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f0913c8-ea5f-4127-97dd-cac56eed7275-root {
    text-align: center;
  }


#s-5f0913c8-ea5f-4127-97dd-cac56eed7275.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f0913c8-ea5f-4127-97dd-cac56eed7275-root {
    text-align: center;
  }


#s-5f0913c8-ea5f-4127-97dd-cac56eed7275.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f0913c8-ea5f-4127-97dd-cac56eed7275-root {
    text-align: center;
  }


#s-5f0913c8-ea5f-4127-97dd-cac56eed7275.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
#s-2c3097d5-14f8-4d29-a839-fce63069c6b3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2c3097d5-14f8-4d29-a839-fce63069c6b3 {
  display: none;
}
#s-2c3097d5-14f8-4d29-a839-fce63069c6b3, #wrap-s-2c3097d5-14f8-4d29-a839-fce63069c6b3 { display:none !important; }}







#s-2c3097d5-14f8-4d29-a839-fce63069c6b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c3097d5-14f8-4d29-a839-fce63069c6b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0917ef0-eb38-4909-a679-e33fdc931584 {
  min-height: 50px;
}








#s-c0917ef0-eb38-4909-a679-e33fdc931584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0917ef0-eb38-4909-a679-e33fdc931584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 {
  display: none;
}
#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88, #wrap-s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 {
  display: none;
}
#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88, #wrap-s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 {
  display: none;
}
#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88, #wrap-s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 { display:none !important; }}@media (max-width: 767px){#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 {
  
}
}







#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6dea0ef-a51c-4be5-96ee-ba98f774af88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9151604-4c21-42ca-a2ac-83902289cfdd {
  margin-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-a9151604-4c21-42ca-a2ac-83902289cfdd {
  display: none;
}
#s-a9151604-4c21-42ca-a2ac-83902289cfdd, #wrap-s-a9151604-4c21-42ca-a2ac-83902289cfdd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9151604-4c21-42ca-a2ac-83902289cfdd {
  display: none;
}
#s-a9151604-4c21-42ca-a2ac-83902289cfdd, #wrap-s-a9151604-4c21-42ca-a2ac-83902289cfdd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9151604-4c21-42ca-a2ac-83902289cfdd {
  display: none;
}
#s-a9151604-4c21-42ca-a2ac-83902289cfdd, #wrap-s-a9151604-4c21-42ca-a2ac-83902289cfdd { display:none !important; }}@media (max-width: 767px){#s-a9151604-4c21-42ca-a2ac-83902289cfdd {
  padding-top: 0px;
}
}
#s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef {
  text-align: left;
}
@media (min-width: 1200px){#s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef {
  display: none;
}
#s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef, #wrap-s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef {
  display: none;
}
#s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef, #wrap-s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef {
  display: none;
}
#s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef, #wrap-s-5497c8e3-bc8e-44c6-a87b-0e442f8363ef { display:none !important; }}
#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa {
  display: none;
}
#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa, #wrap-s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa {
  display: none;
}
#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa, #wrap-s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa {
  display: none;
}
#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa, #wrap-s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa { display:none !important; }}@media (max-width: 767px){#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa, #wrap-s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa { display:none !important; }}
#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa .shg-sld-dot {
  background-color: rgba(241, 241, 241, 1);
}

#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa .shg-sld-nav-button.shg-sld-left,
#s-5fcc8c2a-50d7-4fa0-8328-282d9d4341fa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(241, 241, 241, 1);
}

#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
  max-width: 1167px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
  display: none;
}
#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc, #wrap-s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
  display: none;
}
#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc, #wrap-s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
  display: none;
}
#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc, #wrap-s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc { display:none !important; }}@media (max-width: 767px){#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
  
}
}




  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc img.shogun-image,
  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
    width: 100%;
    height: auto;
  }



  img.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
    
    
  }


.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shg-align-container {
  text-align: center
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc img.shogun-image,
  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
    width: 100%;
    height: auto;
  }



  img.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
    
    
  }


.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shg-align-container {
  text-align: center
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc img.shogun-image,
  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
    width: 100%;
    height: auto;
  }



  img.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
    
    
  }


.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shg-align-container {
  text-align: center
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc img.shogun-image,
  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
    width: 100%;
    height: auto;
  }



  img.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
    
    
  }


.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shg-align-container {
  text-align: center
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
  box-sizing: border-box;
}


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



  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc img.shogun-image,
  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc {
    width: 100%;
    height: auto;
  }



  img.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
    
    
  }


.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shg-align-container {
  text-align: center
}

.s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9b11f2-f4ad-4dec-9878-dc26b96489fc.shogun-image {
  box-sizing: border-box;
}


}
#s-12f02b60-048e-4764-abf1-aa078333cb67 {
  text-align: center;
}







  img.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
    
    
  }


.s-12f02b60-048e-4764-abf1-aa078333cb67 .shogun-image-content {
  
    align-items: center;
  
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shg-align-container {
  text-align: center
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
    
    
  }


.s-12f02b60-048e-4764-abf1-aa078333cb67 .shogun-image-content {
  
    align-items: center;
  
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shg-align-container {
  text-align: center
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
    
    
  }


.s-12f02b60-048e-4764-abf1-aa078333cb67 .shogun-image-content {
  
    align-items: center;
  
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shg-align-container {
  text-align: center
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
    
    
  }


.s-12f02b60-048e-4764-abf1-aa078333cb67 .shogun-image-content {
  
    align-items: center;
  
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shg-align-container {
  text-align: center
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
    
    
  }


.s-12f02b60-048e-4764-abf1-aa078333cb67 .shogun-image-content {
  
    align-items: center;
  
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shg-align-container {
  text-align: center
}

.s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12f02b60-048e-4764-abf1-aa078333cb67.shogun-image {
  box-sizing: border-box;
}


}
#s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf {
  text-align: center;
}







  img.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
    
    
  }


.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shg-align-container {
  text-align: center
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
    
    
  }


.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shg-align-container {
  text-align: center
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
    
    
  }


.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shg-align-container {
  text-align: center
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
    
    
  }


.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shg-align-container {
  text-align: center
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
    
    
  }


.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf .shogun-image-content {
  
    align-items: center;
  
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shg-align-container {
  text-align: center
}

.s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6395121b-fdf3-4cc6-b0ab-4ce3cc7b4fdf.shogun-image {
  box-sizing: border-box;
}


}
#s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458 {
  text-align: center;
}







  img.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
    
    
  }


.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458 .shogun-image-content {
  
    align-items: center;
  
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shg-align-container {
  text-align: center
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
    
    
  }


.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458 .shogun-image-content {
  
    align-items: center;
  
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shg-align-container {
  text-align: center
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
    
    
  }


.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458 .shogun-image-content {
  
    align-items: center;
  
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shg-align-container {
  text-align: center
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
    
    
  }


.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458 .shogun-image-content {
  
    align-items: center;
  
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shg-align-container {
  text-align: center
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
    
    
  }


.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458 .shogun-image-content {
  
    align-items: center;
  
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shg-align-container {
  text-align: center
}

.s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c143fdcb-616e-45a5-82eb-ce6b2b6d5458.shogun-image {
  box-sizing: border-box;
}


}
#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 {
  display: none;
}
#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4, #wrap-s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 {
  display: none;
}
#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4, #wrap-s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 {
  display: none;
}
#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4, #wrap-s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 { display:none !important; }}@media (max-width: 767px){#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4, #wrap-s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 { display:none !important; }}
#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0.38);
}

#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 .shg-sld-nav-button.shg-sld-left,
#s-e0d1fa1d-e548-4045-9d20-dc49d3e868b4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0.38);
}

#s-374409d3-b303-45b6-b052-d78b6d063052 {
  max-width: 1443px;
aspect-ratio: 1443/1410;
text-align: center;
}





  #s-374409d3-b303-45b6-b052-d78b6d063052 img.shogun-image,
  #s-374409d3-b303-45b6-b052-d78b6d063052 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-374409d3-b303-45b6-b052-d78b6d063052 {
    width: 100%;
    height: auto;
  }



  img.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
    
    
  }


.s-374409d3-b303-45b6-b052-d78b6d063052 .shogun-image-content {
  
    align-items: center;
  
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shg-align-container {
  text-align: center
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-374409d3-b303-45b6-b052-d78b6d063052 img.shogun-image,
  #s-374409d3-b303-45b6-b052-d78b6d063052 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-374409d3-b303-45b6-b052-d78b6d063052 {
    width: 100%;
    height: auto;
  }



  img.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
    
    
  }


.s-374409d3-b303-45b6-b052-d78b6d063052 .shogun-image-content {
  
    align-items: center;
  
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shg-align-container {
  text-align: center
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
  box-sizing: border-box;
}


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



  #s-374409d3-b303-45b6-b052-d78b6d063052 img.shogun-image,
  #s-374409d3-b303-45b6-b052-d78b6d063052 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-374409d3-b303-45b6-b052-d78b6d063052 {
    width: 100%;
    height: auto;
  }



  img.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
    
    
  }


.s-374409d3-b303-45b6-b052-d78b6d063052 .shogun-image-content {
  
    align-items: center;
  
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shg-align-container {
  text-align: center
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
  box-sizing: border-box;
}


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



  #s-374409d3-b303-45b6-b052-d78b6d063052 img.shogun-image,
  #s-374409d3-b303-45b6-b052-d78b6d063052 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-374409d3-b303-45b6-b052-d78b6d063052 {
    width: 100%;
    height: auto;
  }



  img.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
    
    
  }


.s-374409d3-b303-45b6-b052-d78b6d063052 .shogun-image-content {
  
    align-items: center;
  
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shg-align-container {
  text-align: center
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
  box-sizing: border-box;
}


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



  #s-374409d3-b303-45b6-b052-d78b6d063052 img.shogun-image,
  #s-374409d3-b303-45b6-b052-d78b6d063052 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-374409d3-b303-45b6-b052-d78b6d063052 {
    width: 100%;
    height: auto;
  }



  img.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
    
    
  }


.s-374409d3-b303-45b6-b052-d78b6d063052 .shogun-image-content {
  
    align-items: center;
  
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shg-align-container {
  text-align: center
}

.s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-374409d3-b303-45b6-b052-d78b6d063052.shogun-image {
  box-sizing: border-box;
}


}
#s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe img.shogun-image,
  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe {
    width: 100%;
    height: auto;
  }



  img.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
    
    
  }


.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shogun-image-content {
  
    align-items: center;
  
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shg-align-container {
  text-align: center
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe img.shogun-image,
  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe {
    width: 100%;
    height: auto;
  }



  img.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
    
    
  }


.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shogun-image-content {
  
    align-items: center;
  
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shg-align-container {
  text-align: center
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
  box-sizing: border-box;
}


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



  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe img.shogun-image,
  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe {
    width: 100%;
    height: auto;
  }



  img.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
    
    
  }


.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shogun-image-content {
  
    align-items: center;
  
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shg-align-container {
  text-align: center
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
  box-sizing: border-box;
}


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



  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe img.shogun-image,
  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe {
    width: 100%;
    height: auto;
  }



  img.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
    
    
  }


.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shogun-image-content {
  
    align-items: center;
  
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shg-align-container {
  text-align: center
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
  box-sizing: border-box;
}


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



  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe img.shogun-image,
  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe {
    width: 100%;
    height: auto;
  }



  img.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
    
    
  }


.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe .shogun-image-content {
  
    align-items: center;
  
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shg-align-container {
  text-align: center
}

.s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de2a2e74-ffea-46c7-bc5e-516c3c8ddcbe.shogun-image {
  box-sizing: border-box;
}


}
#s-a7e02082-995d-4c04-8129-fe5c5773c827 {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a7e02082-995d-4c04-8129-fe5c5773c827 img.shogun-image,
  #s-a7e02082-995d-4c04-8129-fe5c5773c827 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7e02082-995d-4c04-8129-fe5c5773c827 {
    width: 100%;
    height: auto;
  }



  img.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
    
    
  }


.s-a7e02082-995d-4c04-8129-fe5c5773c827 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shg-align-container {
  text-align: center
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a7e02082-995d-4c04-8129-fe5c5773c827 img.shogun-image,
  #s-a7e02082-995d-4c04-8129-fe5c5773c827 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7e02082-995d-4c04-8129-fe5c5773c827 {
    width: 100%;
    height: auto;
  }



  img.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
    
    
  }


.s-a7e02082-995d-4c04-8129-fe5c5773c827 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shg-align-container {
  text-align: center
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
  box-sizing: border-box;
}


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



  #s-a7e02082-995d-4c04-8129-fe5c5773c827 img.shogun-image,
  #s-a7e02082-995d-4c04-8129-fe5c5773c827 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7e02082-995d-4c04-8129-fe5c5773c827 {
    width: 100%;
    height: auto;
  }



  img.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
    
    
  }


.s-a7e02082-995d-4c04-8129-fe5c5773c827 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shg-align-container {
  text-align: center
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
  box-sizing: border-box;
}


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



  #s-a7e02082-995d-4c04-8129-fe5c5773c827 img.shogun-image,
  #s-a7e02082-995d-4c04-8129-fe5c5773c827 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7e02082-995d-4c04-8129-fe5c5773c827 {
    width: 100%;
    height: auto;
  }



  img.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
    
    
  }


.s-a7e02082-995d-4c04-8129-fe5c5773c827 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shg-align-container {
  text-align: center
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
  box-sizing: border-box;
}


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



  #s-a7e02082-995d-4c04-8129-fe5c5773c827 img.shogun-image,
  #s-a7e02082-995d-4c04-8129-fe5c5773c827 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7e02082-995d-4c04-8129-fe5c5773c827 {
    width: 100%;
    height: auto;
  }



  img.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
    
    
  }


.s-a7e02082-995d-4c04-8129-fe5c5773c827 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shg-align-container {
  text-align: center
}

.s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7e02082-995d-4c04-8129-fe5c5773c827.shogun-image {
  box-sizing: border-box;
}


}
#s-75a96ebb-0d6d-4c66-9579-145104666e55 {
  min-height: 50px;
}








#s-75a96ebb-0d6d-4c66-9579-145104666e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75a96ebb-0d6d-4c66-9579-145104666e55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4b66ee7e-df67-42d0-a5e6-403677693e7d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4b66ee7e-df67-42d0-a5e6-403677693e7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b66ee7e-df67-42d0-a5e6-403677693e7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b66ee7e-df67-42d0-a5e6-403677693e7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-170fe69b-fb02-4e83-9803-2cb620ae738c {
  max-width: 720px;
aspect-ratio: 720/704;
text-align: center;
}
@media (max-width: 767px){#s-170fe69b-fb02-4e83-9803-2cb620ae738c {
  
}
}




  #s-170fe69b-fb02-4e83-9803-2cb620ae738c img.shogun-image,
  #s-170fe69b-fb02-4e83-9803-2cb620ae738c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-170fe69b-fb02-4e83-9803-2cb620ae738c {
    width: 100%;
    height: auto;
  }



  img.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
    
    
  }


.s-170fe69b-fb02-4e83-9803-2cb620ae738c .shogun-image-content {
  
    align-items: center;
  
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shg-align-container {
  text-align: center
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-170fe69b-fb02-4e83-9803-2cb620ae738c img.shogun-image,
  #s-170fe69b-fb02-4e83-9803-2cb620ae738c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-170fe69b-fb02-4e83-9803-2cb620ae738c {
    width: 100%;
    height: auto;
  }



  img.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
    
    
  }


.s-170fe69b-fb02-4e83-9803-2cb620ae738c .shogun-image-content {
  
    align-items: center;
  
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shg-align-container {
  text-align: center
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
  box-sizing: border-box;
}


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



  #s-170fe69b-fb02-4e83-9803-2cb620ae738c img.shogun-image,
  #s-170fe69b-fb02-4e83-9803-2cb620ae738c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-170fe69b-fb02-4e83-9803-2cb620ae738c {
    width: 100%;
    height: auto;
  }



  img.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
    
    
  }


.s-170fe69b-fb02-4e83-9803-2cb620ae738c .shogun-image-content {
  
    align-items: center;
  
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shg-align-container {
  text-align: center
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
  box-sizing: border-box;
}


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



  #s-170fe69b-fb02-4e83-9803-2cb620ae738c img.shogun-image,
  #s-170fe69b-fb02-4e83-9803-2cb620ae738c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-170fe69b-fb02-4e83-9803-2cb620ae738c {
    width: 100%;
    height: auto;
  }



  img.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
    
    
  }


.s-170fe69b-fb02-4e83-9803-2cb620ae738c .shogun-image-content {
  
    align-items: center;
  
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shg-align-container {
  text-align: center
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
  box-sizing: border-box;
}


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



  #s-170fe69b-fb02-4e83-9803-2cb620ae738c img.shogun-image,
  #s-170fe69b-fb02-4e83-9803-2cb620ae738c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-170fe69b-fb02-4e83-9803-2cb620ae738c {
    width: 100%;
    height: auto;
  }



  img.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
    
    
  }


.s-170fe69b-fb02-4e83-9803-2cb620ae738c .shogun-image-content {
  
    align-items: center;
  
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shg-align-container {
  text-align: center
}

.s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-170fe69b-fb02-4e83-9803-2cb620ae738c.shogun-image {
  box-sizing: border-box;
}


}
#s-0e30e791-34ce-4016-841a-874b621b6915 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0e30e791-34ce-4016-841a-874b621b6915 img.shogun-image,
  #s-0e30e791-34ce-4016-841a-874b621b6915 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e30e791-34ce-4016-841a-874b621b6915 {
    width: 100%;
    height: auto;
  }



  img.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
    
    
  }


.s-0e30e791-34ce-4016-841a-874b621b6915 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shg-align-container {
  text-align: center
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0e30e791-34ce-4016-841a-874b621b6915 img.shogun-image,
  #s-0e30e791-34ce-4016-841a-874b621b6915 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e30e791-34ce-4016-841a-874b621b6915 {
    width: 100%;
    height: auto;
  }



  img.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
    
    
  }


.s-0e30e791-34ce-4016-841a-874b621b6915 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shg-align-container {
  text-align: center
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e30e791-34ce-4016-841a-874b621b6915 img.shogun-image,
  #s-0e30e791-34ce-4016-841a-874b621b6915 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e30e791-34ce-4016-841a-874b621b6915 {
    width: 100%;
    height: auto;
  }



  img.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
    
    
  }


.s-0e30e791-34ce-4016-841a-874b621b6915 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shg-align-container {
  text-align: center
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e30e791-34ce-4016-841a-874b621b6915 img.shogun-image,
  #s-0e30e791-34ce-4016-841a-874b621b6915 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e30e791-34ce-4016-841a-874b621b6915 {
    width: 100%;
    height: auto;
  }



  img.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
    
    
  }


.s-0e30e791-34ce-4016-841a-874b621b6915 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shg-align-container {
  text-align: center
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
  box-sizing: border-box;
}


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



  #s-0e30e791-34ce-4016-841a-874b621b6915 img.shogun-image,
  #s-0e30e791-34ce-4016-841a-874b621b6915 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e30e791-34ce-4016-841a-874b621b6915 {
    width: 100%;
    height: auto;
  }



  img.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
    
    
  }


.s-0e30e791-34ce-4016-841a-874b621b6915 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shg-align-container {
  text-align: center
}

.s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e30e791-34ce-4016-841a-874b621b6915.shogun-image {
  box-sizing: border-box;
}


}
#s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 img.shogun-image,
  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 {
    width: 100%;
    height: auto;
  }



  img.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
    
    
  }


.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shg-align-container {
  text-align: center
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 img.shogun-image,
  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 {
    width: 100%;
    height: auto;
  }



  img.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
    
    
  }


.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shg-align-container {
  text-align: center
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
  box-sizing: border-box;
}


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



  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 img.shogun-image,
  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 {
    width: 100%;
    height: auto;
  }



  img.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
    
    
  }


.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shg-align-container {
  text-align: center
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
  box-sizing: border-box;
}


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



  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 img.shogun-image,
  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 {
    width: 100%;
    height: auto;
  }



  img.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
    
    
  }


.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shg-align-container {
  text-align: center
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
  box-sizing: border-box;
}


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



  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 img.shogun-image,
  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 {
    width: 100%;
    height: auto;
  }



  img.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
    
    
  }


.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shg-align-container {
  text-align: center
}

.s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca07cc73-03bb-41b6-af04-d7d2f218eb32.shogun-image {
  box-sizing: border-box;
}


}
#s-c8f01d42-f38b-4406-a4f8-686d425d9393 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 img.shogun-image,
  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 {
    width: 100%;
    height: auto;
  }



  img.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
    
    
  }


.s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shg-align-container {
  text-align: center
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 img.shogun-image,
  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 {
    width: 100%;
    height: auto;
  }



  img.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
    
    
  }


.s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shg-align-container {
  text-align: center
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
  box-sizing: border-box;
}


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



  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 img.shogun-image,
  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 {
    width: 100%;
    height: auto;
  }



  img.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
    
    
  }


.s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shg-align-container {
  text-align: center
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
  box-sizing: border-box;
}


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



  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 img.shogun-image,
  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 {
    width: 100%;
    height: auto;
  }



  img.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
    
    
  }


.s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shg-align-container {
  text-align: center
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
  box-sizing: border-box;
}


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



  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 img.shogun-image,
  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c8f01d42-f38b-4406-a4f8-686d425d9393 {
    width: 100%;
    height: auto;
  }



  img.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
    
    
  }


.s-c8f01d42-f38b-4406-a4f8-686d425d9393 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shg-align-container {
  text-align: center
}

.s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8f01d42-f38b-4406-a4f8-686d425d9393.shogun-image {
  box-sizing: border-box;
}


}
#s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 img.shogun-image,
  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 {
    width: 100%;
    height: auto;
  }



  img.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
    
    
  }


.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shg-align-container {
  text-align: center
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 img.shogun-image,
  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 {
    width: 100%;
    height: auto;
  }



  img.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
    
    
  }


.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shg-align-container {
  text-align: center
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 img.shogun-image,
  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 {
    width: 100%;
    height: auto;
  }



  img.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
    
    
  }


.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shg-align-container {
  text-align: center
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 img.shogun-image,
  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 {
    width: 100%;
    height: auto;
  }



  img.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
    
    
  }


.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shg-align-container {
  text-align: center
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
  box-sizing: border-box;
}


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



  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 img.shogun-image,
  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 {
    width: 100%;
    height: auto;
  }



  img.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
    
    
  }


.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shg-align-container {
  text-align: center
}

.s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb4819f6-9ba3-4a2c-bc3e-5ac151b1a518.shogun-image {
  box-sizing: border-box;
}


}
#s-faabecc8-c3b9-474e-80b0-775c873bd787 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-faabecc8-c3b9-474e-80b0-775c873bd787 img.shogun-image,
  #s-faabecc8-c3b9-474e-80b0-775c873bd787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faabecc8-c3b9-474e-80b0-775c873bd787 {
    width: 100%;
    height: auto;
  }



  img.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
    
    
  }


.s-faabecc8-c3b9-474e-80b0-775c873bd787 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shg-align-container {
  text-align: center
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-faabecc8-c3b9-474e-80b0-775c873bd787 img.shogun-image,
  #s-faabecc8-c3b9-474e-80b0-775c873bd787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faabecc8-c3b9-474e-80b0-775c873bd787 {
    width: 100%;
    height: auto;
  }



  img.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
    
    
  }


.s-faabecc8-c3b9-474e-80b0-775c873bd787 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shg-align-container {
  text-align: center
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
  box-sizing: border-box;
}


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



  #s-faabecc8-c3b9-474e-80b0-775c873bd787 img.shogun-image,
  #s-faabecc8-c3b9-474e-80b0-775c873bd787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faabecc8-c3b9-474e-80b0-775c873bd787 {
    width: 100%;
    height: auto;
  }



  img.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
    
    
  }


.s-faabecc8-c3b9-474e-80b0-775c873bd787 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shg-align-container {
  text-align: center
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
  box-sizing: border-box;
}


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



  #s-faabecc8-c3b9-474e-80b0-775c873bd787 img.shogun-image,
  #s-faabecc8-c3b9-474e-80b0-775c873bd787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faabecc8-c3b9-474e-80b0-775c873bd787 {
    width: 100%;
    height: auto;
  }



  img.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
    
    
  }


.s-faabecc8-c3b9-474e-80b0-775c873bd787 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shg-align-container {
  text-align: center
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
  box-sizing: border-box;
}


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



  #s-faabecc8-c3b9-474e-80b0-775c873bd787 img.shogun-image,
  #s-faabecc8-c3b9-474e-80b0-775c873bd787 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-faabecc8-c3b9-474e-80b0-775c873bd787 {
    width: 100%;
    height: auto;
  }



  img.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
    
    
  }


.s-faabecc8-c3b9-474e-80b0-775c873bd787 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shg-align-container {
  text-align: center
}

.s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabecc8-c3b9-474e-80b0-775c873bd787.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-687bf67b-d9cb-4990-bb65-39316de32b1f {
  display: none;
}
#s-687bf67b-d9cb-4990-bb65-39316de32b1f, #wrap-s-687bf67b-d9cb-4990-bb65-39316de32b1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-687bf67b-d9cb-4990-bb65-39316de32b1f {
  display: none;
}
#s-687bf67b-d9cb-4990-bb65-39316de32b1f, #wrap-s-687bf67b-d9cb-4990-bb65-39316de32b1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-687bf67b-d9cb-4990-bb65-39316de32b1f {
  display: none;
}
#s-687bf67b-d9cb-4990-bb65-39316de32b1f, #wrap-s-687bf67b-d9cb-4990-bb65-39316de32b1f { display:none !important; }}@media (max-width: 767px){#s-687bf67b-d9cb-4990-bb65-39316de32b1f {
  padding-top: 10px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-256bea79-4749-4aa0-898f-c1c0b966d8a7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-256bea79-4749-4aa0-898f-c1c0b966d8a7 {
  display: none;
}
#s-256bea79-4749-4aa0-898f-c1c0b966d8a7, #wrap-s-256bea79-4749-4aa0-898f-c1c0b966d8a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-256bea79-4749-4aa0-898f-c1c0b966d8a7 {
  display: none;
}
#s-256bea79-4749-4aa0-898f-c1c0b966d8a7, #wrap-s-256bea79-4749-4aa0-898f-c1c0b966d8a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-256bea79-4749-4aa0-898f-c1c0b966d8a7 {
  display: none;
}
#s-256bea79-4749-4aa0-898f-c1c0b966d8a7, #wrap-s-256bea79-4749-4aa0-898f-c1c0b966d8a7 { display:none !important; }}@media (max-width: 767px){#s-256bea79-4749-4aa0-898f-c1c0b966d8a7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-256bea79-4749-4aa0-898f-c1c0b966d8a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-256bea79-4749-4aa0-898f-c1c0b966d8a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-256bea79-4749-4aa0-898f-c1c0b966d8a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-256bea79-4749-4aa0-898f-c1c0b966d8a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-3aa89ea6-8b2b-4da0-8975-c581050c7ab3 {
  margin-bottom: 10px;
}
}
#s-5ebe691e-643b-4352-b591-39523c185098 {
  max-width: 1644px;
aspect-ratio: 1644/248;
text-align: center;
}





  #s-5ebe691e-643b-4352-b591-39523c185098 img.shogun-image,
  #s-5ebe691e-643b-4352-b591-39523c185098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ebe691e-643b-4352-b591-39523c185098 {
    width: 100%;
    height: auto;
  }



  img.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
    
    
  }


.s-5ebe691e-643b-4352-b591-39523c185098 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe691e-643b-4352-b591-39523c185098.shg-align-container {
  text-align: center
}

.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5ebe691e-643b-4352-b591-39523c185098 img.shogun-image,
  #s-5ebe691e-643b-4352-b591-39523c185098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ebe691e-643b-4352-b591-39523c185098 {
    width: 100%;
    height: auto;
  }



  img.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
    
    
  }


.s-5ebe691e-643b-4352-b591-39523c185098 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe691e-643b-4352-b591-39523c185098.shg-align-container {
  text-align: center
}

.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ebe691e-643b-4352-b591-39523c185098 img.shogun-image,
  #s-5ebe691e-643b-4352-b591-39523c185098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ebe691e-643b-4352-b591-39523c185098 {
    width: 100%;
    height: auto;
  }



  img.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
    
    
  }


.s-5ebe691e-643b-4352-b591-39523c185098 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe691e-643b-4352-b591-39523c185098.shg-align-container {
  text-align: center
}

.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ebe691e-643b-4352-b591-39523c185098 img.shogun-image,
  #s-5ebe691e-643b-4352-b591-39523c185098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ebe691e-643b-4352-b591-39523c185098 {
    width: 100%;
    height: auto;
  }



  img.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
    
    
  }


.s-5ebe691e-643b-4352-b591-39523c185098 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe691e-643b-4352-b591-39523c185098.shg-align-container {
  text-align: center
}

.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ebe691e-643b-4352-b591-39523c185098 img.shogun-image,
  #s-5ebe691e-643b-4352-b591-39523c185098 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ebe691e-643b-4352-b591-39523c185098 {
    width: 100%;
    height: auto;
  }



  img.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
    
    
  }


.s-5ebe691e-643b-4352-b591-39523c185098 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ebe691e-643b-4352-b591-39523c185098.shg-align-container {
  text-align: center
}

.s-5ebe691e-643b-4352-b591-39523c185098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ebe691e-643b-4352-b591-39523c185098.shogun-image {
  box-sizing: border-box;
}


}
#s-b8eaccc9-830d-4bae-9d89-85171bced18a {
  margin-top: 10px;
margin-bottom: 35px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-b8eaccc9-830d-4bae-9d89-85171bced18a {
  display: none;
}
#s-b8eaccc9-830d-4bae-9d89-85171bced18a, #wrap-s-b8eaccc9-830d-4bae-9d89-85171bced18a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8eaccc9-830d-4bae-9d89-85171bced18a {
  display: none;
}
#s-b8eaccc9-830d-4bae-9d89-85171bced18a, #wrap-s-b8eaccc9-830d-4bae-9d89-85171bced18a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8eaccc9-830d-4bae-9d89-85171bced18a {
  display: none;
}
#s-b8eaccc9-830d-4bae-9d89-85171bced18a, #wrap-s-b8eaccc9-830d-4bae-9d89-85171bced18a { display:none !important; }}@media (max-width: 767px){#s-b8eaccc9-830d-4bae-9d89-85171bced18a {
  margin-bottom: 5px;
}
}
#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c {
  padding-bottom: 15px;
}
@media (min-width: 1200px){#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c {
  display: none;
}
#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c, #wrap-s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c {
  display: none;
}
#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c, #wrap-s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c {
  display: none;
}
#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c, #wrap-s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c { display:none !important; }}@media (max-width: 767px){#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c {
  padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}







#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff8409af-68e4-4f44-beb1-1ed481fd1d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc {
  text-align: center;
}
@media (max-width: 767px){#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc {
  display: none;
}
#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc, #wrap-s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc { display:none !important; }}






  img.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
    
    
  }


.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shg-align-container {
  text-align: center
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
    
    
  }


.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shg-align-container {
  text-align: center
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
    
    
  }


.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shg-align-container {
  text-align: center
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
    
    
  }


.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shg-align-container {
  text-align: center
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
    
    
  }


.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc .shogun-image-content {
  
    align-items: center;
  
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shg-align-container {
  text-align: center
}

.s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4aa942d-ff77-4c65-acc0-cfa228cea4cc.shogun-image {
  box-sizing: border-box;
}


}
#s-f4286baf-1e6b-413c-a259-4d1deaf18623 {
  box-shadow:0px 0px 0px 0px ;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(231, 236, 254, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f4286baf-1e6b-413c-a259-4d1deaf18623 {
  display: none;
}
#s-f4286baf-1e6b-413c-a259-4d1deaf18623, #wrap-s-f4286baf-1e6b-413c-a259-4d1deaf18623 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4286baf-1e6b-413c-a259-4d1deaf18623 {
  display: none;
}
#s-f4286baf-1e6b-413c-a259-4d1deaf18623, #wrap-s-f4286baf-1e6b-413c-a259-4d1deaf18623 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4286baf-1e6b-413c-a259-4d1deaf18623 {
  display: none;
}
#s-f4286baf-1e6b-413c-a259-4d1deaf18623, #wrap-s-f4286baf-1e6b-413c-a259-4d1deaf18623 { display:none !important; }}@media (max-width: 767px){#s-f4286baf-1e6b-413c-a259-4d1deaf18623 {
  box-shadow:    rgba(0, 0, 0, 0.17);
margin-top: 25px;
margin-bottom: 25px;
}
}







#s-f4286baf-1e6b-413c-a259-4d1deaf18623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4286baf-1e6b-413c-a259-4d1deaf18623.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22f103a4-8e68-44f6-966b-52d033c3359a {
  margin-left: 2%;
margin-right: 2%;
}

@media (max-width: 767px){#s-4e0698a3-f9e8-4ac3-8048-230f7bb97842 {
  margin-top: 3px;
margin-left: 10%;
margin-bottom: 17px;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-4e0698a3-f9e8-4ac3-8048-230f7bb97842"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-4e0698a3-f9e8-4ac3-8048-230f7bb97842"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4e0698a3-f9e8-4ac3-8048-230f7bb97842"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4e0698a3-f9e8-4ac3-8048-230f7bb97842"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-1542becb-9675-45e3-9f32-30fc84536ba2 {
  max-width: 1270px;
aspect-ratio: 1270/1739;
text-align: center;
}





  #s-1542becb-9675-45e3-9f32-30fc84536ba2 img.shogun-image,
  #s-1542becb-9675-45e3-9f32-30fc84536ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1542becb-9675-45e3-9f32-30fc84536ba2 {
    width: 100%;
    height: auto;
  }



  img.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
    
    
  }


.s-1542becb-9675-45e3-9f32-30fc84536ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shg-align-container {
  text-align: center
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1542becb-9675-45e3-9f32-30fc84536ba2 img.shogun-image,
  #s-1542becb-9675-45e3-9f32-30fc84536ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1542becb-9675-45e3-9f32-30fc84536ba2 {
    width: 100%;
    height: auto;
  }



  img.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
    
    
  }


.s-1542becb-9675-45e3-9f32-30fc84536ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shg-align-container {
  text-align: center
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
  box-sizing: border-box;
}


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



  #s-1542becb-9675-45e3-9f32-30fc84536ba2 img.shogun-image,
  #s-1542becb-9675-45e3-9f32-30fc84536ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1542becb-9675-45e3-9f32-30fc84536ba2 {
    width: 100%;
    height: auto;
  }



  img.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
    
    
  }


.s-1542becb-9675-45e3-9f32-30fc84536ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shg-align-container {
  text-align: center
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
  box-sizing: border-box;
}


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



  #s-1542becb-9675-45e3-9f32-30fc84536ba2 img.shogun-image,
  #s-1542becb-9675-45e3-9f32-30fc84536ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1542becb-9675-45e3-9f32-30fc84536ba2 {
    width: 100%;
    height: auto;
  }



  img.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
    
    
  }


.s-1542becb-9675-45e3-9f32-30fc84536ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shg-align-container {
  text-align: center
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
  box-sizing: border-box;
}


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



  #s-1542becb-9675-45e3-9f32-30fc84536ba2 img.shogun-image,
  #s-1542becb-9675-45e3-9f32-30fc84536ba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1542becb-9675-45e3-9f32-30fc84536ba2 {
    width: 100%;
    height: auto;
  }



  img.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
    
    
  }


.s-1542becb-9675-45e3-9f32-30fc84536ba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shg-align-container {
  text-align: center
}

.s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1542becb-9675-45e3-9f32-30fc84536ba2.shogun-image {
  box-sizing: border-box;
}


}
#s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d {
  max-width: 1262px;
aspect-ratio: 1262/1739;
text-align: center;
}





  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d img.shogun-image,
  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d {
    width: 100%;
    height: auto;
  }



  img.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
    
    
  }


.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shg-align-container {
  text-align: center
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d img.shogun-image,
  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d {
    width: 100%;
    height: auto;
  }



  img.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
    
    
  }


.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shg-align-container {
  text-align: center
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
  box-sizing: border-box;
}


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



  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d img.shogun-image,
  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d {
    width: 100%;
    height: auto;
  }



  img.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
    
    
  }


.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shg-align-container {
  text-align: center
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
  box-sizing: border-box;
}


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



  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d img.shogun-image,
  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d {
    width: 100%;
    height: auto;
  }



  img.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
    
    
  }


.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shg-align-container {
  text-align: center
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
  box-sizing: border-box;
}


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



  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d img.shogun-image,
  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d {
    width: 100%;
    height: auto;
  }



  img.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
    
    
  }


.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d .shogun-image-content {
  
    align-items: center;
  
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shg-align-container {
  text-align: center
}

.s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20a481b0-a97a-4147-9ad8-5ae16ded0d0d.shogun-image {
  box-sizing: border-box;
}


}
#s-dfc145b3-df64-4814-964d-dccf219fd97c {
  max-width: 1294px;
aspect-ratio: 1294/1742;
text-align: center;
}





  #s-dfc145b3-df64-4814-964d-dccf219fd97c img.shogun-image,
  #s-dfc145b3-df64-4814-964d-dccf219fd97c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfc145b3-df64-4814-964d-dccf219fd97c {
    width: 100%;
    height: auto;
  }



  img.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
    
    
  }


.s-dfc145b3-df64-4814-964d-dccf219fd97c .shogun-image-content {
  
    align-items: center;
  
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shg-align-container {
  text-align: center
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dfc145b3-df64-4814-964d-dccf219fd97c img.shogun-image,
  #s-dfc145b3-df64-4814-964d-dccf219fd97c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfc145b3-df64-4814-964d-dccf219fd97c {
    width: 100%;
    height: auto;
  }



  img.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
    
    
  }


.s-dfc145b3-df64-4814-964d-dccf219fd97c .shogun-image-content {
  
    align-items: center;
  
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shg-align-container {
  text-align: center
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
  box-sizing: border-box;
}


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



  #s-dfc145b3-df64-4814-964d-dccf219fd97c img.shogun-image,
  #s-dfc145b3-df64-4814-964d-dccf219fd97c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfc145b3-df64-4814-964d-dccf219fd97c {
    width: 100%;
    height: auto;
  }



  img.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
    
    
  }


.s-dfc145b3-df64-4814-964d-dccf219fd97c .shogun-image-content {
  
    align-items: center;
  
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shg-align-container {
  text-align: center
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
  box-sizing: border-box;
}


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



  #s-dfc145b3-df64-4814-964d-dccf219fd97c img.shogun-image,
  #s-dfc145b3-df64-4814-964d-dccf219fd97c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfc145b3-df64-4814-964d-dccf219fd97c {
    width: 100%;
    height: auto;
  }



  img.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
    
    
  }


.s-dfc145b3-df64-4814-964d-dccf219fd97c .shogun-image-content {
  
    align-items: center;
  
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shg-align-container {
  text-align: center
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
  box-sizing: border-box;
}


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



  #s-dfc145b3-df64-4814-964d-dccf219fd97c img.shogun-image,
  #s-dfc145b3-df64-4814-964d-dccf219fd97c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfc145b3-df64-4814-964d-dccf219fd97c {
    width: 100%;
    height: auto;
  }



  img.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
    
    
  }


.s-dfc145b3-df64-4814-964d-dccf219fd97c .shogun-image-content {
  
    align-items: center;
  
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shg-align-container {
  text-align: center
}

.s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfc145b3-df64-4814-964d-dccf219fd97c.shogun-image {
  box-sizing: border-box;
}


}
#s-d79469e2-6ef0-466e-87a6-fa3d6e8c39e9 {
  padding-top: 0px;
padding-left: 0em;
padding-bottom: 0px;
padding-right: 0em;
}
@media (max-width: 767px){#s-d79469e2-6ef0-466e-87a6-fa3d6e8c39e9 {
  display: none;
}
#s-d79469e2-6ef0-466e-87a6-fa3d6e8c39e9, #wrap-s-d79469e2-6ef0-466e-87a6-fa3d6e8c39e9 { display:none !important; }}
#s-d79469e2-6ef0-466e-87a6-fa3d6e8c39e9 {
  display: none;
}
#s-7411e576-f270-4e82-a5a7-17002ad89c75 {
  
}
@media (max-width: 767px){#s-7411e576-f270-4e82-a5a7-17002ad89c75 {
  display: none;
}
#s-7411e576-f270-4e82-a5a7-17002ad89c75, #wrap-s-7411e576-f270-4e82-a5a7-17002ad89c75 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7411e576-f270-4e82-a5a7-17002ad89c75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7411e576-f270-4e82-a5a7-17002ad89c75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7411e576-f270-4e82-a5a7-17002ad89c75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7411e576-f270-4e82-a5a7-17002ad89c75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7411e576-f270-4e82-a5a7-17002ad89c75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7411e576-f270-4e82-a5a7-17002ad89c75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7411e576-f270-4e82-a5a7-17002ad89c75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

#s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff {
  display: none;
}
#s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff, #wrap-s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9afe23-e690-4474-a49e-2c93a5e0f7ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d5d2129e-cdf1-4319-a05b-bf933750a853 {
  max-width: 952px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 img.shogun-image,
  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 {
    width: 100%;
    height: auto;
  }



  img.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
    
    
  }


.s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shg-align-container {
  text-align: center
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 img.shogun-image,
  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 {
    width: 100%;
    height: auto;
  }



  img.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
    
    
  }


.s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shg-align-container {
  text-align: center
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 img.shogun-image,
  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 {
    width: 100%;
    height: auto;
  }



  img.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
    
    
  }


.s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shg-align-container {
  text-align: center
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 img.shogun-image,
  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 {
    width: 100%;
    height: auto;
  }



  img.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
    
    
  }


.s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shg-align-container {
  text-align: center
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
  box-sizing: border-box;
}


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



  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 img.shogun-image,
  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5d2129e-cdf1-4319-a05b-bf933750a853 {
    width: 100%;
    height: auto;
  }



  img.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
    
    
  }


.s-d5d2129e-cdf1-4319-a05b-bf933750a853 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shg-align-container {
  text-align: center
}

.s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5d2129e-cdf1-4319-a05b-bf933750a853.shogun-image {
  box-sizing: border-box;
}


}
#s-70a5045f-6240-425d-9c5a-5908b372e2af {
  max-width: 518px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-70a5045f-6240-425d-9c5a-5908b372e2af img.shogun-image,
  #s-70a5045f-6240-425d-9c5a-5908b372e2af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70a5045f-6240-425d-9c5a-5908b372e2af {
    width: 100%;
    height: auto;
  }



  img.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
    
    
  }


.s-70a5045f-6240-425d-9c5a-5908b372e2af .shogun-image-content {
  
    align-items: center;
  
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shg-align-container {
  text-align: center
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-70a5045f-6240-425d-9c5a-5908b372e2af img.shogun-image,
  #s-70a5045f-6240-425d-9c5a-5908b372e2af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70a5045f-6240-425d-9c5a-5908b372e2af {
    width: 100%;
    height: auto;
  }



  img.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
    
    
  }


.s-70a5045f-6240-425d-9c5a-5908b372e2af .shogun-image-content {
  
    align-items: center;
  
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shg-align-container {
  text-align: center
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
  box-sizing: border-box;
}


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



  #s-70a5045f-6240-425d-9c5a-5908b372e2af img.shogun-image,
  #s-70a5045f-6240-425d-9c5a-5908b372e2af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70a5045f-6240-425d-9c5a-5908b372e2af {
    width: 100%;
    height: auto;
  }



  img.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
    
    
  }


.s-70a5045f-6240-425d-9c5a-5908b372e2af .shogun-image-content {
  
    align-items: center;
  
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shg-align-container {
  text-align: center
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
  box-sizing: border-box;
}


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



  #s-70a5045f-6240-425d-9c5a-5908b372e2af img.shogun-image,
  #s-70a5045f-6240-425d-9c5a-5908b372e2af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70a5045f-6240-425d-9c5a-5908b372e2af {
    width: 100%;
    height: auto;
  }



  img.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
    
    
  }


.s-70a5045f-6240-425d-9c5a-5908b372e2af .shogun-image-content {
  
    align-items: center;
  
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shg-align-container {
  text-align: center
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
  box-sizing: border-box;
}


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



  #s-70a5045f-6240-425d-9c5a-5908b372e2af img.shogun-image,
  #s-70a5045f-6240-425d-9c5a-5908b372e2af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-70a5045f-6240-425d-9c5a-5908b372e2af {
    width: 100%;
    height: auto;
  }



  img.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
    
    
  }


.s-70a5045f-6240-425d-9c5a-5908b372e2af .shogun-image-content {
  
    align-items: center;
  
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shg-align-container {
  text-align: center
}

.s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70a5045f-6240-425d-9c5a-5908b372e2af.shogun-image {
  box-sizing: border-box;
}


}
#s-d395ed36-b715-45bb-b165-2cae5443ad5d {
  padding-top: 10px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-d395ed36-b715-45bb-b165-2cae5443ad5d {
  display: none;
}
#s-d395ed36-b715-45bb-b165-2cae5443ad5d, #wrap-s-d395ed36-b715-45bb-b165-2cae5443ad5d { display:none !important; }}
@media (min-width: 0px) {
[id="s-d395ed36-b715-45bb-b165-2cae5443ad5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d395ed36-b715-45bb-b165-2cae5443ad5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d395ed36-b715-45bb-b165-2cae5443ad5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d395ed36-b715-45bb-b165-2cae5443ad5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5d117115-559a-4012-8158-75ddc6f7eb7c {
  max-width: 518px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5d117115-559a-4012-8158-75ddc6f7eb7c img.shogun-image,
  #s-5d117115-559a-4012-8158-75ddc6f7eb7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d117115-559a-4012-8158-75ddc6f7eb7c {
    width: 100%;
    height: auto;
  }



  img.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
    
    
  }


.s-5d117115-559a-4012-8158-75ddc6f7eb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shg-align-container {
  text-align: center
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5d117115-559a-4012-8158-75ddc6f7eb7c img.shogun-image,
  #s-5d117115-559a-4012-8158-75ddc6f7eb7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d117115-559a-4012-8158-75ddc6f7eb7c {
    width: 100%;
    height: auto;
  }



  img.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
    
    
  }


.s-5d117115-559a-4012-8158-75ddc6f7eb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shg-align-container {
  text-align: center
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d117115-559a-4012-8158-75ddc6f7eb7c img.shogun-image,
  #s-5d117115-559a-4012-8158-75ddc6f7eb7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d117115-559a-4012-8158-75ddc6f7eb7c {
    width: 100%;
    height: auto;
  }



  img.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
    
    
  }


.s-5d117115-559a-4012-8158-75ddc6f7eb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shg-align-container {
  text-align: center
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d117115-559a-4012-8158-75ddc6f7eb7c img.shogun-image,
  #s-5d117115-559a-4012-8158-75ddc6f7eb7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d117115-559a-4012-8158-75ddc6f7eb7c {
    width: 100%;
    height: auto;
  }



  img.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
    
    
  }


.s-5d117115-559a-4012-8158-75ddc6f7eb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shg-align-container {
  text-align: center
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d117115-559a-4012-8158-75ddc6f7eb7c img.shogun-image,
  #s-5d117115-559a-4012-8158-75ddc6f7eb7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d117115-559a-4012-8158-75ddc6f7eb7c {
    width: 100%;
    height: auto;
  }



  img.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
    
    
  }


.s-5d117115-559a-4012-8158-75ddc6f7eb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shg-align-container {
  text-align: center
}

.s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d117115-559a-4012-8158-75ddc6f7eb7c.shogun-image {
  box-sizing: border-box;
}


}
#s-1951515f-2be3-4ce7-bf20-550a5d71b25b {
  max-width: 1800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b img.shogun-image,
  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b {
    width: 100%;
    height: auto;
  }



  img.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
    
    
  }


.s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shogun-image-content {
  
    align-items: center;
  
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shg-align-container {
  text-align: center
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b img.shogun-image,
  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b {
    width: 100%;
    height: auto;
  }



  img.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
    
    
  }


.s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shogun-image-content {
  
    align-items: center;
  
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shg-align-container {
  text-align: center
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
  box-sizing: border-box;
}


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



  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b img.shogun-image,
  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b {
    width: 100%;
    height: auto;
  }



  img.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
    
    
  }


.s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shogun-image-content {
  
    align-items: center;
  
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shg-align-container {
  text-align: center
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
  box-sizing: border-box;
}


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



  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b img.shogun-image,
  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b {
    width: 100%;
    height: auto;
  }



  img.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
    
    
  }


.s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shogun-image-content {
  
    align-items: center;
  
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shg-align-container {
  text-align: center
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
  box-sizing: border-box;
}


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



  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b img.shogun-image,
  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1951515f-2be3-4ce7-bf20-550a5d71b25b {
    width: 100%;
    height: auto;
  }



  img.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
    
    
  }


.s-1951515f-2be3-4ce7-bf20-550a5d71b25b .shogun-image-content {
  
    align-items: center;
  
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shg-align-container {
  text-align: center
}

.s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951515f-2be3-4ce7-bf20-550a5d71b25b.shogun-image {
  box-sizing: border-box;
}


}
#s-ca7d8d29-cdd8-4891-af41-3f414fddd53e {
  padding-top: 10px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-ca7d8d29-cdd8-4891-af41-3f414fddd53e {
  margin-top: 30px;
text-align: center;
}
}
#s-ca7d8d29-cdd8-4891-af41-3f414fddd53e .shogun-heading-component h3 {
  color: rgba(242, 180, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0.25px;
  text-align: left;
}


@media (max-width: 767px){#s-ca7d8d29-cdd8-4891-af41-3f414fddd53e .shogun-heading-component h3 {
  color: rgba(242, 180, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0.25px;
  text-align: center;
}


}
#s-ea4bf1e1-a56f-4cc4-951e-e9105962e46c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ea4bf1e1-a56f-4cc4-951e-e9105962e46c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
display: none;
}
#s-ea4bf1e1-a56f-4cc4-951e-e9105962e46c, #wrap-s-ea4bf1e1-a56f-4cc4-951e-e9105962e46c { display:none !important; }}
#s-ea4bf1e1-a56f-4cc4-951e-e9105962e46c .shg-product-title-component h1 {
  color: rgba(49, 90, 168, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-ea4bf1e1-a56f-4cc4-951e-e9105962e46c .shg-product-title-component h1 {
  color: rgba(49, 90, 168, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
}
}
#s-8166ce07-24b8-4108-8cb5-af7060378ed5 {
  text-align: left;
}

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

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

@media (max-width: 767px){#s-b16ac437-c8b0-4345-be1f-c10c7df71a7d {
  display: none;
}
#s-b16ac437-c8b0-4345-be1f-c10c7df71a7d, #wrap-s-b16ac437-c8b0-4345-be1f-c10c7df71a7d { display:none !important; }}
#s-b16ac437-c8b0-4345-be1f-c10c7df71a7d hr {
  border-top: 2px solid #ddd;
}

#s-e605e4b4-5ce8-42fa-b043-3362235a56fb {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 500px;
text-align: left;
}
@media (max-width: 767px){#s-e605e4b4-5ce8-42fa-b043-3362235a56fb {
  text-align: center;
}
}
#s-e605e4b4-5ce8-42fa-b043-3362235a56fb .shogun-heading-component h4 {
  color: rgba(100, 100, 100, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-e605e4b4-5ce8-42fa-b043-3362235a56fb .shogun-heading-component h4 {
  color: rgba(100, 100, 100, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-041054de-40d7-4716-bf5e-474241b22e96 {
  padding-top: 10px;
padding-bottom: 5px;
}
@media (max-width: 767px){#s-041054de-40d7-4716-bf5e-474241b22e96 {
  display: none;
}
#s-041054de-40d7-4716-bf5e-474241b22e96, #wrap-s-041054de-40d7-4716-bf5e-474241b22e96 { display:none !important; }}
@media (min-width: 0px) {
[id="s-041054de-40d7-4716-bf5e-474241b22e96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-041054de-40d7-4716-bf5e-474241b22e96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-041054de-40d7-4716-bf5e-474241b22e96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-041054de-40d7-4716-bf5e-474241b22e96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-041054de-40d7-4716-bf5e-474241b22e96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-041054de-40d7-4716-bf5e-474241b22e96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-041054de-40d7-4716-bf5e-474241b22e96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

#s-7fb0afb4-2e39-450a-b0b7-4ee377ce3ba7 {
  padding-top: 15px;
padding-bottom: 5px;
}

#s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 107, 56, 0);
border-style: solid;
border-radius: 0px;
max-width: 1641px;
text-align: center;
background-color: rgba(230, 107, 56, 0);
}








.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shg-align-container {
  text-align: center
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shg-align-container {
  text-align: center
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image {
  box-sizing: border-box;
}


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






.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shg-align-container {
  text-align: center
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image {
  box-sizing: border-box;
}


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






.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shg-align-container {
  text-align: center
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image {
  box-sizing: border-box;
}


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






.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08 .shogun-image-content {
  
    align-items: center;
  
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shg-align-container {
  text-align: center
}

.s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37b1c7eb-1e78-4f01-a1cd-11d51fdd8f08.shogun-image {
  box-sizing: border-box;
}


}
#s-975dcffb-d14b-4e06-9c09-5b31edb9bb8d {
  margin-top: 5px;
margin-bottom: 15px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-975dcffb-d14b-4e06-9c09-5b31edb9bb8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-975dcffb-d14b-4e06-9c09-5b31edb9bb8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-975dcffb-d14b-4e06-9c09-5b31edb9bb8d {
  
}
}@media (max-width: 767px){#s-975dcffb-d14b-4e06-9c09-5b31edb9bb8d {
  display: none;
}
#s-975dcffb-d14b-4e06-9c09-5b31edb9bb8d, #wrap-s-975dcffb-d14b-4e06-9c09-5b31edb9bb8d { display:none !important; }}
#s-9490348d-41d4-4b10-a125-feca9b533932 {
  box-shadow:0px 0px 0px 0px ;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(231, 236, 254, 1);
border-style: solid;
border-radius: 6px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9490348d-41d4-4b10-a125-feca9b533932 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9490348d-41d4-4b10-a125-feca9b533932 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9490348d-41d4-4b10-a125-feca9b533932 {
  
}
}@media (max-width: 767px){#s-9490348d-41d4-4b10-a125-feca9b533932 {
  box-shadow:    rgba(0, 0, 0, 0.17);
margin-top: 25px;
margin-bottom: 25px;
display: none;
}
#s-9490348d-41d4-4b10-a125-feca9b533932, #wrap-s-9490348d-41d4-4b10-a125-feca9b533932 { display:none !important; }}







#s-9490348d-41d4-4b10-a125-feca9b533932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9490348d-41d4-4b10-a125-feca9b533932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4 {
  display: none;
}
#s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4, #wrap-s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4 {
  display: none;
}
#s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4, #wrap-s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4 {
  display: none;
}
#s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4, #wrap-s-e1536bf8-1f89-4b00-bb22-15c7bbe570a4 { display:none !important; }}
#s-1170260b-244b-4854-b35f-17726c50e9a3 {
  margin-left: 2%;
margin-right: 2%;
}

#s-04d4aabf-7984-40ad-b698-9ce02e96c493 {
  margin-left: 13%;
margin-bottom: 16px;
margin-right: 13%;
}
@media (max-width: 767px){#s-04d4aabf-7984-40ad-b698-9ce02e96c493 {
  margin-top: 3px;
}
}
@media (min-width: 0px) {
[id="s-04d4aabf-7984-40ad-b698-9ce02e96c493"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-04d4aabf-7984-40ad-b698-9ce02e96c493"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04d4aabf-7984-40ad-b698-9ce02e96c493"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04d4aabf-7984-40ad-b698-9ce02e96c493"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14 {
  max-width: 100px;
text-align: center;
}







  img.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
    
    
  }


.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14 .shogun-image-content {
  
    align-items: center;
  
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shg-align-container {
  text-align: center
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
    
    
  }


.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14 .shogun-image-content {
  
    align-items: center;
  
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shg-align-container {
  text-align: center
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
    
    
  }


.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14 .shogun-image-content {
  
    align-items: center;
  
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shg-align-container {
  text-align: center
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
    
    
  }


.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14 .shogun-image-content {
  
    align-items: center;
  
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shg-align-container {
  text-align: center
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
    
    
  }


.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14 .shogun-image-content {
  
    align-items: center;
  
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shg-align-container {
  text-align: center
}

.s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cf7055-d58c-4ae2-9a5f-a08ade6c1c14.shogun-image {
  box-sizing: border-box;
}


}
#s-350e290e-583c-47f1-92e9-0714c8cfaaa9 {
  max-width: 100px;
text-align: center;
}







  img.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
    
    
  }


.s-350e290e-583c-47f1-92e9-0714c8cfaaa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shg-align-container {
  text-align: center
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
    
    
  }


.s-350e290e-583c-47f1-92e9-0714c8cfaaa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shg-align-container {
  text-align: center
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
    
    
  }


.s-350e290e-583c-47f1-92e9-0714c8cfaaa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shg-align-container {
  text-align: center
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
    
    
  }


.s-350e290e-583c-47f1-92e9-0714c8cfaaa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shg-align-container {
  text-align: center
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
    
    
  }


.s-350e290e-583c-47f1-92e9-0714c8cfaaa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shg-align-container {
  text-align: center
}

.s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-350e290e-583c-47f1-92e9-0714c8cfaaa9.shogun-image {
  box-sizing: border-box;
}


}
#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 {
  display: none;
}
#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0, #wrap-s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 {
  display: none;
}
#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0, #wrap-s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 {
  display: none;
}
#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0, #wrap-s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 { display:none !important; }}@media (max-width: 767px){#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 {
  display: none;
}
#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0, #wrap-s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 { display:none !important; }}


#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9c655712-8499-4e2f-a5e1-22de5fffd2b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 686px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf {
  display: none;
}
#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf, #wrap-s-86cdc62d-bbae-4d6c-91be-e2d3531686bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf {
  display: none;
}
#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf, #wrap-s-86cdc62d-bbae-4d6c-91be-e2d3531686bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf {
  display: none;
}
#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf, #wrap-s-86cdc62d-bbae-4d6c-91be-e2d3531686bf { display:none !important; }}@media (max-width: 767px){#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf {
  padding-top: 50px;
}
}
#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf {
  background-image: url(https://i.shgcdn.com/c44183d6-86cd-4cf0-832c-ac3bfcb22dbd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-86cdc62d-bbae-4d6c-91be-e2d3531686bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1f6a7a9-8d36-4b3e-9f08-fdca95087402 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-a1f6a7a9-8d36-4b3e-9f08-fdca95087402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f6a7a9-8d36-4b3e-9f08-fdca95087402.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da9ec611-d0ef-4649-a460-8dfe63f8662b {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-da9ec611-d0ef-4649-a460-8dfe63f8662b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da9ec611-d0ef-4649-a460-8dfe63f8662b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da9ec611-d0ef-4649-a460-8dfe63f8662b {
  
}
}@media (max-width: 767px){#s-da9ec611-d0ef-4649-a460-8dfe63f8662b {
  display: none;
}
#s-da9ec611-d0ef-4649-a460-8dfe63f8662b, #wrap-s-da9ec611-d0ef-4649-a460-8dfe63f8662b { display:none !important; }}
#s-da9ec611-d0ef-4649-a460-8dfe63f8662b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 86, 170, 0.06);
}

#s-da9ec611-d0ef-4649-a460-8dfe63f8662b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(68, 86, 170, 0.06);
  padding: 17px;
}

#s-da9ec611-d0ef-4649-a460-8dfe63f8662b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-da9ec611-d0ef-4649-a460-8dfe63f8662b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(68, 86, 170, 0.06);
}

#s-da9ec611-d0ef-4649-a460-8dfe63f8662b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-da9ec611-d0ef-4649-a460-8dfe63f8662b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-fce31dbb-1230-4706-a05a-5d904066daba {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-a5c177a8-4d1c-4126-8d7d-7a217cf93e42 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-7bc6e8ac-e9ad-444f-b2f0-4e1168646e16 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-ceea5f93-0a17-45e6-aeaa-d58221c543bf {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20 {
  
}
}@media (max-width: 767px){#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20 {
  display: none;
}
#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20, #wrap-s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20 { display:none !important; }}







#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-c5e03802-a3fa-4f13-b626-9eb6c5d8ae20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-063a032b-98f9-4bda-8e8d-3d8462aca7de {
  min-height: 50px;
}
@media (max-width: 767px){#s-063a032b-98f9-4bda-8e8d-3d8462aca7de {
  display: none;
}
#s-063a032b-98f9-4bda-8e8d-3d8462aca7de, #wrap-s-063a032b-98f9-4bda-8e8d-3d8462aca7de { display:none !important; }}







#s-063a032b-98f9-4bda-8e8d-3d8462aca7de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-063a032b-98f9-4bda-8e8d-3d8462aca7de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0736b839-625e-46ee-b085-b70f4a3f41b6 {
  max-width: 5856px;
aspect-ratio: 5856/3908;
text-align: center;
}
@media (max-width: 767px){#s-0736b839-625e-46ee-b085-b70f4a3f41b6 {
  display: none;
}
#s-0736b839-625e-46ee-b085-b70f4a3f41b6, #wrap-s-0736b839-625e-46ee-b085-b70f4a3f41b6 { display:none !important; }}




  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 img.shogun-image,
  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 {
    width: 100%;
    height: auto;
  }



  img.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
    
    
  }


.s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shg-align-container {
  text-align: center
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 img.shogun-image,
  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 {
    width: 100%;
    height: auto;
  }



  img.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
    
    
  }


.s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shg-align-container {
  text-align: center
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
  box-sizing: border-box;
}


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



  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 img.shogun-image,
  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 {
    width: 100%;
    height: auto;
  }



  img.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
    
    
  }


.s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shg-align-container {
  text-align: center
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
  box-sizing: border-box;
}


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



  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 img.shogun-image,
  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 {
    width: 100%;
    height: auto;
  }



  img.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
    
    
  }


.s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shg-align-container {
  text-align: center
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
  box-sizing: border-box;
}


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



  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 img.shogun-image,
  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0736b839-625e-46ee-b085-b70f4a3f41b6 {
    width: 100%;
    height: auto;
  }



  img.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
    
    
  }


.s-0736b839-625e-46ee-b085-b70f4a3f41b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shg-align-container {
  text-align: center
}

.s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0736b839-625e-46ee-b085-b70f4a3f41b6.shogun-image {
  box-sizing: border-box;
}


}
#s-44ef08ae-40c8-45ae-8739-c8b2143c19b6 {
  padding-top: 30px;
padding-bottom: 10px;
}

#s-3db96ce6-074a-4555-8fb2-0e14d693301a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3db96ce6-074a-4555-8fb2-0e14d693301a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3db96ce6-074a-4555-8fb2-0e14d693301a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3db96ce6-074a-4555-8fb2-0e14d693301a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db96ce6-074a-4555-8fb2-0e14d693301a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-2171a2f6-f396-41fa-b22d-c80efd7af5ec {
  text-align: center;
}







  img.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
    
    
  }


.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec .shogun-image-content {
  
    align-items: center;
  
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shg-align-container {
  text-align: center
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
    
    
  }


.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec .shogun-image-content {
  
    align-items: center;
  
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shg-align-container {
  text-align: center
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
    
    
  }


.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec .shogun-image-content {
  
    align-items: center;
  
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shg-align-container {
  text-align: center
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
    
    
  }


.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec .shogun-image-content {
  
    align-items: center;
  
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shg-align-container {
  text-align: center
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
    
    
  }


.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec .shogun-image-content {
  
    align-items: center;
  
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shg-align-container {
  text-align: center
}

.s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2171a2f6-f396-41fa-b22d-c80efd7af5ec.shogun-image {
  box-sizing: border-box;
}


}
#s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8 {
  text-align: center;
}







  img.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
    
    
  }


.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shg-align-container {
  text-align: center
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
    
    
  }


.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shg-align-container {
  text-align: center
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
    
    
  }


.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shg-align-container {
  text-align: center
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
    
    
  }


.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shg-align-container {
  text-align: center
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
    
    
  }


.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shg-align-container {
  text-align: center
}

.s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78be45c-dbd6-4cbb-a208-53a2c9af6ee8.shogun-image {
  box-sizing: border-box;
}


}
#s-30e038b6-92cd-4524-8531-1b2dd46331f0 {
  text-align: center;
}







  img.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
    
    
  }


.s-30e038b6-92cd-4524-8531-1b2dd46331f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shg-align-container {
  text-align: center
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
    
    
  }


.s-30e038b6-92cd-4524-8531-1b2dd46331f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shg-align-container {
  text-align: center
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
    
    
  }


.s-30e038b6-92cd-4524-8531-1b2dd46331f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shg-align-container {
  text-align: center
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
    
    
  }


.s-30e038b6-92cd-4524-8531-1b2dd46331f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shg-align-container {
  text-align: center
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
    
    
  }


.s-30e038b6-92cd-4524-8531-1b2dd46331f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shg-align-container {
  text-align: center
}

.s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e038b6-92cd-4524-8531-1b2dd46331f0.shogun-image {
  box-sizing: border-box;
}


}
#s-49e8fc3d-2517-46f3-8a4f-30097158b0f2 {
  text-align: center;
}







  img.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
    
    
  }


.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shg-align-container {
  text-align: center
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
    
    
  }


.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shg-align-container {
  text-align: center
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
    
    
  }


.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shg-align-container {
  text-align: center
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
    
    
  }


.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shg-align-container {
  text-align: center
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
    
    
  }


.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shg-align-container {
  text-align: center
}

.s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e8fc3d-2517-46f3-8a4f-30097158b0f2.shogun-image {
  box-sizing: border-box;
}


}
#s-e30915c2-870d-477b-bd52-041a3825a58a {
  text-align: center;
}







  img.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
    
    
  }


.s-e30915c2-870d-477b-bd52-041a3825a58a .shogun-image-content {
  
    align-items: center;
  
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shg-align-container {
  text-align: center
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
    
    
  }


.s-e30915c2-870d-477b-bd52-041a3825a58a .shogun-image-content {
  
    align-items: center;
  
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shg-align-container {
  text-align: center
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
    
    
  }


.s-e30915c2-870d-477b-bd52-041a3825a58a .shogun-image-content {
  
    align-items: center;
  
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shg-align-container {
  text-align: center
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
    
    
  }


.s-e30915c2-870d-477b-bd52-041a3825a58a .shogun-image-content {
  
    align-items: center;
  
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shg-align-container {
  text-align: center
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
    
    
  }


.s-e30915c2-870d-477b-bd52-041a3825a58a .shogun-image-content {
  
    align-items: center;
  
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shg-align-container {
  text-align: center
}

.s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e30915c2-870d-477b-bd52-041a3825a58a.shogun-image {
  box-sizing: border-box;
}


}
#s-14954713-9a6d-41f0-acff-b56beba28725 {
  text-align: center;
}







  img.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
    
    
  }


.s-14954713-9a6d-41f0-acff-b56beba28725 .shogun-image-content {
  
    align-items: center;
  
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shg-align-container {
  text-align: center
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
    
    
  }


.s-14954713-9a6d-41f0-acff-b56beba28725 .shogun-image-content {
  
    align-items: center;
  
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shg-align-container {
  text-align: center
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
    
    
  }


.s-14954713-9a6d-41f0-acff-b56beba28725 .shogun-image-content {
  
    align-items: center;
  
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shg-align-container {
  text-align: center
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
    
    
  }


.s-14954713-9a6d-41f0-acff-b56beba28725 .shogun-image-content {
  
    align-items: center;
  
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shg-align-container {
  text-align: center
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
    
    
  }


.s-14954713-9a6d-41f0-acff-b56beba28725 .shogun-image-content {
  
    align-items: center;
  
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shg-align-container {
  text-align: center
}

.s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14954713-9a6d-41f0-acff-b56beba28725.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-bae66a21-061f-4592-9f3d-205d0b68762e {
  display: none;
}
#s-bae66a21-061f-4592-9f3d-205d0b68762e, #wrap-s-bae66a21-061f-4592-9f3d-205d0b68762e { display:none !important; }}
#s-bae66a21-061f-4592-9f3d-205d0b68762e hr {
  border-top: 2px solid #ddd;
}

#s-12750b62-41bf-4b59-b3d2-46fe81cab67d {
  min-height: 50px;
}








#s-12750b62-41bf-4b59-b3d2-46fe81cab67d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12750b62-41bf-4b59-b3d2-46fe81cab67d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72d3dd04-f7ea-4213-ac8f-e6c0731a4d2f {
  margin-top: 20px;
padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(68, 86, 170, 0);
}
@media (min-width: 1200px){#s-72d3dd04-f7ea-4213-ac8f-e6c0731a4d2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72d3dd04-f7ea-4213-ac8f-e6c0731a4d2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72d3dd04-f7ea-4213-ac8f-e6c0731a4d2f {
  
}
}@media (max-width: 767px){#s-72d3dd04-f7ea-4213-ac8f-e6c0731a4d2f {
  background-color: rgba(68, 86, 170, 0.13);
}
}







#s-72d3dd04-f7ea-4213-ac8f-e6c0731a4d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72d3dd04-f7ea-4213-ac8f-e6c0731a4d2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c214fd5-8c66-4ec8-823c-e68a8909319d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8c214fd5-8c66-4ec8-823c-e68a8909319d {
  margin-bottom: 20px;
}
}
#s-8c214fd5-8c66-4ec8-823c-e68a8909319d .shogun-heading-component h2 {
  color: rgba(68, 86, 170, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 {
  display: none;
}
#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8, #wrap-s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 {
  display: none;
}
#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8, #wrap-s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 {
  display: none;
}
#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8, #wrap-s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 { display:none !important; }}@media (max-width: 767px){#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ae0c61-dfe8-458a-b1bd-7d5f4bff8bc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-1eb59c80-1845-4b5c-9924-ab78cac119cf {
  display: none;
}
#s-1eb59c80-1845-4b5c-9924-ab78cac119cf, #wrap-s-1eb59c80-1845-4b5c-9924-ab78cac119cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1eb59c80-1845-4b5c-9924-ab78cac119cf {
  display: none;
}
#s-1eb59c80-1845-4b5c-9924-ab78cac119cf, #wrap-s-1eb59c80-1845-4b5c-9924-ab78cac119cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1eb59c80-1845-4b5c-9924-ab78cac119cf {
  display: none;
}
#s-1eb59c80-1845-4b5c-9924-ab78cac119cf, #wrap-s-1eb59c80-1845-4b5c-9924-ab78cac119cf { display:none !important; }}@media (max-width: 767px){#s-1eb59c80-1845-4b5c-9924-ab78cac119cf {
  display: none;
}
#s-1eb59c80-1845-4b5c-9924-ab78cac119cf, #wrap-s-1eb59c80-1845-4b5c-9924-ab78cac119cf { display:none !important; }}
@media (min-width: 0px) {
[id="s-1eb59c80-1845-4b5c-9924-ab78cac119cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1eb59c80-1845-4b5c-9924-ab78cac119cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1eb59c80-1845-4b5c-9924-ab78cac119cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eb59c80-1845-4b5c-9924-ab78cac119cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-cc190880-2ca4-4e57-bd3c-843c95a53054 {
  min-height: 50px;
}








#s-cc190880-2ca4-4e57-bd3c-843c95a53054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc190880-2ca4-4e57-bd3c-843c95a53054.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4b1fd9d-4463-497b-9558-b6cae54285df {
  display: none;
}
#s-a2311d98-186c-4214-84a1-df29dd14e7c2 {
  text-align: left;
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 {
  max-width:  100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 {
  max-width:  100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 {
  max-width:  100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 {
  max-width:  100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 {
  max-width:  100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  width: 100%;
}



.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 .shg-image-zoom,
.shg-c#s-a2311d98-186c-4214-84a1-df29dd14e7c2 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-315d70f8-8770-4f03-85d5-1552518b923c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-315d70f8-8770-4f03-85d5-1552518b923c .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-89fe86a9-7199-4403-b854-a375cdc17617 {
  text-align: center;
}

#s-89fe86a9-7199-4403-b854-a375cdc17617 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89fe86a9-7199-4403-b854-a375cdc17617 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-89fe86a9-7199-4403-b854-a375cdc17617 .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-639350a0-cb3a-4842-940a-5db8fb9ebabd {
  min-height: 50px;
}








#s-639350a0-cb3a-4842-940a-5db8fb9ebabd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-639350a0-cb3a-4842-940a-5db8fb9ebabd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1ea4ae5-25bc-4161-ab2c-b8b503bd4a18 {
  display: none;
}
#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 {
  text-align: left;
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 {
  max-width:  100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  width: 100%;
}



.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 {
  max-width:  100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  width: 100%;
}



.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 {
  max-width:  100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  width: 100%;
}



.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 {
  max-width:  100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  width: 100%;
}



.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 {
  max-width:  100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  width: 100%;
}



.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 .shg-image-zoom,
.shg-c#s-dcc48486-e6dc-42ed-97ff-ec66e99d0500 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-3f23b5d9-7f63-4242-a7fc-15b2870a5d94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f23b5d9-7f63-4242-a7fc-15b2870a5d94 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e81e1858-dd17-42c7-9feb-7282278a66d4 {
  text-align: center;
}

#s-e81e1858-dd17-42c7-9feb-7282278a66d4 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e81e1858-dd17-42c7-9feb-7282278a66d4 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-e81e1858-dd17-42c7-9feb-7282278a66d4 .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-f5cad9fe-5a18-4b47-ac88-80bf33ce3ff9 {
  min-height: 50px;
}








#s-f5cad9fe-5a18-4b47-ac88-80bf33ce3ff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5cad9fe-5a18-4b47-ac88-80bf33ce3ff9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d909c41-8d58-4660-9154-5f1025174651 {
  display: none;
}
#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b {
  text-align: left;
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b {
  max-width:  100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  width: 100%;
}



.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b {
  max-width:  100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  width: 100%;
}



.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b {
  max-width:  100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  width: 100%;
}



.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b {
  max-width:  100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  width: 100%;
}



.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b {
  max-width:  100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  width: 100%;
}



.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b .shg-image-zoom,
.shg-c#s-e7cfce71-ebec-4e56-80f9-4eb8cd46396b img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7525feef-37fe-40f1-8d86-d5a39ea85ecd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7525feef-37fe-40f1-8d86-d5a39ea85ecd .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-65eec1e4-b6c1-461f-a55d-2ad91f83d3a7 {
  text-align: center;
}

#s-65eec1e4-b6c1-461f-a55d-2ad91f83d3a7 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-65eec1e4-b6c1-461f-a55d-2ad91f83d3a7 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-65eec1e4-b6c1-461f-a55d-2ad91f83d3a7 .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-1b1dabb6-3788-48be-9f91-93b845963525 {
  min-height: 50px;
}








#s-1b1dabb6-3788-48be-9f91-93b845963525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b1dabb6-3788-48be-9f91-93b845963525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70268e77-d75b-46d6-8331-431522d9a568 {
  display: none;
}
#s-17878d71-79d8-46a4-90e7-70b94a650df0 {
  text-align: left;
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 {
  max-width:  100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  width: 100%;
}



.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 {
  max-width:  100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  width: 100%;
}



.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 {
  max-width:  100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  width: 100%;
}



.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 {
  max-width:  100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  width: 100%;
}



.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 {
  max-width:  100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  width: 100%;
}



.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 .shg-image-zoom,
.shg-c#s-17878d71-79d8-46a4-90e7-70b94a650df0 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-992eb560-e4b3-4def-a072-9a8f9c89d935 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-992eb560-e4b3-4def-a072-9a8f9c89d935 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7af398b1-1031-422c-8c9d-b8fce9bec846 {
  text-align: center;
}

#s-7af398b1-1031-422c-8c9d-b8fce9bec846 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7af398b1-1031-422c-8c9d-b8fce9bec846 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-7af398b1-1031-422c-8c9d-b8fce9bec846 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-07493203-cae5-4407-b988-1529f6b9309a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-07493203-cae5-4407-b988-1529f6b9309a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07493203-cae5-4407-b988-1529f6b9309a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07493203-cae5-4407-b988-1529f6b9309a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3882fa27-520a-4e29-8f6f-8c040a131d6e {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3882fa27-520a-4e29-8f6f-8c040a131d6e {
  
}
}




  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e img.shogun-image,
  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e {
    width: 100%;
    height: auto;
  }



  img.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
    
    
  }


.s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shg-align-container {
  text-align: center
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e img.shogun-image,
  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e {
    width: 100%;
    height: auto;
  }



  img.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
    
    
  }


.s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shg-align-container {
  text-align: center
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
  box-sizing: border-box;
}


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



  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e img.shogun-image,
  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e {
    width: 100%;
    height: auto;
  }



  img.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
    
    
  }


.s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shg-align-container {
  text-align: center
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
  box-sizing: border-box;
}


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



  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e img.shogun-image,
  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e {
    width: 100%;
    height: auto;
  }



  img.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
    
    
  }


.s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shg-align-container {
  text-align: center
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
  box-sizing: border-box;
}


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



  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e img.shogun-image,
  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3882fa27-520a-4e29-8f6f-8c040a131d6e {
    width: 100%;
    height: auto;
  }



  img.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
    
    
  }


.s-3882fa27-520a-4e29-8f6f-8c040a131d6e .shogun-image-content {
  
    align-items: center;
  
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shg-align-container {
  text-align: center
}

.s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3882fa27-520a-4e29-8f6f-8c040a131d6e.shogun-image {
  box-sizing: border-box;
}


}
#s-84f7fde2-418b-40f2-8e79-2aaf024613e0 {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 img.shogun-image,
  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 {
    width: 100%;
    height: auto;
  }



  img.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
    
    
  }


.s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shg-align-container {
  text-align: center
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 img.shogun-image,
  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 {
    width: 100%;
    height: auto;
  }



  img.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
    
    
  }


.s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shg-align-container {
  text-align: center
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
  box-sizing: border-box;
}


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



  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 img.shogun-image,
  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 {
    width: 100%;
    height: auto;
  }



  img.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
    
    
  }


.s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shg-align-container {
  text-align: center
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
  box-sizing: border-box;
}


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



  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 img.shogun-image,
  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 {
    width: 100%;
    height: auto;
  }



  img.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
    
    
  }


.s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shg-align-container {
  text-align: center
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
  box-sizing: border-box;
}


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



  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 img.shogun-image,
  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84f7fde2-418b-40f2-8e79-2aaf024613e0 {
    width: 100%;
    height: auto;
  }



  img.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
    
    
  }


.s-84f7fde2-418b-40f2-8e79-2aaf024613e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shg-align-container {
  text-align: center
}

.s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f7fde2-418b-40f2-8e79-2aaf024613e0.shogun-image {
  box-sizing: border-box;
}


}
#s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 {
  max-width: 540px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 img.shogun-image,
  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 {
    width: 100%;
    height: auto;
  }



  img.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
    
    
  }


.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shg-align-container {
  text-align: center
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 img.shogun-image,
  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 {
    width: 100%;
    height: auto;
  }



  img.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
    
    
  }


.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shg-align-container {
  text-align: center
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
  box-sizing: border-box;
}


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



  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 img.shogun-image,
  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 {
    width: 100%;
    height: auto;
  }



  img.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
    
    
  }


.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shg-align-container {
  text-align: center
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
  box-sizing: border-box;
}


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



  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 img.shogun-image,
  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 {
    width: 100%;
    height: auto;
  }



  img.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
    
    
  }


.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shg-align-container {
  text-align: center
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
  box-sizing: border-box;
}


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



  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 img.shogun-image,
  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 {
    width: 100%;
    height: auto;
  }



  img.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
    
    
  }


.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shg-align-container {
  text-align: center
}

.s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df8f4efa-fdd3-4f7a-a5fe-b49bf274ddb8.shogun-image {
  box-sizing: border-box;
}


}
#s-4457569b-acde-42e2-b9e0-7363ecace407 {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4457569b-acde-42e2-b9e0-7363ecace407 img.shogun-image,
  #s-4457569b-acde-42e2-b9e0-7363ecace407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4457569b-acde-42e2-b9e0-7363ecace407 {
    width: 100%;
    height: auto;
  }



  img.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
    
    
  }


.s-4457569b-acde-42e2-b9e0-7363ecace407 .shogun-image-content {
  
    align-items: center;
  
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shg-align-container {
  text-align: center
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-4457569b-acde-42e2-b9e0-7363ecace407 img.shogun-image,
  #s-4457569b-acde-42e2-b9e0-7363ecace407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4457569b-acde-42e2-b9e0-7363ecace407 {
    width: 100%;
    height: auto;
  }



  img.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
    
    
  }


.s-4457569b-acde-42e2-b9e0-7363ecace407 .shogun-image-content {
  
    align-items: center;
  
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shg-align-container {
  text-align: center
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
  box-sizing: border-box;
}


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



  #s-4457569b-acde-42e2-b9e0-7363ecace407 img.shogun-image,
  #s-4457569b-acde-42e2-b9e0-7363ecace407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4457569b-acde-42e2-b9e0-7363ecace407 {
    width: 100%;
    height: auto;
  }



  img.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
    
    
  }


.s-4457569b-acde-42e2-b9e0-7363ecace407 .shogun-image-content {
  
    align-items: center;
  
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shg-align-container {
  text-align: center
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
  box-sizing: border-box;
}


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



  #s-4457569b-acde-42e2-b9e0-7363ecace407 img.shogun-image,
  #s-4457569b-acde-42e2-b9e0-7363ecace407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4457569b-acde-42e2-b9e0-7363ecace407 {
    width: 100%;
    height: auto;
  }



  img.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
    
    
  }


.s-4457569b-acde-42e2-b9e0-7363ecace407 .shogun-image-content {
  
    align-items: center;
  
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shg-align-container {
  text-align: center
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
  box-sizing: border-box;
}


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



  #s-4457569b-acde-42e2-b9e0-7363ecace407 img.shogun-image,
  #s-4457569b-acde-42e2-b9e0-7363ecace407 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4457569b-acde-42e2-b9e0-7363ecace407 {
    width: 100%;
    height: auto;
  }



  img.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
    
    
  }


.s-4457569b-acde-42e2-b9e0-7363ecace407 .shogun-image-content {
  
    align-items: center;
  
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shg-align-container {
  text-align: center
}

.s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4457569b-acde-42e2-b9e0-7363ecace407.shogun-image {
  box-sizing: border-box;
}


}
#s-1dba6f23-f745-4484-a1b0-34479db0779f {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1dba6f23-f745-4484-a1b0-34479db0779f {
  display: none;
}
#s-1dba6f23-f745-4484-a1b0-34479db0779f, #wrap-s-1dba6f23-f745-4484-a1b0-34479db0779f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dba6f23-f745-4484-a1b0-34479db0779f {
  display: none;
}
#s-1dba6f23-f745-4484-a1b0-34479db0779f, #wrap-s-1dba6f23-f745-4484-a1b0-34479db0779f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dba6f23-f745-4484-a1b0-34479db0779f {
  display: none;
}
#s-1dba6f23-f745-4484-a1b0-34479db0779f, #wrap-s-1dba6f23-f745-4484-a1b0-34479db0779f { display:none !important; }}







#s-1dba6f23-f745-4484-a1b0-34479db0779f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dba6f23-f745-4484-a1b0-34479db0779f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4a2e870-25e7-47af-be40-1b42c17c587e {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a4a2e870-25e7-47af-be40-1b42c17c587e {
  margin-bottom: 0px;
display: none;
}
#s-a4a2e870-25e7-47af-be40-1b42c17c587e, #wrap-s-a4a2e870-25e7-47af-be40-1b42c17c587e { display:none !important; }}
#s-a4a2e870-25e7-47af-be40-1b42c17c587e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0.27);
}

#s-a4a2e870-25e7-47af-be40-1b42c17c587e .shg-sld-nav-button.shg-sld-left,
#s-a4a2e870-25e7-47af-be40-1b42c17c587e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0.27);
}

@media (min-width: 0px) {
[id="s-61250a1e-b396-4d38-8db7-046b6b8b4d70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-61250a1e-b396-4d38-8db7-046b6b8b4d70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61250a1e-b396-4d38-8db7-046b6b8b4d70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61250a1e-b396-4d38-8db7-046b6b8b4d70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 {
  max-width: 736px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 img.shogun-image,
  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 {
    width: 100%;
    height: auto;
  }



  img.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
    
    
  }


.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shg-align-container {
  text-align: center
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 img.shogun-image,
  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 {
    width: 100%;
    height: auto;
  }



  img.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
    
    
  }


.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shg-align-container {
  text-align: center
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 img.shogun-image,
  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 {
    width: 100%;
    height: auto;
  }



  img.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
    
    
  }


.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shg-align-container {
  text-align: center
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 img.shogun-image,
  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 {
    width: 100%;
    height: auto;
  }



  img.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
    
    
  }


.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shg-align-container {
  text-align: center
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
  box-sizing: border-box;
}


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



  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 img.shogun-image,
  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 {
    width: 100%;
    height: auto;
  }



  img.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
    
    
  }


.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shg-align-container {
  text-align: center
}

.s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a2d1153-5fef-4642-b345-d7c0d739e0a0.shogun-image {
  box-sizing: border-box;
}


}
#s-5d5ada26-35b1-4273-8c98-f6ca59d3578f {
  max-width: 1254px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f img.shogun-image,
  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f {
    width: 100%;
    height: auto;
  }



  img.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
    
    
  }


.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shg-align-container {
  text-align: center
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f img.shogun-image,
  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f {
    width: 100%;
    height: auto;
  }



  img.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
    
    
  }


.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shg-align-container {
  text-align: center
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f img.shogun-image,
  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f {
    width: 100%;
    height: auto;
  }



  img.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
    
    
  }


.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shg-align-container {
  text-align: center
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f img.shogun-image,
  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f {
    width: 100%;
    height: auto;
  }



  img.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
    
    
  }


.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shg-align-container {
  text-align: center
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
  box-sizing: border-box;
}


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



  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f img.shogun-image,
  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5ada26-35b1-4273-8c98-f6ca59d3578f {
    width: 100%;
    height: auto;
  }



  img.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
    
    
  }


.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shg-align-container {
  text-align: center
}

.s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5ada26-35b1-4273-8c98-f6ca59d3578f.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-9b2923b1-5702-4ced-9ac0-8b117dfd2677"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b2923b1-5702-4ced-9ac0-8b117dfd2677"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b2923b1-5702-4ced-9ac0-8b117dfd2677"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b2923b1-5702-4ced-9ac0-8b117dfd2677"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54389bd5-87c7-4973-b967-ad4deb3d8ddc {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc img.shogun-image,
  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc {
    width: 100%;
    height: auto;
  }



  img.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
    
    
  }


.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shogun-image-content {
  
    align-items: center;
  
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shg-align-container {
  text-align: center
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc img.shogun-image,
  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc {
    width: 100%;
    height: auto;
  }



  img.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
    
    
  }


.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shogun-image-content {
  
    align-items: center;
  
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shg-align-container {
  text-align: center
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
  box-sizing: border-box;
}


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



  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc img.shogun-image,
  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc {
    width: 100%;
    height: auto;
  }



  img.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
    
    
  }


.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shogun-image-content {
  
    align-items: center;
  
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shg-align-container {
  text-align: center
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
  box-sizing: border-box;
}


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



  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc img.shogun-image,
  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc {
    width: 100%;
    height: auto;
  }



  img.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
    
    
  }


.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shogun-image-content {
  
    align-items: center;
  
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shg-align-container {
  text-align: center
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
  box-sizing: border-box;
}


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



  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc img.shogun-image,
  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54389bd5-87c7-4973-b967-ad4deb3d8ddc {
    width: 100%;
    height: auto;
  }



  img.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
    
    
  }


.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc .shogun-image-content {
  
    align-items: center;
  
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shg-align-container {
  text-align: center
}

.s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54389bd5-87c7-4973-b967-ad4deb3d8ddc.shogun-image {
  box-sizing: border-box;
}


}
#s-b7bba047-6aca-4c21-9782-520efbb9d0a4 {
  display: none;
}
#s-0c7302bb-df07-4827-84bd-56788e6c5340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c7302bb-df07-4827-84bd-56788e6c5340 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9ae46034-ab70-4b10-b7f6-13dc7ee89707 {
  text-align: center;
}

#s-9ae46034-ab70-4b10-b7f6-13dc7ee89707 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ae46034-ab70-4b10-b7f6-13dc7ee89707 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-9ae46034-ab70-4b10-b7f6-13dc7ee89707 .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-3bee21d7-425a-42bd-8a24-1eb2780666be {
  max-width: 1266px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3bee21d7-425a-42bd-8a24-1eb2780666be img.shogun-image,
  #s-3bee21d7-425a-42bd-8a24-1eb2780666be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bee21d7-425a-42bd-8a24-1eb2780666be {
    width: 100%;
    height: auto;
  }



  img.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
    
    
  }


.s-3bee21d7-425a-42bd-8a24-1eb2780666be .shogun-image-content {
  
    align-items: center;
  
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shg-align-container {
  text-align: center
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3bee21d7-425a-42bd-8a24-1eb2780666be img.shogun-image,
  #s-3bee21d7-425a-42bd-8a24-1eb2780666be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bee21d7-425a-42bd-8a24-1eb2780666be {
    width: 100%;
    height: auto;
  }



  img.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
    
    
  }


.s-3bee21d7-425a-42bd-8a24-1eb2780666be .shogun-image-content {
  
    align-items: center;
  
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shg-align-container {
  text-align: center
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
  box-sizing: border-box;
}


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



  #s-3bee21d7-425a-42bd-8a24-1eb2780666be img.shogun-image,
  #s-3bee21d7-425a-42bd-8a24-1eb2780666be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bee21d7-425a-42bd-8a24-1eb2780666be {
    width: 100%;
    height: auto;
  }



  img.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
    
    
  }


.s-3bee21d7-425a-42bd-8a24-1eb2780666be .shogun-image-content {
  
    align-items: center;
  
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shg-align-container {
  text-align: center
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
  box-sizing: border-box;
}


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



  #s-3bee21d7-425a-42bd-8a24-1eb2780666be img.shogun-image,
  #s-3bee21d7-425a-42bd-8a24-1eb2780666be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bee21d7-425a-42bd-8a24-1eb2780666be {
    width: 100%;
    height: auto;
  }



  img.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
    
    
  }


.s-3bee21d7-425a-42bd-8a24-1eb2780666be .shogun-image-content {
  
    align-items: center;
  
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shg-align-container {
  text-align: center
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
  box-sizing: border-box;
}


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



  #s-3bee21d7-425a-42bd-8a24-1eb2780666be img.shogun-image,
  #s-3bee21d7-425a-42bd-8a24-1eb2780666be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bee21d7-425a-42bd-8a24-1eb2780666be {
    width: 100%;
    height: auto;
  }



  img.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
    
    
  }


.s-3bee21d7-425a-42bd-8a24-1eb2780666be .shogun-image-content {
  
    align-items: center;
  
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shg-align-container {
  text-align: center
}

.s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bee21d7-425a-42bd-8a24-1eb2780666be.shogun-image {
  box-sizing: border-box;
}


}
#s-cebe199c-2f8d-4da7-9175-ff5c5ee0c1ad {
  display: none;
}
#s-d95d1c7c-318c-4bf4-b66f-5f1b02338045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d95d1c7c-318c-4bf4-b66f-5f1b02338045 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ba186ae8-3821-45e8-8113-15d32419613b {
  text-align: center;
}

#s-ba186ae8-3821-45e8-8113-15d32419613b .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ba186ae8-3821-45e8-8113-15d32419613b .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-ba186ae8-3821-45e8-8113-15d32419613b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-2f25b3e3-5fc8-473c-9d7b-da2b64bcd1ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f25b3e3-5fc8-473c-9d7b-da2b64bcd1ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f25b3e3-5fc8-473c-9d7b-da2b64bcd1ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f25b3e3-5fc8-473c-9d7b-da2b64bcd1ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a img.shogun-image,
  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a {
    width: 100%;
    height: auto;
  }



  img.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
    
    
  }


.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shogun-image-content {
  
    align-items: center;
  
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shg-align-container {
  text-align: center
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a img.shogun-image,
  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a {
    width: 100%;
    height: auto;
  }



  img.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
    
    
  }


.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shogun-image-content {
  
    align-items: center;
  
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shg-align-container {
  text-align: center
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
  box-sizing: border-box;
}


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



  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a img.shogun-image,
  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a {
    width: 100%;
    height: auto;
  }



  img.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
    
    
  }


.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shogun-image-content {
  
    align-items: center;
  
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shg-align-container {
  text-align: center
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
  box-sizing: border-box;
}


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



  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a img.shogun-image,
  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a {
    width: 100%;
    height: auto;
  }



  img.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
    
    
  }


.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shogun-image-content {
  
    align-items: center;
  
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shg-align-container {
  text-align: center
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
  box-sizing: border-box;
}


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



  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a img.shogun-image,
  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a {
    width: 100%;
    height: auto;
  }



  img.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
    
    
  }


.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a .shogun-image-content {
  
    align-items: center;
  
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shg-align-container {
  text-align: center
}

.s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8dc3341-f0db-46e8-a76f-e27f4b24da4a.shogun-image {
  box-sizing: border-box;
}


}
#s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 {
  max-width: 2400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 img.shogun-image,
  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 {
    width: 100%;
    height: auto;
  }



  img.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
    
    
  }


.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shg-align-container {
  text-align: center
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 img.shogun-image,
  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 {
    width: 100%;
    height: auto;
  }



  img.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
    
    
  }


.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shg-align-container {
  text-align: center
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
  box-sizing: border-box;
}


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



  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 img.shogun-image,
  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 {
    width: 100%;
    height: auto;
  }



  img.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
    
    
  }


.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shg-align-container {
  text-align: center
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
  box-sizing: border-box;
}


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



  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 img.shogun-image,
  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 {
    width: 100%;
    height: auto;
  }



  img.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
    
    
  }


.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shg-align-container {
  text-align: center
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
  box-sizing: border-box;
}


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



  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 img.shogun-image,
  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 {
    width: 100%;
    height: auto;
  }



  img.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
    
    
  }


.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shg-align-container {
  text-align: center
}

.s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d32b83af-8fb3-4bb7-b7f1-b6681ca667b4.shogun-image {
  box-sizing: border-box;
}


}
#s-1c48c607-6b7f-479c-a8eb-3bc150828ddd {
  max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd img.shogun-image,
  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd {
    width: 100%;
    height: auto;
  }



  img.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
    
    
  }


.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shg-align-container {
  text-align: center
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd img.shogun-image,
  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd {
    width: 100%;
    height: auto;
  }



  img.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
    
    
  }


.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shg-align-container {
  text-align: center
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
  box-sizing: border-box;
}


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



  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd img.shogun-image,
  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd {
    width: 100%;
    height: auto;
  }



  img.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
    
    
  }


.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shg-align-container {
  text-align: center
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
  box-sizing: border-box;
}


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



  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd img.shogun-image,
  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd {
    width: 100%;
    height: auto;
  }



  img.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
    
    
  }


.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shg-align-container {
  text-align: center
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
  box-sizing: border-box;
}


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



  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd img.shogun-image,
  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c48c607-6b7f-479c-a8eb-3bc150828ddd {
    width: 100%;
    height: auto;
  }



  img.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
    
    
  }


.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shg-align-container {
  text-align: center
}

.s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c48c607-6b7f-479c-a8eb-3bc150828ddd.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-568db6a2-fc28-47c2-95ad-2cc83baf8176"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-568db6a2-fc28-47c2-95ad-2cc83baf8176"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-568db6a2-fc28-47c2-95ad-2cc83baf8176"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-568db6a2-fc28-47c2-95ad-2cc83baf8176"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 {
  max-width: 1602px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 img.shogun-image,
  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 {
    width: 100%;
    height: auto;
  }



  img.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
    
    
  }


.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shg-align-container {
  text-align: center
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 img.shogun-image,
  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 {
    width: 100%;
    height: auto;
  }



  img.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
    
    
  }


.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shg-align-container {
  text-align: center
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 img.shogun-image,
  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 {
    width: 100%;
    height: auto;
  }



  img.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
    
    
  }


.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shg-align-container {
  text-align: center
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 img.shogun-image,
  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 {
    width: 100%;
    height: auto;
  }



  img.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
    
    
  }


.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shg-align-container {
  text-align: center
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
  box-sizing: border-box;
}


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



  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 img.shogun-image,
  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 {
    width: 100%;
    height: auto;
  }



  img.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
    
    
  }


.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shg-align-container {
  text-align: center
}

.s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7a7ca54-9959-4691-aa2e-9ba1fe830d17.shogun-image {
  box-sizing: border-box;
}


}
#s-b89f841a-37f2-475a-b6d2-8fb8335e377b {
  max-width: 2378px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b img.shogun-image,
  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b {
    width: 100%;
    height: auto;
  }



  img.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
    
    
  }


.s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shogun-image-content {
  
    align-items: center;
  
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shg-align-container {
  text-align: center
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b img.shogun-image,
  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b {
    width: 100%;
    height: auto;
  }



  img.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
    
    
  }


.s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shogun-image-content {
  
    align-items: center;
  
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shg-align-container {
  text-align: center
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
  box-sizing: border-box;
}


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



  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b img.shogun-image,
  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b {
    width: 100%;
    height: auto;
  }



  img.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
    
    
  }


.s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shogun-image-content {
  
    align-items: center;
  
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shg-align-container {
  text-align: center
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
  box-sizing: border-box;
}


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



  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b img.shogun-image,
  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b {
    width: 100%;
    height: auto;
  }



  img.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
    
    
  }


.s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shogun-image-content {
  
    align-items: center;
  
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shg-align-container {
  text-align: center
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
  box-sizing: border-box;
}


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



  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b img.shogun-image,
  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b89f841a-37f2-475a-b6d2-8fb8335e377b {
    width: 100%;
    height: auto;
  }



  img.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
    
    
  }


.s-b89f841a-37f2-475a-b6d2-8fb8335e377b .shogun-image-content {
  
    align-items: center;
  
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shg-align-container {
  text-align: center
}

.s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89f841a-37f2-475a-b6d2-8fb8335e377b.shogun-image {
  box-sizing: border-box;
}


}
#s-ae682826-392e-4240-9d4b-c0e98925c35f {
  max-width: 1568px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ae682826-392e-4240-9d4b-c0e98925c35f img.shogun-image,
  #s-ae682826-392e-4240-9d4b-c0e98925c35f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae682826-392e-4240-9d4b-c0e98925c35f {
    width: 100%;
    height: auto;
  }



  img.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
    
    
  }


.s-ae682826-392e-4240-9d4b-c0e98925c35f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shg-align-container {
  text-align: center
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ae682826-392e-4240-9d4b-c0e98925c35f img.shogun-image,
  #s-ae682826-392e-4240-9d4b-c0e98925c35f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae682826-392e-4240-9d4b-c0e98925c35f {
    width: 100%;
    height: auto;
  }



  img.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
    
    
  }


.s-ae682826-392e-4240-9d4b-c0e98925c35f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shg-align-container {
  text-align: center
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ae682826-392e-4240-9d4b-c0e98925c35f img.shogun-image,
  #s-ae682826-392e-4240-9d4b-c0e98925c35f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae682826-392e-4240-9d4b-c0e98925c35f {
    width: 100%;
    height: auto;
  }



  img.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
    
    
  }


.s-ae682826-392e-4240-9d4b-c0e98925c35f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shg-align-container {
  text-align: center
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ae682826-392e-4240-9d4b-c0e98925c35f img.shogun-image,
  #s-ae682826-392e-4240-9d4b-c0e98925c35f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae682826-392e-4240-9d4b-c0e98925c35f {
    width: 100%;
    height: auto;
  }



  img.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
    
    
  }


.s-ae682826-392e-4240-9d4b-c0e98925c35f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shg-align-container {
  text-align: center
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
  box-sizing: border-box;
}


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



  #s-ae682826-392e-4240-9d4b-c0e98925c35f img.shogun-image,
  #s-ae682826-392e-4240-9d4b-c0e98925c35f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae682826-392e-4240-9d4b-c0e98925c35f {
    width: 100%;
    height: auto;
  }



  img.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
    
    
  }


.s-ae682826-392e-4240-9d4b-c0e98925c35f .shogun-image-content {
  
    align-items: center;
  
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shg-align-container {
  text-align: center
}

.s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae682826-392e-4240-9d4b-c0e98925c35f.shogun-image {
  box-sizing: border-box;
}


}
#s-1c5933c7-2cdc-48c3-8d37-4b7712337cb7 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (max-width: 767px){#s-1c5933c7-2cdc-48c3-8d37-4b7712337cb7 {
  display: none;
}
#s-1c5933c7-2cdc-48c3-8d37-4b7712337cb7, #wrap-s-1c5933c7-2cdc-48c3-8d37-4b7712337cb7 { display:none !important; }}
#s-1c5933c7-2cdc-48c3-8d37-4b7712337cb7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1c5933c7-2cdc-48c3-8d37-4b7712337cb7 .shg-sld-nav-button.shg-sld-left,
#s-1c5933c7-2cdc-48c3-8d37-4b7712337cb7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-066848b0-7303-4500-8c98-39fe0cff9ddd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-066848b0-7303-4500-8c98-39fe0cff9ddd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-066848b0-7303-4500-8c98-39fe0cff9ddd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-066848b0-7303-4500-8c98-39fe0cff9ddd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7dd538bb-774c-4c51-9947-b90e70dc5fed {
  display: none;
}
#s-1f43cc26-6503-4970-a291-f90c3c810e14 {
  text-align: left;
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 {
  max-width:  100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  width: 100%;
}



.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 {
  max-width:  100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  width: 100%;
}



.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 {
  max-width:  100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  width: 100%;
}



.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 {
  max-width:  100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  width: 100%;
}



.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 {
  max-width:  100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  width: 100%;
}



.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 .shg-image-zoom,
.shg-c#s-1f43cc26-6503-4970-a291-f90c3c810e14 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-e5e26284-133c-4600-bfc8-543ce60f329a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5e26284-133c-4600-bfc8-543ce60f329a .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7ba983ac-4e10-48b9-b2af-32ded4dad693 {
  text-align: center;
}

#s-7ba983ac-4e10-48b9-b2af-32ded4dad693 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ba983ac-4e10-48b9-b2af-32ded4dad693 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-7ba983ac-4e10-48b9-b2af-32ded4dad693 .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-0b7984d6-66ee-4f92-859e-a5542bf93373 {
  display: none;
}
#s-0db07af5-dba3-436e-a06c-2b3b12b6450f {
  text-align: left;
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f {
  max-width:  100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  width: 100%;
}



.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f {
  max-width:  100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  width: 100%;
}



.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f {
  max-width:  100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  width: 100%;
}



.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f {
  max-width:  100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  width: 100%;
}



.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f {
  max-width:  100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  width: 100%;
}



.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f .shg-image-zoom,
.shg-c#s-0db07af5-dba3-436e-a06c-2b3b12b6450f img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-38406ebb-05bd-4a7a-9280-da50bc0bce6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38406ebb-05bd-4a7a-9280-da50bc0bce6f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f64d9c2e-4b20-47c7-85d2-b3e97b7c17da {
  text-align: center;
}

#s-f64d9c2e-4b20-47c7-85d2-b3e97b7c17da .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f64d9c2e-4b20-47c7-85d2-b3e97b7c17da .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-f64d9c2e-4b20-47c7-85d2-b3e97b7c17da .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-58ea7798-8af8-4c2e-ac68-ffae8f7f3f28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58ea7798-8af8-4c2e-ac68-ffae8f7f3f28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58ea7798-8af8-4c2e-ac68-ffae8f7f3f28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58ea7798-8af8-4c2e-ac68-ffae8f7f3f28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f799ae02-b990-4063-80c5-ff3d0c539587 {
  display: none;
}
#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 {
  text-align: left;
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 {
  max-width:  100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  width: 100%;
}



.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 {
  max-width:  100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  width: 100%;
}



.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 {
  max-width:  100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  width: 100%;
}



.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 {
  max-width:  100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  width: 100%;
}



.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 {
  max-width:  100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  width: 100%;
}



.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 .shg-image-zoom,
.shg-c#s-ab31b5b9-8c0c-46d6-aabe-0c8c87f9af69 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-f77a7a45-b71a-4687-bf38-d081a39191b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f77a7a45-b71a-4687-bf38-d081a39191b8 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-44c80848-3b62-46d2-a109-b30a18cb58c7 {
  text-align: center;
}

#s-44c80848-3b62-46d2-a109-b30a18cb58c7 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-44c80848-3b62-46d2-a109-b30a18cb58c7 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-44c80848-3b62-46d2-a109-b30a18cb58c7 .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-a09f752c-30cf-48d4-879e-4aed4727aa10 {
  display: none;
}
#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 {
  text-align: left;
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 {
  max-width:  100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  width: 100%;
}



.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 {
  max-width:  100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  width: 100%;
}



.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 {
  max-width:  100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  width: 100%;
}



.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 {
  max-width:  100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  width: 100%;
}



.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 {
  max-width:  100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  width: 100%;
}



.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 .shg-image-zoom,
.shg-c#s-54ed163e-8d52-4e1f-bb7e-604ccc57a3b8 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-d66df596-b459-4159-90cc-c228bc806dab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d66df596-b459-4159-90cc-c228bc806dab .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3609062e-2f63-47dd-b4b2-e261686dce34 {
  text-align: center;
}

#s-3609062e-2f63-47dd-b4b2-e261686dce34 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3609062e-2f63-47dd-b4b2-e261686dce34 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-3609062e-2f63-47dd-b4b2-e261686dce34 .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-5bdf20f7-7a1b-484a-b680-1a91d5926ac2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
max-width: 350px;
background-color: rgba(68, 86, 170, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
}
#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2:hover {background-color: rgba(126, 143, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2 {
  margin-top: 20px;
padding-top: 12px;
padding-bottom: 12px;
max-width: 200px;
}
}

  #s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2-root {
    text-align: center;
  }


#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2-root {
    text-align: center;
  }


#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2-root {
    text-align: center;
  }


#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2-root {
    text-align: center;
  }


#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2-root {
    text-align: center;
  }


#s-5bdf20f7-7a1b-484a-b680-1a91d5926ac2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
#s-f5be5688-fd6d-47aa-af72-72e9cfdeaf4b {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f5be5688-fd6d-47aa-af72-72e9cfdeaf4b {
  display: none;
}
#s-f5be5688-fd6d-47aa-af72-72e9cfdeaf4b, #wrap-s-f5be5688-fd6d-47aa-af72-72e9cfdeaf4b { display:none !important; }}







#s-f5be5688-fd6d-47aa-af72-72e9cfdeaf4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5be5688-fd6d-47aa-af72-72e9cfdeaf4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d7ecbfd-219d-4eac-8bec-bb5f1d47d4b2 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d7ecbfd-219d-4eac-8bec-bb5f1d47d4b2 {
  
}
}@media (max-width: 767px){#s-0d7ecbfd-219d-4eac-8bec-bb5f1d47d4b2 {
  margin-top: 0px;
}
}







#s-0d7ecbfd-219d-4eac-8bec-bb5f1d47d4b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d7ecbfd-219d-4eac-8bec-bb5f1d47d4b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-31281843-bab7-43a9-8f18-c279f80e84a2 {
  
}
}
@media (min-width: 0px) {
[id="s-31281843-bab7-43a9-8f18-c279f80e84a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31281843-bab7-43a9-8f18-c279f80e84a2"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-31281843-bab7-43a9-8f18-c279f80e84a2"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-31281843-bab7-43a9-8f18-c279f80e84a2"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-37f68d88-f343-4f27-9e8f-5db8a3b1182c {
  text-align: center;
}

#s-37f68d88-f343-4f27-9e8f-5db8a3b1182c {
  display: none;
}
#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1779e6da-a64b-41f0-b7b4-aedf20c0a4d7 img.shogun-image {
  width: 100%;
}



}
#s-c198400f-b307-4e20-8564-878ad90599fe {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-c198400f-b307-4e20-8564-878ad90599fe .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-64efb884-09a5-4a8f-8714-a7850a9a98d6 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-58f3b0c9-9685-41c9-b2cb-29929745f7a7 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-58f3b0c9-9685-41c9-b2cb-29929745f7a7 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-58f3b0c9-9685-41c9-b2cb-29929745f7a7 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-58f3b0c9-9685-41c9-b2cb-29929745f7a7 .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-6b3f91ed-0c58-4c47-8d49-94e68769e0be {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be {
  display: none;
}
#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be, #wrap-s-6b3f91ed-0c58-4c47-8d49-94e68769e0be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be {
  display: none;
}
#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be, #wrap-s-6b3f91ed-0c58-4c47-8d49-94e68769e0be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be {
  display: none;
}
#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be, #wrap-s-6b3f91ed-0c58-4c47-8d49-94e68769e0be { display:none !important; }}@media (max-width: 767px){#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be {
  display: none;
}
#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be, #wrap-s-6b3f91ed-0c58-4c47-8d49-94e68769e0be { display:none !important; }}

  #s-6b3f91ed-0c58-4c47-8d49-94e68769e0be-root {
    text-align: center;
  }


#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b3f91ed-0c58-4c47-8d49-94e68769e0be-root {
    text-align: center;
  }


#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b3f91ed-0c58-4c47-8d49-94e68769e0be-root {
    text-align: center;
  }


#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b3f91ed-0c58-4c47-8d49-94e68769e0be-root {
    text-align: center;
  }


#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b3f91ed-0c58-4c47-8d49-94e68769e0be-root {
    text-align: center;
  }


#s-6b3f91ed-0c58-4c47-8d49-94e68769e0be.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-40167d1b-fe0f-42da-a378-4f0bcc6cb99b {
  display: none;
}
#s-b060de2a-47fd-441d-b94d-e280a21c4b4e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b060de2a-47fd-441d-b94d-e280a21c4b4e img.shogun-image {
  width: 100%;
}



}
#s-720d5b75-ce01-495d-abfb-3d54b728a48d {
  padding-top: 15px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
text-align: center;
}

#s-720d5b75-ce01-495d-abfb-3d54b728a48d .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-35d5448e-76ff-4396-8a28-dae74ea18c8b {
  margin-top: 4px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-7ed4428c-aca4-4279-98f7-9667ccabf614 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-7ed4428c-aca4-4279-98f7-9667ccabf614 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ed4428c-aca4-4279-98f7-9667ccabf614 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-7ed4428c-aca4-4279-98f7-9667ccabf614 .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-05a856cf-f4ac-4eee-bc94-46ca1ed8959d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d {
  display: none;
}
#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d, #wrap-s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d {
  display: none;
}
#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d, #wrap-s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d {
  display: none;
}
#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d, #wrap-s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d { display:none !important; }}@media (max-width: 767px){#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d {
  display: none;
}
#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d, #wrap-s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d { display:none !important; }}

  #s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d-root {
    text-align: center;
  }


#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d-root {
    text-align: center;
  }


#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d-root {
    text-align: center;
  }


#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d-root {
    text-align: center;
  }


#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d-root {
    text-align: center;
  }


#s-05a856cf-f4ac-4eee-bc94-46ca1ed8959d.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-3e3497f3-0d9b-44c4-8b3e-9d9699a32973 {
  text-align: center;
}

#s-3e3497f3-0d9b-44c4-8b3e-9d9699a32973 {
  display: none;
}
#s-b89988ac-da22-4b67-bfb2-24c27a52a761 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89988ac-da22-4b67-bfb2-24c27a52a761 img.shogun-image {
  width: 100%;
}



}
#s-1f4c4ef1-460d-47f3-84a2-271d2110307c {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-1f4c4ef1-460d-47f3-84a2-271d2110307c .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3d8190af-f253-4f29-911c-4254f5595a76 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-8fba3768-c648-4638-8a2c-e826b5c942da {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-8fba3768-c648-4638-8a2c-e826b5c942da .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8fba3768-c648-4638-8a2c-e826b5c942da .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8fba3768-c648-4638-8a2c-e826b5c942da .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-e1285166-7acd-4f43-b617-384dede47b44 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-e1285166-7acd-4f43-b617-384dede47b44:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e1285166-7acd-4f43-b617-384dede47b44:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e1285166-7acd-4f43-b617-384dede47b44 {
  display: none;
}
#s-e1285166-7acd-4f43-b617-384dede47b44, #wrap-s-e1285166-7acd-4f43-b617-384dede47b44 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1285166-7acd-4f43-b617-384dede47b44 {
  display: none;
}
#s-e1285166-7acd-4f43-b617-384dede47b44, #wrap-s-e1285166-7acd-4f43-b617-384dede47b44 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1285166-7acd-4f43-b617-384dede47b44 {
  display: none;
}
#s-e1285166-7acd-4f43-b617-384dede47b44, #wrap-s-e1285166-7acd-4f43-b617-384dede47b44 { display:none !important; }}@media (max-width: 767px){#s-e1285166-7acd-4f43-b617-384dede47b44 {
  display: none;
}
#s-e1285166-7acd-4f43-b617-384dede47b44, #wrap-s-e1285166-7acd-4f43-b617-384dede47b44 { display:none !important; }}

  #s-e1285166-7acd-4f43-b617-384dede47b44-root {
    text-align: center;
  }


#s-e1285166-7acd-4f43-b617-384dede47b44.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1285166-7acd-4f43-b617-384dede47b44-root {
    text-align: center;
  }


#s-e1285166-7acd-4f43-b617-384dede47b44.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1285166-7acd-4f43-b617-384dede47b44-root {
    text-align: center;
  }


#s-e1285166-7acd-4f43-b617-384dede47b44.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1285166-7acd-4f43-b617-384dede47b44-root {
    text-align: center;
  }


#s-e1285166-7acd-4f43-b617-384dede47b44.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1285166-7acd-4f43-b617-384dede47b44-root {
    text-align: center;
  }


#s-e1285166-7acd-4f43-b617-384dede47b44.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-62223bb3-7794-4c2f-a25a-f8608eb9f24b {
  text-align: center;
}

#s-62223bb3-7794-4c2f-a25a-f8608eb9f24b {
  display: none;
}
#s-3b2ea88b-03b5-4d96-8445-41b091c892ca {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b2ea88b-03b5-4d96-8445-41b091c892ca img.shogun-image {
  width: 100%;
}



}
#s-ecc3ddb6-25b8-4e74-b97b-979309d900aa {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-ecc3ddb6-25b8-4e74-b97b-979309d900aa .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4f428227-a13d-4e4f-829b-37bbe7651a05 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-5432dff4-9261-4b94-8b0e-c29f2583bc8d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-5432dff4-9261-4b94-8b0e-c29f2583bc8d .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5432dff4-9261-4b94-8b0e-c29f2583bc8d .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5432dff4-9261-4b94-8b0e-c29f2583bc8d .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-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 {
  display: none;
}
#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8, #wrap-s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 {
  display: none;
}
#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8, #wrap-s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 {
  display: none;
}
#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8, #wrap-s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 { display:none !important; }}@media (max-width: 767px){#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 {
  display: none;
}
#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8, #wrap-s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8 { display:none !important; }}

  #s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8-root {
    text-align: center;
  }


#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8-root {
    text-align: center;
  }


#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8-root {
    text-align: center;
  }


#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8-root {
    text-align: center;
  }


#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8-root {
    text-align: center;
  }


#s-9b6ec1f5-23da-4f9e-ba5d-7782fecfa7a8.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-1d0abd7f-e3f4-497c-8355-ff96c34a3c5e {
  text-align: center;
}

#s-1d0abd7f-e3f4-497c-8355-ff96c34a3c5e {
  display: none;
}
#s-e8a32103-d033-48d0-b810-fbcb3e853f91 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8a32103-d033-48d0-b810-fbcb3e853f91 img.shogun-image {
  width: 100%;
}



}
#s-c25895df-afa4-4e7e-9dc5-0fba10286f14 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-c25895df-afa4-4e7e-9dc5-0fba10286f14 .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-42764646-29f3-4edb-be5c-63a3b68e896d {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-29320ffc-191d-4d32-9bb9-2abea1a280dd {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-29320ffc-191d-4d32-9bb9-2abea1a280dd .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-29320ffc-191d-4d32-9bb9-2abea1a280dd .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-29320ffc-191d-4d32-9bb9-2abea1a280dd .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-4aea06a9-e47c-46c4-82af-9aa590ef0883 {
  display: none;
}
#s-25f79555-0235-4345-ba9b-4797e1a709d3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-25f79555-0235-4345-ba9b-4797e1a709d3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25f79555-0235-4345-ba9b-4797e1a709d3:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-25f79555-0235-4345-ba9b-4797e1a709d3 {
  display: none;
}
#s-25f79555-0235-4345-ba9b-4797e1a709d3, #wrap-s-25f79555-0235-4345-ba9b-4797e1a709d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25f79555-0235-4345-ba9b-4797e1a709d3 {
  display: none;
}
#s-25f79555-0235-4345-ba9b-4797e1a709d3, #wrap-s-25f79555-0235-4345-ba9b-4797e1a709d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25f79555-0235-4345-ba9b-4797e1a709d3 {
  display: none;
}
#s-25f79555-0235-4345-ba9b-4797e1a709d3, #wrap-s-25f79555-0235-4345-ba9b-4797e1a709d3 { display:none !important; }}@media (max-width: 767px){#s-25f79555-0235-4345-ba9b-4797e1a709d3 {
  display: none;
}
#s-25f79555-0235-4345-ba9b-4797e1a709d3, #wrap-s-25f79555-0235-4345-ba9b-4797e1a709d3 { display:none !important; }}

  #s-25f79555-0235-4345-ba9b-4797e1a709d3-root {
    text-align: center;
  }


#s-25f79555-0235-4345-ba9b-4797e1a709d3.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25f79555-0235-4345-ba9b-4797e1a709d3-root {
    text-align: center;
  }


#s-25f79555-0235-4345-ba9b-4797e1a709d3.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25f79555-0235-4345-ba9b-4797e1a709d3-root {
    text-align: center;
  }


#s-25f79555-0235-4345-ba9b-4797e1a709d3.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25f79555-0235-4345-ba9b-4797e1a709d3-root {
    text-align: center;
  }


#s-25f79555-0235-4345-ba9b-4797e1a709d3.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25f79555-0235-4345-ba9b-4797e1a709d3-root {
    text-align: center;
  }


#s-25f79555-0235-4345-ba9b-4797e1a709d3.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 {
  display: none;
}
#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6, #wrap-s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 {
  display: none;
}
#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6, #wrap-s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 {
  display: none;
}
#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6, #wrap-s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 { display:none !important; }}@media (max-width: 767px){#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
display: none;
}
#s-e57b8401-b8dd-4e32-886a-32ceac0a79b6, #wrap-s-e57b8401-b8dd-4e32-886a-32ceac0a79b6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e57b8401-b8dd-4e32-886a-32ceac0a79b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e57b8401-b8dd-4e32-886a-32ceac0a79b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e57b8401-b8dd-4e32-886a-32ceac0a79b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e57b8401-b8dd-4e32-886a-32ceac0a79b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-33e50252-be3f-4386-b09a-9c24edf9eccd {
  display: none;
}
#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5254e8c9-3bff-41c5-929c-a24d1ab4c050 img.shogun-image {
  width: 100%;
}



}
#s-24a2afaa-f233-4267-b1a5-41a42a2b302d {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-24a2afaa-f233-4267-b1a5-41a42a2b302d .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-3b758360-b59d-49b7-b6de-bd7fe992e886 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-a53bf6c8-5d90-4a53-9047-d0002f23cd8a {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-a53bf6c8-5d90-4a53-9047-d0002f23cd8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a53bf6c8-5d90-4a53-9047-d0002f23cd8a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a53bf6c8-5d90-4a53-9047-d0002f23cd8a .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-d4f720d8-0cad-48de-98e5-28bcb3867f79 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-d4f720d8-0cad-48de-98e5-28bcb3867f79:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4f720d8-0cad-48de-98e5-28bcb3867f79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4f720d8-0cad-48de-98e5-28bcb3867f79 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4f720d8-0cad-48de-98e5-28bcb3867f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4f720d8-0cad-48de-98e5-28bcb3867f79.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-d4f720d8-0cad-48de-98e5-28bcb3867f79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-d4f720d8-0cad-48de-98e5-28bcb3867f79 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4f720d8-0cad-48de-98e5-28bcb3867f79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4f720d8-0cad-48de-98e5-28bcb3867f79.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-d4f720d8-0cad-48de-98e5-28bcb3867f79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-740ac924-4c9b-488f-a301-29e796ced3e3 {
  display: none;
}
#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01999530-c5b9-43fd-a5e3-b948ddbc05b4 img.shogun-image {
  width: 100%;
}



}
#s-2ba03407-6b71-424e-8a6c-3379e2741b14 {
  padding-top: 15px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
text-align: left;
}

#s-2ba03407-6b71-424e-8a6c-3379e2741b14 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-277d8206-765b-4fb2-ab71-a1244067d3c4 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-82090949-d06e-4e91-9f00-38c772a24042 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-82090949-d06e-4e91-9f00-38c772a24042 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-82090949-d06e-4e91-9f00-38c772a24042 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-82090949-d06e-4e91-9f00-38c772a24042 .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-fc716f75-929d-4e69-b5c7-15903bb2df8f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-fc716f75-929d-4e69-b5c7-15903bb2df8f:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc716f75-929d-4e69-b5c7-15903bb2df8f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc716f75-929d-4e69-b5c7-15903bb2df8f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc716f75-929d-4e69-b5c7-15903bb2df8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc716f75-929d-4e69-b5c7-15903bb2df8f.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-fc716f75-929d-4e69-b5c7-15903bb2df8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-fc716f75-929d-4e69-b5c7-15903bb2df8f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fc716f75-929d-4e69-b5c7-15903bb2df8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fc716f75-929d-4e69-b5c7-15903bb2df8f.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-fc716f75-929d-4e69-b5c7-15903bb2df8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-becb5065-5591-4575-ba04-a839144e39d2 {
  display: none;
}
#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5feec8d-b016-43cf-9c80-c3b9a6dc4d1b img.shogun-image {
  width: 100%;
}



}
#s-f062bca6-6e0e-45e0-80e1-c976ed7ca4e0 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-f062bca6-6e0e-45e0-80e1-c976ed7ca4e0 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-27d1156c-7b59-4a90-8992-5062d2df6e05 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-be7ce52b-ec00-41be-92ed-5aa6417a4af6 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-be7ce52b-ec00-41be-92ed-5aa6417a4af6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be7ce52b-ec00-41be-92ed-5aa6417a4af6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be7ce52b-ec00-41be-92ed-5aa6417a4af6 .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-a5b452e5-9e6b-492e-954a-ec1ad334c2cd {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-a5b452e5-9e6b-492e-954a-ec1ad334c2cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2a4b26e6-110d-41bc-a4cf-603f79cfdada {
  display: none;
}
#s-15132265-1a5d-4c42-99a5-35f72d5045ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15132265-1a5d-4c42-99a5-35f72d5045ab img.shogun-image {
  width: 100%;
}



}
#s-1f506ac1-86cd-4266-bdb5-226dcf7d8747 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-1f506ac1-86cd-4266-bdb5-226dcf7d8747 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-6b822dc7-f5b2-4d8d-a697-994e154fc909 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-262c6925-0420-4368-8de7-5fb4f89a33e9 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-262c6925-0420-4368-8de7-5fb4f89a33e9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-262c6925-0420-4368-8de7-5fb4f89a33e9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-262c6925-0420-4368-8de7-5fb4f89a33e9 .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-35ec2318-2546-44a9-8b07-6d7e8098a751 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-35ec2318-2546-44a9-8b07-6d7e8098a751:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35ec2318-2546-44a9-8b07-6d7e8098a751:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35ec2318-2546-44a9-8b07-6d7e8098a751 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35ec2318-2546-44a9-8b07-6d7e8098a751.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35ec2318-2546-44a9-8b07-6d7e8098a751.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-35ec2318-2546-44a9-8b07-6d7e8098a751.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-35ec2318-2546-44a9-8b07-6d7e8098a751 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35ec2318-2546-44a9-8b07-6d7e8098a751.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35ec2318-2546-44a9-8b07-6d7e8098a751.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-35ec2318-2546-44a9-8b07-6d7e8098a751.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 1200px){#s-0992d5de-f297-457e-9360-c0514d1c74c7 {
  display: none;
}
#s-0992d5de-f297-457e-9360-c0514d1c74c7, #wrap-s-0992d5de-f297-457e-9360-c0514d1c74c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0992d5de-f297-457e-9360-c0514d1c74c7 {
  display: none;
}
#s-0992d5de-f297-457e-9360-c0514d1c74c7, #wrap-s-0992d5de-f297-457e-9360-c0514d1c74c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0992d5de-f297-457e-9360-c0514d1c74c7 {
  display: none;
}
#s-0992d5de-f297-457e-9360-c0514d1c74c7, #wrap-s-0992d5de-f297-457e-9360-c0514d1c74c7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0992d5de-f297-457e-9360-c0514d1c74c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0992d5de-f297-457e-9360-c0514d1c74c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0992d5de-f297-457e-9360-c0514d1c74c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0992d5de-f297-457e-9360-c0514d1c74c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-891f1d1e-85b7-4679-9434-09bf12b304d4 {
  display: none;
}
#s-492d5993-e20b-4664-9419-ce08d8082689 {
  max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-492d5993-e20b-4664-9419-ce08d8082689 img.shogun-image,
  #s-492d5993-e20b-4664-9419-ce08d8082689 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-492d5993-e20b-4664-9419-ce08d8082689 {
    width: 100%;
    height: auto;
  }



  img.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
    
    
  }


.s-492d5993-e20b-4664-9419-ce08d8082689 .shogun-image-content {
  
    align-items: center;
  
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shg-align-container {
  text-align: center
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-492d5993-e20b-4664-9419-ce08d8082689 img.shogun-image,
  #s-492d5993-e20b-4664-9419-ce08d8082689 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-492d5993-e20b-4664-9419-ce08d8082689 {
    width: 100%;
    height: auto;
  }



  img.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
    
    
  }


.s-492d5993-e20b-4664-9419-ce08d8082689 .shogun-image-content {
  
    align-items: center;
  
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shg-align-container {
  text-align: center
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
  box-sizing: border-box;
}


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



  #s-492d5993-e20b-4664-9419-ce08d8082689 img.shogun-image,
  #s-492d5993-e20b-4664-9419-ce08d8082689 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-492d5993-e20b-4664-9419-ce08d8082689 {
    width: 100%;
    height: auto;
  }



  img.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
    
    
  }


.s-492d5993-e20b-4664-9419-ce08d8082689 .shogun-image-content {
  
    align-items: center;
  
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shg-align-container {
  text-align: center
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
  box-sizing: border-box;
}


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



  #s-492d5993-e20b-4664-9419-ce08d8082689 img.shogun-image,
  #s-492d5993-e20b-4664-9419-ce08d8082689 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-492d5993-e20b-4664-9419-ce08d8082689 {
    width: 100%;
    height: auto;
  }



  img.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
    
    
  }


.s-492d5993-e20b-4664-9419-ce08d8082689 .shogun-image-content {
  
    align-items: center;
  
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shg-align-container {
  text-align: center
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
  box-sizing: border-box;
}


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



  #s-492d5993-e20b-4664-9419-ce08d8082689 img.shogun-image,
  #s-492d5993-e20b-4664-9419-ce08d8082689 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-492d5993-e20b-4664-9419-ce08d8082689 {
    width: 100%;
    height: auto;
  }



  img.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
    
    
  }


.s-492d5993-e20b-4664-9419-ce08d8082689 .shogun-image-content {
  
    align-items: center;
  
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shg-align-container {
  text-align: center
}

.s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-492d5993-e20b-4664-9419-ce08d8082689.shogun-image {
  box-sizing: border-box;
}


}
#s-ac48d826-352f-4b81-9b21-84b4e55ce5ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac48d826-352f-4b81-9b21-84b4e55ce5ea .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ef8d392b-f97e-48e9-825e-773929f14b3b {
  text-align: center;
}

#s-ef8d392b-f97e-48e9-825e-773929f14b3b .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef8d392b-f97e-48e9-825e-773929f14b3b .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-ef8d392b-f97e-48e9-825e-773929f14b3b .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-646bde82-b644-47b2-9074-62911025648b {
  display: none;
}
#s-39572c64-66e4-41dd-91ea-83e9607b3fb6 {
  max-width: 1254px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 img.shogun-image,
  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 {
    width: 100%;
    height: auto;
  }



  img.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
    
    
  }


.s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shg-align-container {
  text-align: center
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 img.shogun-image,
  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 {
    width: 100%;
    height: auto;
  }



  img.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
    
    
  }


.s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shg-align-container {
  text-align: center
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
  box-sizing: border-box;
}


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



  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 img.shogun-image,
  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 {
    width: 100%;
    height: auto;
  }



  img.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
    
    
  }


.s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shg-align-container {
  text-align: center
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
  box-sizing: border-box;
}


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



  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 img.shogun-image,
  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 {
    width: 100%;
    height: auto;
  }



  img.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
    
    
  }


.s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shg-align-container {
  text-align: center
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
  box-sizing: border-box;
}


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



  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 img.shogun-image,
  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39572c64-66e4-41dd-91ea-83e9607b3fb6 {
    width: 100%;
    height: auto;
  }



  img.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
    
    
  }


.s-39572c64-66e4-41dd-91ea-83e9607b3fb6 .shogun-image-content {
  
    align-items: center;
  
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shg-align-container {
  text-align: center
}

.s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39572c64-66e4-41dd-91ea-83e9607b3fb6.shogun-image {
  box-sizing: border-box;
}


}
#s-c2d3566d-3946-424e-9f15-67a57e74846a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2d3566d-3946-424e-9f15-67a57e74846a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-628f3725-0464-4128-b6c6-0db628b3df73 {
  text-align: center;
}

#s-628f3725-0464-4128-b6c6-0db628b3df73 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-628f3725-0464-4128-b6c6-0db628b3df73 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-628f3725-0464-4128-b6c6-0db628b3df73 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-917f7952-9444-42da-8978-6ab3c3e48527 {
  display: none;
}
#s-917f7952-9444-42da-8978-6ab3c3e48527, #wrap-s-917f7952-9444-42da-8978-6ab3c3e48527 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-917f7952-9444-42da-8978-6ab3c3e48527 {
  display: none;
}
#s-917f7952-9444-42da-8978-6ab3c3e48527, #wrap-s-917f7952-9444-42da-8978-6ab3c3e48527 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-917f7952-9444-42da-8978-6ab3c3e48527 {
  display: none;
}
#s-917f7952-9444-42da-8978-6ab3c3e48527, #wrap-s-917f7952-9444-42da-8978-6ab3c3e48527 { display:none !important; }}@media (max-width: 767px){#s-917f7952-9444-42da-8978-6ab3c3e48527 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-917f7952-9444-42da-8978-6ab3c3e48527"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-917f7952-9444-42da-8978-6ab3c3e48527"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-917f7952-9444-42da-8978-6ab3c3e48527"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-917f7952-9444-42da-8978-6ab3c3e48527"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c8fbcc4-5785-460f-8abc-ba3840507ce6 {
  display: none;
}
#s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 img.shogun-image,
  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 {
    width: 100%;
    height: auto;
  }



  img.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
    
    
  }


.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shg-align-container {
  text-align: center
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 img.shogun-image,
  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 {
    width: 100%;
    height: auto;
  }



  img.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
    
    
  }


.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shg-align-container {
  text-align: center
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
  box-sizing: border-box;
}


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



  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 img.shogun-image,
  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 {
    width: 100%;
    height: auto;
  }



  img.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
    
    
  }


.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shg-align-container {
  text-align: center
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
  box-sizing: border-box;
}


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



  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 img.shogun-image,
  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 {
    width: 100%;
    height: auto;
  }



  img.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
    
    
  }


.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shg-align-container {
  text-align: center
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
  box-sizing: border-box;
}


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



  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 img.shogun-image,
  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 {
    width: 100%;
    height: auto;
  }



  img.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
    
    
  }


.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shg-align-container {
  text-align: center
}

.s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dede0bb-ef70-452c-be8d-077af1cb0cb0.shogun-image {
  box-sizing: border-box;
}


}
#s-01b59cc5-0775-48aa-b5bf-5dcc688efb82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01b59cc5-0775-48aa-b5bf-5dcc688efb82 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dac0eed8-2a12-49a2-98d9-3594a8358e5f {
  text-align: center;
}

#s-dac0eed8-2a12-49a2-98d9-3594a8358e5f .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dac0eed8-2a12-49a2-98d9-3594a8358e5f .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-dac0eed8-2a12-49a2-98d9-3594a8358e5f .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-a7707aa5-253c-4546-b601-c9c0dd84df57 {
  display: none;
}
#s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 {
  max-width: 4000px;
aspect-ratio: 4000/5000;
text-align: center;
}





  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 img.shogun-image,
  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 {
    width: 100%;
    height: auto;
  }



  img.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
    
    
  }


.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shg-align-container {
  text-align: center
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 img.shogun-image,
  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 {
    width: 100%;
    height: auto;
  }



  img.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
    
    
  }


.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shg-align-container {
  text-align: center
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 img.shogun-image,
  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 {
    width: 100%;
    height: auto;
  }



  img.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
    
    
  }


.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shg-align-container {
  text-align: center
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 img.shogun-image,
  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 {
    width: 100%;
    height: auto;
  }



  img.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
    
    
  }


.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shg-align-container {
  text-align: center
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
  box-sizing: border-box;
}


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



  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 img.shogun-image,
  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 {
    width: 100%;
    height: auto;
  }



  img.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
    
    
  }


.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shg-align-container {
  text-align: center
}

.s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbc2ecde-7283-4bd6-8761-4e39edca74e3.shogun-image {
  box-sizing: border-box;
}


}
#s-5ae81995-0212-4256-84c3-c5f3f8ec5adf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ae81995-0212-4256-84c3-c5f3f8ec5adf .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-37f01af9-48a0-451b-a121-18650fcdbdb1 {
  text-align: center;
}

#s-37f01af9-48a0-451b-a121-18650fcdbdb1 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37f01af9-48a0-451b-a121-18650fcdbdb1 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-37f01af9-48a0-451b-a121-18650fcdbdb1 .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-9bc82e56-d469-4c4f-9bb6-4baeca40d49c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-9bc82e56-d469-4c4f-9bb6-4baeca40d49c {
  display: none;
}
#s-9bc82e56-d469-4c4f-9bb6-4baeca40d49c, #wrap-s-9bc82e56-d469-4c4f-9bb6-4baeca40d49c { display:none !important; }}







#s-9bc82e56-d469-4c4f-9bb6-4baeca40d49c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc82e56-d469-4c4f-9bb6-4baeca40d49c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 2px;
max-width: 350px;
background-color: rgba(68, 86, 170, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58:hover {background-color: rgba(126, 143, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58 {
  max-width: 200px;
}
}

  #s-ac7c2d72-f20a-4f84-adcf-a8901fadac58-root {
    text-align: center;
  }


#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ac7c2d72-f20a-4f84-adcf-a8901fadac58-root {
    text-align: center;
  }


#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac7c2d72-f20a-4f84-adcf-a8901fadac58-root {
    text-align: center;
  }


#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac7c2d72-f20a-4f84-adcf-a8901fadac58-root {
    text-align: center;
  }


#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ac7c2d72-f20a-4f84-adcf-a8901fadac58-root {
    text-align: center;
  }


#s-ac7c2d72-f20a-4f84-adcf-a8901fadac58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
#s-41c40004-6d52-409b-80f6-a52d9762b5cd {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-41c40004-6d52-409b-80f6-a52d9762b5cd {
  display: none;
}
#s-41c40004-6d52-409b-80f6-a52d9762b5cd, #wrap-s-41c40004-6d52-409b-80f6-a52d9762b5cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41c40004-6d52-409b-80f6-a52d9762b5cd {
  display: none;
}
#s-41c40004-6d52-409b-80f6-a52d9762b5cd, #wrap-s-41c40004-6d52-409b-80f6-a52d9762b5cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41c40004-6d52-409b-80f6-a52d9762b5cd {
  display: none;
}
#s-41c40004-6d52-409b-80f6-a52d9762b5cd, #wrap-s-41c40004-6d52-409b-80f6-a52d9762b5cd { display:none !important; }}@media (max-width: 767px){#s-41c40004-6d52-409b-80f6-a52d9762b5cd {
  display: none;
}
#s-41c40004-6d52-409b-80f6-a52d9762b5cd, #wrap-s-41c40004-6d52-409b-80f6-a52d9762b5cd { display:none !important; }}







#s-41c40004-6d52-409b-80f6-a52d9762b5cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41c40004-6d52-409b-80f6-a52d9762b5cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28eae070-844b-42b4-bbf0-7399560ef8b9 {
  margin-top: 0px;
margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-28eae070-844b-42b4-bbf0-7399560ef8b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28eae070-844b-42b4-bbf0-7399560ef8b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28eae070-844b-42b4-bbf0-7399560ef8b9 {
  display: none;
}
#s-28eae070-844b-42b4-bbf0-7399560ef8b9, #wrap-s-28eae070-844b-42b4-bbf0-7399560ef8b9 { display:none !important; }}@media (max-width: 767px){#s-28eae070-844b-42b4-bbf0-7399560ef8b9 {
  display: none;
}
#s-28eae070-844b-42b4-bbf0-7399560ef8b9, #wrap-s-28eae070-844b-42b4-bbf0-7399560ef8b9 { display:none !important; }}
#s-28eae070-844b-42b4-bbf0-7399560ef8b9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 86, 170, 0.06);
}

#s-28eae070-844b-42b4-bbf0-7399560ef8b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(68, 86, 170, 0.06);
  padding: 17px;
}

#s-28eae070-844b-42b4-bbf0-7399560ef8b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-28eae070-844b-42b4-bbf0-7399560ef8b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(68, 86, 170, 0.06);
}

#s-28eae070-844b-42b4-bbf0-7399560ef8b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-28eae070-844b-42b4-bbf0-7399560ef8b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6cb0965f-3982-40be-9ade-971d460099e2 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-cc749d9e-b52d-44ef-ac0b-5ca3a8f8d7d0 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-1817a54a-e3d6-4605-9703-c9f9dcc5b234 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-2d080ecf-5f92-426a-9a0c-0e6b4c297fa5 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-e2e39dd7-2683-411a-90f7-7119b9eddfde {
  padding-left: 8%;
padding-right: 8%;
}
@media (max-width: 767px){#s-e2e39dd7-2683-411a-90f7-7119b9eddfde {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 3%;
padding-right: 3%;
}
}
#s-e2e39dd7-2683-411a-90f7-7119b9eddfde > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 245, 0);
}

#s-e2e39dd7-2683-411a-90f7-7119b9eddfde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-e2e39dd7-2683-411a-90f7-7119b9eddfde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-e2e39dd7-2683-411a-90f7-7119b9eddfde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(244, 244, 245, 0);
}

#s-e2e39dd7-2683-411a-90f7-7119b9eddfde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 23px;
}

#s-e2e39dd7-2683-411a-90f7-7119b9eddfde > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 23px;
}
#s-2c8c23d2-d6ce-45ce-aa83-6ae218d4a926 {
  text-align: left;
}
@media (max-width: 767px){#s-2c8c23d2-d6ce-45ce-aa83-6ae218d4a926 {
  
}
}
#s-3653313a-8c4c-4c5c-ab56-68eee71aeed7 {
  text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}