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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-4f7ba5e1-2b1f-403f-8cb6-6a77bcb0a685 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-4f7ba5e1-2b1f-403f-8cb6-6a77bcb0a685 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f7ba5e1-2b1f-403f-8cb6-6a77bcb0a685.shg-box.shg-c {
  justify-content: center;
}

#s-e6f80ec3-1fa3-4d68-a7d5-8771e67a867b {
  margin-left: 0%;
margin-right: 0%;
}

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

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

#s-ed529aca-0583-41e9-96b9-a15a5ad86705 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed529aca-0583-41e9-96b9-a15a5ad86705 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

#s-ea98a049-3b31-4c4e-846e-cef498832b6f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f {
  max-width:  100%;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f {
  max-width:  100%;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f {
  max-width:  100%;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f {
  max-width:  100%;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f {
  max-width:  100%;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f .shg-image-zoom,
.shg-c#s-ea98a049-3b31-4c4e-846e-cef498832b6f img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-82d9c519-4b3a-4268-9dcb-4f94ef8ee38e {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c {
  
}
}@media (max-width: 767px){#s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c {
  
}
}
@media (min-width: 0px) {
[id="s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eaa1863-af9e-43ff-99ce-4b67b8597f4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-fcf2e1c4-66de-447e-a6e8-dd60b8d70e27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcf2e1c4-66de-447e-a6e8-dd60b8d70e27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-fcf2e1c4-66de-447e-a6e8-dd60b8d70e27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fcf2e1c4-66de-447e-a6e8-dd60b8d70e27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-611ec543-58d4-43fe-bcd1-122ae790049b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-91dee764-ac23-4b18-9114-733b843a2973 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91dee764-ac23-4b18-9114-733b843a2973 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-91dee764-ac23-4b18-9114-733b843a2973 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-91dee764-ac23-4b18-9114-733b843a2973 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-dd8239f9-db78-4f96-b323-7ecdaa7247b6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-38dda41a-a2ed-4750-bdef-17761e126dbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38dda41a-a2ed-4750-bdef-17761e126dbf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-38dda41a-a2ed-4750-bdef-17761e126dbf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-38dda41a-a2ed-4750-bdef-17761e126dbf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-305ddbab-b554-4569-9e89-1338ccda9262 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-b27980aa-5b7f-4388-b077-bc389414f0a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b27980aa-5b7f-4388-b077-bc389414f0a3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-b27980aa-5b7f-4388-b077-bc389414f0a3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b27980aa-5b7f-4388-b077-bc389414f0a3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d23ca62b-179b-4a49-a28f-594394c0425e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-92597ce0-6b52-4bc2-9b03-87645476507e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92597ce0-6b52-4bc2-9b03-87645476507e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-92597ce0-6b52-4bc2-9b03-87645476507e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-92597ce0-6b52-4bc2-9b03-87645476507e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-1f9b6d00-9fe7-4811-b975-9b99da1f0d3f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8fe015f7-2728-4f8b-b3b6-3671c760f1cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fe015f7-2728-4f8b-b3b6-3671c760f1cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-8fe015f7-2728-4f8b-b3b6-3671c760f1cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8fe015f7-2728-4f8b-b3b6-3671c760f1cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-53bff2ed-367f-42b2-91b2-16238d6d0456 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWQ2ZWE0MjYtNWUyOC00ZjdjLWFjZTEtMTk5OWFhZGVjMmJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZDZlYTQyNi01ZTI4LTRmN2MtYWNlMS0xOTk5YWFkZWMyYmIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-870284f2-3a7a-4c99-9af2-8f30f2e417ed-root {
    text-align: center;
  }


#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-870284f2-3a7a-4c99-9af2-8f30f2e417ed-root {
    text-align: center;
  }


#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-870284f2-3a7a-4c99-9af2-8f30f2e417ed-root {
    text-align: center;
  }


#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-870284f2-3a7a-4c99-9af2-8f30f2e417ed-root {
    text-align: center;
  }


#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-870284f2-3a7a-4c99-9af2-8f30f2e417ed-root {
    text-align: center;
  }


#s-870284f2-3a7a-4c99-9af2-8f30f2e417ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-bcb1978d-e9c0-4cbd-a5d0-f3a3216eaca1 {
  margin-left: auto;
margin-right: auto;
}

#s-bcb1978d-e9c0-4cbd-a5d0-f3a3216eaca1 hr {
  border-top: 2px solid #ddd;
}

#s-26fad3ef-c86f-42ed-8aff-1b6a57e3cc72 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-26fad3ef-c86f-42ed-8aff-1b6a57e3cc72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26fad3ef-c86f-42ed-8aff-1b6a57e3cc72.shg-box.shg-c {
  justify-content: center;
}

#s-48c128b9-3469-476c-a0c8-8be850643c0b {
  margin-left: 0%;
margin-right: 0%;
}

#s-53b85fbc-0562-4cbf-ad7a-946c6b0c7bfe {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53b85fbc-0562-4cbf-ad7a-946c6b0c7bfe .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 {
  max-width:  100%;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 {
  max-width:  100%;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 {
  max-width:  100%;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 {
  max-width:  100%;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 {
  max-width:  100%;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 .shg-image-zoom,
.shg-c#s-f77d1a90-c62b-4378-a9cb-866fe9f1c6b0 img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-76935dac-d995-40c0-8a70-459ce7c672cd {
  margin-left: auto;
margin-right: auto;
}

#s-76935dac-d995-40c0-8a70-459ce7c672cd .shg-proportional-font-size,
#s-76935dac-d995-40c0-8a70-459ce7c672cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-15b143f6-fdb5-40e1-8496-875967275050 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-15b143f6-fdb5-40e1-8496-875967275050 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15b143f6-fdb5-40e1-8496-875967275050 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-15b143f6-fdb5-40e1-8496-875967275050 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-15b143f6-fdb5-40e1-8496-875967275050 {
  
}
}
@media (min-width: 0px) {
[id="s-15b143f6-fdb5-40e1-8496-875967275050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15b143f6-fdb5-40e1-8496-875967275050"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15b143f6-fdb5-40e1-8496-875967275050"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15b143f6-fdb5-40e1-8496-875967275050"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5f724d2c-9e36-4177-881c-909cd10baef0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f724d2c-9e36-4177-881c-909cd10baef0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-5f724d2c-9e36-4177-881c-909cd10baef0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5f724d2c-9e36-4177-881c-909cd10baef0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-cc2fe7c4-ee57-48d2-a027-96c62beb549e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-cba3b15b-d17d-42c3-a33d-7c1156643ebe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cba3b15b-d17d-42c3-a33d-7c1156643ebe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-cba3b15b-d17d-42c3-a33d-7c1156643ebe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cba3b15b-d17d-42c3-a33d-7c1156643ebe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-61e8b12c-3f24-4dec-9ee3-1e2b5bde929f {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a89d1be4-0cdd-4e85-aec1-a964cca4db45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a89d1be4-0cdd-4e85-aec1-a964cca4db45 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-a89d1be4-0cdd-4e85-aec1-a964cca4db45 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a89d1be4-0cdd-4e85-aec1-a964cca4db45 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-eaa4b324-752e-42d8-9d39-45b1505eec46 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-7255f8d7-6cc7-4e49-8c98-4ff2a8a8edb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7255f8d7-6cc7-4e49-8c98-4ff2a8a8edb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-7255f8d7-6cc7-4e49-8c98-4ff2a8a8edb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7255f8d7-6cc7-4e49-8c98-4ff2a8a8edb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-8532bb8d-aab3-45d0-a0f2-c9d2c27dce2b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2025b9c0-8be4-4d4a-a8dd-d3201ecca0b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2025b9c0-8be4-4d4a-a8dd-d3201ecca0b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-2025b9c0-8be4-4d4a-a8dd-d3201ecca0b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2025b9c0-8be4-4d4a-a8dd-d3201ecca0b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-7bbe4fa1-46b8-40e6-bb79-fdb79e941beb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-abbdb92e-719e-4441-a072-3fe2210fd03f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abbdb92e-719e-4441-a072-3fe2210fd03f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-abbdb92e-719e-4441-a072-3fe2210fd03f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-abbdb92e-719e-4441-a072-3fe2210fd03f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-4aab22c0-1701-482f-94df-662686c10dc2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmVmNDg5YWItMmQyZC00MzQ0LThiYzktNWViYTk2ODhiODZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZWY0ODlhYi0yZDJkLTQzNDQtOGJjOS01ZWJhOTY4OGI4NmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb-root {
    text-align: center;
  }


#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb-root {
    text-align: center;
  }


#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb-root {
    text-align: center;
  }


#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb-root {
    text-align: center;
  }


#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb-root {
    text-align: center;
  }


#s-22d68f7f-e257-4b62-beab-0bfdb6e11cfb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-25938793-b382-4ac7-a9a9-64b92725b3ed {
  margin-left: auto;
margin-right: auto;
}

#s-25938793-b382-4ac7-a9a9-64b92725b3ed hr {
  border-top: 2px solid #ddd;
}

#s-cac6192b-a156-467b-b36b-6aad45f235ee {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-cac6192b-a156-467b-b36b-6aad45f235ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cac6192b-a156-467b-b36b-6aad45f235ee.shg-box.shg-c {
  justify-content: center;
}

#s-20b02eb7-4849-4eb8-9906-34a6a50a2f3c {
  margin-left: 0%;
margin-right: 0%;
}

#s-c8acc3d2-27da-4b21-978a-c9c7bfa96a89 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8acc3d2-27da-4b21-978a-c9c7bfa96a89 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e {
  max-width:  100%;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e {
  max-width:  100%;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e {
  max-width:  100%;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e {
  max-width:  100%;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e {
  max-width:  100%;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e .shg-image-zoom,
.shg-c#s-b023f5ba-de9e-4b3b-9026-eb3a3ead672e img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-de53f649-4551-45d1-aa1f-711580d53824 {
  margin-left: auto;
margin-right: auto;
}

#s-de53f649-4551-45d1-aa1f-711580d53824 .shg-proportional-font-size,
#s-de53f649-4551-45d1-aa1f-711580d53824 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06 {
  
}
}@media (max-width: 767px){#s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06 {
  
}
}
@media (min-width: 0px) {
[id="s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dca1412-8a82-4b7c-b68a-ecf8c19bfa06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b624d5b3-d41a-4d8a-8559-150fe5c8c16c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b624d5b3-d41a-4d8a-8559-150fe5c8c16c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-b624d5b3-d41a-4d8a-8559-150fe5c8c16c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b624d5b3-d41a-4d8a-8559-150fe5c8c16c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-51048e71-ded9-489f-928b-765e3bb61d1d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c709f0da-ab7f-4598-86b8-25aaa674cb27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c709f0da-ab7f-4598-86b8-25aaa674cb27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-c709f0da-ab7f-4598-86b8-25aaa674cb27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c709f0da-ab7f-4598-86b8-25aaa674cb27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-26779a95-4f3b-45be-9314-476a563224c6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-d37d0c6a-df7f-409c-b140-59477281bc92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d37d0c6a-df7f-409c-b140-59477281bc92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-d37d0c6a-df7f-409c-b140-59477281bc92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d37d0c6a-df7f-409c-b140-59477281bc92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-dad6b885-1a5b-4a98-954c-f90e639ba713 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-36a203fe-d190-487d-97d2-144a3a994122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36a203fe-d190-487d-97d2-144a3a994122 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-36a203fe-d190-487d-97d2-144a3a994122 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-36a203fe-d190-487d-97d2-144a3a994122 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-4e009fee-b462-4eec-ab35-9b6c728df798 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-b50b8578-26d7-4b94-8ae6-920f3e4a1c4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b50b8578-26d7-4b94-8ae6-920f3e4a1c4d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-b50b8578-26d7-4b94-8ae6-920f3e4a1c4d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b50b8578-26d7-4b94-8ae6-920f3e4a1c4d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-cb74c209-74bb-4986-b62a-c9fef6529d62 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2d39cadc-92c1-4dee-9958-2581cb83ff3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d39cadc-92c1-4dee-9958-2581cb83ff3d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-2d39cadc-92c1-4dee-9958-2581cb83ff3d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2d39cadc-92c1-4dee-9958-2581cb83ff3d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-ee80343b-28b8-4793-bc51-0226bf02bbee {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWUxYjhkNDgtMWIyZC00NmMwLWEwMGUtZjBlMzJjMjRkZWUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZTFiOGQ0OC0xYjJkLTQ2YzAtYTAwZS1mMGUzMmMyNGRlZTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b-root {
    text-align: center;
  }


#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b-root {
    text-align: center;
  }


#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b-root {
    text-align: center;
  }


#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b-root {
    text-align: center;
  }


#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b-root {
    text-align: center;
  }


#s-9bba4aa1-06dc-46a0-b568-d3bd55c5970b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-2e875c67-4c7c-4920-829e-5127ee4f79c1 {
  margin-left: auto;
margin-right: auto;
}

#s-2e875c67-4c7c-4920-829e-5127ee4f79c1 hr {
  border-top: 2px solid #ddd;
}

#s-7ee943a9-21ac-4d33-bd92-d7ebc2a4e7d0 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-7ee943a9-21ac-4d33-bd92-d7ebc2a4e7d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ee943a9-21ac-4d33-bd92-d7ebc2a4e7d0.shg-box.shg-c {
  justify-content: center;
}

#s-54c73373-9211-4aa2-a04a-015c174c2411 {
  margin-left: 0%;
margin-right: 0%;
}

#s-07d457b9-f2e2-44a5-9661-e119cf91f5c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07d457b9-f2e2-44a5-9661-e119cf91f5c1 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c {
  max-width:  100%;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c {
  max-width:  100%;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c {
  max-width:  100%;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c {
  max-width:  100%;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c {
  max-width:  100%;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c .shg-image-zoom,
.shg-c#s-cf9b0a0c-7d5d-43ff-ab4b-ea268b2e310c img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e76c0022-7a75-418e-89ea-16a0b07f5a60 {
  margin-left: auto;
margin-right: auto;
}

#s-e76c0022-7a75-418e-89ea-16a0b07f5a60 .shg-proportional-font-size,
#s-e76c0022-7a75-418e-89ea-16a0b07f5a60 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f12e7d34-4e1b-4474-82d2-274b7b59f568 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-f12e7d34-4e1b-4474-82d2-274b7b59f568 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f12e7d34-4e1b-4474-82d2-274b7b59f568 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f12e7d34-4e1b-4474-82d2-274b7b59f568 {
  
}
}@media (max-width: 767px){#s-f12e7d34-4e1b-4474-82d2-274b7b59f568 {
  
}
}
@media (min-width: 0px) {
[id="s-f12e7d34-4e1b-4474-82d2-274b7b59f568"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f12e7d34-4e1b-4474-82d2-274b7b59f568"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f12e7d34-4e1b-4474-82d2-274b7b59f568"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f12e7d34-4e1b-4474-82d2-274b7b59f568"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-23acc796-9566-44a3-b762-053c376a6d47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23acc796-9566-44a3-b762-053c376a6d47 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-23acc796-9566-44a3-b762-053c376a6d47 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-23acc796-9566-44a3-b762-053c376a6d47 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-538b7a7f-655a-4b02-a374-6fd23a907bac {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-8e51d470-daed-4706-9800-f6bd57e0d6f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e51d470-daed-4706-9800-f6bd57e0d6f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-8e51d470-daed-4706-9800-f6bd57e0d6f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8e51d470-daed-4706-9800-f6bd57e0d6f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-3e994cdf-ab64-473e-9549-f5be01b8e6bc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-61786e23-5220-4b29-bffb-8b4f816a7597 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61786e23-5220-4b29-bffb-8b4f816a7597 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-61786e23-5220-4b29-bffb-8b4f816a7597 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-61786e23-5220-4b29-bffb-8b4f816a7597 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-1ecf8163-0245-4abe-9492-1029d411f3f2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2f737c87-f31d-42df-a0c6-583cd7d39170 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f737c87-f31d-42df-a0c6-583cd7d39170 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-2f737c87-f31d-42df-a0c6-583cd7d39170 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2f737c87-f31d-42df-a0c6-583cd7d39170 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-4dce4152-397f-4742-9c39-c074037a2d75 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-c7a86503-9ab1-49f7-b9a6-be7bc945a7d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7a86503-9ab1-49f7-b9a6-be7bc945a7d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-c7a86503-9ab1-49f7-b9a6-be7bc945a7d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c7a86503-9ab1-49f7-b9a6-be7bc945a7d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-16029ad7-c2d7-4b66-b735-e58aa97fdcd6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-589cc3f7-650b-4fb1-985d-fd911f8f1426 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-589cc3f7-650b-4fb1-985d-fd911f8f1426 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-589cc3f7-650b-4fb1-985d-fd911f8f1426 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-589cc3f7-650b-4fb1-985d-fd911f8f1426 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-6cde18ab-074c-4e3f-937a-293c05f4ebb2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2169a0d6-f72b-489c-ae3c-2a2046db2655 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWYxOTA0YTctZWFhNS00ODUyLWE2MWItZGQ5NTFiMmVmYjc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZjE5MDRhNy1lYWE1LTQ4NTItYTYxYi1kZDk1MWIyZWZiNzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-2169a0d6-f72b-489c-ae3c-2a2046db2655:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2169a0d6-f72b-489c-ae3c-2a2046db2655:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2169a0d6-f72b-489c-ae3c-2a2046db2655-root {
    text-align: center;
  }


#s-2169a0d6-f72b-489c-ae3c-2a2046db2655.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2169a0d6-f72b-489c-ae3c-2a2046db2655-root {
    text-align: center;
  }


#s-2169a0d6-f72b-489c-ae3c-2a2046db2655.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2169a0d6-f72b-489c-ae3c-2a2046db2655-root {
    text-align: center;
  }


#s-2169a0d6-f72b-489c-ae3c-2a2046db2655.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2169a0d6-f72b-489c-ae3c-2a2046db2655-root {
    text-align: center;
  }


#s-2169a0d6-f72b-489c-ae3c-2a2046db2655.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2169a0d6-f72b-489c-ae3c-2a2046db2655-root {
    text-align: center;
  }


#s-2169a0d6-f72b-489c-ae3c-2a2046db2655.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-a1a81fdc-7b86-44b3-b83f-a84dd54d4dbc {
  margin-left: auto;
margin-right: auto;
}

#s-a1a81fdc-7b86-44b3-b83f-a84dd54d4dbc hr {
  border-top: 2px solid #ddd;
}

#s-3643311d-b8d4-4f1a-b97a-e70f3efc031e {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-3643311d-b8d4-4f1a-b97a-e70f3efc031e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3643311d-b8d4-4f1a-b97a-e70f3efc031e.shg-box.shg-c {
  justify-content: center;
}

#s-5f520e43-7846-4abb-b4db-12e85bf1200f {
  margin-left: 0%;
margin-right: 0%;
}

#s-146064c2-9b5c-4469-84d0-ace679f3f062 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-146064c2-9b5c-4469-84d0-ace679f3f062 .shg-product-title-component h2 {
  
  
  
  
  font-size: 24px;
  
  
  
}

#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b {
  max-width:  100%;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b {
  max-width:  100%;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b {
  max-width:  100%;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b {
  max-width:  100%;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  max-width: 200px !important;
  
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b {
  max-width:  100%;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  max-width: 150px !important;
  
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b .shg-image-zoom,
.shg-c#s-8526ef76-6da3-4ded-a450-ebcd649c0b3b img.shogun-image {
  aspect-ratio: 452/690;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-aaa08ca2-4b7b-49b7-86dc-c0b164af1f30 {
  margin-left: auto;
margin-right: auto;
}

#s-aaa08ca2-4b7b-49b7-86dc-c0b164af1f30 .shg-proportional-font-size,
#s-aaa08ca2-4b7b-49b7-86dc-c0b164af1f30 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8da4a179-f35e-4942-9c27-1d70d2b962ea {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8da4a179-f35e-4942-9c27-1d70d2b962ea {
  
}
}@media (max-width: 767px){#s-8da4a179-f35e-4942-9c27-1d70d2b962ea {
  
}
}
@media (min-width: 0px) {
[id="s-8da4a179-f35e-4942-9c27-1d70d2b962ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8da4a179-f35e-4942-9c27-1d70d2b962ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8da4a179-f35e-4942-9c27-1d70d2b962ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8da4a179-f35e-4942-9c27-1d70d2b962ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0b297d17-9da9-41e3-b863-9a8d9b270cef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b297d17-9da9-41e3-b863-9a8d9b270cef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-0b297d17-9da9-41e3-b863-9a8d9b270cef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b297d17-9da9-41e3-b863-9a8d9b270cef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-e7aa97b7-36f3-4c6b-a9e5-d221f5601756 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-3bbab652-f951-4935-9f8e-e287e2a38c92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bbab652-f951-4935-9f8e-e287e2a38c92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-3bbab652-f951-4935-9f8e-e287e2a38c92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3bbab652-f951-4935-9f8e-e287e2a38c92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-1620b1e9-6da2-4134-8c8b-e1579649c126 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2c32827b-0446-4fed-9ae9-30deac70496e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c32827b-0446-4fed-9ae9-30deac70496e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-2c32827b-0446-4fed-9ae9-30deac70496e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2c32827b-0446-4fed-9ae9-30deac70496e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


}
#s-079c6f83-ec81-4509-ac9a-a869cb160377 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-a38e00e9-e6f5-451a-9e89-096693b45a6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a38e00e9-e6f5-451a-9e89-096693b45a6f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-a38e00e9-e6f5-451a-9e89-096693b45a6f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a38e00e9-e6f5-451a-9e89-096693b45a6f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-87e342b3-283d-44d6-9077-8877f8dd7761 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-f53cdae6-82cf-40d6-9c71-9c1e3a4809d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f53cdae6-82cf-40d6-9c71-9c1e3a4809d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-f53cdae6-82cf-40d6-9c71-9c1e3a4809d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f53cdae6-82cf-40d6-9c71-9c1e3a4809d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-d033ed0d-dae8-4635-afb5-d4e4c4d32e09 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-2d2ff0ff-f617-44be-ac26-c2a02201fb4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d2ff0ff-f617-44be-ac26-c2a02201fb4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-2d2ff0ff-f617-44be-ac26-c2a02201fb4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2d2ff0ff-f617-44be-ac26-c2a02201fb4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-6d8c8eb6-6c13-46ef-833a-8c59abf5d3b1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7 {
  box-shadow:1px 1px 8px 1px rgba(2, 2, 2, 0.41);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNThmYjdlY2QtOGUwYi00Yjk2LTk2Y2QtMTJiNWE3MDUxODkyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjEwYjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1OGZiN2VjZC04ZTBiLTRiOTYtOTZjZC0xMmI1YTcwNTE4OTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f10b8b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43799b5b-d9a8-4706-b57b-a63563f9dbe7-root {
    text-align: center;
  }


#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43799b5b-d9a8-4706-b57b-a63563f9dbe7-root {
    text-align: center;
  }


#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43799b5b-d9a8-4706-b57b-a63563f9dbe7-root {
    text-align: center;
  }


#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43799b5b-d9a8-4706-b57b-a63563f9dbe7-root {
    text-align: center;
  }


#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43799b5b-d9a8-4706-b57b-a63563f9dbe7-root {
    text-align: center;
  }


#s-43799b5b-d9a8-4706-b57b-a63563f9dbe7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d9b66f2f-3697-428d-a28a-5ddc7a04afd6 {
  margin-left: auto;
margin-right: auto;
}

#s-d9b66f2f-3697-428d-a28a-5ddc7a04afd6 hr {
  border-top: 2px solid #ddd;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
