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

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

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

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

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

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

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

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

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

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

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

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

#s-e45e2b37-7d8d-472f-ad9d-d4230b52d0f8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-e45e2b37-7d8d-472f-ad9d-d4230b52d0f8 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-e45e2b37-7d8d-472f-ad9d-d4230b52d0f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e45e2b37-7d8d-472f-ad9d-d4230b52d0f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-7434e83b-1638-4c7d-84b7-321d4c73bbc7 {
  margin-top: 20px;
margin-bottom: 10px;
margin-right: 5%;
}
@media (max-width: 767px){#s-7434e83b-1638-4c7d-84b7-321d4c73bbc7 {
  margin-top: 20px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-7434e83b-1638-4c7d-84b7-321d4c73bbc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7434e83b-1638-4c7d-84b7-321d4c73bbc7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7434e83b-1638-4c7d-84b7-321d4c73bbc7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7434e83b-1638-4c7d-84b7-321d4c73bbc7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7434e83b-1638-4c7d-84b7-321d4c73bbc7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7434e83b-1638-4c7d-84b7-321d4c73bbc7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7434e83b-1638-4c7d-84b7-321d4c73bbc7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  max-width: 1640px;
text-align: center;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  margin: 0 !important;
  overflow: visible;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add background color handling */
  
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-61345963-9fbf-49df-a7d0-4f31a72c7635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image {
  box-sizing: border-box;
}



.s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  
}


@media (min-width: 1200px){#s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  margin: 0 !important;
  overflow: visible;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add background color handling */
  
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-61345963-9fbf-49df-a7d0-4f31a72c7635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image {
  box-sizing: border-box;
}



.s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  margin: 0 !important;
  overflow: visible;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add background color handling */
  
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-61345963-9fbf-49df-a7d0-4f31a72c7635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image {
  box-sizing: border-box;
}



.s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  margin: 0 !important;
  overflow: visible;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add background color handling */
  
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-61345963-9fbf-49df-a7d0-4f31a72c7635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image {
  box-sizing: border-box;
}



.s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  
}


}@media (max-width: 767px){#s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  margin: 0 !important;
  overflow: visible;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-61345963-9fbf-49df-a7d0-4f31a72c7635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add background color handling */
  
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-61345963-9fbf-49df-a7d0-4f31a72c7635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61345963-9fbf-49df-a7d0-4f31a72c7635.shogun-image {
  box-sizing: border-box;
}



.s-61345963-9fbf-49df-a7d0-4f31a72c7635 img.shogun-image {
  
}


}
.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-47a15962-976c-46e8-a170-0521496472ed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47a15962-976c-46e8-a170-0521496472ed .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-8c7a9428-a18e-4b1c-b872-dc58a1a25f2c {
  margin-left: auto;
margin-right: auto;
}

#s-8c7a9428-a18e-4b1c-b872-dc58a1a25f2c .shg-proportional-font-size,
#s-8c7a9428-a18e-4b1c-b872-dc58a1a25f2c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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-5815b959-0997-4e8b-a87e-154c14c02978 {
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: left;
background-color: rgba(221, 77, 77, 1);
font-size: 14px;
font-weight: bold;
color: rgba(254, 254, 254, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5815b959-0997-4e8b-a87e-154c14c02978:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(185, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5815b959-0997-4e8b-a87e-154c14c02978:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5815b959-0997-4e8b-a87e-154c14c02978 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5815b959-0997-4e8b-a87e-154c14c02978 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5815b959-0997-4e8b-a87e-154c14c02978 {
  
}
}@media (max-width: 767px){#s-5815b959-0997-4e8b-a87e-154c14c02978 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}

  #s-5815b959-0997-4e8b-a87e-154c14c02978-root {
    text-align: left;
  }


#s-5815b959-0997-4e8b-a87e-154c14c02978.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5815b959-0997-4e8b-a87e-154c14c02978-root {
    text-align: left;
  }


#s-5815b959-0997-4e8b-a87e-154c14c02978.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5815b959-0997-4e8b-a87e-154c14c02978-root {
    text-align: left;
  }


#s-5815b959-0997-4e8b-a87e-154c14c02978.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5815b959-0997-4e8b-a87e-154c14c02978-root {
    text-align: left;
  }


#s-5815b959-0997-4e8b-a87e-154c14c02978.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5815b959-0997-4e8b-a87e-154c14c02978-root {
    text-align: left;
  }


#s-5815b959-0997-4e8b-a87e-154c14c02978.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-e56ccc77-2fba-4170-8fee-2f3222c0f10e {
  box-shadow:1px 1px 5px 5px rgba(230, 229, 229, 1);
margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 32px;
min-height: 50px;
}








#s-e56ccc77-2fba-4170-8fee-2f3222c0f10e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e56ccc77-2fba-4170-8fee-2f3222c0f10e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d082ebe5-0d38-43e6-9700-b598ead71b7a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d082ebe5-0d38-43e6-9700-b598ead71b7a .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-b169d377-6b4a-4538-a373-416e22ad8eec {
  margin-left: 5%;
margin-right: auto;
}

#s-b169d377-6b4a-4538-a373-416e22ad8eec .shg-proportional-font-size,
#s-b169d377-6b4a-4538-a373-416e22ad8eec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7aac975e-d6fe-498d-a4df-16b690c01267 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7aac975e-d6fe-498d-a4df-16b690c01267"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7aac975e-d6fe-498d-a4df-16b690c01267"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7aac975e-d6fe-498d-a4df-16b690c01267"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aac975e-d6fe-498d-a4df-16b690c01267"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-17a4a621-52de-433b-b0c2-e76a92b68715 {
  box-shadow:0px 0px 0px 0px rgb(255, 255, 255);
padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

#s-e4fc7654-adcf-4679-b2fa-c9683b428797 {
  text-align: center;
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 {
  max-width:  100%;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom,
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 {
  max-width:  100%;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom,
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 {
  max-width:  100%;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom,
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 {
  max-width:  100%;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom,
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 {
  max-width:  100%;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom,
.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fc7654-adcf-4679-b2fa-c9683b428797 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  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-f07805f8-5561-42e4-af80-1b83d8c758b8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-f07805f8-5561-42e4-af80-1b83d8c758b8 .shg-product-title-component h4 span {
  color: rgba(33, 80, 148, 1);
  
  
  
  font-size: 24px;
  
  
  
}

#s-868a6683-34ea-4f5d-ac99-971b91376c2e {
  margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-868a6683-34ea-4f5d-ac99-971b91376c2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-868a6683-34ea-4f5d-ac99-971b91376c2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-868a6683-34ea-4f5d-ac99-971b91376c2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-868a6683-34ea-4f5d-ac99-971b91376c2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-868a6683-34ea-4f5d-ac99-971b91376c2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-868a6683-34ea-4f5d-ac99-971b91376c2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-868a6683-34ea-4f5d-ac99-971b91376c2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bbcda7ee-6b0f-40fc-a79c-c1b482634968 {
  text-align: center;
}

#s-bbcda7ee-6b0f-40fc-a79c-c1b482634968 .shg-product-sold-out {
  display: none;
  color: rgba(33, 80, 148, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-bbcda7ee-6b0f-40fc-a79c-c1b482634968 .shg-product-price {
  color: rgba(33, 80, 148, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bbcda7ee-6b0f-40fc-a79c-c1b482634968 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04 {
  box-shadow:1px 1px 6px 1px rgba(0, 0, 0, 0.42);
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(33, 80, 148, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04:active {box-shadow:6px 6px 6px 6px rgba(255, 43, 43, 1) !important;
border-style: solid !important;
border-color: rgba(33, 80, 148, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04-atc-btn-wrapper {
    text-align: center;
  }


#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04-atc-btn-wrapper {
    text-align: center;
  }


#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04-atc-btn-wrapper {
    text-align: center;
  }


#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04-atc-btn-wrapper {
    text-align: center;
  }


#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04-atc-btn-wrapper {
    text-align: center;
  }


#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2fe8b402-6bea-4851-b7f1-3b718a5e2f04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d6e6d750-c85e-40f5-8a6a-5b21fda94f80 {
  box-shadow:0px 0px 0px 0px rgb(255, 255, 255);
padding-top: 0px;
}

#s-79417ebb-218e-4c53-9aad-69ac0710a90c {
  text-align: center;
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c {
  max-width:  100%;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom,
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c {
  max-width:  100%;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom,
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c {
  max-width:  100%;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom,
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c {
  max-width:  100%;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom,
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c {
  max-width:  100%;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom,
.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  max-width: 350px !important;
  
}

.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79417ebb-218e-4c53-9aad-69ac0710a90c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-af521ea9-e418-46de-852f-3863983b8784 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-af521ea9-e418-46de-852f-3863983b8784 .shg-product-title-component h4 span {
  color: rgba(33, 80, 148, 1);
  
  
  
  font-size: 24px;
  
  
  
}

#s-fda3f962-659e-4edf-a078-d6215bef17d6 {
  margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-fda3f962-659e-4edf-a078-d6215bef17d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fda3f962-659e-4edf-a078-d6215bef17d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fda3f962-659e-4edf-a078-d6215bef17d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fda3f962-659e-4edf-a078-d6215bef17d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fda3f962-659e-4edf-a078-d6215bef17d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fda3f962-659e-4edf-a078-d6215bef17d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fda3f962-659e-4edf-a078-d6215bef17d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-cf3565b8-6eae-48ca-aa31-0971992e8658 {
  text-align: center;
}

#s-cf3565b8-6eae-48ca-aa31-0971992e8658 .shg-product-sold-out {
  display: none;
  color: rgba(33, 80, 148, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-cf3565b8-6eae-48ca-aa31-0971992e8658 .shg-product-price {
  color: rgba(33, 80, 148, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cf3565b8-6eae-48ca-aa31-0971992e8658 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650 {
  box-shadow:1px 1px 6px 1px rgba(0, 0, 0, 0.42);
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(33, 80, 148, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f03cfb27-76af-4823-8a7a-f23876233650:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f03cfb27-76af-4823-8a7a-f23876233650:active {box-shadow:6px 6px 6px 6px rgba(255, 43, 43, 1) !important;
border-style: solid !important;
border-color: rgba(33, 80, 148, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f03cfb27-76af-4823-8a7a-f23876233650-atc-btn-wrapper {
    text-align: center;
  }


#s-f03cfb27-76af-4823-8a7a-f23876233650 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f03cfb27-76af-4823-8a7a-f23876233650-atc-btn-wrapper {
    text-align: center;
  }


#s-f03cfb27-76af-4823-8a7a-f23876233650 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f03cfb27-76af-4823-8a7a-f23876233650-atc-btn-wrapper {
    text-align: center;
  }


#s-f03cfb27-76af-4823-8a7a-f23876233650 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f03cfb27-76af-4823-8a7a-f23876233650-atc-btn-wrapper {
    text-align: center;
  }


#s-f03cfb27-76af-4823-8a7a-f23876233650 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f03cfb27-76af-4823-8a7a-f23876233650-atc-btn-wrapper {
    text-align: center;
  }


#s-f03cfb27-76af-4823-8a7a-f23876233650 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-f03cfb27-76af-4823-8a7a-f23876233650.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-44c8101d-3f52-4d99-9541-03f90a1546c5 {
  box-shadow:1px 1px 5px 5px rgba(216, 214, 214, 1);
margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 32px;
min-height: 50px;
}








#s-44c8101d-3f52-4d99-9541-03f90a1546c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44c8101d-3f52-4d99-9541-03f90a1546c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6796b7f-bb5c-489f-9624-71f64bc2b7ea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6796b7f-bb5c-489f-9624-71f64bc2b7ea .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-493f3c17-f6dc-4734-8ce3-a0204dd562da {
  margin-left: 5%;
margin-right: auto;
}

#s-493f3c17-f6dc-4734-8ce3-a0204dd562da .shg-proportional-font-size,
#s-493f3c17-f6dc-4734-8ce3-a0204dd562da .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4427b1b7-8f2a-4d37-8956-5296feba7ec6 {
  box-shadow:0px 0px 0px 0px rgb(255, 255, 255);
margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4427b1b7-8f2a-4d37-8956-5296feba7ec6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4427b1b7-8f2a-4d37-8956-5296feba7ec6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4427b1b7-8f2a-4d37-8956-5296feba7ec6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4427b1b7-8f2a-4d37-8956-5296feba7ec6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1e93cc74-2643-4805-9581-1f017e78e111 {
  box-shadow:0px 0px 0px 0px rgb(255, 255, 255);
padding-top: 0px;
}

#s-48c94301-9f13-4226-bd9f-21eb85a6d500 {
  text-align: left;
}



.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 .shg-image-zoom,
.shg-c#s-48c94301-9f13-4226-bd9f-21eb85a6d500 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0a041755-0899-4e3a-822a-b5cb4585d72e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-0a041755-0899-4e3a-822a-b5cb4585d72e .shg-product-title-component h4 span {
  color: rgba(33, 80, 148, 1);
  
  
  
  font-size: 24px;
  
  
  
}

#s-69682a5b-09e6-411a-a073-12046ce0364a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-69682a5b-09e6-411a-a073-12046ce0364a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69682a5b-09e6-411a-a073-12046ce0364a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69682a5b-09e6-411a-a073-12046ce0364a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69682a5b-09e6-411a-a073-12046ce0364a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69682a5b-09e6-411a-a073-12046ce0364a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69682a5b-09e6-411a-a073-12046ce0364a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69682a5b-09e6-411a-a073-12046ce0364a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-54d1b6ad-d4ff-45a0-8c4b-ec05b2d1944c {
  text-align: center;
}

#s-54d1b6ad-d4ff-45a0-8c4b-ec05b2d1944c .shg-product-sold-out {
  display: none;
  color: rgba(33, 80, 148, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-54d1b6ad-d4ff-45a0-8c4b-ec05b2d1944c .shg-product-price {
  color: rgba(33, 80, 148, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-54d1b6ad-d4ff-45a0-8c4b-ec05b2d1944c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841 {
  box-shadow:1px 1px 6px 1px rgba(0, 0, 0, 0.42);
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(33, 80, 148, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-de909bb5-c043-46a2-84cb-9b56016ee841:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de909bb5-c043-46a2-84cb-9b56016ee841:active {box-shadow:6px 6px 6px 6px rgba(255, 43, 43, 1) !important;
border-style: solid !important;
border-color: rgba(33, 80, 148, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-de909bb5-c043-46a2-84cb-9b56016ee841-atc-btn-wrapper {
    text-align: center;
  }


#s-de909bb5-c043-46a2-84cb-9b56016ee841 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-de909bb5-c043-46a2-84cb-9b56016ee841-atc-btn-wrapper {
    text-align: center;
  }


#s-de909bb5-c043-46a2-84cb-9b56016ee841 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-de909bb5-c043-46a2-84cb-9b56016ee841-atc-btn-wrapper {
    text-align: center;
  }


#s-de909bb5-c043-46a2-84cb-9b56016ee841 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-de909bb5-c043-46a2-84cb-9b56016ee841-atc-btn-wrapper {
    text-align: center;
  }


#s-de909bb5-c043-46a2-84cb-9b56016ee841 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-de909bb5-c043-46a2-84cb-9b56016ee841-atc-btn-wrapper {
    text-align: center;
  }


#s-de909bb5-c043-46a2-84cb-9b56016ee841 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-de909bb5-c043-46a2-84cb-9b56016ee841.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c87978a0-03a2-4e3d-83ef-3161b467d124 {
  box-shadow:0px 0px 0px 0px rgba(2, 2, 2, 0.33);
padding-top: 0px;
}

#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 {
  text-align: center;
}



.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 .shg-image-zoom,
.shg-c#s-ffa8cb84-f1e0-4dfb-987a-54b0744ba025 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4c37a557-a255-43b5-9589-e38b9406d1a2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-4c37a557-a255-43b5-9589-e38b9406d1a2 .shg-product-title-component h4 span {
  color: rgba(33, 80, 148, 1);
  
  
  
  font-size: 24px;
  
  
  
}

#s-b59d0abe-5a13-479c-9523-28ec17f2a5f3 {
  margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-b59d0abe-5a13-479c-9523-28ec17f2a5f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b59d0abe-5a13-479c-9523-28ec17f2a5f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b59d0abe-5a13-479c-9523-28ec17f2a5f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b59d0abe-5a13-479c-9523-28ec17f2a5f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b59d0abe-5a13-479c-9523-28ec17f2a5f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b59d0abe-5a13-479c-9523-28ec17f2a5f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b59d0abe-5a13-479c-9523-28ec17f2a5f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-96dbe080-c53f-4edd-bdc7-54d31e32d26b {
  text-align: center;
}

#s-96dbe080-c53f-4edd-bdc7-54d31e32d26b .shg-product-sold-out {
  display: none;
  color: rgba(33, 80, 148, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-96dbe080-c53f-4edd-bdc7-54d31e32d26b .shg-product-price {
  color: rgba(33, 80, 148, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-96dbe080-c53f-4edd-bdc7-54d31e32d26b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d {
  box-shadow:1px 1px 6px 1px rgba(0, 0, 0, 0.42);
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 2px;
background-color: rgba(33, 80, 148, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9936c8bb-645d-41ec-9d97-e848eadcb88d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9936c8bb-645d-41ec-9d97-e848eadcb88d:active {box-shadow:6px 6px 6px 6px rgba(255, 43, 43, 1) !important;
border-style: solid !important;
border-color: rgba(33, 80, 148, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-9936c8bb-645d-41ec-9d97-e848eadcb88d-atc-btn-wrapper {
    text-align: center;
  }


#s-9936c8bb-645d-41ec-9d97-e848eadcb88d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9936c8bb-645d-41ec-9d97-e848eadcb88d-atc-btn-wrapper {
    text-align: center;
  }


#s-9936c8bb-645d-41ec-9d97-e848eadcb88d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9936c8bb-645d-41ec-9d97-e848eadcb88d-atc-btn-wrapper {
    text-align: center;
  }


#s-9936c8bb-645d-41ec-9d97-e848eadcb88d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9936c8bb-645d-41ec-9d97-e848eadcb88d-atc-btn-wrapper {
    text-align: center;
  }


#s-9936c8bb-645d-41ec-9d97-e848eadcb88d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9936c8bb-645d-41ec-9d97-e848eadcb88d-atc-btn-wrapper {
    text-align: center;
  }


#s-9936c8bb-645d-41ec-9d97-e848eadcb88d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-9936c8bb-645d-41ec-9d97-e848eadcb88d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (max-width: 767px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}







#s-9db044ca-f446-4eea-8094-4a518ba7acb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9db044ca-f446-4eea-8094-4a518ba7acb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bbc983b7-042d-4cb0-962f-5928a8d90154 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bbc983b7-042d-4cb0-962f-5928a8d90154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbc983b7-042d-4cb0-962f-5928a8d90154.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-287795e6-0b61-4937-966a-b911ad62877a {
  box-shadow:1px 1px 5px 5px rgba(216, 214, 214, 1);
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 32px;
}

@media (min-width: 0px) {
[id="s-287795e6-0b61-4937-966a-b911ad62877a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-287795e6-0b61-4937-966a-b911ad62877a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-287795e6-0b61-4937-966a-b911ad62877a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-287795e6-0b61-4937-966a-b911ad62877a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-287795e6-0b61-4937-966a-b911ad62877a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-287795e6-0b61-4937-966a-b911ad62877a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-287795e6-0b61-4937-966a-b911ad62877a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 438px;
aspect-ratio: 438/581;
text-align: center;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  margin: 0 !important;
  overflow: visible;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

.shg-image-content-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add background color handling */
  
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }

    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-link {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 438px;
  }



  img.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
    
    
    
    max-height: 438px;
  }


.s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
  box-sizing: border-box;
}



.s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-622e3342-5c1c-456f-8b54-7537ba558bbf {
      --shg-aspect-ratio: calc(438/581); 
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
      position: relative;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 438px;
    }
  }

@media (min-width: 1200px){#s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  margin: 0 !important;
  overflow: visible;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add background color handling */
  
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }

    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-link {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 438px;
  }



  img.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
    
    
    
    max-height: 438px;
  }


.s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
  box-sizing: border-box;
}



.s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-622e3342-5c1c-456f-8b54-7537ba558bbf {
      --shg-aspect-ratio: calc(438/581); 
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
      position: relative;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 438px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  margin: 0 !important;
  overflow: visible;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add background color handling */
  
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }

    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-link {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 438px;
  }



  img.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
    
    
    
    max-height: 438px;
  }


.s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
  box-sizing: border-box;
}



.s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-622e3342-5c1c-456f-8b54-7537ba558bbf {
      --shg-aspect-ratio: calc(438/581); 
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
      position: relative;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 438px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  margin: 0 !important;
  overflow: visible;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add background color handling */
  
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }

    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-link {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 438px;
  }



  img.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
    
    
    
    max-height: 438px;
  }


.s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
  box-sizing: border-box;
}



.s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-622e3342-5c1c-456f-8b54-7537ba558bbf {
      --shg-aspect-ratio: calc(438/581); 
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
      position: relative;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 438px;
    }
  }

}@media (max-width: 767px){#s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  margin: 0 !important;
  overflow: visible;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-622e3342-5c1c-456f-8b54-7537ba558bbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add background color handling */
  
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }

    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-link {
      aspect-ratio: 438/581;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-622e3342-5c1c-456f-8b54-7537ba558bbf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 438px;
  }



  img.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
    
    
    
    max-height: 438px;
  }


.s-622e3342-5c1c-456f-8b54-7537ba558bbf .shogun-image-content {
  
    justify-content: center;
  
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image {
  box-sizing: border-box;
}



.s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-622e3342-5c1c-456f-8b54-7537ba558bbf {
      --shg-aspect-ratio: calc(438/581); 
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container {
      position: relative;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-622e3342-5c1c-456f-8b54-7537ba558bbf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 438px;
    }
  }

}
#s-eb375cfa-0292-48dd-8fbd-2a53fdeae19c {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 10px;
text-align: left;
}

#s-eb375cfa-0292-48dd-8fbd-2a53fdeae19c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-623074db-1878-4ba9-837c-3688519a8da2 {
  padding-left: 3%;
padding-right: 3%;
}

#s-e4cbd89e-1979-46a3-b792-737ec33c287b {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-e4cbd89e-1979-46a3-b792-737ec33c287b > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-e4cbd89e-1979-46a3-b792-737ec33c287b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c42e52a6-ca9e-4c54-9e90-32c7558b4fc2 {
  box-shadow:1px 1px 5px 5px rgba(216, 214, 214, 1);
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 32px;
min-height: 50px;
}








#s-c42e52a6-ca9e-4c54-9e90-32c7558b4fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c42e52a6-ca9e-4c54-9e90-32c7558b4fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-412225a2-e6e8-4a4f-9919-334bf26ec651 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-412225a2-e6e8-4a4f-9919-334bf26ec651 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-232b7983-da84-4544-aa79-5305bad359a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-232b7983-da84-4544-aa79-5305bad359a8 .shogun-heading-component h4 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c999258b-a72b-40f2-b6ab-838deca52f89 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-c999258b-a72b-40f2-b6ab-838deca52f89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c999258b-a72b-40f2-b6ab-838deca52f89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c999258b-a72b-40f2-b6ab-838deca52f89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c999258b-a72b-40f2-b6ab-838deca52f89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c999258b-a72b-40f2-b6ab-838deca52f89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c999258b-a72b-40f2-b6ab-838deca52f89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-c999258b-a72b-40f2-b6ab-838deca52f89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

#s-f4d523e6-b93b-4e26-bb2d-af1ec2847dd5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
background-color: rgba(254, 254, 254, 1);
}

#s-a1ec0008-3c80-4f2a-a69f-c41f9ec9fbf5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
background-color: rgba(254, 254, 254, 1);
}

#s-687243aa-f386-4b14-90c0-b2af1cd1655e {
  padding-top: 7px;
padding-bottom: 7px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9ec0a023-ff05-46dc-b1ef-21560fac1b93 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

#s-9ec0a023-ff05-46dc-b1ef-21560fac1b93 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9ec0a023-ff05-46dc-b1ef-21560fac1b93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9ec0a023-ff05-46dc-b1ef-21560fac1b93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 80, 148, 1);
}

#s-9ec0a023-ff05-46dc-b1ef-21560fac1b93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9ec0a023-ff05-46dc-b1ef-21560fac1b93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 80, 148, 1);
  text-align: center;
  
  
  
  font-size: 16px;
}

#s-9ec0a023-ff05-46dc-b1ef-21560fac1b93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-da124e98-a662-4755-9a7d-934f214a81a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da124e98-a662-4755-9a7d-934f214a81a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da124e98-a662-4755-9a7d-934f214a81a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da124e98-a662-4755-9a7d-934f214a81a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dcc6589c-6cd2-46a3-a1a4-6a6decab0626 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc6589c-6cd2-46a3-a1a4-6a6decab0626 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5ef0c830-e008-452a-81d1-7cc099044d44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ef0c830-e008-452a-81d1-7cc099044d44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-322167ce-4517-4541-a098-76279021c739 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-322167ce-4517-4541-a098-76279021c739 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-75de319e-0d94-427b-be3c-5d44be73568d {
  margin-left: auto;
margin-right: auto;
}

#s-75de319e-0d94-427b-be3c-5d44be73568d .shg-proportional-font-size,
#s-75de319e-0d94-427b-be3c-5d44be73568d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4 {
  box-shadow:2px 2px 5px 3px rgba(0, 0, 0, 0.39);
border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.2);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(33, 80, 148, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4:hover {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-89ced81e-ed8e-45dc-8494-47f8bd9462a4-root {
    text-align: center;
  }


#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89ced81e-ed8e-45dc-8494-47f8bd9462a4-root {
    text-align: center;
  }


#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89ced81e-ed8e-45dc-8494-47f8bd9462a4-root {
    text-align: center;
  }


#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89ced81e-ed8e-45dc-8494-47f8bd9462a4-root {
    text-align: center;
  }


#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89ced81e-ed8e-45dc-8494-47f8bd9462a4-root {
    text-align: center;
  }


#s-89ced81e-ed8e-45dc-8494-47f8bd9462a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-92cc587a-7014-4559-a4a6-d7d939785d94 {
  margin-left: 25%;
margin-bottom: 2%;
margin-right: 25%;
}

#s-92cc587a-7014-4559-a4a6-d7d939785d94 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-92cc587a-7014-4559-a4a6-d7d939785d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-92cc587a-7014-4559-a4a6-d7d939785d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 80, 148, 1);
}

#s-92cc587a-7014-4559-a4a6-d7d939785d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-92cc587a-7014-4559-a4a6-d7d939785d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 80, 148, 1);
  text-align: left;
  font-family: Montserrat;
  
  
  font-size: 16px;
}

#s-92cc587a-7014-4559-a4a6-d7d939785d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-6f6377c8-04eb-4c7f-a718-58d9e7c61373 {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-a19d174b-a403-414f-83ee-c8b0d86fb2d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a19d174b-a403-414f-83ee-c8b0d86fb2d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a19d174b-a403-414f-83ee-c8b0d86fb2d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a19d174b-a403-414f-83ee-c8b0d86fb2d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a19d174b-a403-414f-83ee-c8b0d86fb2d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a19d174b-a403-414f-83ee-c8b0d86fb2d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a19d174b-a403-414f-83ee-c8b0d86fb2d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-352acc66-f926-421e-a666-a148732f49ca {
  text-align: center;
}

#s-352acc66-f926-421e-a666-a148732f49ca {
  overflow: hidden;
  
  
}







  #s-352acc66-f926-421e-a666-a148732f49ca img.shogun-image {
    

    
    
    
  }


#s-352acc66-f926-421e-a666-a148732f49ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-cb82e7fa-4a0d-4ad6-9b00-5cb7af7c0565 {
  min-height: 50px;
}








#s-cb82e7fa-4a0d-4ad6-9b00-5cb7af7c0565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb82e7fa-4a0d-4ad6-9b00-5cb7af7c0565.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dd5f739-b425-47d9-b6ac-a60f024923f8 {
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(221, 77, 77, 1);
font-size: 14px;
font-weight: bold;
color: rgba(254, 254, 254, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1dd5f739-b425-47d9-b6ac-a60f024923f8:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(185, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1dd5f739-b425-47d9-b6ac-a60f024923f8:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1dd5f739-b425-47d9-b6ac-a60f024923f8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dd5f739-b425-47d9-b6ac-a60f024923f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dd5f739-b425-47d9-b6ac-a60f024923f8 {
  
}
}@media (max-width: 767px){#s-1dd5f739-b425-47d9-b6ac-a60f024923f8 {
  
}
}

  #s-1dd5f739-b425-47d9-b6ac-a60f024923f8-root {
    text-align: center;
  }


#s-1dd5f739-b425-47d9-b6ac-a60f024923f8.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1dd5f739-b425-47d9-b6ac-a60f024923f8-root {
    text-align: center;
  }


#s-1dd5f739-b425-47d9-b6ac-a60f024923f8.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dd5f739-b425-47d9-b6ac-a60f024923f8-root {
    text-align: center;
  }


#s-1dd5f739-b425-47d9-b6ac-a60f024923f8.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dd5f739-b425-47d9-b6ac-a60f024923f8-root {
    text-align: center;
  }


#s-1dd5f739-b425-47d9-b6ac-a60f024923f8.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1dd5f739-b425-47d9-b6ac-a60f024923f8-root {
    text-align: center;
  }


#s-1dd5f739-b425-47d9-b6ac-a60f024923f8.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 15px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-46d7ced7-cb42-4a94-9a88-d35ef9937c32 {
  padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-46d7ced7-cb42-4a94-9a88-d35ef9937c32 .shogun-heading-component h4 {
  color: rgba(33, 80, 148, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4d8a0451-4904-4380-b2a3-083cca1250d5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-60fe0040-1fc4-429a-86bb-244e574d9d0f {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-color: rgba(248, 237, 222, 1);
}








#s-60fe0040-1fc4-429a-86bb-244e574d9d0f > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
  display: block;
}#s-60fe0040-1fc4-429a-86bb-244e574d9d0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8dfdcbc-8e80-4093-aabf-1407810a3191 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8dfdcbc-8e80-4093-aabf-1407810a3191 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a846fc53-6fe5-4128-8db9-4976d6c338eb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-top: 0px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-a846fc53-6fe5-4128-8db9-4976d6c338eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a846fc53-6fe5-4128-8db9-4976d6c338eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a846fc53-6fe5-4128-8db9-4976d6c338eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a846fc53-6fe5-4128-8db9-4976d6c338eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-656952be-31a0-4f8c-b4f4-cac20aba5d5d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-a4997dde-d0bd-4697-a6d0-49d5e97d9a2f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-f414600e-c147-44ef-af3f-e43275ce9b0c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
background-color: rgba(255, 255, 255, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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