#s-2a85b304-efb4-4063-96dd-38fa218ae777 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

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

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

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

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

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

#s-eac190be-e77b-41f3-8400-6ca625d69e54 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(237, 237, 237, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-eac190be-e77b-41f3-8400-6ca625d69e54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eac190be-e77b-41f3-8400-6ca625d69e54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eac190be-e77b-41f3-8400-6ca625d69e54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eac190be-e77b-41f3-8400-6ca625d69e54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-86cda6a6-36f1-4035-a8cd-d2d598292200 {
  padding-top: 1px;
padding-bottom: 1px;
}

#s-86cda6a6-36f1-4035-a8cd-d2d598292200 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-86cda6a6-36f1-4035-a8cd-d2d598292200 .shg-sld-nav-button.shg-sld-left,
#s-86cda6a6-36f1-4035-a8cd-d2d598292200 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-1dd99499-f901-4b5c-9926-0219eb3b3264 {
  margin-top: 33px;
margin-bottom: 33px;
padding-top: 1px;
padding-bottom: 1px;
min-height: 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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-72d0f97f-8ad3-478e-b61a-eada109fe358 {
  text-align: center;
}

#s-72d0f97f-8ad3-478e-b61a-eada109fe358 {
  overflow: hidden;
  
  
}







  #s-72d0f97f-8ad3-478e-b61a-eada109fe358 img.shogun-image {
    

    
    
    
  }


#s-72d0f97f-8ad3-478e-b61a-eada109fe358 .shogun-image-content {
  
    justify-content: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-46920b37-c693-49ac-a7c0-c7d1b567b655 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46920b37-c693-49ac-a7c0-c7d1b567b655 .shogun-heading-component h1 {
  color: rgba(38, 35, 48, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-659b5b5c-b932-47f3-b2cb-e144d35349a8 {
  margin-top: 23px;
margin-bottom: 23px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-659b5b5c-b932-47f3-b2cb-e144d35349a8 {
  
}
}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 {
  margin-top: 7px;
margin-left: 35%;
margin-bottom: 7px;
margin-right: 35%;
text-align: center;
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-selector-wrapper label {
    color: rgba(38, 35, 48, 1);
    font-weight:  600 ;
    font-family: Poppins;
    font-style:  normal ;
    
  }

  
    #s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 0px;
    }
  




  #s-95eee21c-963d-4c5a-9b25-d89ef7373685-btn-wrapper {
    text-align: center;
  }


#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-variant-btn {
  
    background-color: rgba(237, 237, 237, 1);
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-variant-btn:active, #s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: rgba(237, 237, 237, 1);
  
  
  
}

#s-95eee21c-963d-4c5a-9b25-d89ef7373685 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-861bf58f-9863-4570-8832-e83bc3c073d9 {
  margin-top: 12px;
margin-left: 1%;
margin-bottom: 12px;
margin-right: 1%;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}

#s-861bf58f-9863-4570-8832-e83bc3c073d9 .shg-product-sold-out {
  display: none;
  color: rgba(38, 35, 48, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-861bf58f-9863-4570-8832-e83bc3c073d9 .shg-product-price {
  color: rgba(38, 35, 48, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-861bf58f-9863-4570-8832-e83bc3c073d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-416b528d-c19f-47ec-8b14-c09618403bf1 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 38%;
padding-right: 38%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(237, 237, 237, 1);
border-style: solid;
text-align: left;
}

#s-416b528d-c19f-47ec-8b14-c09618403bf1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-416b528d-c19f-47ec-8b14-c09618403bf1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-416b528d-c19f-47ec-8b14-c09618403bf1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-416b528d-c19f-47ec-8b14-c09618403bf1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-416b528d-c19f-47ec-8b14-c09618403bf1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-d0a18e85-f449-48c9-95eb-780820c1e6ea {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 181px;
padding-bottom: 10px;
padding-right: 181px;
border-radius: 2px;
background-color: rgba(232, 57, 54, 1);
cursor: pointer;
text-align: center;
}
#s-d0a18e85-f449-48c9-95eb-780820c1e6ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0a18e85-f449-48c9-95eb-780820c1e6ea:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODdmZDY2ZTctYTVmZS00ZDIxLWI3ODgtMmVlODg2MWNmODA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4N2ZkNjZlNy1hNWZlLTRkMjEtYjc4OC0yZWU4ODYxY2Y4MDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-d0a18e85-f449-48c9-95eb-780820c1e6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a18e85-f449-48c9-95eb-780820c1e6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d0a18e85-f449-48c9-95eb-780820c1e6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a18e85-f449-48c9-95eb-780820c1e6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0a18e85-f449-48c9-95eb-780820c1e6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a18e85-f449-48c9-95eb-780820c1e6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d0a18e85-f449-48c9-95eb-780820c1e6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a18e85-f449-48c9-95eb-780820c1e6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d0a18e85-f449-48c9-95eb-780820c1e6ea-atc-btn-wrapper {
    text-align: center;
  }


#s-d0a18e85-f449-48c9-95eb-780820c1e6ea {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d0a18e85-f449-48c9-95eb-780820c1e6ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

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

#s-9ccb99af-e986-42fc-8d76-36badec56c21 {
  margin-top: -9px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9ccb99af-e986-42fc-8d76-36badec56c21 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-92636c91-457a-4a01-8b6b-8459cf2ee083 {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}








#s-92636c91-457a-4a01-8b6b-8459cf2ee083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92636c91-457a-4a01-8b6b-8459cf2ee083.shg-box.shg-c {
  justify-content: center;
}

#s-9d551b13-819d-4b5e-8814-b0f7887be3ab {
  margin-top: 26px;
margin-left: 20%;
margin-bottom: 26px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(38, 35, 48, 1);
}

#s-9d551b13-819d-4b5e-8814-b0f7887be3ab .shogun-heading-component h2 {
  color: rgba(237, 237, 237, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}



#s-a0f55ff7-4bdb-4a72-9e79-7cac9b10391e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 25px;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(237, 237, 237, 1);
border-style: solid;
background-color: rgba(237, 237, 237, 1);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-a0f55ff7-4bdb-4a72-9e79-7cac9b10391e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0f55ff7-4bdb-4a72-9e79-7cac9b10391e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0f55ff7-4bdb-4a72-9e79-7cac9b10391e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0f55ff7-4bdb-4a72-9e79-7cac9b10391e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-89ecdacd-2d1c-4179-b5a3-2b85e6251f7b {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-f25438c7-89d1-4a51-b0b4-569c1a617c26 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-10fd05ec-6ecb-4102-ab21-9a5af546fc80 {
  margin-top: 4px;
margin-bottom: 4px;
padding-top: 34px;
padding-bottom: 34px;
min-height: 50px;
}








#s-10fd05ec-6ecb-4102-ab21-9a5af546fc80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10fd05ec-6ecb-4102-ab21-9a5af546fc80.shg-box.shg-c {
  justify-content: center;
}

#s-5ce72e74-23f9-4edd-8ff3-80128f16e8dd {
  margin-top: -3px;
margin-left: 20%;
margin-bottom: -3px;
margin-right: 20%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
background-color: rgba(38, 35, 48, 1);
}

#s-5ce72e74-23f9-4edd-8ff3-80128f16e8dd .shogun-heading-component h2 {
  color: rgba(237, 237, 237, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-e057a9df-5b28-47f2-9260-cb9b6c77f92b {
  margin-top: 8px;
margin-left: 2%;
margin-bottom: 8px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-e057a9df-5b28-47f2-9260-cb9b6c77f92b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e057a9df-5b28-47f2-9260-cb9b6c77f92b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e057a9df-5b28-47f2-9260-cb9b6c77f92b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e057a9df-5b28-47f2-9260-cb9b6c77f92b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-352229d9-ea5d-4abc-b3c8-f1c7f2983b1c {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-352229d9-ea5d-4abc-b3c8-f1c7f2983b1c .shogun-icon-wrapper {
  text-align: center;
}


#s-352229d9-ea5d-4abc-b3c8-f1c7f2983b1c .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(232, 57, 54, 1);
}

#s-f870bd87-249c-4c3d-b825-0e031a35f027 {
  margin-top: 13px;
margin-bottom: 13px;
}

#s-08b496a4-262f-4c45-baba-4c7b5f1221a8 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-08b496a4-262f-4c45-baba-4c7b5f1221a8 .shogun-icon-wrapper {
  text-align: center;
}


#s-08b496a4-262f-4c45-baba-4c7b5f1221a8 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(232, 57, 54, 1);
}

#s-ebfb571e-d3fc-42f8-a27a-f006602021c2 {
  margin-top: 13px;
margin-bottom: 13px;
}

#s-2409a2a7-270b-40d6-998a-baf946215e98 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-2409a2a7-270b-40d6-998a-baf946215e98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2409a2a7-270b-40d6-998a-baf946215e98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2409a2a7-270b-40d6-998a-baf946215e98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2409a2a7-270b-40d6-998a-baf946215e98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d78afc32-6fc3-4f5a-968b-5168f558cf19 .shogun-icon-wrapper {
  text-align: center;
}


#s-d78afc32-6fc3-4f5a-968b-5168f558cf19 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(232, 57, 54, 1);
}

#s-279e2954-f787-4a03-af12-9c4f9def843b {
  margin-top: 13px;
margin-bottom: 13px;
}

#s-4cc9f69e-134f-43d5-9baf-5ed7bee8aa9c .shogun-icon-wrapper {
  text-align: center;
}


#s-4cc9f69e-134f-43d5-9baf-5ed7bee8aa9c .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(232, 57, 54, 1);
}

#s-37c71398-1218-4021-b0eb-82461dcc93da {
  margin-top: 13px;
margin-bottom: 13px;
}

#s-ed394d60-3ac3-490d-884c-36ee58d52ba2 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-ed394d60-3ac3-490d-884c-36ee58d52ba2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed394d60-3ac3-490d-884c-36ee58d52ba2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed394d60-3ac3-490d-884c-36ee58d52ba2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed394d60-3ac3-490d-884c-36ee58d52ba2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eb02aef9-81a8-4065-8647-58d6c62680c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-eb02aef9-81a8-4065-8647-58d6c62680c3 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(232, 57, 54, 1);
}

#s-a883cefd-5a93-43d3-b9f3-f7f766ad4db1 {
  margin-top: 13px;
margin-bottom: 13px;
}

#s-53f956ac-1a70-4c59-b7c2-6573738959cd .shogun-icon-wrapper {
  text-align: center;
}


#s-53f956ac-1a70-4c59-b7c2-6573738959cd .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: rgba(232, 57, 54, 1);
}

#s-12800860-fb60-4a9f-8bec-ea3739d88e1d {
  margin-top: 13px;
margin-bottom: 13px;
}

#s-2483f90d-0b93-43d5-a0ff-eec32715bbf2 {
  margin-top: 24px;
margin-left: 20%;
margin-bottom: 24px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(38, 35, 48, 1);
}

#s-2483f90d-0b93-43d5-a0ff-eec32715bbf2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-07dfb974-ddc7-46be-866d-a192edf4c98d {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-07dfb974-ddc7-46be-866d-a192edf4c98d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-07dfb974-ddc7-46be-866d-a192edf4c98d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-07dfb974-ddc7-46be-866d-a192edf4c98d td.shogun-table-column {
  background-color: rgba(237, 237, 237, 1);
  padding: 10px;
  text-align: inherit;
  
  font-size: 14px;
  
  
  
  
  
}

#s-07dfb974-ddc7-46be-866d-a192edf4c98d td.shogun-table-row {
  background-color: rgba(237, 237, 237, 1);
  padding: 10px;
}

#s-07dfb974-ddc7-46be-866d-a192edf4c98d td.shogun-table-column, #s-07dfb974-ddc7-46be-866d-a192edf4c98d td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d46402d2-ee22-403f-96ae-376b847e3df9 .shogun-icon-wrapper {
  text-align: center;
}


#s-d46402d2-ee22-403f-96ae-376b847e3df9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 22px !important;
  color: rgba(232, 57, 54, 1);
}

#s-ac998416-8f73-41e8-ba98-5fddb29fa90d .shogun-icon-wrapper {
  text-align: center;
}


#s-ac998416-8f73-41e8-ba98-5fddb29fa90d .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(232, 57, 54, 1);
}

#s-b01368be-79d1-47b1-a28a-15034b0eb0ce .shogun-icon-wrapper {
  text-align: center;
}


#s-b01368be-79d1-47b1-a28a-15034b0eb0ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(232, 57, 54, 1);
}

#s-bb9ce57c-df57-49a8-97e5-660ddc74ad58 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb9ce57c-df57-49a8-97e5-660ddc74ad58 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(232, 57, 54, 1);
}

#s-ded4b201-8d89-4b40-a1ad-3cec3f3a769a .shogun-icon-wrapper {
  text-align: center;
}


#s-ded4b201-8d89-4b40-a1ad-3cec3f3a769a .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(232, 57, 54, 1);
}

#s-af0aefb2-b159-41ff-abde-d6bccb2edca4 .shogun-icon-wrapper {
  text-align: center;
}


#s-af0aefb2-b159-41ff-abde-d6bccb2edca4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(232, 57, 54, 1);
}

#s-c0480ec6-506b-4e60-8dce-08b2f602f33e .shogun-icon-wrapper {
  text-align: center;
}


#s-c0480ec6-506b-4e60-8dce-08b2f602f33e .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(232, 57, 54, 1);
}

#s-b5286e18-544f-42f4-96fe-1e9e09fad54a .shogun-icon-wrapper {
  text-align: center;
}


#s-b5286e18-544f-42f4-96fe-1e9e09fad54a .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(232, 57, 54, 1);
}

#s-2409c985-40bd-4cca-859d-a5726547cd8d {
  margin-top: 18px;
margin-bottom: 18px;
padding-left: 2%;
padding-right: 2%;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
