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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-0531a7bb-a386-41be-99f5-92e53d0aaebf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-0531a7bb-a386-41be-99f5-92e53d0aaebf {
  background-image: url();
}








#s-0531a7bb-a386-41be-99f5-92e53d0aaebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0531a7bb-a386-41be-99f5-92e53d0aaebf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11c7bb55-adb6-4345-b03f-4ae027e5fe24 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-11c7bb55-adb6-4345-b03f-4ae027e5fe24 {
  background-image: url(https://i.shgcdn.com/54bfe0c1-cced-40b9-b488-ca3e493c1c23/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-11c7bb55-adb6-4345-b03f-4ae027e5fe24 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.66;
}#s-11c7bb55-adb6-4345-b03f-4ae027e5fe24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-ef883cc2-49ad-4d36-ac15-5b81d1f0edc1 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-ef883cc2-49ad-4d36-ac15-5b81d1f0edc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef883cc2-49ad-4d36-ac15-5b81d1f0edc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef883cc2-49ad-4d36-ac15-5b81d1f0edc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef883cc2-49ad-4d36-ac15-5b81d1f0edc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #282828;
  font-family: Karla;
  text-transform: none;
  font-weight: 700;
  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-7df05cc3-21df-4249-82df-e2f6261276b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7df05cc3-21df-4249-82df-e2f6261276b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Codystar";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #282828;
  font-family: Karla;
  font-weight: 700;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #505050;
  font-family: Karla;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #282828;
  font-family: Karla;
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #505050;
  font-family: Karla;
  font-weight: 400;
}

#s-61f522f1-1f25-408b-82b1-ccee01829336 {
  margin-top: 25px;
margin-bottom: 25px;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-6dcd3f09-d064-47c9-9d88-a41e7577efce {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-6dcd3f09-d064-47c9-9d88-a41e7577efce .shogun-countdown span, #s-6dcd3f09-d064-47c9-9d88-a41e7577efce .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 0px) {
[id="s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82592d34-eeaa-44c6-878f-9e9e5d6afa8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 {
  max-width: 4080px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image,
  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 {
    width: 100%;
    height: auto;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
    
    
  }


.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image,
  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 {
    width: 100%;
    height: auto;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
    
    
  }


.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
  box-sizing: border-box;
}

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



  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image,
  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 {
    width: 100%;
    height: auto;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
    
    
  }


.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
  box-sizing: border-box;
}

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



  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image,
  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 {
    width: 100%;
    height: auto;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
    
    
  }


.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
  box-sizing: border-box;
}

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



  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image,
  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 {
    width: 100%;
    height: auto;
  }

  #s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
    
    
  }


.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913 .shogun-image-content {
  
    align-items: center;
  
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8646d8df-6d3f-4ac4-999c-54b9fa4e1913.shogun-image {
  box-sizing: border-box;
}

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

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

.shg-btn-text {
  font-weight: 400;
  font-family: Karla;
}

.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-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b-root {
    text-align: center;
  }


#s-5d3f2d20-be32-4386-8c50-8b5cb69c0d3b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-6d174d07-5b2d-492e-83eb-160795544c8d {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
min-height: 50px;
}








#s-6d174d07-5b2d-492e-83eb-160795544c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d174d07-5b2d-492e-83eb-160795544c8d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a547184d-1032-4fb3-94e5-f8d567de4979 {
  box-shadow:    rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-a547184d-1032-4fb3-94e5-f8d567de4979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a547184d-1032-4fb3-94e5-f8d567de4979"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a547184d-1032-4fb3-94e5-f8d567de4979"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a547184d-1032-4fb3-94e5-f8d567de4979"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a547184d-1032-4fb3-94e5-f8d567de4979"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9460b1d8-447a-42fd-9f04-01f2a999c9a2 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-9460b1d8-447a-42fd-9f04-01f2a999c9a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9460b1d8-447a-42fd-9f04-01f2a999c9a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9460b1d8-447a-42fd-9f04-01f2a999c9a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9460b1d8-447a-42fd-9f04-01f2a999c9a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c95b5471-b920-412e-ad3c-bff17072cad4 {
  margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
}

#s-c95b5471-b920-412e-ad3c-bff17072cad4 .shogun-icon-wrapper {
  text-align: center;
}


#s-c95b5471-b920-412e-ad3c-bff17072cad4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e8d409cd-c372-4529-b7de-7bbb643c82db {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-237c28d1-7261-48fe-9e8d-845bf970ab6a {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-237c28d1-7261-48fe-9e8d-845bf970ab6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-237c28d1-7261-48fe-9e8d-845bf970ab6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-237c28d1-7261-48fe-9e8d-845bf970ab6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-237c28d1-7261-48fe-9e8d-845bf970ab6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0efb1991-7320-4c76-80d0-0db9d1a6a745 {
  margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
}

#s-0efb1991-7320-4c76-80d0-0db9d1a6a745 .shogun-icon-wrapper {
  text-align: center;
}


#s-0efb1991-7320-4c76-80d0-0db9d1a6a745 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-25eeef90-2452-495d-853e-c502f8f9aae8 {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-a2e62ab5-e899-4b3a-9eb9-e913a3f69900 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-a2e62ab5-e899-4b3a-9eb9-e913a3f69900"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a2e62ab5-e899-4b3a-9eb9-e913a3f69900"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2e62ab5-e899-4b3a-9eb9-e913a3f69900"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2e62ab5-e899-4b3a-9eb9-e913a3f69900"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-abd77d5f-5c35-4e4e-97f9-6897fed3a6bc {
  margin-top: 25px;
margin-left: 0px;
margin-right: 0px;
}

#s-abd77d5f-5c35-4e4e-97f9-6897fed3a6bc .shogun-icon-wrapper {
  text-align: center;
}


#s-abd77d5f-5c35-4e4e-97f9-6897fed3a6bc .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-f0dc3e1b-d087-4ea0-bcfa-31897fe08084 {
  border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-57a7e50a-678f-4fa7-be5a-d981edbdf95f {
  min-height: 500px;
background-color: rgba(235, 235, 235, 1);
}








#s-57a7e50a-678f-4fa7-be5a-d981edbdf95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a7e50a-678f-4fa7-be5a-d981edbdf95f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff3eceda-5e1d-4e62-a3db-d5fc0d8aa64d {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
text-align: center;
}

#s-ff3eceda-5e1d-4e62-a3db-d5fc0d8aa64d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Codystar";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-c95d1559-d81c-4f0b-85e6-7993e0cac286 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c95d1559-d81c-4f0b-85e6-7993e0cac286"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-77ce8ad0-3083-4cfc-9127-825f002d6a08 {
  box-shadow:0px 20px 40px  rgba(0, 0, 0, 0.05);
border-style: solid;
margin-bottom: 25px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

#s-6cd92023-f2ee-46c6-814a-951467de5dd8 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cd92023-f2ee-46c6-814a-951467de5dd8 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #282828;
  font-family: Karla;
  text-transform: none;
  font-weight: 700;
  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-f204a5e3-7be8-4271-bf42-d57c06c164f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-f204a5e3-7be8-4271-bf42-d57c06c164f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 {
  text-align: center;
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e4a8c624-0716-4b43-ab71-c5dc90d83ef9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.33);
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-8569c44a-f0b4-457d-b962-92872920e6cf {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-8569c44a-f0b4-457d-b962-92872920e6cf:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8569c44a-f0b4-457d-b962-92872920e6cf:active {background-color: rgba(235, 235, 235, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-8569c44a-f0b4-457d-b962-92872920e6cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8569c44a-f0b4-457d-b962-92872920e6cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8569c44a-f0b4-457d-b962-92872920e6cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-8569c44a-f0b4-457d-b962-92872920e6cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ba2a538a-fc6b-4059-8264-928f8e9749dd {
  box-shadow:0px 20px 40px  rgba(0, 0, 0, 0.05);
border-style: solid;
margin-bottom: 25px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-f3da30d0-f8d4-456f-817c-3a200de25408 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3da30d0-f8d4-456f-817c-3a200de25408 img.shogun-image {
  width: 100%;
}



}
#s-5e29e3f3-a8b7-4357-a852-b13a798ecbed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-5e29e3f3-a8b7-4357-a852-b13a798ecbed .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 {
  text-align: center;
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-29a57616-f702-4cc7-afe0-18e6217757e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.33);
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518:active {background-color: rgba(235, 235, 235, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-9e4412ae-9f10-4b3c-a0a1-bbcbd2ba6518.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-595e1387-74cf-4d5d-8f72-3f21207a5d89 {
  box-shadow:0px 20px 40px  rgba(0, 0, 0, 0.05);
border-style: solid;
margin-bottom: 25px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}

#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce4e367d-8369-4252-9c29-15b3e2aa0da9 img.shogun-image {
  width: 100%;
}



}
#s-28468bdc-0562-4b5a-a757-23a22fcec4cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-28468bdc-0562-4b5a-a757-23a22fcec4cc .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 {
  text-align: center;
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-1ba861a4-f6c4-4187-8001-4cd4c9e5df49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.33);
  font-weight:   ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-86733e65-0b11-45ae-a798-7201ea69c397:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(0, 0, 0, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-86733e65-0b11-45ae-a798-7201ea69c397:active {background-color: rgba(235, 235, 235, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-86733e65-0b11-45ae-a798-7201ea69c397 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-86733e65-0b11-45ae-a798-7201ea69c397.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6999092b-dfbd-426a-a9d9-c553e64e0f02 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 0px) {
[id="s-6999092b-dfbd-426a-a9d9-c553e64e0f02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6999092b-dfbd-426a-a9d9-c553e64e0f02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6999092b-dfbd-426a-a9d9-c553e64e0f02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6999092b-dfbd-426a-a9d9-c553e64e0f02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-74b05f33-e74b-4cd0-b228-26038befaa69 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-74b05f33-e74b-4cd0-b228-26038befaa69:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-74b05f33-e74b-4cd0-b228-26038befaa69:active {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-74b05f33-e74b-4cd0-b228-26038befaa69-root {
    text-align: center;
  }


#s-74b05f33-e74b-4cd0-b228-26038befaa69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-48287696-d36c-4fb9-ad30-a1c12dd0f839 {
  margin-bottom: 25px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}








#s-48287696-d36c-4fb9-ad30-a1c12dd0f839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48287696-d36c-4fb9-ad30-a1c12dd0f839.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f0593691-5c16-476b-ba2b-77d0b4e79445 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
text-align: center;
}

#s-f0593691-5c16-476b-ba2b-77d0b4e79445 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Codystar";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-d6189791-7f88-4ad6-8be9-65b1928a8520 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-d6189791-7f88-4ad6-8be9-65b1928a8520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-72835be4-86d7-4562-89e7-ffb64260acc3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 300px;
background-position: center center;
}








#s-72835be4-86d7-4562-89e7-ffb64260acc3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.54;
}#s-72835be4-86d7-4562-89e7-ffb64260acc3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ac267fa-00c6-4a10-a873-b7d5b3b4c101 {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-072522a9-26a9-4cac-a8ee-06d13dc63c02 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-072522a9-26a9-4cac-a8ee-06d13dc63c02 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-de3769a2-e459-4c97-8486-e62c90420cb7 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 0px) {
[id="s-de3769a2-e459-4c97-8486-e62c90420cb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de3769a2-e459-4c97-8486-e62c90420cb7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de3769a2-e459-4c97-8486-e62c90420cb7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de3769a2-e459-4c97-8486-e62c90420cb7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de3769a2-e459-4c97-8486-e62c90420cb7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de3769a2-e459-4c97-8486-e62c90420cb7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-de3769a2-e459-4c97-8486-e62c90420cb7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6217fa80-1748-425a-9738-90d8c0cdb10e {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-6217fa80-1748-425a-9738-90d8c0cdb10e:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6217fa80-1748-425a-9738-90d8c0cdb10e:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6217fa80-1748-425a-9738-90d8c0cdb10e-root {
    text-align: center;
  }


#s-6217fa80-1748-425a-9738-90d8c0cdb10e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-9c10d9ad-7fa3-4a2b-9b45-ce9038940894 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 25px;
min-height: 300px;
background-position: center center;
}








#s-9c10d9ad-7fa3-4a2b-9b45-ce9038940894 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.54;
}#s-9c10d9ad-7fa3-4a2b-9b45-ce9038940894.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3e9b87c-53ff-4e39-8d79-07b495dbfbea {
  margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-5929c547-b942-4fba-b579-e429f36ad48b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5929c547-b942-4fba-b579-e429f36ad48b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 0px) {
[id="s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c4e0c549-7d1a-4c7c-8e58-db20c4a17443"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-49cb842b-1e62-40b3-9265-40c951f6fb92 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-49cb842b-1e62-40b3-9265-40c951f6fb92:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-49cb842b-1e62-40b3-9265-40c951f6fb92:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-49cb842b-1e62-40b3-9265-40c951f6fb92-root {
    text-align: center;
  }


#s-49cb842b-1e62-40b3-9265-40c951f6fb92.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-ffc7e06f-2bda-4b04-a910-76461898c90b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-ffc7e06f-2bda-4b04-a910-76461898c90b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-ffc7e06f-2bda-4b04-a910-76461898c90b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-140abd9b-e823-49ca-a0b2-1154a92384c8 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 12px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-13926603-12b4-4df2-b816-03257caf9f80 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-13926603-12b4-4df2-b816-03257caf9f80 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Codystar";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-dd0d63e2-95f1-4f62-b89b-1b5101883a51 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
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, 0.2);
}

@media (min-width: 0px) {
[id="s-dd0d63e2-95f1-4f62-b89b-1b5101883a51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd0d63e2-95f1-4f62-b89b-1b5101883a51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd0d63e2-95f1-4f62-b89b-1b5101883a51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd0d63e2-95f1-4f62-b89b-1b5101883a51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd0d63e2-95f1-4f62-b89b-1b5101883a51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd0d63e2-95f1-4f62-b89b-1b5101883a51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd0d63e2-95f1-4f62-b89b-1b5101883a51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d:hover {border-style: solid !important;
border-color: #000 !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 0.85) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d-root {
    text-align: center;
  }


#s-4c2cd8bf-38d9-47f3-a52c-88d5d7710e5d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-bfab2886-97e1-42a6-acf6-cd802eb76e72 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 153, 0, 1);
min-height: 250px;
background-color: rgba(235, 235, 235, 1);
}








#s-bfab2886-97e1-42a6-acf6-cd802eb76e72 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bfab2886-97e1-42a6-acf6-cd802eb76e72.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5b6eafb5-b2c2-4dcf-bec1-696772c42100 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b6eafb5-b2c2-4dcf-bec1-696772c42100 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b8fb2a63-7577-4d3d-aed2-1ba918df8954 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b {
  border-style: solid;
margin-top: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

@media (min-width: 0px) {
[id="s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3ed388b-4edd-4d38-ae07-cd3b92d5479b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-59b4c9ef-d19a-459f-9ee8-dde653230ab4 {
  border-style: solid;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 153, 0, 1);
background-color: rgba(255, 153, 0, 0);
}

#s-59b4c9ef-d19a-459f-9ee8-dde653230ab4 .shogun-success-alert {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

#s-59b4c9ef-d19a-459f-9ee8-dde653230ab4 .shogun-form .shogun-form-label {
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  font-size: ;
  font-weight: normal;
  font-style: normal;
}

#s-59b4c9ef-d19a-459f-9ee8-dde653230ab4 .shogun-form .shogun-form-field {
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

#s-59b4c9ef-d19a-459f-9ee8-dde653230ab4 .shogun-form .shogun-form-submit {
  background-color: rgba(0, 0, 0, 1) !important;
}

#s-59b4c9ef-d19a-459f-9ee8-dde653230ab4 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-59b4c9ef-d19a-459f-9ee8-dde653230ab4 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-bf451644-6c7b-4d5c-b1d7-6f7aada6469d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bf451644-6c7b-4d5c-b1d7-6f7aada6469d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf451644-6c7b-4d5c-b1d7-6f7aada6469d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf451644-6c7b-4d5c-b1d7-6f7aada6469d {
  
}
}@media (max-width: 767px){#s-bf451644-6c7b-4d5c-b1d7-6f7aada6469d {
  
}
}







#s-bf451644-6c7b-4d5c-b1d7-6f7aada6469d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf451644-6c7b-4d5c-b1d7-6f7aada6469d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-bfa1f2bf-9fde-4b97-91ee-20b5995a876c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-ea50d04c-0228-4305-83d0-af03afe183d1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea50d04c-0228-4305-83d0-af03afe183d1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-fbaa4365-3de9-476f-a82e-d60d0c8f8fd7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
