.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-7529e38c-656d-4376-8a13-20fd50cd22c1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (max-width: 767px){#s-7529e38c-656d-4376-8a13-20fd50cd22c1 {
  display: none;
}
#s-7529e38c-656d-4376-8a13-20fd50cd22c1, #wrap-s-7529e38c-656d-4376-8a13-20fd50cd22c1 { display: none !important; }}
#s-7529e38c-656d-4376-8a13-20fd50cd22c1 {
  background-image: url(https://i.shgcdn.com/f9c69f41-09f3-4620-aa28-cf34094f077e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7529e38c-656d-4376-8a13-20fd50cd22c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7529e38c-656d-4376-8a13-20fd50cd22c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-7529e38c-656d-4376-8a13-20fd50cd22c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7529e38c-656d-4376-8a13-20fd50cd22c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-75da21ae-d2ad-46e7-a468-d298d4421748 {
  padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75da21ae-d2ad-46e7-a468-d298d4421748 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-75da21ae-d2ad-46e7-a468-d298d4421748 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-75da21ae-d2ad-46e7-a468-d298d4421748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75da21ae-d2ad-46e7-a468-d298d4421748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4602347d-4f5d-4d16-8b7f-91b77133d9b5 {
  max-width: 350px;
}








#s-4602347d-4f5d-4d16-8b7f-91b77133d9b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4602347d-4f5d-4d16-8b7f-91b77133d9b5.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-95817d14-d5e1-4b55-ad2e-5c54e7ba4121 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-95817d14-d5e1-4b55-ad2e-5c54e7ba4121 .shogun-heading-component h1 {
  color: rgba(253, 251, 251, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 87px;
  line-height: 0.8em;
  
  text-align: left;
}



.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-0dbbe987-1861-475b-a600-4b36f74f515e {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 {
  display: none;
}
#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7, #wrap-s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 {
  display: none;
}
#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7, #wrap-s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 {
  display: none;
}
#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7, #wrap-s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 { display: none !important; }}
#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 {
  background-image: url(https://i.shgcdn.com/29f4e189-59a5-4093-b2b9-15521c2d3322/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b8e593cd-88b2-4c7b-8f8c-9e0655aaceb7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bafe0ef7-78e4-466d-9651-59cb0c197092 {
  min-height: 450px;
}








#s-bafe0ef7-78e4-466d-9651-59cb0c197092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bafe0ef7-78e4-466d-9651-59cb0c197092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef5111e6-f3b7-4378-8c33-8e5dc028cefb {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef5111e6-f3b7-4378-8c33-8e5dc028cefb {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ef5111e6-f3b7-4378-8c33-8e5dc028cefb {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-ef5111e6-f3b7-4378-8c33-8e5dc028cefb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef5111e6-f3b7-4378-8c33-8e5dc028cefb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17fea531-e1e9-45c8-828c-ee1b218ad3cd {
  max-width: 600px;
}








#s-17fea531-e1e9-45c8-828c-ee1b218ad3cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17fea531-e1e9-45c8-828c-ee1b218ad3cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a3cfdf0-32cc-4930-824c-5b45c87925b5 {
  margin-top: -19px;
margin-bottom: -19px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-9a3cfdf0-32cc-4930-824c-5b45c87925b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-7ce6f824-4bee-492c-b794-af1909d7baa4 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-ba51a8bc-0edb-470b-9011-03833772388d {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ba51a8bc-0edb-470b-9011-03833772388d {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ba51a8bc-0edb-470b-9011-03833772388d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-ba51a8bc-0edb-470b-9011-03833772388d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba51a8bc-0edb-470b-9011-03833772388d.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;
}

@media (min-width: 0px) {
[id="s-74d01d60-08c6-462b-afa0-02e48d5b52a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74d01d60-08c6-462b-afa0-02e48d5b52a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-74d01d60-08c6-462b-afa0-02e48d5b52a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-74d01d60-08c6-462b-afa0-02e48d5b52a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-38d17940-b052-4db4-b42b-09b0d308a286 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-38d17940-b052-4db4-b42b-09b0d308a286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d17940-b052-4db4-b42b-09b0d308a286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd07c23f-8069-48b3-b16f-4556907fe600 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 100px;
background-color: rgba(255, 29, 29, 1);
}

.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;
}

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

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

#s-42c6c62a-dd23-44c5-8944-3fa5904e2a14 {
  text-align: center;
}







  #s-42c6c62a-dd23-44c5-8944-3fa5904e2a14 img.shogun-image {
    

    
    
    
  }


#s-42c6c62a-dd23-44c5-8944-3fa5904e2a14 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0add0a8-60cd-4ab1-b6b9-f58366e9cc62 {
  text-align: left;
}

#s-90e826b4-0ad2-4c79-89a4-4425d82112cc {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf {
  display: none;
}
#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf, #wrap-s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf {
  display: none;
}
#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf, #wrap-s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf {
  display: none;
}
#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf, #wrap-s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf { display: none !important; }}







#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2aee6e86-afa0-49c2-92c1-dffd6f4de8cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bd184cb-2b31-47c2-8012-aec69f4f53ad {
  margin-top: 0px;
margin-bottom: 20px;
text-align: left;
}

#s-0bd184cb-2b31-47c2-8012-aec69f4f53ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0bd184cb-2b31-47c2-8012-aec69f4f53ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bd184cb-2b31-47c2-8012-aec69f4f53ad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-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-f066912f-5452-4ec8-9165-0f5443cc3356 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
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;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f066912f-5452-4ec8-9165-0f5443cc3356:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f066912f-5452-4ec8-9165-0f5443cc3356:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f066912f-5452-4ec8-9165-0f5443cc3356 {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
text-decoration: none;
}
#s-f066912f-5452-4ec8-9165-0f5443cc3356:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-f066912f-5452-4ec8-9165-0f5443cc3356-root {
    text-align: center;
  }


#s-f066912f-5452-4ec8-9165-0f5443cc3356.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f066912f-5452-4ec8-9165-0f5443cc3356-root {
    text-align: center;
  }


#s-f066912f-5452-4ec8-9165-0f5443cc3356.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f066912f-5452-4ec8-9165-0f5443cc3356-root {
    text-align: center;
  }


#s-f066912f-5452-4ec8-9165-0f5443cc3356.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f066912f-5452-4ec8-9165-0f5443cc3356-root {
    text-align: center;
  }


#s-f066912f-5452-4ec8-9165-0f5443cc3356.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f066912f-5452-4ec8-9165-0f5443cc3356-root {
    text-align: center;
  }


#s-f066912f-5452-4ec8-9165-0f5443cc3356.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 {
  display: none;
}
#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0, #wrap-s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 {
  display: none;
}
#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0, #wrap-s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 {
  display: none;
}
#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0, #wrap-s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 { display: none !important; }}







#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b37cd378-2a6e-4598-a9d9-a4e0689249d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ac6c532-8a95-404c-a06f-56b2aba3b776 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-2ac6c532-8a95-404c-a06f-56b2aba3b776 {
  padding-bottom: 0px;
}
}







#s-2ac6c532-8a95-404c-a06f-56b2aba3b776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ac6c532-8a95-404c-a06f-56b2aba3b776.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-ea53f48b-6b61-40e7-b1e2-0cbfc5320698 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-c39248a7-eece-4822-9ed1-639fbdbf4228 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-c39248a7-eece-4822-9ed1-639fbdbf4228 {
  display: none;
}
#s-c39248a7-eece-4822-9ed1-639fbdbf4228, #wrap-s-c39248a7-eece-4822-9ed1-639fbdbf4228 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-c39248a7-eece-4822-9ed1-639fbdbf4228"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bf1718dd-4fb3-4895-9a48-31f3f328613b {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-bf1718dd-4fb3-4895-9a48-31f3f328613b {
  margin-left: auto;
margin-right: auto;
}
}






  #s-bf1718dd-4fb3-4895-9a48-31f3f328613b img.shogun-image {
    

    
    
    
  }


#s-bf1718dd-4fb3-4895-9a48-31f3f328613b .shogun-image-content {
  
    align-items: center;
  
}

#s-5a93b0a5-952b-453e-a9ee-b1665b7208a8 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 {
  display: none;
}
#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0, #wrap-s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 {
  display: none;
}
#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0, #wrap-s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 {
  display: none;
}
#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0, #wrap-s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 { display: none !important; }}@media (max-width: 767px){#s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0 {
  
}
}
@media (min-width: 0px) {
[id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-1858fd14-ece7-4df5-ba6e-2dae04fb6bf0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fb5f5598-8bff-4074-ba94-afb154b30657 {
  text-align: center;
}
@media (max-width: 767px){#s-fb5f5598-8bff-4074-ba94-afb154b30657 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
}
}






  #s-fb5f5598-8bff-4074-ba94-afb154b30657 img.shogun-image {
    

    
    
    
  }


#s-fb5f5598-8bff-4074-ba94-afb154b30657 .shogun-image-content {
  
    align-items: center;
  
}

#s-92757a98-56ab-4e58-9518-a4f4e949d5aa {
  padding-top: 5px;
padding-bottom: 10px;
}

#s-9e2133a5-f0f0-457a-8a3f-e91801c4a8bd hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-c7b12a6f-e53a-4fe4-866c-e79279f6ac4f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c7b12a6f-e53a-4fe4-866c-e79279f6ac4f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-c7b12a6f-e53a-4fe4-866c-e79279f6ac4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c7b12a6f-e53a-4fe4-866c-e79279f6ac4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c7b12a6f-e53a-4fe4-866c-e79279f6ac4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-7ffb3381-e8a9-4e1c-b2ed-7d553c5bff13 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-7ffb3381-e8a9-4e1c-b2ed-7d553c5bff13 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-7ffb3381-e8a9-4e1c-b2ed-7d553c5bff13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffb3381-e8a9-4e1c-b2ed-7d553c5bff13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23f5ad95-67f7-4884-9aa0-795aa7bfbe84 {
  min-height: 80px;
}








#s-23f5ad95-67f7-4884-9aa0-795aa7bfbe84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23f5ad95-67f7-4884-9aa0-795aa7bfbe84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1db70fc0-30f7-4bfc-bfd5-2acc592fa3a6 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-1db70fc0-30f7-4bfc-bfd5-2acc592fa3a6 img.shogun-image {
    

    
    
    
  }


#s-1db70fc0-30f7-4bfc-bfd5-2acc592fa3a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c5d732c-6cff-4ced-9130-7e7325d84369 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5c5d732c-6cff-4ced-9130-7e7325d84369 {
  margin-bottom: 20px;
}
}







#s-5c5d732c-6cff-4ced-9130-7e7325d84369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c5d732c-6cff-4ced-9130-7e7325d84369.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0e0cd54-20be-4f4e-8d21-fb12a8e2b639 {
  min-height: 80px;
}








#s-f0e0cd54-20be-4f4e-8d21-fb12a8e2b639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0e0cd54-20be-4f4e-8d21-fb12a8e2b639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0e3734a-b4bc-4c83-b5d8-2846aabc413f {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-f0e3734a-b4bc-4c83-b5d8-2846aabc413f img.shogun-image {
    

    
    
    
  }


#s-f0e3734a-b4bc-4c83-b5d8-2846aabc413f .shogun-image-content {
  
    align-items: center;
  
}

#s-1f1615a3-7750-4187-a181-5b0403535fc7 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-1f1615a3-7750-4187-a181-5b0403535fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1615a3-7750-4187-a181-5b0403535fc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e200bb5e-2895-40bc-8686-66c3feda0d22 {
  min-height: 80px;
}








#s-e200bb5e-2895-40bc-8686-66c3feda0d22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e200bb5e-2895-40bc-8686-66c3feda0d22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be815131-97e8-4199-ac09-a2bdd5c0d585 {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}







  #s-be815131-97e8-4199-ac09-a2bdd5c0d585 img.shogun-image {
    

    
    
    
  }


#s-be815131-97e8-4199-ac09-a2bdd5c0d585 .shogun-image-content {
  
    align-items: center;
  
}

#s-b203de24-d022-4dea-89fb-33ef2c9efc2d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-b203de24-d022-4dea-89fb-33ef2c9efc2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b203de24-d022-4dea-89fb-33ef2c9efc2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0563ce38-29bd-4dc1-9add-a87cf8421cd7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 100px;
background-color: rgba(255, 29, 29, 1);
}

#s-39a6ef6a-4031-4b74-87e1-0a655a750c06 {
  text-align: center;
}







  #s-39a6ef6a-4031-4b74-87e1-0a655a750c06 img.shogun-image {
    

    
    
    
  }


#s-39a6ef6a-4031-4b74-87e1-0a655a750c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-81bddd3f-443c-4cc5-bbaf-706f0c855875 {
  text-align: left;
}

#s-609acb01-9cc4-4c44-b345-cc51f0e19bcd {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-555942b8-9d45-4df2-87d1-4202425d1eda {
  min-height: 50px;
}
@media (min-width: 1200px){#s-555942b8-9d45-4df2-87d1-4202425d1eda {
  display: none;
}
#s-555942b8-9d45-4df2-87d1-4202425d1eda, #wrap-s-555942b8-9d45-4df2-87d1-4202425d1eda { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-555942b8-9d45-4df2-87d1-4202425d1eda {
  display: none;
}
#s-555942b8-9d45-4df2-87d1-4202425d1eda, #wrap-s-555942b8-9d45-4df2-87d1-4202425d1eda { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-555942b8-9d45-4df2-87d1-4202425d1eda {
  display: none;
}
#s-555942b8-9d45-4df2-87d1-4202425d1eda, #wrap-s-555942b8-9d45-4df2-87d1-4202425d1eda { display: none !important; }}







#s-555942b8-9d45-4df2-87d1-4202425d1eda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-555942b8-9d45-4df2-87d1-4202425d1eda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1952699c-3a51-4576-8a38-bd983eb0fe80 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: left;
}

#s-1952699c-3a51-4576-8a38-bd983eb0fe80 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1952699c-3a51-4576-8a38-bd983eb0fe80 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1952699c-3a51-4576-8a38-bd983eb0fe80 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
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;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
text-decoration: none;
}
#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd-root {
    text-align: center;
  }


#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd-root {
    text-align: center;
  }


#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd-root {
    text-align: center;
  }


#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd-root {
    text-align: center;
  }


#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd-root {
    text-align: center;
  }


#s-93d679d9-fc6f-4dec-8d6c-dd215a383ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-0089a36b-586a-43a3-a88c-090a18dedd93 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0089a36b-586a-43a3-a88c-090a18dedd93 {
  display: none;
}
#s-0089a36b-586a-43a3-a88c-090a18dedd93, #wrap-s-0089a36b-586a-43a3-a88c-090a18dedd93 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0089a36b-586a-43a3-a88c-090a18dedd93 {
  display: none;
}
#s-0089a36b-586a-43a3-a88c-090a18dedd93, #wrap-s-0089a36b-586a-43a3-a88c-090a18dedd93 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0089a36b-586a-43a3-a88c-090a18dedd93 {
  display: none;
}
#s-0089a36b-586a-43a3-a88c-090a18dedd93, #wrap-s-0089a36b-586a-43a3-a88c-090a18dedd93 { display: none !important; }}







#s-0089a36b-586a-43a3-a88c-090a18dedd93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0089a36b-586a-43a3-a88c-090a18dedd93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfc38a89-8ca9-4bca-b9fa-ee0fa61939ea {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-dfc38a89-8ca9-4bca-b9fa-ee0fa61939ea {
  padding-top: 20px;
padding-bottom: 0px;
}
}







#s-dfc38a89-8ca9-4bca-b9fa-ee0fa61939ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc38a89-8ca9-4bca-b9fa-ee0fa61939ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bafd21c-5547-4a3b-9c03-1005f2f2356e hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-d263fc21-7032-43d2-b54b-e93295b5ab84 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-d263fc21-7032-43d2-b54b-e93295b5ab84 {
  display: none;
}
#s-d263fc21-7032-43d2-b54b-e93295b5ab84, #wrap-s-d263fc21-7032-43d2-b54b-e93295b5ab84 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-d263fc21-7032-43d2-b54b-e93295b5ab84"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-98dd8f6e-a978-499d-9acb-155236f2031c {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-98dd8f6e-a978-499d-9acb-155236f2031c {
  margin-left: auto;
margin-right: auto;
}
}






  #s-98dd8f6e-a978-499d-9acb-155236f2031c img.shogun-image {
    

    
    
    
  }


#s-98dd8f6e-a978-499d-9acb-155236f2031c .shogun-image-content {
  
    align-items: center;
  
}

#s-d7530141-b9f8-413c-a373-061dbaeb3db8 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 15px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 {
  display: none;
}
#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6, #wrap-s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 {
  display: none;
}
#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6, #wrap-s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 {
  display: none;
}
#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6, #wrap-s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 { display: none !important; }}@media (max-width: 767px){#s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6 {
  
}
}
@media (min-width: 0px) {
[id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-243eea4e-a3fd-47a8-ab61-2e4c1336d2f6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c8fb343d-4563-4469-925e-7d0469827416 {
  text-align: center;
}
@media (max-width: 767px){#s-c8fb343d-4563-4469-925e-7d0469827416 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
}
}






  #s-c8fb343d-4563-4469-925e-7d0469827416 img.shogun-image {
    

    
    
    
  }


#s-c8fb343d-4563-4469-925e-7d0469827416 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b827039-6389-4a32-9cd7-0cdf6ac41712 {
  padding-top: 5px;
padding-bottom: 10px;
}

#s-995a018c-2d82-4899-8d90-b251ce07c64b hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-f53325e5-b50f-44b5-8a6d-251ccddc2a33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f53325e5-b50f-44b5-8a6d-251ccddc2a33"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-f53325e5-b50f-44b5-8a6d-251ccddc2a33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f53325e5-b50f-44b5-8a6d-251ccddc2a33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f53325e5-b50f-44b5-8a6d-251ccddc2a33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-e4de38d4-f3dc-494b-a15d-fd4597f48310 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e4de38d4-f3dc-494b-a15d-fd4597f48310 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-e4de38d4-f3dc-494b-a15d-fd4597f48310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4de38d4-f3dc-494b-a15d-fd4597f48310.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ded8b449-7b79-4daa-8952-c3ebd0adc015 {
  min-height: 80px;
}








#s-ded8b449-7b79-4daa-8952-c3ebd0adc015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ded8b449-7b79-4daa-8952-c3ebd0adc015.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc623b43-d3df-4ad2-818b-0ade2137590b {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-fc623b43-d3df-4ad2-818b-0ade2137590b img.shogun-image {
    

    
    
    
  }


#s-fc623b43-d3df-4ad2-818b-0ade2137590b .shogun-image-content {
  
    align-items: center;
  
}

#s-169257cc-368f-4e89-aa0d-d355a0c129ab {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-169257cc-368f-4e89-aa0d-d355a0c129ab {
  margin-bottom: 20px;
}
}







#s-169257cc-368f-4e89-aa0d-d355a0c129ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-169257cc-368f-4e89-aa0d-d355a0c129ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97c864da-e4db-46af-a18d-658cbe6576ee {
  min-height: 80px;
}








#s-97c864da-e4db-46af-a18d-658cbe6576ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97c864da-e4db-46af-a18d-658cbe6576ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07a632b2-360a-4883-8a46-180fb349bf89 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-07a632b2-360a-4883-8a46-180fb349bf89 img.shogun-image {
    

    
    
    
  }


#s-07a632b2-360a-4883-8a46-180fb349bf89 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf2b077c-ca5b-40de-8fa9-1cd58d3a2d1e {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-cf2b077c-ca5b-40de-8fa9-1cd58d3a2d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf2b077c-ca5b-40de-8fa9-1cd58d3a2d1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2795f568-f33e-4c5e-a135-aa0e4f39e30d {
  min-height: 80px;
}








#s-2795f568-f33e-4c5e-a135-aa0e4f39e30d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2795f568-f33e-4c5e-a135-aa0e4f39e30d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ba968e0-08af-44cd-9596-78bf7b31192b {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}







  #s-0ba968e0-08af-44cd-9596-78bf7b31192b img.shogun-image {
    

    
    
    
  }


#s-0ba968e0-08af-44cd-9596-78bf7b31192b .shogun-image-content {
  
    align-items: center;
  
}

#s-ea351aa5-4a17-4711-94fb-840ede0afe71 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-ea351aa5-4a17-4711-94fb-840ede0afe71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea351aa5-4a17-4711-94fb-840ede0afe71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95c9f9b9-932a-4dfd-9d8e-65d6cff95c6a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
max-width: 100px;
background-color: rgba(255, 29, 29, 1);
}

#s-64f944d9-ae77-4293-82c6-ad02fca37b69 {
  text-align: center;
}







  #s-64f944d9-ae77-4293-82c6-ad02fca37b69 img.shogun-image {
    

    
    
    
  }


#s-64f944d9-ae77-4293-82c6-ad02fca37b69 .shogun-image-content {
  
    align-items: center;
  
}

#s-f813176c-930e-47bb-b7ef-d41e875180dc {
  text-align: left;
}

#s-70b1eb19-4005-459b-9633-f172a25b3693 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-b43151aa-0332-4438-bb8b-1c84582f72c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b43151aa-0332-4438-bb8b-1c84582f72c3 {
  display: none;
}
#s-b43151aa-0332-4438-bb8b-1c84582f72c3, #wrap-s-b43151aa-0332-4438-bb8b-1c84582f72c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b43151aa-0332-4438-bb8b-1c84582f72c3 {
  display: none;
}
#s-b43151aa-0332-4438-bb8b-1c84582f72c3, #wrap-s-b43151aa-0332-4438-bb8b-1c84582f72c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b43151aa-0332-4438-bb8b-1c84582f72c3 {
  display: none;
}
#s-b43151aa-0332-4438-bb8b-1c84582f72c3, #wrap-s-b43151aa-0332-4438-bb8b-1c84582f72c3 { display: none !important; }}







#s-b43151aa-0332-4438-bb8b-1c84582f72c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b43151aa-0332-4438-bb8b-1c84582f72c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fbe2284-ae7c-4d7a-8c60-f2067c2e8065 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: left;
}

#s-7fbe2284-ae7c-4d7a-8c60-f2067c2e8065 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7fbe2284-ae7c-4d7a-8c60-f2067c2e8065 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7fbe2284-ae7c-4d7a-8c60-f2067c2e8065 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0ad550b-61ac-4966-9d04-ffb6ea670745 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
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;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a0ad550b-61ac-4966-9d04-ffb6ea670745:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a0ad550b-61ac-4966-9d04-ffb6ea670745:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a0ad550b-61ac-4966-9d04-ffb6ea670745 {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
text-decoration: none;
}
#s-a0ad550b-61ac-4966-9d04-ffb6ea670745:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-a0ad550b-61ac-4966-9d04-ffb6ea670745-root {
    text-align: center;
  }


#s-a0ad550b-61ac-4966-9d04-ffb6ea670745.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a0ad550b-61ac-4966-9d04-ffb6ea670745-root {
    text-align: center;
  }


#s-a0ad550b-61ac-4966-9d04-ffb6ea670745.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0ad550b-61ac-4966-9d04-ffb6ea670745-root {
    text-align: center;
  }


#s-a0ad550b-61ac-4966-9d04-ffb6ea670745.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0ad550b-61ac-4966-9d04-ffb6ea670745-root {
    text-align: center;
  }


#s-a0ad550b-61ac-4966-9d04-ffb6ea670745.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a0ad550b-61ac-4966-9d04-ffb6ea670745-root {
    text-align: center;
  }


#s-a0ad550b-61ac-4966-9d04-ffb6ea670745.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-c5092d32-5e06-427f-ba63-12e78d8d8b51 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c5092d32-5e06-427f-ba63-12e78d8d8b51 {
  display: none;
}
#s-c5092d32-5e06-427f-ba63-12e78d8d8b51, #wrap-s-c5092d32-5e06-427f-ba63-12e78d8d8b51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5092d32-5e06-427f-ba63-12e78d8d8b51 {
  display: none;
}
#s-c5092d32-5e06-427f-ba63-12e78d8d8b51, #wrap-s-c5092d32-5e06-427f-ba63-12e78d8d8b51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5092d32-5e06-427f-ba63-12e78d8d8b51 {
  display: none;
}
#s-c5092d32-5e06-427f-ba63-12e78d8d8b51, #wrap-s-c5092d32-5e06-427f-ba63-12e78d8d8b51 { display: none !important; }}







#s-c5092d32-5e06-427f-ba63-12e78d8d8b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5092d32-5e06-427f-ba63-12e78d8d8b51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca2fa76b-340c-4507-8e7e-d1993e5a307d {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-ca2fa76b-340c-4507-8e7e-d1993e5a307d {
  padding-bottom: 0px;
}
}







#s-ca2fa76b-340c-4507-8e7e-d1993e5a307d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca2fa76b-340c-4507-8e7e-d1993e5a307d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1bfc1ef-2060-4968-9ccb-c02f5fac7fdc hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-d07adf25-03b6-47a4-9a29-0339f9054169 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-d07adf25-03b6-47a4-9a29-0339f9054169 {
  display: none;
}
#s-d07adf25-03b6-47a4-9a29-0339f9054169, #wrap-s-d07adf25-03b6-47a4-9a29-0339f9054169 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-d07adf25-03b6-47a4-9a29-0339f9054169"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f3f4e8f7-eb5c-4496-a5b4-44aacc182162 {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-f3f4e8f7-eb5c-4496-a5b4-44aacc182162 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-f3f4e8f7-eb5c-4496-a5b4-44aacc182162 img.shogun-image {
    

    
    
    
  }


#s-f3f4e8f7-eb5c-4496-a5b4-44aacc182162 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3c3064f-13e9-40d6-9280-05577350a50d {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-0ab56875-d24b-45d2-aed1-4849015e32d6 {
  padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-0ab56875-d24b-45d2-aed1-4849015e32d6 {
  display: none;
}
#s-0ab56875-d24b-45d2-aed1-4849015e32d6, #wrap-s-0ab56875-d24b-45d2-aed1-4849015e32d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ab56875-d24b-45d2-aed1-4849015e32d6 {
  display: none;
}
#s-0ab56875-d24b-45d2-aed1-4849015e32d6, #wrap-s-0ab56875-d24b-45d2-aed1-4849015e32d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ab56875-d24b-45d2-aed1-4849015e32d6 {
  display: none;
}
#s-0ab56875-d24b-45d2-aed1-4849015e32d6, #wrap-s-0ab56875-d24b-45d2-aed1-4849015e32d6 { display: none !important; }}@media (max-width: 767px){#s-0ab56875-d24b-45d2-aed1-4849015e32d6 {
  
}
}
@media (min-width: 0px) {
[id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-0ab56875-d24b-45d2-aed1-4849015e32d6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d4e64675-84e6-485b-ad29-be80cece675f {
  text-align: center;
}
@media (max-width: 767px){#s-d4e64675-84e6-485b-ad29-be80cece675f {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
}
}






  #s-d4e64675-84e6-485b-ad29-be80cece675f img.shogun-image {
    

    
    
    
  }


#s-d4e64675-84e6-485b-ad29-be80cece675f .shogun-image-content {
  
    align-items: center;
  
}

#s-64cd399a-7a3e-49f1-a304-c0f284fe90b2 {
  padding-top: 5px;
padding-bottom: 10px;
}

#s-b5d40638-9c23-418f-9e46-3e0ce1108640 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-675da3ae-6852-4253-b761-50b8323488a9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-675da3ae-6852-4253-b761-50b8323488a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-675da3ae-6852-4253-b761-50b8323488a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-675da3ae-6852-4253-b761-50b8323488a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-675da3ae-6852-4253-b761-50b8323488a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-13d022b2-d19e-41f3-b21e-f5d6bc9de077 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-13d022b2-d19e-41f3-b21e-f5d6bc9de077 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-13d022b2-d19e-41f3-b21e-f5d6bc9de077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d022b2-d19e-41f3-b21e-f5d6bc9de077.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b0e9bc8-f33b-4228-9fb4-a28189b4bd21 {
  min-height: 80px;
}








#s-3b0e9bc8-f33b-4228-9fb4-a28189b4bd21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b0e9bc8-f33b-4228-9fb4-a28189b4bd21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66a76177-3716-4618-a82e-410828f5e7ef {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-66a76177-3716-4618-a82e-410828f5e7ef img.shogun-image {
    

    
    
    
  }


#s-66a76177-3716-4618-a82e-410828f5e7ef .shogun-image-content {
  
    align-items: center;
  
}

#s-8116f0b4-0fc1-48e9-886d-21372e3b329e {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8116f0b4-0fc1-48e9-886d-21372e3b329e {
  margin-bottom: 20px;
}
}







#s-8116f0b4-0fc1-48e9-886d-21372e3b329e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8116f0b4-0fc1-48e9-886d-21372e3b329e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aac819c2-2ac9-481c-8073-dc50bc27b601 {
  min-height: 80px;
}








#s-aac819c2-2ac9-481c-8073-dc50bc27b601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aac819c2-2ac9-481c-8073-dc50bc27b601.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf2d94c8-81f2-4738-8bc4-cd248316b31c {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-cf2d94c8-81f2-4738-8bc4-cd248316b31c img.shogun-image {
    

    
    
    
  }


#s-cf2d94c8-81f2-4738-8bc4-cd248316b31c .shogun-image-content {
  
    align-items: center;
  
}

#s-8d7b1be0-d0a8-4ed7-b4c6-2ff71e7615a8 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-8d7b1be0-d0a8-4ed7-b4c6-2ff71e7615a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d7b1be0-d0a8-4ed7-b4c6-2ff71e7615a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f502ce42-3c78-4a6a-844c-5fbd7890033c {
  min-height: 80px;
}








#s-f502ce42-3c78-4a6a-844c-5fbd7890033c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f502ce42-3c78-4a6a-844c-5fbd7890033c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67f7f543-5ef2-4e5a-a2cf-350b1477ebc8 {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}







  #s-67f7f543-5ef2-4e5a-a2cf-350b1477ebc8 img.shogun-image {
    

    
    
    
  }


#s-67f7f543-5ef2-4e5a-a2cf-350b1477ebc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4819aa5-bc35-46d1-a538-507776824a32 {
  padding-top: 0px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4819aa5-bc35-46d1-a538-507776824a32 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-e4819aa5-bc35-46d1-a538-507776824a32 {
  display: none;
}
#s-e4819aa5-bc35-46d1-a538-507776824a32, #wrap-s-e4819aa5-bc35-46d1-a538-507776824a32 { display: none !important; }}







#s-e4819aa5-bc35-46d1-a538-507776824a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4819aa5-bc35-46d1-a538-507776824a32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3183a7cf-66a8-41ee-9853-8a7b2ed439fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3183a7cf-66a8-41ee-9853-8a7b2ed439fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-3183a7cf-66a8-41ee-9853-8a7b2ed439fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-3183a7cf-66a8-41ee-9853-8a7b2ed439fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-8e865827-ecec-4cd2-b53e-01990ebd7b67 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-8e865827-ecec-4cd2-b53e-01990ebd7b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e865827-ecec-4cd2-b53e-01990ebd7b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-052d91ef-683d-46b0-8900-99b1700e4b96 {
  padding-bottom: 20px;
}

#s-95b86ac2-a11e-486e-b164-9dca55454ded {
  text-align: left;
}

#s-95b86ac2-a11e-486e-b164-9dca55454ded .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Helvetica;
  font-style:  normal ;
}

#s-95b86ac2-a11e-486e-b164-9dca55454ded .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica;
  font-style:  normal ;
  font-size: 18px;
}

#s-95b86ac2-a11e-486e-b164-9dca55454ded .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 29, 29, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
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;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
text-decoration: none;
}
#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-ecb684ae-d4ab-4160-99f5-89acaa28b11d-root {
    text-align: center;
  }


#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ecb684ae-d4ab-4160-99f5-89acaa28b11d-root {
    text-align: center;
  }


#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecb684ae-d4ab-4160-99f5-89acaa28b11d-root {
    text-align: center;
  }


#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecb684ae-d4ab-4160-99f5-89acaa28b11d-root {
    text-align: center;
  }


#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ecb684ae-d4ab-4160-99f5-89acaa28b11d-root {
    text-align: center;
  }


#s-ecb684ae-d4ab-4160-99f5-89acaa28b11d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-45b7338c-1db7-4863-9147-554e058da88b {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-45b7338c-1db7-4863-9147-554e058da88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b7338c-1db7-4863-9147-554e058da88b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d479ff71-b8ea-45f5-9fea-6e3e95865a96 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50 {
  display: none;
}
#s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50, #wrap-s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50 { display: none !important; }}
@media (min-width: 0px) {
[id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-868b04c5-5d45-4c45-9e68-6fd7ae59ad50"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-12c45d6d-fd17-47cc-b939-3dd42d005b34 {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-12c45d6d-fd17-47cc-b939-3dd42d005b34 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-12c45d6d-fd17-47cc-b939-3dd42d005b34 img.shogun-image {
    

    
    
    
  }


#s-12c45d6d-fd17-47cc-b939-3dd42d005b34 .shogun-image-content {
  
    align-items: center;
  
}

#s-1883e33e-2c28-4b71-a1a1-22c8a5070b80 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 1200px){#s-1246d170-f3f6-4c02-b6f6-05f2628af965 {
  display: none;
}
#s-1246d170-f3f6-4c02-b6f6-05f2628af965, #wrap-s-1246d170-f3f6-4c02-b6f6-05f2628af965 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1246d170-f3f6-4c02-b6f6-05f2628af965 {
  display: none;
}
#s-1246d170-f3f6-4c02-b6f6-05f2628af965, #wrap-s-1246d170-f3f6-4c02-b6f6-05f2628af965 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1246d170-f3f6-4c02-b6f6-05f2628af965 {
  display: none;
}
#s-1246d170-f3f6-4c02-b6f6-05f2628af965, #wrap-s-1246d170-f3f6-4c02-b6f6-05f2628af965 { display: none !important; }}
#s-1246d170-f3f6-4c02-b6f6-05f2628af965 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9 {
  display: none;
}
#s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9, #wrap-s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9 {
  display: none;
}
#s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9, #wrap-s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9 {
  display: none;
}
#s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9, #wrap-s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-50175a2f-ebbe-458c-bd52-35bd9d2feaf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-75d7f441-ef02-4e53-b267-364c585113f0 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-75d7f441-ef02-4e53-b267-364c585113f0 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-75d7f441-ef02-4e53-b267-364c585113f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75d7f441-ef02-4e53-b267-364c585113f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21ad3c6a-27b3-4cc4-8545-955ea59cc154 {
  min-height: 80px;
}








#s-21ad3c6a-27b3-4cc4-8545-955ea59cc154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21ad3c6a-27b3-4cc4-8545-955ea59cc154.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c959288-1640-4111-8f44-9ec6f998b4f0 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-0c959288-1640-4111-8f44-9ec6f998b4f0 img.shogun-image {
    

    
    
    
  }


#s-0c959288-1640-4111-8f44-9ec6f998b4f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c08a3ec2-d88f-4a2f-9974-0a3045a645b2 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c08a3ec2-d88f-4a2f-9974-0a3045a645b2 {
  margin-bottom: 20px;
}
}







#s-c08a3ec2-d88f-4a2f-9974-0a3045a645b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c08a3ec2-d88f-4a2f-9974-0a3045a645b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3aabf2a-47e3-4a05-ad25-9a84bd9da88c {
  min-height: 80px;
}








#s-f3aabf2a-47e3-4a05-ad25-9a84bd9da88c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3aabf2a-47e3-4a05-ad25-9a84bd9da88c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5fb34c8-086c-4d20-ba04-975b1002181e {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-a5fb34c8-086c-4d20-ba04-975b1002181e img.shogun-image {
    

    
    
    
  }


#s-a5fb34c8-086c-4d20-ba04-975b1002181e .shogun-image-content {
  
    align-items: center;
  
}

#s-fbc71fbc-bc09-402d-a481-95b480caf17c {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-fbc71fbc-bc09-402d-a481-95b480caf17c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc71fbc-bc09-402d-a481-95b480caf17c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84986746-3f40-46d3-bab9-4e2dbb5f8688 {
  min-height: 80px;
}








#s-84986746-3f40-46d3-bab9-4e2dbb5f8688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84986746-3f40-46d3-bab9-4e2dbb5f8688.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7b329ef-4717-4387-bb52-54ebadf58a82 {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}







  #s-f7b329ef-4717-4387-bb52-54ebadf58a82 img.shogun-image {
    

    
    
    
  }


#s-f7b329ef-4717-4387-bb52-54ebadf58a82 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b9b1fd4-bd15-4535-8fe4-2f4dac8a1b48 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-0b9b1fd4-bd15-4535-8fe4-2f4dac8a1b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b9b1fd4-bd15-4535-8fe4-2f4dac8a1b48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7bef0e4-1bae-4c22-8727-8168c4a88f3f {
  padding-bottom: 20px;
}

#s-6135079d-ce5c-416b-8040-22fab12d7756 {
  text-align: left;
}

#s-6135079d-ce5c-416b-8040-22fab12d7756 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Helvetica;
  font-style:  normal ;
}

#s-6135079d-ce5c-416b-8040-22fab12d7756 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica;
  font-style:  normal ;
  font-size: 18px;
}

#s-6135079d-ce5c-416b-8040-22fab12d7756 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 29, 29, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce038f10-ccc0-406f-a931-3b6d45644794 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
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;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ce038f10-ccc0-406f-a931-3b6d45644794:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ce038f10-ccc0-406f-a931-3b6d45644794:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ce038f10-ccc0-406f-a931-3b6d45644794 {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
text-decoration: none;
}
#s-ce038f10-ccc0-406f-a931-3b6d45644794:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-ce038f10-ccc0-406f-a931-3b6d45644794-root {
    text-align: center;
  }


#s-ce038f10-ccc0-406f-a931-3b6d45644794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce038f10-ccc0-406f-a931-3b6d45644794-root {
    text-align: center;
  }


#s-ce038f10-ccc0-406f-a931-3b6d45644794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce038f10-ccc0-406f-a931-3b6d45644794-root {
    text-align: center;
  }


#s-ce038f10-ccc0-406f-a931-3b6d45644794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce038f10-ccc0-406f-a931-3b6d45644794-root {
    text-align: center;
  }


#s-ce038f10-ccc0-406f-a931-3b6d45644794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce038f10-ccc0-406f-a931-3b6d45644794-root {
    text-align: center;
  }


#s-ce038f10-ccc0-406f-a931-3b6d45644794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-ae434661-7cea-40cc-b095-74603f15e6a2 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-ae434661-7cea-40cc-b095-74603f15e6a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae434661-7cea-40cc-b095-74603f15e6a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-213b4fda-0061-4cd6-9aed-2ae5ed8c7731 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-2a536da2-b59a-4178-a539-c08154755338 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-2a536da2-b59a-4178-a539-c08154755338 {
  display: none;
}
#s-2a536da2-b59a-4178-a539-c08154755338, #wrap-s-2a536da2-b59a-4178-a539-c08154755338 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-2a536da2-b59a-4178-a539-c08154755338"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-976a41a1-020b-4c95-8744-09034879780c {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-976a41a1-020b-4c95-8744-09034879780c {
  margin-left: auto;
margin-right: auto;
}
}






  #s-976a41a1-020b-4c95-8744-09034879780c img.shogun-image {
    

    
    
    
  }


#s-976a41a1-020b-4c95-8744-09034879780c .shogun-image-content {
  
    align-items: center;
  
}

#s-1b78fe85-1cbf-47c9-84fe-f6a84052348b {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 1200px){#s-ea2ee030-5362-485e-b3e8-2ed544bf58f2 {
  display: none;
}
#s-ea2ee030-5362-485e-b3e8-2ed544bf58f2, #wrap-s-ea2ee030-5362-485e-b3e8-2ed544bf58f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea2ee030-5362-485e-b3e8-2ed544bf58f2 {
  display: none;
}
#s-ea2ee030-5362-485e-b3e8-2ed544bf58f2, #wrap-s-ea2ee030-5362-485e-b3e8-2ed544bf58f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea2ee030-5362-485e-b3e8-2ed544bf58f2 {
  display: none;
}
#s-ea2ee030-5362-485e-b3e8-2ed544bf58f2, #wrap-s-ea2ee030-5362-485e-b3e8-2ed544bf58f2 { display: none !important; }}
#s-ea2ee030-5362-485e-b3e8-2ed544bf58f2 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-41a60bac-3c65-4150-beee-f1798c60b869 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-41a60bac-3c65-4150-beee-f1798c60b869 {
  display: none;
}
#s-41a60bac-3c65-4150-beee-f1798c60b869, #wrap-s-41a60bac-3c65-4150-beee-f1798c60b869 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41a60bac-3c65-4150-beee-f1798c60b869 {
  display: none;
}
#s-41a60bac-3c65-4150-beee-f1798c60b869, #wrap-s-41a60bac-3c65-4150-beee-f1798c60b869 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-41a60bac-3c65-4150-beee-f1798c60b869 {
  display: none;
}
#s-41a60bac-3c65-4150-beee-f1798c60b869, #wrap-s-41a60bac-3c65-4150-beee-f1798c60b869 { display: none !important; }}
@media (min-width: 0px) {
[id="s-41a60bac-3c65-4150-beee-f1798c60b869"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-41a60bac-3c65-4150-beee-f1798c60b869"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-41a60bac-3c65-4150-beee-f1798c60b869"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-41a60bac-3c65-4150-beee-f1798c60b869"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-4710be52-2aa0-4134-be39-41431e424382 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-4710be52-2aa0-4134-be39-41431e424382 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-4710be52-2aa0-4134-be39-41431e424382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4710be52-2aa0-4134-be39-41431e424382.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aea5729e-233e-4202-8e05-5e5c3a3faf75 {
  min-height: 80px;
}








#s-aea5729e-233e-4202-8e05-5e5c3a3faf75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aea5729e-233e-4202-8e05-5e5c3a3faf75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b07b40e-8c66-492d-8bcb-56092113b7fb {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-3b07b40e-8c66-492d-8bcb-56092113b7fb img.shogun-image {
    

    
    
    
  }


#s-3b07b40e-8c66-492d-8bcb-56092113b7fb .shogun-image-content {
  
    align-items: center;
  
}

#s-8c08c068-4bf3-4246-95c8-2da7e63c0f24 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8c08c068-4bf3-4246-95c8-2da7e63c0f24 {
  margin-bottom: 20px;
}
}







#s-8c08c068-4bf3-4246-95c8-2da7e63c0f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c08c068-4bf3-4246-95c8-2da7e63c0f24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ff14aff-3954-4007-a149-cbf0ec1d49bc {
  min-height: 80px;
}








#s-3ff14aff-3954-4007-a149-cbf0ec1d49bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ff14aff-3954-4007-a149-cbf0ec1d49bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbbfefb8-a7ea-4a76-b219-5256f7fe19ad {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-fbbfefb8-a7ea-4a76-b219-5256f7fe19ad img.shogun-image {
    

    
    
    
  }


#s-fbbfefb8-a7ea-4a76-b219-5256f7fe19ad .shogun-image-content {
  
    align-items: center;
  
}

#s-abd94e9e-5228-48e3-94bf-5515f2eac1ff {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-abd94e9e-5228-48e3-94bf-5515f2eac1ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abd94e9e-5228-48e3-94bf-5515f2eac1ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f94f4898-e13c-4cd5-bb65-6bd9da085146 {
  min-height: 80px;
}








#s-f94f4898-e13c-4cd5-bb65-6bd9da085146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f94f4898-e13c-4cd5-bb65-6bd9da085146.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cb4cdbb-0946-46a7-a9e3-a41678fbde65 {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}







  #s-3cb4cdbb-0946-46a7-a9e3-a41678fbde65 img.shogun-image {
    

    
    
    
  }


#s-3cb4cdbb-0946-46a7-a9e3-a41678fbde65 .shogun-image-content {
  
    align-items: center;
  
}

#s-311b917e-dc80-4dc8-9249-fc2f374bc81c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-311b917e-dc80-4dc8-9249-fc2f374bc81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-311b917e-dc80-4dc8-9249-fc2f374bc81c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87304114-5783-44f1-b469-b227dcc4318e {
  padding-bottom: 20px;
}

#s-e6be11b9-4e39-488f-82a6-558e9954d068 {
  text-align: left;
}

#s-e6be11b9-4e39-488f-82a6-558e9954d068 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Helvetica;
  font-style:  normal ;
}

#s-e6be11b9-4e39-488f-82a6-558e9954d068 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica;
  font-style:  normal ;
  font-size: 18px;
}

#s-e6be11b9-4e39-488f-82a6-558e9954d068 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 29, 29, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b7e094f-0423-4cc4-9118-6539bad417f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
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;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6b7e094f-0423-4cc4-9118-6539bad417f6:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6b7e094f-0423-4cc4-9118-6539bad417f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6b7e094f-0423-4cc4-9118-6539bad417f6 {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
text-decoration: none;
}
#s-6b7e094f-0423-4cc4-9118-6539bad417f6:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-6b7e094f-0423-4cc4-9118-6539bad417f6-root {
    text-align: center;
  }


#s-6b7e094f-0423-4cc4-9118-6539bad417f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6b7e094f-0423-4cc4-9118-6539bad417f6-root {
    text-align: center;
  }


#s-6b7e094f-0423-4cc4-9118-6539bad417f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b7e094f-0423-4cc4-9118-6539bad417f6-root {
    text-align: center;
  }


#s-6b7e094f-0423-4cc4-9118-6539bad417f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b7e094f-0423-4cc4-9118-6539bad417f6-root {
    text-align: center;
  }


#s-6b7e094f-0423-4cc4-9118-6539bad417f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6b7e094f-0423-4cc4-9118-6539bad417f6-root {
    text-align: center;
  }


#s-6b7e094f-0423-4cc4-9118-6539bad417f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-5ebbf7b4-977a-4f41-a1d3-19d942e17b37 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-5ebbf7b4-977a-4f41-a1d3-19d942e17b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ebbf7b4-977a-4f41-a1d3-19d942e17b37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdab0da1-053a-4e69-80b4-76de916d7995 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3 {
  display: none;
}
#s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3, #wrap-s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-f1f9f78b-6c8b-4282-b1ac-56d8940517a3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0ab01f51-4d94-4407-a128-87960cae3c3a {
  max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-0ab01f51-4d94-4407-a128-87960cae3c3a {
  margin-left: auto;
margin-right: auto;
}
}






  #s-0ab01f51-4d94-4407-a128-87960cae3c3a img.shogun-image {
    

    
    
    
  }


#s-0ab01f51-4d94-4407-a128-87960cae3c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-5c1973b1-f869-46f0-993d-3f374f1bde82 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 1200px){#s-8fcbef52-8f48-4fc6-b797-28ea33de8891 {
  display: none;
}
#s-8fcbef52-8f48-4fc6-b797-28ea33de8891, #wrap-s-8fcbef52-8f48-4fc6-b797-28ea33de8891 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fcbef52-8f48-4fc6-b797-28ea33de8891 {
  display: none;
}
#s-8fcbef52-8f48-4fc6-b797-28ea33de8891, #wrap-s-8fcbef52-8f48-4fc6-b797-28ea33de8891 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fcbef52-8f48-4fc6-b797-28ea33de8891 {
  display: none;
}
#s-8fcbef52-8f48-4fc6-b797-28ea33de8891, #wrap-s-8fcbef52-8f48-4fc6-b797-28ea33de8891 { display: none !important; }}
#s-8fcbef52-8f48-4fc6-b797-28ea33de8891 hr {
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590 {
  display: none;
}
#s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590, #wrap-s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590 {
  display: none;
}
#s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590, #wrap-s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590 {
  display: none;
}
#s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590, #wrap-s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5d9b8941-1470-4f1b-8d1a-867c5f6f3590"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6723f8a0-fe22-41ab-b526-29aa57b4a730 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-6723f8a0-fe22-41ab-b526-29aa57b4a730 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-6723f8a0-fe22-41ab-b526-29aa57b4a730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6723f8a0-fe22-41ab-b526-29aa57b4a730.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91d3db87-6d7d-499b-8c12-f3960fd606b9 {
  min-height: 80px;
}








#s-91d3db87-6d7d-499b-8c12-f3960fd606b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91d3db87-6d7d-499b-8c12-f3960fd606b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f76cb0-35b7-4a4d-ae3f-1d15552635e6 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-83f76cb0-35b7-4a4d-ae3f-1d15552635e6 img.shogun-image {
    

    
    
    
  }


#s-83f76cb0-35b7-4a4d-ae3f-1d15552635e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2e6faa7-64be-4447-a5e9-d57b98ced7c6 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-d2e6faa7-64be-4447-a5e9-d57b98ced7c6 {
  margin-bottom: 20px;
}
}







#s-d2e6faa7-64be-4447-a5e9-d57b98ced7c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2e6faa7-64be-4447-a5e9-d57b98ced7c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c6297ed-bc1f-4865-a72c-01920034ad44 {
  min-height: 80px;
}








#s-9c6297ed-bc1f-4865-a72c-01920034ad44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c6297ed-bc1f-4865-a72c-01920034ad44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5488297d-7905-4198-bdb0-ef27406cc499 {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
text-align: center;
}







  #s-5488297d-7905-4198-bdb0-ef27406cc499 img.shogun-image {
    

    
    
    
  }


#s-5488297d-7905-4198-bdb0-ef27406cc499 .shogun-image-content {
  
    align-items: center;
  
}

#s-168c2b0d-4d19-4a15-a62c-c9434c37d5b4 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-168c2b0d-4d19-4a15-a62c-c9434c37d5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-168c2b0d-4d19-4a15-a62c-c9434c37d5b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8db3ea2-debb-4e9c-b0ed-e56c66bec62b {
  min-height: 80px;
}








#s-a8db3ea2-debb-4e9c-b0ed-e56c66bec62b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8db3ea2-debb-4e9c-b0ed-e56c66bec62b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acb99ccc-ab83-4d69-bd44-73fad822d1c7 {
  margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}







  #s-acb99ccc-ab83-4d69-bd44-73fad822d1c7 img.shogun-image {
    

    
    
    
  }


#s-acb99ccc-ab83-4d69-bd44-73fad822d1c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-15d6db7d-4a16-4e48-8a4b-04bcbdef53cf {
  min-height: 50px;
}








#s-15d6db7d-4a16-4e48-8a4b-04bcbdef53cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15d6db7d-4a16-4e48-8a4b-04bcbdef53cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adcc053d-ae85-461f-b4ee-a2648ea5af64 {
  padding-top: 0px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-adcc053d-ae85-461f-b4ee-a2648ea5af64 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-adcc053d-ae85-461f-b4ee-a2648ea5af64 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-adcc053d-ae85-461f-b4ee-a2648ea5af64, #wrap-s-adcc053d-ae85-461f-b4ee-a2648ea5af64 { display: none !important; }}







#s-adcc053d-ae85-461f-b4ee-a2648ea5af64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adcc053d-ae85-461f-b4ee-a2648ea5af64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70524f35-28a6-4cbd-9120-eaf99052ce97 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-70524f35-28a6-4cbd-9120-eaf99052ce97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70524f35-28a6-4cbd-9120-eaf99052ce97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-70524f35-28a6-4cbd-9120-eaf99052ce97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-70524f35-28a6-4cbd-9120-eaf99052ce97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-53416048-ab07-42a7-b40d-a43bb74385ab {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 400px;
}
@media (max-width: 767px){#s-53416048-ab07-42a7-b40d-a43bb74385ab {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-53416048-ab07-42a7-b40d-a43bb74385ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53416048-ab07-42a7-b40d-a43bb74385ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97e0f625-dee5-48d1-8548-d28ffedb4c0b {
  min-height: 100px;
}








#s-97e0f625-dee5-48d1-8548-d28ffedb4c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e0f625-dee5-48d1-8548-d28ffedb4c0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a4318e2-835e-471d-85cc-96f58f7966cb {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-7a4318e2-835e-471d-85cc-96f58f7966cb img.shogun-image {
    

    
    
    
  }


#s-7a4318e2-835e-471d-85cc-96f58f7966cb .shogun-image-content {
  
    align-items: center;
  
}

#s-a0080299-f3d1-4dc2-b79b-5db7ef9f07ff {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 400px;
}
@media (max-width: 767px){#s-a0080299-f3d1-4dc2-b79b-5db7ef9f07ff {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
}







#s-a0080299-f3d1-4dc2-b79b-5db7ef9f07ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0080299-f3d1-4dc2-b79b-5db7ef9f07ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f932bb1b-9256-43c6-a802-cdca131dc06b {
  min-height: 100px;
}








#s-f932bb1b-9256-43c6-a802-cdca131dc06b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f932bb1b-9256-43c6-a802-cdca131dc06b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea3910f1-8466-4c34-b8ce-f9a02ce49b8e {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-ea3910f1-8466-4c34-b8ce-f9a02ce49b8e img.shogun-image {
    

    
    
    
  }


#s-ea3910f1-8466-4c34-b8ce-f9a02ce49b8e .shogun-image-content {
  
    align-items: center;
  
}

#s-8f6a85f8-e018-4825-b6e3-346ac94bb88a {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 400px;
}
@media (max-width: 767px){#s-8f6a85f8-e018-4825-b6e3-346ac94bb88a {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-8f6a85f8-e018-4825-b6e3-346ac94bb88a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6a85f8-e018-4825-b6e3-346ac94bb88a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1b22e67-a572-43c4-b5ed-3a7ff876372c {
  min-height: 100px;
}








#s-a1b22e67-a572-43c4-b5ed-3a7ff876372c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b22e67-a572-43c4-b5ed-3a7ff876372c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf744e67-d696-4639-bdcc-1194d5d821fc {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
text-align: center;
}







  #s-bf744e67-d696-4639-bdcc-1194d5d821fc img.shogun-image {
    

    
    
    
  }


#s-bf744e67-d696-4639-bdcc-1194d5d821fc .shogun-image-content {
  
    align-items: center;
  
}

#s-a5153110-87ce-4120-b0e0-dbe36907269f {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a5153110-87ce-4120-b0e0-dbe36907269f {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-a5153110-87ce-4120-b0e0-dbe36907269f {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-a5153110-87ce-4120-b0e0-dbe36907269f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5153110-87ce-4120-b0e0-dbe36907269f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c997bc38-2367-4a19-9a30-1f84262545d3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-c997bc38-2367-4a19-9a30-1f84262545d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c997bc38-2367-4a19-9a30-1f84262545d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeebc3a9-83ac-4648-b3cf-6d126df985ac {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eeebc3a9-83ac-4648-b3cf-6d126df985ac .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-63bd6937-248c-4d5d-85bc-5e15e1a48aa2 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e9dcdbc9-c054-4be5-997a-2313efaface0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9dcdbc9-c054-4be5-997a-2313efaface0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e9dcdbc9-c054-4be5-997a-2313efaface0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9dcdbc9-c054-4be5-997a-2313efaface0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3dcb2d33-5ed7-4b18-8973-eca9e2d48df7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 700px;
}








#s-3dcb2d33-5ed7-4b18-8973-eca9e2d48df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dcb2d33-5ed7-4b18-8973-eca9e2d48df7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd3c7c31-1255-4e43-b1c4-b47a9606f4ba {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}







  #s-fd3c7c31-1255-4e43-b1c4-b47a9606f4ba img.shogun-image {
    

    
    
    
  }


#s-fd3c7c31-1255-4e43-b1c4-b47a9606f4ba .shogun-image-content {
  
    align-items: center;
  
}

#s-d928a9b5-396c-4497-a782-71cc8d52b493 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-2447705a-eb18-432f-9d04-b34c49515e65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 700px;
}








#s-2447705a-eb18-432f-9d04-b34c49515e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2447705a-eb18-432f-9d04-b34c49515e65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6c2efe5-4621-4c62-9465-280232300823 {
  margin-bottom: 20px;
text-align: center;
}







  #s-c6c2efe5-4621-4c62-9465-280232300823 img.shogun-image {
    

    
    
    
  }


#s-c6c2efe5-4621-4c62-9465-280232300823 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdc17621-06f1-46f9-83ae-8cc83a5ef549 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-f658377f-0926-494c-abcb-2662e174bbc1 {
  background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-f658377f-0926-494c-abcb-2662e174bbc1 {
  display: none;
}
#s-f658377f-0926-494c-abcb-2662e174bbc1, #wrap-s-f658377f-0926-494c-abcb-2662e174bbc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f658377f-0926-494c-abcb-2662e174bbc1 {
  display: none;
}
#s-f658377f-0926-494c-abcb-2662e174bbc1, #wrap-s-f658377f-0926-494c-abcb-2662e174bbc1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f658377f-0926-494c-abcb-2662e174bbc1 {
  display: none;
}
#s-f658377f-0926-494c-abcb-2662e174bbc1, #wrap-s-f658377f-0926-494c-abcb-2662e174bbc1 { display: none !important; }}







#s-f658377f-0926-494c-abcb-2662e174bbc1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f658377f-0926-494c-abcb-2662e174bbc1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6e1712cf-8217-4610-be8b-4ebbf7d1c66a {
  min-height: 50px;
}








#s-6e1712cf-8217-4610-be8b-4ebbf7d1c66a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e1712cf-8217-4610-be8b-4ebbf7d1c66a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39c60d7a-235d-4d7b-8161-822d56afd844 {
  margin-top: -52px;
margin-bottom: -52px;
max-width: 1110px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-39c60d7a-235d-4d7b-8161-822d56afd844 img.shogun-image,
  #s-39c60d7a-235d-4d7b-8161-822d56afd844 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39c60d7a-235d-4d7b-8161-822d56afd844 {
    width: 100%;
    height: auto;
  }



  #s-39c60d7a-235d-4d7b-8161-822d56afd844 img.shogun-image {
    

    
    
    
  }


#s-39c60d7a-235d-4d7b-8161-822d56afd844 .shogun-image-content {
  
    align-items: center;
  
}

#s-7518a930-fa3f-41be-a820-b948482afc22 {
  padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7518a930-fa3f-41be-a820-b948482afc22 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-7518a930-fa3f-41be-a820-b948482afc22 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-7518a930-fa3f-41be-a820-b948482afc22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7518a930-fa3f-41be-a820-b948482afc22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29cc9178-9aae-4080-8fa3-47441458c80c {
  max-width: 600px;
}








#s-29cc9178-9aae-4080-8fa3-47441458c80c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29cc9178-9aae-4080-8fa3-47441458c80c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2942d5e2-f557-43ba-8e34-75f0881e3716 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-2942d5e2-f557-43ba-8e34-75f0881e3716 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-1e0c87fb-f250-4bef-8ef2-bcf7db6c0031 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-37382a52-a146-44d1-aec2-4b7c6c838f28 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-37382a52-a146-44d1-aec2-4b7c6c838f28 {
  display: none;
}
#s-37382a52-a146-44d1-aec2-4b7c6c838f28, #wrap-s-37382a52-a146-44d1-aec2-4b7c6c838f28 { display: none !important; }}







#s-37382a52-a146-44d1-aec2-4b7c6c838f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37382a52-a146-44d1-aec2-4b7c6c838f28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51b96878-950b-4324-89ae-72b352268543 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-51b96878-950b-4324-89ae-72b352268543"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51b96878-950b-4324-89ae-72b352268543"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51b96878-950b-4324-89ae-72b352268543"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51b96878-950b-4324-89ae-72b352268543"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51b96878-950b-4324-89ae-72b352268543"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51b96878-950b-4324-89ae-72b352268543"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-51b96878-950b-4324-89ae-72b352268543"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e35f31f3-b4b1-4018-a807-c47a17751cce {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
}
@media (max-width: 767px){#s-e35f31f3-b4b1-4018-a807-c47a17751cce {
  min-height: 300px;
}
}







#s-e35f31f3-b4b1-4018-a807-c47a17751cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e35f31f3-b4b1-4018-a807-c47a17751cce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53aa4407-17a8-44f6-933c-0b6228fb97d1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 700px;
max-width: 300px;
}
@media (max-width: 767px){#s-53aa4407-17a8-44f6-933c-0b6228fb97d1 {
  padding-bottom: 20px;
}
}
#s-53aa4407-17a8-44f6-933c-0b6228fb97d1 {
  background-image: url();
}








#s-53aa4407-17a8-44f6-933c-0b6228fb97d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53aa4407-17a8-44f6-933c-0b6228fb97d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-53aa4407-17a8-44f6-933c-0b6228fb97d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53aa4407-17a8-44f6-933c-0b6228fb97d1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-3cd86488-74ae-42d8-968a-49e90df3bd70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3cd86488-74ae-42d8-968a-49e90df3bd70 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 80px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-9a140aeb-862c-4f49-871f-43050e2e77d5 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-f109aecc-6b9a-4c84-b2b6-5086ee84cf47 {
  min-height: 50px;
}








#s-f109aecc-6b9a-4c84-b2b6-5086ee84cf47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f109aecc-6b9a-4c84-b2b6-5086ee84cf47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06cc2ded-6198-4ce7-9856-64bea0674c63 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06cc2ded-6198-4ce7-9856-64bea0674c63 {
  padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-06cc2ded-6198-4ce7-9856-64bea0674c63 {
  padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-06cc2ded-6198-4ce7-9856-64bea0674c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06cc2ded-6198-4ce7-9856-64bea0674c63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35e0091c-608e-443b-9742-6d1bacd156c0 {
  margin-top: 2px;
margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-35e0091c-608e-443b-9742-6d1bacd156c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35e0091c-608e-443b-9742-6d1bacd156c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-35e0091c-608e-443b-9742-6d1bacd156c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-35e0091c-608e-443b-9742-6d1bacd156c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-7855dc22-88d5-406d-b615-699566e538c7 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-7855dc22-88d5-406d-b615-699566e538c7 {
  margin-top: 0px;
margin-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
}
}







#s-7855dc22-88d5-406d-b615-699566e538c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7855dc22-88d5-406d-b615-699566e538c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43714c97-95e9-42d2-be8d-87236df5d64a {
  min-height: 100px;
}








#s-43714c97-95e9-42d2-be8d-87236df5d64a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43714c97-95e9-42d2-be8d-87236df5d64a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-102c432b-8566-4638-a793-5e6693289cfb {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-102c432b-8566-4638-a793-5e6693289cfb img.shogun-image {
    

    
    
    
  }


#s-102c432b-8566-4638-a793-5e6693289cfb .shogun-image-content {
  
    align-items: center;
  
}

#s-c20609b0-d4b4-43d5-8b00-15827f207863 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-c20609b0-d4b4-43d5-8b00-15827f207863 {
  margin-bottom: 40px;
padding-left: 10px;
padding-right: 10px;
}
}







#s-c20609b0-d4b4-43d5-8b00-15827f207863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c20609b0-d4b4-43d5-8b00-15827f207863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fedfd791-b90a-4d6b-9922-4f1e89e5c59d {
  min-height: 100px;
}








#s-fedfd791-b90a-4d6b-9922-4f1e89e5c59d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fedfd791-b90a-4d6b-9922-4f1e89e5c59d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bf58bca-b914-4191-a6ea-7d6b826a72d6 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
text-align: center;
}







  #s-2bf58bca-b914-4191-a6ea-7d6b826a72d6 img.shogun-image {
    

    
    
    
  }


#s-2bf58bca-b914-4191-a6ea-7d6b826a72d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0f973ed-c7a5-4e01-a0e3-9bfcf0fed7c4 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-f0f973ed-c7a5-4e01-a0e3-9bfcf0fed7c4 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-f0f973ed-c7a5-4e01-a0e3-9bfcf0fed7c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0f973ed-c7a5-4e01-a0e3-9bfcf0fed7c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63def0d0-d2ff-4ef1-af18-dac06fa374a3 {
  min-height: 100px;
}








#s-63def0d0-d2ff-4ef1-af18-dac06fa374a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63def0d0-d2ff-4ef1-af18-dac06fa374a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d951693a-754a-422c-ad45-4626cb8514de {
  margin-left: auto;
margin-right: auto;
max-width: 160px;
text-align: center;
}







  #s-d951693a-754a-422c-ad45-4626cb8514de img.shogun-image {
    

    
    
    
  }


#s-d951693a-754a-422c-ad45-4626cb8514de .shogun-image-content {
  
    align-items: center;
  
}

#s-5a570d43-541a-4db1-8b49-8d31515fe171 {
  min-height: 300px;
}
@media (min-width: 1200px){#s-5a570d43-541a-4db1-8b49-8d31515fe171 {
  display: none;
}
#s-5a570d43-541a-4db1-8b49-8d31515fe171, #wrap-s-5a570d43-541a-4db1-8b49-8d31515fe171 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a570d43-541a-4db1-8b49-8d31515fe171 {
  display: none;
}
#s-5a570d43-541a-4db1-8b49-8d31515fe171, #wrap-s-5a570d43-541a-4db1-8b49-8d31515fe171 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a570d43-541a-4db1-8b49-8d31515fe171 {
  display: none;
}
#s-5a570d43-541a-4db1-8b49-8d31515fe171, #wrap-s-5a570d43-541a-4db1-8b49-8d31515fe171 { display: none !important; }}@media (max-width: 767px){#s-5a570d43-541a-4db1-8b49-8d31515fe171 {
  
}
}







#s-5a570d43-541a-4db1-8b49-8d31515fe171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a570d43-541a-4db1-8b49-8d31515fe171.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7292b64-98cc-434a-811f-a8fac7e93192 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b7292b64-98cc-434a-811f-a8fac7e93192 {
  display: none;
}
#s-b7292b64-98cc-434a-811f-a8fac7e93192, #wrap-s-b7292b64-98cc-434a-811f-a8fac7e93192 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7292b64-98cc-434a-811f-a8fac7e93192 {
  display: none;
}
#s-b7292b64-98cc-434a-811f-a8fac7e93192, #wrap-s-b7292b64-98cc-434a-811f-a8fac7e93192 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7292b64-98cc-434a-811f-a8fac7e93192 {
  display: none;
}
#s-b7292b64-98cc-434a-811f-a8fac7e93192, #wrap-s-b7292b64-98cc-434a-811f-a8fac7e93192 { display: none !important; }}@media (max-width: 767px){#s-b7292b64-98cc-434a-811f-a8fac7e93192 {
  
}
}







#s-b7292b64-98cc-434a-811f-a8fac7e93192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7292b64-98cc-434a-811f-a8fac7e93192.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bc22ab0a-c65c-40e9-bfad-531d97699f9d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 50px;
padding-bottom: 60px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-bc22ab0a-c65c-40e9-bfad-531d97699f9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc22ab0a-c65c-40e9-bfad-531d97699f9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc22ab0a-c65c-40e9-bfad-531d97699f9d {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-bc22ab0a-c65c-40e9-bfad-531d97699f9d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bc22ab0a-c65c-40e9-bfad-531d97699f9d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bc22ab0a-c65c-40e9-bfad-531d97699f9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99c959a4-a681-414b-84d8-7b79ebac8001 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99c959a4-a681-414b-84d8-7b79ebac8001 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f {
  margin-top: 20px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f {
  margin-top: 20px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f-root {
    text-align: left;
  }


#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f-root {
    text-align: left;
  }


#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f-root {
    text-align: left;
  }


#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f-root {
    text-align: left;
  }


#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f-root {
    text-align: center;
  }


#s-a3ea29f4-18b4-4caa-9860-fbd5ef7d401f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-795965da-b93f-4747-b893-682fcb52a42d {
  min-height: 50px;
}
@media (max-width: 767px){#s-795965da-b93f-4747-b893-682fcb52a42d {
  display: none;
}
#s-795965da-b93f-4747-b893-682fcb52a42d, #wrap-s-795965da-b93f-4747-b893-682fcb52a42d { display: none !important; }}







#s-795965da-b93f-4747-b893-682fcb52a42d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795965da-b93f-4747-b893-682fcb52a42d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8cfc000-0a2b-402b-8e21-097bef52fe92 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d8cfc000-0a2b-402b-8e21-097bef52fe92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8cfc000-0a2b-402b-8e21-097bef52fe92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8cfc000-0a2b-402b-8e21-097bef52fe92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8cfc000-0a2b-402b-8e21-097bef52fe92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8cfc000-0a2b-402b-8e21-097bef52fe92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8cfc000-0a2b-402b-8e21-097bef52fe92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8cfc000-0a2b-402b-8e21-097bef52fe92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1c168663-085c-4c5e-a382-0b4306c1372c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
}
@media (max-width: 767px){#s-1c168663-085c-4c5e-a382-0b4306c1372c {
  min-height: 300px;
}
}







#s-1c168663-085c-4c5e-a382-0b4306c1372c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c168663-085c-4c5e-a382-0b4306c1372c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e0c64b7-5b79-4b80-b23c-ce12a72740fe {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 700px;
}
@media (max-width: 767px){#s-6e0c64b7-5b79-4b80-b23c-ce12a72740fe {
  padding-bottom: 20px;
}
}
#s-6e0c64b7-5b79-4b80-b23c-ce12a72740fe {
  background-image: url();
}








#s-6e0c64b7-5b79-4b80-b23c-ce12a72740fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e0c64b7-5b79-4b80-b23c-ce12a72740fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-6e0c64b7-5b79-4b80-b23c-ce12a72740fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e0c64b7-5b79-4b80-b23c-ce12a72740fe.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-77b59a0d-97c3-4005-b413-2d5e9b6989e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77b59a0d-97c3-4005-b413-2d5e9b6989e0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62-root {
    text-align: left;
  }


#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62-root {
    text-align: left;
  }


#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62-root {
    text-align: left;
  }


#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62-root {
    text-align: left;
  }


#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62-root {
    text-align: center;
  }


#s-b70e01ed-1924-4c49-8d9b-129dbdfbcf62.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  block ;
}
}
#s-b62a39b9-539b-4db5-8bca-92177c9ee997 {
  min-height: 50px;
}








#s-b62a39b9-539b-4db5-8bca-92177c9ee997 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62a39b9-539b-4db5-8bca-92177c9ee997.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ade47264-d79d-49b5-80c9-fe7e97b799d1 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ade47264-d79d-49b5-80c9-fe7e97b799d1 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ade47264-d79d-49b5-80c9-fe7e97b799d1 {
  padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}







#s-ade47264-d79d-49b5-80c9-fe7e97b799d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade47264-d79d-49b5-80c9-fe7e97b799d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f1c3e911-2211-4204-8cfb-b777e644f28e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1c3e911-2211-4204-8cfb-b777e644f28e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1c3e911-2211-4204-8cfb-b777e644f28e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1c3e911-2211-4204-8cfb-b777e644f28e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1c3e911-2211-4204-8cfb-b777e644f28e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1c3e911-2211-4204-8cfb-b777e644f28e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1c3e911-2211-4204-8cfb-b777e644f28e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-510e0c6c-73d1-470f-9e4e-65199e878254 {
  padding-left: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-510e0c6c-73d1-470f-9e4e-65199e878254 {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-510e0c6c-73d1-470f-9e4e-65199e878254 {
  padding-left: 0px;
}
}







#s-510e0c6c-73d1-470f-9e4e-65199e878254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-510e0c6c-73d1-470f-9e4e-65199e878254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9bbc275-2823-4378-ad93-f889a7fb5120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f9bbc275-2823-4378-ad93-f889a7fb5120 {
  padding-top: 50px;
}
}
#s-f9bbc275-2823-4378-ad93-f889a7fb5120 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Knockout-HTF68-FullFeatherwt";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-4f004b9a-006a-4d85-8e65-8b33ece78997 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-2cc4b834-1a02-433b-8623-8969d108e8a7 hr {
  border-top: 1px solid #ddd;
}

#s-0cfe8d26-cc8a-42d7-ba7c-e37cdb34ae91 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cfe8d26-cc8a-42d7-ba7c-e37cdb34ae91 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-0cfe8d26-cc8a-42d7-ba7c-e37cdb34ae91 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
}
}
/*
  $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}
