.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-caa9ca89-35f5-4bea-8ef6-75e66ed4ff06 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}

#s-caa9ca89-35f5-4bea-8ef6-75e66ed4ff06 {
  background-image: url(https://i.shgcdn.com/496244dc-2f06-4490-a610-5dcba2caa8de/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-caa9ca89-35f5-4bea-8ef6-75e66ed4ff06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa9ca89-35f5-4bea-8ef6-75e66ed4ff06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-6f8dc9a3-ac64-4abf-8e27-721a69dad6db {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6f8dc9a3-ac64-4abf-8e27-721a69dad6db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f8dc9a3-ac64-4abf-8e27-721a69dad6db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f8dc9a3-ac64-4abf-8e27-721a69dad6db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f8dc9a3-ac64-4abf-8e27-721a69dad6db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}
#s-b8d1d2c3-1cdb-4351-83cf-c774e5c6dd04 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-b8d1d2c3-1cdb-4351-83cf-c774e5c6dd04 img.shogun-image {
    

    
    
    
  }


#s-b8d1d2c3-1cdb-4351-83cf-c774e5c6dd04 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-69f9efb5-146a-4b17-83f4-476574e942a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 3%;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  padding-top: 25px;
min-height: 600px;
background-color: rgba(19, 19, 18, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-7dbdd353-1f73-4d2d-bfd4-57adc013b352 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7dbdd353-1f73-4d2d-bfd4-57adc013b352 {
  display: none;
}
#s-7dbdd353-1f73-4d2d-bfd4-57adc013b352, #wrap-s-7dbdd353-1f73-4d2d-bfd4-57adc013b352 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dbdd353-1f73-4d2d-bfd4-57adc013b352 {
  display: none;
}
#s-7dbdd353-1f73-4d2d-bfd4-57adc013b352, #wrap-s-7dbdd353-1f73-4d2d-bfd4-57adc013b352 { display:none !important; }}
#s-7dbdd353-1f73-4d2d-bfd4-57adc013b352 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b9122104-ae6f-403d-8cfd-2c83754c169b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b9122104-ae6f-403d-8cfd-2c83754c169b {
  display: none;
}
#s-b9122104-ae6f-403d-8cfd-2c83754c169b, #wrap-s-b9122104-ae6f-403d-8cfd-2c83754c169b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9122104-ae6f-403d-8cfd-2c83754c169b {
  display: none;
}
#s-b9122104-ae6f-403d-8cfd-2c83754c169b, #wrap-s-b9122104-ae6f-403d-8cfd-2c83754c169b { display:none !important; }}







#s-b9122104-ae6f-403d-8cfd-2c83754c169b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9122104-ae6f-403d-8cfd-2c83754c169b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-865fb127-f635-4206-bb5e-d8c759b1ba3d {
  display: none;
}
#s-865fb127-f635-4206-bb5e-d8c759b1ba3d, #wrap-s-865fb127-f635-4206-bb5e-d8c759b1ba3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-865fb127-f635-4206-bb5e-d8c759b1ba3d {
  display: none;
}
#s-865fb127-f635-4206-bb5e-d8c759b1ba3d, #wrap-s-865fb127-f635-4206-bb5e-d8c759b1ba3d { display:none !important; }}
#s-865fb127-f635-4206-bb5e-d8c759b1ba3d {
  display: none;
}
#s-9f8262f5-59d7-4252-8a66-ca1a7a22ba30 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-9f8262f5-59d7-4252-8a66-ca1a7a22ba30 {
  display: none;
}
#s-9f8262f5-59d7-4252-8a66-ca1a7a22ba30, #wrap-s-9f8262f5-59d7-4252-8a66-ca1a7a22ba30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f8262f5-59d7-4252-8a66-ca1a7a22ba30 {
  display: none;
}
#s-9f8262f5-59d7-4252-8a66-ca1a7a22ba30, #wrap-s-9f8262f5-59d7-4252-8a66-ca1a7a22ba30 { display:none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-bd9e3418-1148-4286-ab70-a5f974843667 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(83, 196, 71, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bd9e3418-1148-4286-ab70-a5f974843667:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd9e3418-1148-4286-ab70-a5f974843667:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bd9e3418-1148-4286-ab70-a5f974843667 {
  display: none;
}
#s-bd9e3418-1148-4286-ab70-a5f974843667, #wrap-s-bd9e3418-1148-4286-ab70-a5f974843667 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd9e3418-1148-4286-ab70-a5f974843667 {
  display: none;
}
#s-bd9e3418-1148-4286-ab70-a5f974843667, #wrap-s-bd9e3418-1148-4286-ab70-a5f974843667 { display:none !important; }}

  #s-bd9e3418-1148-4286-ab70-a5f974843667-btn-wrapper {
    text-align: center;
  }


#s-bd9e3418-1148-4286-ab70-a5f974843667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd9e3418-1148-4286-ab70-a5f974843667-btn-wrapper {
    text-align: center;
  }


#s-bd9e3418-1148-4286-ab70-a5f974843667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd9e3418-1148-4286-ab70-a5f974843667-btn-wrapper {
    text-align: center;
  }


#s-bd9e3418-1148-4286-ab70-a5f974843667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd9e3418-1148-4286-ab70-a5f974843667-btn-wrapper {
    text-align: center;
  }


#s-bd9e3418-1148-4286-ab70-a5f974843667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd9e3418-1148-4286-ab70-a5f974843667-btn-wrapper {
    text-align: center;
  }


#s-bd9e3418-1148-4286-ab70-a5f974843667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
  #s-bd9e3418-1148-4286-ab70-a5f974843667-btn-wrapper {
    text-align: center;
  }


#s-bd9e3418-1148-4286-ab70-a5f974843667.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  display: none;
}
#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1, #wrap-s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 { display:none !important; }}@media (max-width: 767px){#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 {
  display: none;
}
#s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1, #wrap-s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b16ee5-a1cd-47e3-be5c-7df62ba877e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-623d07ec-2acf-4e9c-b33c-bea07653eda0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-a64d48f5-09fa-461e-8e71-fdfddabfcf19 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-9947006a-628e-40af-a1b1-807149705ec7 {
  margin-top: 0px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9947006a-628e-40af-a1b1-807149705ec7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Libre Franklin";
  font-style:   ;
  font-size: 52px;
  line-height: ;
  letter-spacing: ;
  
}



#s-3a643440-e505-4e1e-ad47-f1317affb6e1 {
  display: none;
}
#s-34bbd23e-1312-4960-9505-d505e8c5fe8b {
  margin-right: 50px;
}

#s-7c37458b-a10a-449b-b58f-b7181f507bc8 {
  margin-left: 0px;
margin-right: 50px;
}

#s-52fe77a2-9a30-4626-83c9-168b1982e037 {
  margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(83, 196, 71, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-52fe77a2-9a30-4626-83c9-168b1982e037:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52fe77a2-9a30-4626-83c9-168b1982e037:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52fe77a2-9a30-4626-83c9-168b1982e037-btn-wrapper {
    text-align: center;
  }


#s-52fe77a2-9a30-4626-83c9-168b1982e037.shg-btn {
  color: #ffffff;
  font-size: 31px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52fe77a2-9a30-4626-83c9-168b1982e037-btn-wrapper {
    text-align: center;
  }


#s-52fe77a2-9a30-4626-83c9-168b1982e037.shg-btn {
  color: #ffffff;
  font-size: 31px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52fe77a2-9a30-4626-83c9-168b1982e037-btn-wrapper {
    text-align: center;
  }


#s-52fe77a2-9a30-4626-83c9-168b1982e037.shg-btn {
  color: #ffffff;
  font-size: 31px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52fe77a2-9a30-4626-83c9-168b1982e037-btn-wrapper {
    text-align: center;
  }


#s-52fe77a2-9a30-4626-83c9-168b1982e037.shg-btn {
  color: #ffffff;
  font-size: 31px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52fe77a2-9a30-4626-83c9-168b1982e037-btn-wrapper {
    text-align: center;
  }


#s-52fe77a2-9a30-4626-83c9-168b1982e037.shg-btn {
  color: #ffffff;
  font-size: 31px;
  
  
  
  display:  inline-block ;
}
}
  #s-52fe77a2-9a30-4626-83c9-168b1982e037-btn-wrapper {
    text-align: center;
  }


#s-52fe77a2-9a30-4626-83c9-168b1982e037.shg-btn {
  color: #ffffff;
  font-size: 31px;
  
  
  
  display:  inline-block ;
}

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

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

#s-9601b65d-2bf5-4f29-8432-a53e25cb82bb {
  margin-left: 0px;
margin-right: 50px;
}

#s-9601b65d-2bf5-4f29-8432-a53e25cb82bb hr {
  border-top: 2px solid #ddd;
}

#s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a {
  padding-top: 1px;
padding-left: 8%;
padding-bottom: 1px;
padding-right: 8%;
text-align: center;
background-color: rgba(235, 250, 254, 1);
}
@media (min-width: 1200px){#s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a {
  display: none;
}
#s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a, #wrap-s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a {
  display: none;
}
#s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a, #wrap-s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a { display:none !important; }}
#s-b9d41d0b-210d-4c1d-ab73-a5c3b5ba334a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-d45ec2dc-f764-4744-9e06-955cc50681d8 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: center;
background-color: rgba(235, 250, 254, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d45ec2dc-f764-4744-9e06-955cc50681d8 {
  display: none;
}
#s-d45ec2dc-f764-4744-9e06-955cc50681d8, #wrap-s-d45ec2dc-f764-4744-9e06-955cc50681d8 { display:none !important; }}@media (max-width: 767px){#s-d45ec2dc-f764-4744-9e06-955cc50681d8 {
  display: none;
}
#s-d45ec2dc-f764-4744-9e06-955cc50681d8, #wrap-s-d45ec2dc-f764-4744-9e06-955cc50681d8 { display:none !important; }}
#s-d45ec2dc-f764-4744-9e06-955cc50681d8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 52px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-58a87618-fad3-45bb-9a52-dc673189f819 {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(235, 250, 254, 1);
}

@media (min-width: 0px) {
[id="s-58a87618-fad3-45bb-9a52-dc673189f819"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58a87618-fad3-45bb-9a52-dc673189f819"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58a87618-fad3-45bb-9a52-dc673189f819"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58a87618-fad3-45bb-9a52-dc673189f819"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58a87618-fad3-45bb-9a52-dc673189f819"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58a87618-fad3-45bb-9a52-dc673189f819"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58a87618-fad3-45bb-9a52-dc673189f819"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c384a4aa-9028-43cb-924f-ab37cd8ec976 {
  box-shadow:0px 0px 15px 3px rgba(0, 0, 0, 1);
margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-c384a4aa-9028-43cb-924f-ab37cd8ec976 {
  margin-left: 26%;
margin-right: 26%;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c384a4aa-9028-43cb-924f-ab37cd8ec976 {
  margin-left: 19%;
margin-right: 19%;
max-width: 850px;
}
}






  #s-c384a4aa-9028-43cb-924f-ab37cd8ec976 img.shogun-image {
    

    
    
    
  }


#s-c384a4aa-9028-43cb-924f-ab37cd8ec976 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6f7a887-734c-4abb-8988-0999e34fbe8e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e6f7a887-734c-4abb-8988-0999e34fbe8e {
  display: none;
}
#s-e6f7a887-734c-4abb-8988-0999e34fbe8e, #wrap-s-e6f7a887-734c-4abb-8988-0999e34fbe8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6f7a887-734c-4abb-8988-0999e34fbe8e {
  display: none;
}
#s-e6f7a887-734c-4abb-8988-0999e34fbe8e, #wrap-s-e6f7a887-734c-4abb-8988-0999e34fbe8e { display:none !important; }}
#s-e6f7a887-734c-4abb-8988-0999e34fbe8e .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-e11ebc6d-010b-47e6-9fcb-7e360684a22f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e11ebc6d-010b-47e6-9fcb-7e360684a22f {
  display: none;
}
#s-e11ebc6d-010b-47e6-9fcb-7e360684a22f, #wrap-s-e11ebc6d-010b-47e6-9fcb-7e360684a22f { display:none !important; }}@media (max-width: 767px){#s-e11ebc6d-010b-47e6-9fcb-7e360684a22f {
  display: none;
}
#s-e11ebc6d-010b-47e6-9fcb-7e360684a22f, #wrap-s-e11ebc6d-010b-47e6-9fcb-7e360684a22f { display:none !important; }}
#s-e11ebc6d-010b-47e6-9fcb-7e360684a22f .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 55px;
  line-height: 1.5em;
  letter-spacing: ;
  
}



#s-c6cf41e3-c791-441d-ab16-ceff57ed2635 {
  margin-top: 10px;
margin-left: 40%;
margin-bottom: 10px;
margin-right: 40%;
max-width: 100%;
text-align: center;
}







  #s-c6cf41e3-c791-441d-ab16-ceff57ed2635 img.shogun-image {
    

    
    
    
  }


#s-c6cf41e3-c791-441d-ab16-ceff57ed2635 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cb77aca-f992-4077-a060-17cb0e6d74d9 {
  min-height: 50px;
}








#s-2cb77aca-f992-4077-a060-17cb0e6d74d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb77aca-f992-4077-a060-17cb0e6d74d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a3bb442-24b9-4371-badd-7e025f550e35 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a3bb442-24b9-4371-badd-7e025f550e35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a3bb442-24b9-4371-badd-7e025f550e35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a3bb442-24b9-4371-badd-7e025f550e35 {
  
}
}@media (max-width: 767px){#s-0a3bb442-24b9-4371-badd-7e025f550e35 {
  
}
}







#s-0a3bb442-24b9-4371-badd-7e025f550e35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a3bb442-24b9-4371-badd-7e025f550e35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b52c262b-2260-45de-90dd-e50f9363e9de {
  box-shadow:0px 0px 14px 1px rgba(7, 7, 7, 1);
border-style: solid;
margin-left: 9%;
margin-bottom: 25px;
margin-right: 10%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(25, 24, 24, 1);
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b52c262b-2260-45de-90dd-e50f9363e9de {
  display: none;
}
#s-b52c262b-2260-45de-90dd-e50f9363e9de, #wrap-s-b52c262b-2260-45de-90dd-e50f9363e9de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b52c262b-2260-45de-90dd-e50f9363e9de {
  display: none;
}
#s-b52c262b-2260-45de-90dd-e50f9363e9de, #wrap-s-b52c262b-2260-45de-90dd-e50f9363e9de { display:none !important; }}@media (max-width: 767px){#s-b52c262b-2260-45de-90dd-e50f9363e9de {
  
}
}







#s-b52c262b-2260-45de-90dd-e50f9363e9de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b52c262b-2260-45de-90dd-e50f9363e9de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-98641444-79c3-411d-b726-6e3ac229eafb {
  border-style: solid;
margin-top: 30px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 14, 14, 1);
}

#s-98641444-79c3-411d-b726-6e3ac229eafb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}



#s-162e58bf-87a9-4407-bb99-a85e74d11da4 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-162e58bf-87a9-4407-bb99-a85e74d11da4 img.shogun-image {
    

    
    
    
  }


#s-162e58bf-87a9-4407-bb99-a85e74d11da4 .shogun-image-content {
  
    align-items: center;
  
}

#s-29b75c9f-5f50-4e57-ba57-78cd11d9d4f8 {
  display: none;
}
.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-5c4c87d0-e85a-4cc1-97c0-0fd77aaa06b8 {
  border-style: solid;
margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(83, 196, 71, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-5c4c87d0-e85a-4cc1-97c0-0fd77aaa06b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c4c87d0-e85a-4cc1-97c0-0fd77aaa06b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c4c87d0-e85a-4cc1-97c0-0fd77aaa06b8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c4c87d0-e85a-4cc1-97c0-0fd77aaa06b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c4c87d0-e85a-4cc1-97c0-0fd77aaa06b8.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Capriola;
  display:  block ;
}

#s-5c4c87d0-e85a-4cc1-97c0-0fd77aaa06b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-613e6762-05c3-42a8-80e4-6fcfd3d550d1 {
  text-align: left;
opacity: 0;
}

#s-613e6762-05c3-42a8-80e4-6fcfd3d550d1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-613e6762-05c3-42a8-80e4-6fcfd3d550d1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-613e6762-05c3-42a8-80e4-6fcfd3d550d1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-613e6762-05c3-42a8-80e4-6fcfd3d550d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-613e6762-05c3-42a8-80e4-6fcfd3d550d1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-85d602a4-27f4-49f1-9a10-4c4b0606c4b8 {
  margin-top: -30px;
}

#s-c3837307-af92-4dfd-9973-256fac09d534 {
  box-shadow:0px 0px 14px 1px rgba(7, 7, 7, 1);
border-style: solid;
margin-top: 40px;
margin-left: 9%;
margin-bottom: 25px;
margin-right: 9%;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(25, 24, 24, 1);
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 227, 0, 1);
}
@media (min-width: 1200px){#s-c3837307-af92-4dfd-9973-256fac09d534 {
  display: none;
}
#s-c3837307-af92-4dfd-9973-256fac09d534, #wrap-s-c3837307-af92-4dfd-9973-256fac09d534 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3837307-af92-4dfd-9973-256fac09d534 {
  display: none;
}
#s-c3837307-af92-4dfd-9973-256fac09d534, #wrap-s-c3837307-af92-4dfd-9973-256fac09d534 { display:none !important; }}@media (max-width: 767px){#s-c3837307-af92-4dfd-9973-256fac09d534 {
  
}
}







#s-c3837307-af92-4dfd-9973-256fac09d534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3837307-af92-4dfd-9973-256fac09d534.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da054fe3-3def-4c02-af3d-b75463fe5c26 {
  border-style: solid;
margin-top: 30px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(250, 250, 250, 1);
}

#s-da054fe3-3def-4c02-af3d-b75463fe5c26 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0c0baacf-a080-4f18-8864-92e28cd2f592 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-0c0baacf-a080-4f18-8864-92e28cd2f592 img.shogun-image {
    

    
    
    
  }


#s-0c0baacf-a080-4f18-8864-92e28cd2f592 .shogun-image-content {
  
    align-items: center;
  
}

#s-98ab3b50-3742-4a3f-8336-9967d03885bb {
  padding-left: 0%;
padding-right: 0%;
}

#s-8076d2c6-24e7-4c66-af97-063e69dfddb7 {
  display: none;
}
#s-05b89f47-7551-41ed-a4c2-76e90796f7f8 {
  border-style: solid;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(83, 196, 71, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-05b89f47-7551-41ed-a4c2-76e90796f7f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05b89f47-7551-41ed-a4c2-76e90796f7f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05b89f47-7551-41ed-a4c2-76e90796f7f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05b89f47-7551-41ed-a4c2-76e90796f7f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05b89f47-7551-41ed-a4c2-76e90796f7f8.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Capriola;
  display:  block ;
}

#s-05b89f47-7551-41ed-a4c2-76e90796f7f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a48ee13-1818-4126-885f-3ae946a09e09 {
  text-align: left;
opacity: 0;
}

#s-3a48ee13-1818-4126-885f-3ae946a09e09 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3a48ee13-1818-4126-885f-3ae946a09e09 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3a48ee13-1818-4126-885f-3ae946a09e09 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3a48ee13-1818-4126-885f-3ae946a09e09 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3a48ee13-1818-4126-885f-3ae946a09e09 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-51930c72-da1d-40c5-a452-4a9b55bac489 {
  margin-top: -30px;
}

#s-a993ba75-c36e-4f12-904f-2b3c57415e36 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(237, 184, 221, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a993ba75-c36e-4f12-904f-2b3c57415e36 {
  display: none;
}
#s-a993ba75-c36e-4f12-904f-2b3c57415e36, #wrap-s-a993ba75-c36e-4f12-904f-2b3c57415e36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a993ba75-c36e-4f12-904f-2b3c57415e36 {
  display: none;
}
#s-a993ba75-c36e-4f12-904f-2b3c57415e36, #wrap-s-a993ba75-c36e-4f12-904f-2b3c57415e36 { display:none !important; }}@media (max-width: 767px){#s-a993ba75-c36e-4f12-904f-2b3c57415e36 {
  
}
}







#s-a993ba75-c36e-4f12-904f-2b3c57415e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a993ba75-c36e-4f12-904f-2b3c57415e36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 {
  box-shadow:0px 0px 14px 1px rgba(7, 7, 7, 1);
border-style: solid;
margin-top: 40px;
margin-left: 9%;
margin-bottom: 25px;
margin-right: 9%;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(25, 24, 24, 1);
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 {
  display: none;
}
#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40, #wrap-s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 {
  display: none;
}
#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40, #wrap-s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 {
  
}
}@media (max-width: 767px){#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 {
  
}
}







#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed8a615c-f43c-4e1e-a1a5-859ac9129e40.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a9f3666-0598-4dce-83cb-9000996afc68 {
  border-style: solid;
margin-top: 30px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 14, 14, 1);
}

#s-7a9f3666-0598-4dce-83cb-9000996afc68 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}



#s-437a2b92-810f-4ff2-badb-f53ff51ba405 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-437a2b92-810f-4ff2-badb-f53ff51ba405 img.shogun-image {
    

    
    
    
  }


#s-437a2b92-810f-4ff2-badb-f53ff51ba405 .shogun-image-content {
  
    align-items: center;
  
}

#s-69ab60ac-c018-454a-8153-38339ff6cd2a {
  display: none;
}
#s-84c81607-2b80-4e53-bb1e-4798b129142d {
  border-style: solid;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(83, 196, 71, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-84c81607-2b80-4e53-bb1e-4798b129142d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84c81607-2b80-4e53-bb1e-4798b129142d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84c81607-2b80-4e53-bb1e-4798b129142d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84c81607-2b80-4e53-bb1e-4798b129142d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84c81607-2b80-4e53-bb1e-4798b129142d.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Capriola;
  display:  block ;
}

#s-84c81607-2b80-4e53-bb1e-4798b129142d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-38aa8208-2c2f-4486-a27f-608a3a88d2d5 {
  text-align: left;
opacity: 0;
}

#s-38aa8208-2c2f-4486-a27f-608a3a88d2d5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-38aa8208-2c2f-4486-a27f-608a3a88d2d5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-38aa8208-2c2f-4486-a27f-608a3a88d2d5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-38aa8208-2c2f-4486-a27f-608a3a88d2d5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-38aa8208-2c2f-4486-a27f-608a3a88d2d5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f259d625-0c5e-4990-9edb-62638009ff30 {
  margin-top: -30px;
}

#s-90ddf87f-c04b-4dde-bff9-dea99523117f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90ddf87f-c04b-4dde-bff9-dea99523117f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



.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-10f6e582-2ebc-4eeb-a26b-71818c4c6c54 {
  min-height: 50px;
}








#s-10f6e582-2ebc-4eeb-a26b-71818c4c6c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f6e582-2ebc-4eeb-a26b-71818c4c6c54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-052397f9-ce47-4214-bbfb-9af5f59b2c9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-052397f9-ce47-4214-bbfb-9af5f59b2c9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-052397f9-ce47-4214-bbfb-9af5f59b2c9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-052397f9-ce47-4214-bbfb-9af5f59b2c9d {
  
}
}@media (max-width: 767px){#s-052397f9-ce47-4214-bbfb-9af5f59b2c9d {
  
}
}







#s-052397f9-ce47-4214-bbfb-9af5f59b2c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-052397f9-ce47-4214-bbfb-9af5f59b2c9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c47c4a49-7d43-4cfe-b722-993133cc3366 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c47c4a49-7d43-4cfe-b722-993133cc3366 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c47c4a49-7d43-4cfe-b722-993133cc3366 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c47c4a49-7d43-4cfe-b722-993133cc3366 {
  
}
}@media (max-width: 767px){#s-c47c4a49-7d43-4cfe-b722-993133cc3366 {
  
}
}







#s-c47c4a49-7d43-4cfe-b722-993133cc3366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c47c4a49-7d43-4cfe-b722-993133cc3366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b573fac-09d2-47cd-ab02-43e614fb118f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9b573fac-09d2-47cd-ab02-43e614fb118f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b573fac-09d2-47cd-ab02-43e614fb118f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b573fac-09d2-47cd-ab02-43e614fb118f {
  display: none;
}
#s-9b573fac-09d2-47cd-ab02-43e614fb118f, #wrap-s-9b573fac-09d2-47cd-ab02-43e614fb118f { display:none !important; }}@media (max-width: 767px){#s-9b573fac-09d2-47cd-ab02-43e614fb118f {
  
}
}







#s-9b573fac-09d2-47cd-ab02-43e614fb118f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b573fac-09d2-47cd-ab02-43e614fb118f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a272add6-ee1d-4943-80c0-cd593378337a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a272add6-ee1d-4943-80c0-cd593378337a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a272add6-ee1d-4943-80c0-cd593378337a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a272add6-ee1d-4943-80c0-cd593378337a {
  
}
}@media (max-width: 767px){#s-a272add6-ee1d-4943-80c0-cd593378337a {
  
}
}







#s-a272add6-ee1d-4943-80c0-cd593378337a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a272add6-ee1d-4943-80c0-cd593378337a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 {
  padding-left: 7%;
padding-right: 7%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 {
  display: none;
}
#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6, #wrap-s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 { display:none !important; }}@media (max-width: 767px){#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 {
  display: none;
}
#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6, #wrap-s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 { display:none !important; }}







#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23e00ab3-78be-4b9f-bf03-c49d7070afc6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c9e6676-70ff-40af-a8ae-3392f3822b2f {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-5c9e6676-70ff-40af-a8ae-3392f3822b2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c9e6676-70ff-40af-a8ae-3392f3822b2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c9e6676-70ff-40af-a8ae-3392f3822b2f {
  
}
}@media (max-width: 767px){#s-5c9e6676-70ff-40af-a8ae-3392f3822b2f {
  
}
}
@media (min-width: 0px) {
[id="s-5c9e6676-70ff-40af-a8ae-3392f3822b2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c9e6676-70ff-40af-a8ae-3392f3822b2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9e6676-70ff-40af-a8ae-3392f3822b2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9e6676-70ff-40af-a8ae-3392f3822b2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-f24cdf34-368d-431b-bb9e-c3fa5c57baa0 {
  box-shadow:0px 0px 9px 1px rgba(7, 7, 7, 1);
border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(14, 13, 13, 1);
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f24cdf34-368d-431b-bb9e-c3fa5c57baa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f24cdf34-368d-431b-bb9e-c3fa5c57baa0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3d4136a-9249-4a8f-85bd-12e884ec9b8d {
  border-style: solid;
margin-top: 35px;
margin-left: 10%;
margin-bottom: 35px;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(241, 12, 12, 1);
}

#s-b3d4136a-9249-4a8f-85bd-12e884ec9b8d .shogun-heading-component h1 {
  color: rgba(246, 246, 246, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b5fa012b-0e11-4683-9df4-49d7bf4917cd {
  margin-left: 14%;
margin-right: 14%;
padding-top: 1px;
padding-left: 0%;
padding-bottom: 1px;
padding-right: 0%;
max-width: 370px;
text-align: center;
}







  #s-b5fa012b-0e11-4683-9df4-49d7bf4917cd img.shogun-image {
    

    
    
    
  }


#s-b5fa012b-0e11-4683-9df4-49d7bf4917cd .shogun-image-content {
  
    align-items: center;
  
}

#s-23c7f274-eec8-4a91-8280-79924ada217d {
  display: none;
}
#s-7ed6727f-7fdc-4543-8e62-8e2e9a423107 {
  border-style: solid;
margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
background-color: rgba(9, 204, 11, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7ed6727f-7fdc-4543-8e62-8e2e9a423107:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ed6727f-7fdc-4543-8e62-8e2e9a423107:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7ed6727f-7fdc-4543-8e62-8e2e9a423107 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ed6727f-7fdc-4543-8e62-8e2e9a423107.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ed6727f-7fdc-4543-8e62-8e2e9a423107.shg-btn {
  color: #ffffff;
  font-size: 32px;
  
  
  font-family: Capriola;
  display:  block ;
}

#s-7ed6727f-7fdc-4543-8e62-8e2e9a423107.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-68f86d60-5a0e-4683-bd13-d025e0a62abe {
  text-align: left;
opacity: 0;
}

#s-68f86d60-5a0e-4683-bd13-d025e0a62abe .shg-product-quantity-wrapper {
  display: flex;
}

#s-68f86d60-5a0e-4683-bd13-d025e0a62abe .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-2bed7425-7b00-4471-aa81-fa14c1aa6b5a {
  margin-top: -30px;
}

#s-7dbb0527-f759-4f96-a1d1-c6d046043ed2 {
  box-shadow:0px 0px 12px 3px rgba(31, 25, 25, 1);
border-style: solid;
margin-bottom: 25px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(18, 18, 19, 1);
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 227, 0, 1);
opacity: 1;
}








#s-7dbb0527-f759-4f96-a1d1-c6d046043ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dbb0527-f759-4f96-a1d1-c6d046043ed2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-136ef55d-54d3-4aa4-af6f-c51c83d92db7 {
  border-style: solid;
margin-top: 35px;
margin-left: 12%;
margin-bottom: 35px;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-136ef55d-54d3-4aa4-af6f-c51c83d92db7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-111dc84f-aa70-49d7-855d-ead75e073d1a {
  margin-left: 4%;
margin-right: 4%;
min-height: 0px;
text-align: center;
}







  #s-111dc84f-aa70-49d7-855d-ead75e073d1a img.shogun-image {
    

    
    
    
  }


#s-111dc84f-aa70-49d7-855d-ead75e073d1a .shogun-image-content {
  
    align-items: center;
  
}

#s-11cfa251-c80d-4d65-811c-bee8fbf4c729 {
  display: none;
}
#s-d3619e44-cca7-4af9-9c43-976cf36f7a29 {
  border-style: solid;
margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
background-color: rgba(10, 202, 12, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d3619e44-cca7-4af9-9c43-976cf36f7a29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3619e44-cca7-4af9-9c43-976cf36f7a29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d3619e44-cca7-4af9-9c43-976cf36f7a29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3619e44-cca7-4af9-9c43-976cf36f7a29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3619e44-cca7-4af9-9c43-976cf36f7a29.shg-btn {
  color: #ffffff;
  font-size: 32px;
  
  
  font-family: Capriola;
  display:  block ;
}

#s-d3619e44-cca7-4af9-9c43-976cf36f7a29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b5ddee1f-853d-480a-a0ec-b14109a288ec {
  text-align: left;
opacity: 0;
}

#s-b5ddee1f-853d-480a-a0ec-b14109a288ec .shg-product-quantity-wrapper {
  display: flex;
}

#s-b5ddee1f-853d-480a-a0ec-b14109a288ec .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-bffe8797-105e-4e46-9bfa-5730eb2d1643 {
  margin-top: -30px;
}

#s-68331544-1cb2-4041-8798-7f7bc6336658 {
  box-shadow:0px 0px 9px 1px rgba(7, 7, 7, 1);
border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(14, 13, 13, 1);
border-style: solid;
border-radius: 14px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-68331544-1cb2-4041-8798-7f7bc6336658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68331544-1cb2-4041-8798-7f7bc6336658.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e0553e9-812f-4931-a37a-4e7cfe84877e {
  border-style: solid;
margin-top: 35px;
margin-left: 10%;
margin-bottom: 35px;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(241, 12, 12, 1);
}

#s-0e0553e9-812f-4931-a37a-4e7cfe84877e .shogun-heading-component h1 {
  color: rgba(246, 246, 246, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6f57b773-de84-4a89-80f0-bdb3d05f45ce {
  padding-top: 0px;
padding-left: 8%;
padding-bottom: 0px;
padding-right: 8%;
text-align: center;
}







  #s-6f57b773-de84-4a89-80f0-bdb3d05f45ce img.shogun-image {
    

    
    
    
  }


#s-6f57b773-de84-4a89-80f0-bdb3d05f45ce .shogun-image-content {
  
    align-items: center;
  
}

#s-34ae61dc-11ba-42ee-bdbf-5d530a0f6132 {
  display: none;
}
#s-1e1734b3-9be3-4f29-8aca-62132424a3f1 {
  border-style: solid;
margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
background-color: rgba(10, 202, 12, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1e1734b3-9be3-4f29-8aca-62132424a3f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e1734b3-9be3-4f29-8aca-62132424a3f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e1734b3-9be3-4f29-8aca-62132424a3f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e1734b3-9be3-4f29-8aca-62132424a3f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e1734b3-9be3-4f29-8aca-62132424a3f1.shg-btn {
  color: #ffffff;
  font-size: 32px;
  
  
  font-family: Capriola;
  display:  block ;
}

#s-1e1734b3-9be3-4f29-8aca-62132424a3f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d1282f6-1a3d-4cb8-bb25-c21b356c22a1 {
  text-align: left;
opacity: 0;
}

#s-4d1282f6-1a3d-4cb8-bb25-c21b356c22a1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4d1282f6-1a3d-4cb8-bb25-c21b356c22a1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}





#s-995d080e-9d31-4d4b-ae2c-249b943fe659 {
  margin-top: -30px;
}

#s-3f22bde4-b17a-49dd-be7b-c386e0eb8793 {
  min-height: 50px;
}








#s-3f22bde4-b17a-49dd-be7b-c386e0eb8793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f22bde4-b17a-49dd-be7b-c386e0eb8793.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2 {
  display: none;
}
#s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2, #wrap-s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2 { display:none !important; }}@media (max-width: 767px){#s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2 {
  display: none;
}
#s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2, #wrap-s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c3a6cb1-0f6c-4b1f-b8ad-4b9721c925f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e415a46-5920-490a-ab6c-187051531ba2 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
max-width: 750px;
text-align: center;
}







  #s-6e415a46-5920-490a-ab6c-187051531ba2 img.shogun-image {
    

    
    
    
  }


#s-6e415a46-5920-490a-ab6c-187051531ba2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed317925-8b28-4d49-8cf1-83e709c44636 {
  margin-left: 7%;
margin-right: 7%;
max-width: 650px;
text-align: center;
}







  #s-ed317925-8b28-4d49-8cf1-83e709c44636 img.shogun-image {
    

    
    
    
  }


#s-ed317925-8b28-4d49-8cf1-83e709c44636 .shogun-image-content {
  
    align-items: center;
  
}

#s-59402acf-8afd-40a1-98c1-b3fbd8093021 {
  margin-left: 10%;
margin-right: 10%;
}

#s-996f5230-7037-4c49-96db-8ea91e158cac {
  margin-left: 50px;
margin-right: 50px;
}

#s-01737c24-5bd3-462c-b8a6-1abc43507d3b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-01737c24-5bd3-462c-b8a6-1abc43507d3b {
  display: none;
}
#s-01737c24-5bd3-462c-b8a6-1abc43507d3b, #wrap-s-01737c24-5bd3-462c-b8a6-1abc43507d3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01737c24-5bd3-462c-b8a6-1abc43507d3b {
  display: none;
}
#s-01737c24-5bd3-462c-b8a6-1abc43507d3b, #wrap-s-01737c24-5bd3-462c-b8a6-1abc43507d3b { display:none !important; }}







#s-01737c24-5bd3-462c-b8a6-1abc43507d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01737c24-5bd3-462c-b8a6-1abc43507d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2484bbeb-4d7e-47f7-b107-8ba95e20a8a0 {
  min-height: 50px;
}








#s-2484bbeb-4d7e-47f7-b107-8ba95e20a8a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2484bbeb-4d7e-47f7-b107-8ba95e20a8a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e {
  min-height: 50px;
background-color: rgba(7, 7, 7, 1);
}
@media (min-width: 1200px){#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e {
  display: none;
}
#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e, #wrap-s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e {
  display: none;
}
#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e, #wrap-s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e { display:none !important; }}@media (max-width: 767px){#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e {
  
}
}







#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b666c8c0-3c86-44b6-9ec9-f1404b7db51e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd64fcae-b5c3-4cb8-934b-8ad495174f43 {
  box-shadow:0px 0px 10px 14px ;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}







  #s-dd64fcae-b5c3-4cb8-934b-8ad495174f43 img.shogun-image {
    

    
    
    
  }


#s-dd64fcae-b5c3-4cb8-934b-8ad495174f43 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdfeba09-3b34-4384-b3e4-b14fcdbd5d50 {
  margin-left: 10%;
margin-right: 10%;
}

#s-4fbb1a12-3a4a-4cd5-8236-124904d99956 {
  margin-left: 50px;
margin-right: 50px;
}








#s-70f79bbe-eaf3-4d03-b705-9139038c2904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70f79bbe-eaf3-4d03-b705-9139038c2904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e68785e0-3179-43b7-8cdb-2e3502486ba2 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-color: rgba(235, 250, 254, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e68785e0-3179-43b7-8cdb-2e3502486ba2 {
  display: none;
}
#s-e68785e0-3179-43b7-8cdb-2e3502486ba2, #wrap-s-e68785e0-3179-43b7-8cdb-2e3502486ba2 { display:none !important; }}@media (max-width: 767px){#s-e68785e0-3179-43b7-8cdb-2e3502486ba2 {
  display: none;
}
#s-e68785e0-3179-43b7-8cdb-2e3502486ba2, #wrap-s-e68785e0-3179-43b7-8cdb-2e3502486ba2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e68785e0-3179-43b7-8cdb-2e3502486ba2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e68785e0-3179-43b7-8cdb-2e3502486ba2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e68785e0-3179-43b7-8cdb-2e3502486ba2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e68785e0-3179-43b7-8cdb-2e3502486ba2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e68785e0-3179-43b7-8cdb-2e3502486ba2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e68785e0-3179-43b7-8cdb-2e3502486ba2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e68785e0-3179-43b7-8cdb-2e3502486ba2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-40f1757a-9145-4a16-86a0-3a9470fc147a {
  margin-left: 50px;
margin-right: 50px;
}

#s-2f3c0554-9ea9-4a5c-85b6-0df01393f184 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4084b2e1-3742-4043-9bd9-eb4159b6f00c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-4084b2e1-3742-4043-9bd9-eb4159b6f00c img.shogun-image {
    

    
    
    
  }


#s-4084b2e1-3742-4043-9bd9-eb4159b6f00c .shogun-image-content {
  
    align-items: center;
  
}

#s-ed58a878-5d9f-4042-b520-ab73b5a7bc6d {
  min-height: 50px;
}








#s-ed58a878-5d9f-4042-b520-ab73b5a7bc6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed58a878-5d9f-4042-b520-ab73b5a7bc6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efd99da6-7461-48b9-ae4c-b98440200a14 {
  border-style: solid;
padding-bottom: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(235, 250, 254, 1);
}
@media (min-width: 1200px){#s-efd99da6-7461-48b9-ae4c-b98440200a14 {
  display: none;
}
#s-efd99da6-7461-48b9-ae4c-b98440200a14, #wrap-s-efd99da6-7461-48b9-ae4c-b98440200a14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efd99da6-7461-48b9-ae4c-b98440200a14 {
  display: none;
}
#s-efd99da6-7461-48b9-ae4c-b98440200a14, #wrap-s-efd99da6-7461-48b9-ae4c-b98440200a14 { display:none !important; }}@media (max-width: 767px){#s-efd99da6-7461-48b9-ae4c-b98440200a14 {
  
}
}







#s-efd99da6-7461-48b9-ae4c-b98440200a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd99da6-7461-48b9-ae4c-b98440200a14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-789d590a-6ebc-4566-a3e4-035fa8eac507 {
  box-shadow:0px 0px 10px 14px ;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}







  #s-789d590a-6ebc-4566-a3e4-035fa8eac507 img.shogun-image {
    

    
    
    
  }


#s-789d590a-6ebc-4566-a3e4-035fa8eac507 .shogun-image-content {
  
    align-items: center;
  
}

#s-8018a788-076c-453d-8280-77010325de98 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6f7df3d8-e461-4293-8bf4-e16c04e8aa39 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 {
  padding-top: 48px;
padding-left: 7%;
padding-bottom: 48px;
padding-right: 7%;
text-align: center;
background-color: rgba(2, 2, 2, 1);
}
@media (min-width: 1200px){#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 {
  display: none;
}
#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934, #wrap-s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 {
  display: none;
}
#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934, #wrap-s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 {
  
}
}@media (max-width: 767px){#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 {
  
}
}
#s-a6802d0e-8bbc-4dba-8ecd-59ca490b0934 .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}



#s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a {
  padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
text-align: center;
background-color: rgba(2, 2, 2, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a {
  display: none;
}
#s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a, #wrap-s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a { display:none !important; }}@media (max-width: 767px){#s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a {
  display: none;
}
#s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a, #wrap-s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a { display:none !important; }}
#s-6758cc1b-6776-4af5-9ac0-2c6ab54f656a .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  
}



@media (min-width: 0px) {
[id="s-ee71b9d7-1457-4f88-b752-5fe579224724"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ee71b9d7-1457-4f88-b752-5fe579224724"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ee71b9d7-1457-4f88-b752-5fe579224724"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ee71b9d7-1457-4f88-b752-5fe579224724"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ee71b9d7-1457-4f88-b752-5fe579224724"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ee71b9d7-1457-4f88-b752-5fe579224724"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ee71b9d7-1457-4f88-b752-5fe579224724"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-a43650db-f059-4be6-8d9b-b5ce124e51cf {
  text-align: center;
}







  #s-a43650db-f059-4be6-8d9b-b5ce124e51cf img.shogun-image {
    

    
    
    
  }


#s-a43650db-f059-4be6-8d9b-b5ce124e51cf .shogun-image-content {
  
    align-items: center;
  
}

#s-a41e2dc8-7b5c-4265-aa7e-ccec30ec98ef {
  text-align: center;
}







  #s-a41e2dc8-7b5c-4265-aa7e-ccec30ec98ef img.shogun-image {
    

    
    
    
  }


#s-a41e2dc8-7b5c-4265-aa7e-ccec30ec98ef .shogun-image-content {
  
    align-items: center;
  
}

#s-1336390f-4d74-44f5-b863-dfa1f384a6d5 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1336390f-4d74-44f5-b863-dfa1f384a6d5 {
  display: none;
}
#s-1336390f-4d74-44f5-b863-dfa1f384a6d5, #wrap-s-1336390f-4d74-44f5-b863-dfa1f384a6d5 { display:none !important; }}@media (max-width: 767px){#s-1336390f-4d74-44f5-b863-dfa1f384a6d5 {
  display: none;
}
#s-1336390f-4d74-44f5-b863-dfa1f384a6d5, #wrap-s-1336390f-4d74-44f5-b863-dfa1f384a6d5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1336390f-4d74-44f5-b863-dfa1f384a6d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1336390f-4d74-44f5-b863-dfa1f384a6d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1336390f-4d74-44f5-b863-dfa1f384a6d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1336390f-4d74-44f5-b863-dfa1f384a6d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1336390f-4d74-44f5-b863-dfa1f384a6d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1336390f-4d74-44f5-b863-dfa1f384a6d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1336390f-4d74-44f5-b863-dfa1f384a6d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-66da4d5f-4d79-4472-867f-e428844a0f90 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(66, 171, 55, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66da4d5f-4d79-4472-867f-e428844a0f90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66da4d5f-4d79-4472-867f-e428844a0f90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66da4d5f-4d79-4472-867f-e428844a0f90-btn-wrapper {
    text-align: center;
  }


#s-66da4d5f-4d79-4472-867f-e428844a0f90.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66da4d5f-4d79-4472-867f-e428844a0f90-btn-wrapper {
    text-align: center;
  }


#s-66da4d5f-4d79-4472-867f-e428844a0f90.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66da4d5f-4d79-4472-867f-e428844a0f90-btn-wrapper {
    text-align: center;
  }


#s-66da4d5f-4d79-4472-867f-e428844a0f90.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66da4d5f-4d79-4472-867f-e428844a0f90-btn-wrapper {
    text-align: center;
  }


#s-66da4d5f-4d79-4472-867f-e428844a0f90.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66da4d5f-4d79-4472-867f-e428844a0f90-btn-wrapper {
    text-align: center;
  }


#s-66da4d5f-4d79-4472-867f-e428844a0f90.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  inline-block ;
}
}
  #s-66da4d5f-4d79-4472-867f-e428844a0f90-btn-wrapper {
    text-align: center;
  }


#s-66da4d5f-4d79-4472-867f-e428844a0f90.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  
  display:  inline-block ;
}

#s-e95c01b2-d1f3-4bdf-9968-093acb4d4689 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 9%;
padding-right: 9%;
}
@media (min-width: 1200px){#s-e95c01b2-d1f3-4bdf-9968-093acb4d4689 {
  display: none;
}
#s-e95c01b2-d1f3-4bdf-9968-093acb4d4689, #wrap-s-e95c01b2-d1f3-4bdf-9968-093acb4d4689 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e95c01b2-d1f3-4bdf-9968-093acb4d4689 {
  display: none;
}
#s-e95c01b2-d1f3-4bdf-9968-093acb4d4689, #wrap-s-e95c01b2-d1f3-4bdf-9968-093acb4d4689 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e95c01b2-d1f3-4bdf-9968-093acb4d4689"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e95c01b2-d1f3-4bdf-9968-093acb4d4689"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e95c01b2-d1f3-4bdf-9968-093acb4d4689"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e95c01b2-d1f3-4bdf-9968-093acb4d4689"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e95c01b2-d1f3-4bdf-9968-093acb4d4689"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e95c01b2-d1f3-4bdf-9968-093acb4d4689"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e95c01b2-d1f3-4bdf-9968-093acb4d4689"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(66, 171, 55, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c-btn-wrapper {
    text-align: center;
  }


#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c-btn-wrapper {
    text-align: center;
  }


#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c-btn-wrapper {
    text-align: center;
  }


#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c-btn-wrapper {
    text-align: center;
  }


#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c-btn-wrapper {
    text-align: center;
  }


#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}
  #s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c-btn-wrapper {
    text-align: center;
  }


#s-ebadd793-5eff-43c4-8de3-ff19f5f8dd5c.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-cdfcf3ee-184f-4bad-af56-c0b7c0e4f3ee {
  min-height: 50px;
background-color: rgba(235, 250, 254, 1);
}








#s-cdfcf3ee-184f-4bad-af56-c0b7c0e4f3ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdfcf3ee-184f-4bad-af56-c0b7c0e4f3ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e34b9eff-4800-4521-9d6a-1a1242800bc7 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e34b9eff-4800-4521-9d6a-1a1242800bc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e34b9eff-4800-4521-9d6a-1a1242800bc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e34b9eff-4800-4521-9d6a-1a1242800bc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e34b9eff-4800-4521-9d6a-1a1242800bc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6d05687e-185c-45d6-b877-6c83be5f4d7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d05687e-185c-45d6-b877-6c83be5f4d7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d05687e-185c-45d6-b877-6c83be5f4d7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d05687e-185c-45d6-b877-6c83be5f4d7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d05687e-185c-45d6-b877-6c83be5f4d7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d05687e-185c-45d6-b877-6c83be5f4d7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d05687e-185c-45d6-b877-6c83be5f4d7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1dbd12e1-f1d7-4f5f-af5a-4c598d47bcd4 {
  border-style: solid;
border-color: #2C2A34;
max-width: 100px;
text-align: right;
}
@media (max-width: 767px){#s-1dbd12e1-f1d7-4f5f-af5a-4c598d47bcd4 {
  display: none;
}
#s-1dbd12e1-f1d7-4f5f-af5a-4c598d47bcd4, #wrap-s-1dbd12e1-f1d7-4f5f-af5a-4c598d47bcd4 { display:none !important; }}






  #s-1dbd12e1-f1d7-4f5f-af5a-4c598d47bcd4 img.shogun-image {
    

    
    
    
  }


#s-1dbd12e1-f1d7-4f5f-af5a-4c598d47bcd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-34bc0c9d-9fe9-45f1-b2e9-a1730fd2779f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34bc0c9d-9fe9-45f1-b2e9-a1730fd2779f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



@media (min-width: 0px) {
[id="s-a51c3f5a-7b29-4729-ad46-eb7640ca31ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a51c3f5a-7b29-4729-ad46-eb7640ca31ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a51c3f5a-7b29-4729-ad46-eb7640ca31ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a51c3f5a-7b29-4729-ad46-eb7640ca31ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a51c3f5a-7b29-4729-ad46-eb7640ca31ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a51c3f5a-7b29-4729-ad46-eb7640ca31ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a51c3f5a-7b29-4729-ad46-eb7640ca31ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-21fc12ed-5769-4df5-b5e1-789e1a9ad6bf {
  max-width: 100px;
}
@media (max-width: 767px){#s-21fc12ed-5769-4df5-b5e1-789e1a9ad6bf {
  display: none;
}
#s-21fc12ed-5769-4df5-b5e1-789e1a9ad6bf, #wrap-s-21fc12ed-5769-4df5-b5e1-789e1a9ad6bf { display:none !important; }}






  #s-21fc12ed-5769-4df5-b5e1-789e1a9ad6bf img.shogun-image {
    

    
    
    
  }


#s-21fc12ed-5769-4df5-b5e1-789e1a9ad6bf .shogun-image-content {
  
    align-items: center;
  
}

#s-c6a36d18-cb5b-4109-a1b1-d55be78fe4a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6a36d18-cb5b-4109-a1b1-d55be78fe4a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}



#s-de696fdc-a692-439a-95e9-21b5a8849466 {
  text-align: left;
}

/*
  $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}
