#s-75a5024c-cfcd-4d9d-b8f8-9700eca6d8ab {
  background-color: rgba(255, 255, 255, 1);
}

#s-75a5024c-cfcd-4d9d-b8f8-9700eca6d8ab {
  display: none;
}
.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-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6 {
  
}
}@media (max-width: 767px){#s-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6 {
  
}
}
#s-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6 {
  background-image: url(https://i.shgcdn.com/e60888ee-d55e-464a-9d47-09742fa24664/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cc7f088-48ef-4fa0-9e98-42d65cd51ef6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e40df1f7-bd73-4bfb-a470-55dcabe43c20 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
}
@media (min-width: 1200px){#s-e40df1f7-bd73-4bfb-a470-55dcabe43c20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e40df1f7-bd73-4bfb-a470-55dcabe43c20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e40df1f7-bd73-4bfb-a470-55dcabe43c20 {
  
}
}@media (max-width: 767px){#s-e40df1f7-bd73-4bfb-a470-55dcabe43c20 {
  
}
}







#s-e40df1f7-bd73-4bfb-a470-55dcabe43c20 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-e40df1f7-bd73-4bfb-a470-55dcabe43c20.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

@media (min-width: 0px) {
[id="s-41dc867a-0616-453c-8b86-abf052a69345"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41dc867a-0616-453c-8b86-abf052a69345"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-41dc867a-0616-453c-8b86-abf052a69345"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-41dc867a-0616-453c-8b86-abf052a69345"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-872967aa-bc66-402b-8067-1ba70fa688e3 {
  padding-top: 40px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-872967aa-bc66-402b-8067-1ba70fa688e3 .shogun-heading-component h1 {
  color: rgba(25, 25, 25, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-56c4b22e-679e-4fe2-8061-d984abf5953c {
  padding-top: 10px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-56c4b22e-679e-4fe2-8061-d984abf5953c .shogun-heading-component h1 {
  color: rgba(25, 25, 25, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0e4d4d3e-7333-4716-ab77-057646d1ab91 {
  margin-top: 30px;
margin-left: 60px;
margin-bottom: 30px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-0e4d4d3e-7333-4716-ab77-057646d1ab91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e4d4d3e-7333-4716-ab77-057646d1ab91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0e4d4d3e-7333-4716-ab77-057646d1ab91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0e4d4d3e-7333-4716-ab77-057646d1ab91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

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

#s-50487114-edd8-4ba3-8f6b-2a5eeaa16106 {
  margin-top: -8px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-50487114-edd8-4ba3-8f6b-2a5eeaa16106 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-50487114-edd8-4ba3-8f6b-2a5eeaa16106 .shogun-heading-component h1 a {
  color: #000;
}


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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-d9ae7432-635f-4d4a-b7da-a84440697c2c {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 {
  text-align: left;
}



.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47bf7ec2-b5b6-44df-94ef-152eb69cd435 img.shogun-image {
  width: 100%;
}



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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c03ef53d-e884-4d40-9cf1-1f0b4fcd66aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c03ef53d-e884-4d40-9cf1-1f0b4fcd66aa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-66991485-3445-4e02-83f7-ec8fbaac3bd2 {
  display: none;
}
#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc {
  text-align: left;
}



.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5afe5109-a40a-4b05-b8dd-12e760c7ffdc img.shogun-image {
  width: 100%;
}



}
#s-c6b30df1-de40-4454-ba72-01142568c7a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6b30df1-de40-4454-ba72-01142568c7a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-145ad301-5d48-44cb-818b-d4cb09577ef8 {
  display: none;
}
#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 {
  text-align: left;
}



.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecdad08c-2d10-47ab-9716-ae7076e76eb1 img.shogun-image {
  width: 100%;
}



}
#s-26592808-0b92-48a0-8f07-dba9b3d70e2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26592808-0b92-48a0-8f07-dba9b3d70e2b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-19281219-eb06-4a51-8ea9-34478ad88c90 {
  display: none;
}
#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 {
  text-align: left;
}



.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a3a073a7-b8b2-486a-9eca-1d86f45ae330 img.shogun-image {
  width: 100%;
}



}
#s-8ffcaafe-1f96-4c11-bd3b-c59895f51083 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ffcaafe-1f96-4c11-bd3b-c59895f51083 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-63630990-6980-4c9d-b80c-69fdbf2da881 {
  display: none;
}
#s-79a901a9-9eb8-4022-9b13-7133eebcc01c {
  text-align: left;
}



.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79a901a9-9eb8-4022-9b13-7133eebcc01c img.shogun-image {
  width: 100%;
}



}
#s-e098f456-9268-4516-95d0-9b488164fdad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e098f456-9268-4516-95d0-9b488164fdad .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ecbb2e58-db95-47dc-8531-7158b21400ce {
  display: none;
}
#s-3351a211-a4b8-4098-831c-deaf39ea8e53 {
  text-align: left;
}



.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3351a211-a4b8-4098-831c-deaf39ea8e53 img.shogun-image {
  width: 100%;
}



}
#s-c128a13c-bc33-4c77-8fce-cf6c25a67b84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c128a13c-bc33-4c77-8fce-cf6c25a67b84 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d95244ca-582c-4a67-a4da-c36ff481162b {
  min-height: 50px;
}








#s-d95244ca-582c-4a67-a4da-c36ff481162b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d95244ca-582c-4a67-a4da-c36ff481162b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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.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-f6dcf1f8-48f1-4fed-ab06-3848974df656 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-f6dcf1f8-48f1-4fed-ab06-3848974df656:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6dcf1f8-48f1-4fed-ab06-3848974df656:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6dcf1f8-48f1-4fed-ab06-3848974df656-btn-wrapper {
    text-align: left;
  }


#s-f6dcf1f8-48f1-4fed-ab06-3848974df656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6dcf1f8-48f1-4fed-ab06-3848974df656-btn-wrapper {
    text-align: left;
  }


#s-f6dcf1f8-48f1-4fed-ab06-3848974df656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6dcf1f8-48f1-4fed-ab06-3848974df656-btn-wrapper {
    text-align: left;
  }


#s-f6dcf1f8-48f1-4fed-ab06-3848974df656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6dcf1f8-48f1-4fed-ab06-3848974df656-btn-wrapper {
    text-align: left;
  }


#s-f6dcf1f8-48f1-4fed-ab06-3848974df656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6dcf1f8-48f1-4fed-ab06-3848974df656-btn-wrapper {
    text-align: left;
  }


#s-f6dcf1f8-48f1-4fed-ab06-3848974df656.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-41b642f1-38e2-47ae-a77b-f91c111850f7 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-41b642f1-38e2-47ae-a77b-f91c111850f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-41b642f1-38e2-47ae-a77b-f91c111850f7 .shogun-heading-component h1 a {
  color: #000;
}


#s-baacbbec-c9fa-4d3a-abcb-a716e5f17909 {
  display: none;
}
#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab {
  text-align: left;
}



.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cef3b1-16a9-44f0-92f8-6ede3c3298ab img.shogun-image {
  width: 100%;
}



}
#s-26c5898e-e7a3-43bc-8c94-cdd2a33201c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26c5898e-e7a3-43bc-8c94-cdd2a33201c3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bcf7a4cb-87ed-435b-b83e-eb5bced758b2 {
  display: none;
}
#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 {
  text-align: left;
}



.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ded5e7d-3e23-4aa3-9c2e-abaff4bfc0e5 img.shogun-image {
  width: 100%;
}



}
#s-7d838548-dae8-45d1-92c7-2d72663934e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d838548-dae8-45d1-92c7-2d72663934e1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1eac7b70-69ca-42c2-8ed6-a3c22bb94e19 {
  display: none;
}
#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d {
  text-align: left;
}



.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d5c12092-bab2-4a70-bc49-4eae3bac9d1d img.shogun-image {
  width: 100%;
}



}
#s-e57b791f-050a-4dd3-821d-e95dcf1025b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e57b791f-050a-4dd3-821d-e95dcf1025b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5167fe6f-7fc0-4d88-836e-d73d17443e2b {
  display: none;
}
#s-4a435cf2-bb86-44dd-8691-307c06f2f29c {
  text-align: left;
}



.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a435cf2-bb86-44dd-8691-307c06f2f29c img.shogun-image {
  width: 100%;
}



}
#s-7abb69af-0437-4f68-aaa2-a292e430888b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7abb69af-0437-4f68-aaa2-a292e430888b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-70e780d1-f886-4d61-b1b6-2df549f4c7be {
  display: none;
}
#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 {
  text-align: left;
}



.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8ebc4a56-2073-4c8d-aead-ebc2f2199c45 img.shogun-image {
  width: 100%;
}



}
#s-fd7b323f-fdec-4f74-b542-62a0958ad3a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd7b323f-fdec-4f74-b542-62a0958ad3a4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-99274983-3342-417c-91b5-d856cc928f4b {
  display: none;
}
#s-27c8e696-40de-4abf-a931-558fdf360d1b {
  text-align: left;
}



.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27c8e696-40de-4abf-a931-558fdf360d1b img.shogun-image {
  width: 100%;
}



}
#s-87bab74d-a958-4969-b64d-1ce829b3cb72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87bab74d-a958-4969-b64d-1ce829b3cb72 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5-btn-wrapper {
    text-align: left;
  }


#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5-btn-wrapper {
    text-align: left;
  }


#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5-btn-wrapper {
    text-align: left;
  }


#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5-btn-wrapper {
    text-align: left;
  }


#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5-btn-wrapper {
    text-align: left;
  }


#s-3a7bf028-3bf9-432e-b54e-e3d949b6eba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-20887a83-70b7-494f-b5fc-234ad14446f1 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-20887a83-70b7-494f-b5fc-234ad14446f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-20887a83-70b7-494f-b5fc-234ad14446f1 .shogun-heading-component h1 a {
  color: #000;
}


#s-2ba7b4e5-d4c1-47f4-8f5f-7e47ff66a5cb {
  display: none;
}
#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 {
  text-align: left;
}



.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e700ef9f-5f3e-4599-bb39-698f5ba8fc63 img.shogun-image {
  width: 100%;
}



}
#s-7a365d59-02e1-4a4b-9bdc-ec28fd7918d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a365d59-02e1-4a4b-9bdc-ec28fd7918d6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2fe69bae-eefd-401b-9d83-05f42cfef4d6 {
  display: none;
}
#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 {
  text-align: left;
}



.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2c2ac99-b6db-4723-905c-fc73bdf93ed1 img.shogun-image {
  width: 100%;
}



}
#s-51c5bcbc-6c6c-4b55-90aa-0f3985e93720 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51c5bcbc-6c6c-4b55-90aa-0f3985e93720 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-95134484-f9d6-4379-b7b0-877234c3271c {
  display: none;
}
#s-e49ae848-0e64-410f-8805-a6a513b9cde4 {
  text-align: left;
}



.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e49ae848-0e64-410f-8805-a6a513b9cde4 img.shogun-image {
  width: 100%;
}



}
#s-9951103d-5a31-4563-9c53-43d3ecefdb8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9951103d-5a31-4563-9c53-43d3ecefdb8b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d6d359e8-0143-4e4d-ab63-fa09a5cad4b0 {
  display: none;
}
#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 {
  text-align: left;
}



.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-823c672d-9f3b-4584-80c5-0c4f68dfb236 img.shogun-image {
  width: 100%;
}



}
#s-a94bd56d-11f1-4917-b506-04039c7d6c73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a94bd56d-11f1-4917-b506-04039c7d6c73 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d4e3292b-a402-4e96-b229-448b4ffb2ff6 {
  display: none;
}
#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 {
  text-align: left;
}



.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f53c98c-3b8c-49c4-9b10-8af30c6c6559 img.shogun-image {
  width: 100%;
}



}
#s-dba0a411-9911-4f3b-85d6-cd8c8abd7263 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dba0a411-9911-4f3b-85d6-cd8c8abd7263 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3c846cc5-24ea-44a1-81ba-84e3b5f53c57 {
  display: none;
}
#s-51f37cce-f8aa-4154-a432-60fa09752612 {
  text-align: left;
}



.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-51f37cce-f8aa-4154-a432-60fa09752612 img.shogun-image {
  width: 100%;
}



}
#s-38c3a5fc-d408-4c95-b596-34e5e413d094 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38c3a5fc-d408-4c95-b596-34e5e413d094 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-afcd83b5-469f-408a-8fc4-b0252989b534 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-afcd83b5-469f-408a-8fc4-b0252989b534:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-afcd83b5-469f-408a-8fc4-b0252989b534:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-afcd83b5-469f-408a-8fc4-b0252989b534-btn-wrapper {
    text-align: left;
  }


#s-afcd83b5-469f-408a-8fc4-b0252989b534.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afcd83b5-469f-408a-8fc4-b0252989b534-btn-wrapper {
    text-align: left;
  }


#s-afcd83b5-469f-408a-8fc4-b0252989b534.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afcd83b5-469f-408a-8fc4-b0252989b534-btn-wrapper {
    text-align: left;
  }


#s-afcd83b5-469f-408a-8fc4-b0252989b534.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afcd83b5-469f-408a-8fc4-b0252989b534-btn-wrapper {
    text-align: left;
  }


#s-afcd83b5-469f-408a-8fc4-b0252989b534.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afcd83b5-469f-408a-8fc4-b0252989b534-btn-wrapper {
    text-align: left;
  }


#s-afcd83b5-469f-408a-8fc4-b0252989b534.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ba08b6ee-a7a8-4e26-b9ad-e693a0e9b5a4 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-ba08b6ee-a7a8-4e26-b9ad-e693a0e9b5a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-ba08b6ee-a7a8-4e26-b9ad-e693a0e9b5a4 .shogun-heading-component h1 a {
  color: #000;
}


#s-f701b7ee-c4da-4100-95c9-eac0b2b86f57 {
  display: none;
}
#s-46baf39d-998d-4865-b04f-f900b62f010b {
  text-align: left;
}



.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-46baf39d-998d-4865-b04f-f900b62f010b img.shogun-image {
  width: 100%;
}



}
#s-462e4d5e-3723-4499-b06c-4116d3719729 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-462e4d5e-3723-4499-b06c-4116d3719729 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-72d1ce14-223c-48f8-bb98-e968218663d2 {
  display: none;
}
#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 {
  text-align: left;
}



.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9679f24-11c9-4835-bfb6-f54e315e5b99 img.shogun-image {
  width: 100%;
}



}
#s-da72cc2d-6f48-4495-be8e-4316f726515a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da72cc2d-6f48-4495-be8e-4316f726515a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7f9abd59-1ee4-4701-95d0-cfa03e6ab803 {
  display: none;
}
#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 {
  text-align: left;
}



.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f5f5597-a0e8-44d2-bd47-193f32f71042 img.shogun-image {
  width: 100%;
}



}
#s-26ebbc9e-c8a3-4f1c-bd16-745017ea8647 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26ebbc9e-c8a3-4f1c-bd16-745017ea8647 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dfdaaf4b-0bb7-45cd-898b-542d06da5251 {
  display: none;
}
#s-8db8d127-77af-4465-8faa-e1e890f348bb {
  text-align: left;
}



.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db8d127-77af-4465-8faa-e1e890f348bb img.shogun-image {
  width: 100%;
}



}
#s-ce000d0e-ebc4-45b1-8da7-9e4c105c1ef2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce000d0e-ebc4-45b1-8da7-9e4c105c1ef2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6b790af3-b78b-4393-9a48-034eb82d01fd {
  display: none;
}
#s-91b80c62-7885-4c3e-9b2d-30f66d028535 {
  text-align: left;
}



.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91b80c62-7885-4c3e-9b2d-30f66d028535 img.shogun-image {
  width: 100%;
}



}
#s-0a020295-320b-4584-8cde-e60550750ba6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a020295-320b-4584-8cde-e60550750ba6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f2704dd8-943e-49a3-90df-472d11a43ffc {
  display: none;
}
#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 {
  text-align: left;
}



.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce46a9e-da01-4d11-b331-8d40d7cc2fa8 img.shogun-image {
  width: 100%;
}



}
#s-59b6c83d-3e48-49cc-939b-9456e7cc9de2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59b6c83d-3e48-49cc-939b-9456e7cc9de2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23-btn-wrapper {
    text-align: left;
  }


#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23-btn-wrapper {
    text-align: left;
  }


#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23-btn-wrapper {
    text-align: left;
  }


#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23-btn-wrapper {
    text-align: left;
  }


#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23-btn-wrapper {
    text-align: left;
  }


#s-6127583c-2f3c-4ec5-bb1b-55e4fd90dd23.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6849a1a3-fbc3-4599-9724-dcfe780d7b52 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-6849a1a3-fbc3-4599-9724-dcfe780d7b52 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}



#s-7a7c1e64-5bc0-4876-8f43-289ef3c401ff {
  display: none;
}
#s-2d802414-65af-4717-8ea7-53b1c605b24d {
  text-align: left;
}



.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d802414-65af-4717-8ea7-53b1c605b24d img.shogun-image {
  width: 100%;
}



}
#s-97c1a615-f945-4a47-b3e4-618e1bd91226 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97c1a615-f945-4a47-b3e4-618e1bd91226 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cbf145dc-6627-4fe0-baad-450a404d8e95 {
  display: none;
}
#s-0825364e-adef-45db-addb-a73f5f724c7e {
  text-align: left;
}



.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0825364e-adef-45db-addb-a73f5f724c7e img.shogun-image {
  width: 100%;
}



}
#s-9490f3dd-00b4-4e4d-990a-514f5e3cd476 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9490f3dd-00b4-4e4d-990a-514f5e3cd476 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fcf66f67-4ac8-4aa8-b5c5-4f49549bc823 {
  display: none;
}
#s-e3404b1c-f2ec-483d-b858-f839fd829c33 {
  text-align: left;
}



.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3404b1c-f2ec-483d-b858-f839fd829c33 img.shogun-image {
  width: 100%;
}



}
#s-e397cf04-b6cf-409c-9d93-09a77a2acc85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e397cf04-b6cf-409c-9d93-09a77a2acc85 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b5f667f8-b2b0-46f0-9c28-0140c750c8eb {
  display: none;
}
#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 {
  text-align: left;
}



.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db18f00c-1cdd-4c31-80aa-307fbf2b6875 img.shogun-image {
  width: 100%;
}



}
#s-e18fbfdf-3128-4389-90f8-7ba1b8ef0b3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e18fbfdf-3128-4389-90f8-7ba1b8ef0b3b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-75d42890-205b-4347-a9f9-8025dd702741 {
  display: none;
}
#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba {
  text-align: left;
}



.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b10d23f-c2f1-407b-8d22-db8a52d022ba img.shogun-image {
  width: 100%;
}



}
#s-3d1eb99f-969d-483c-a838-0f4d75027296 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d1eb99f-969d-483c-a838-0f4d75027296 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-23e609f3-294a-4c06-80cc-7f51357c7264 {
  display: none;
}
#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 {
  text-align: left;
}



.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e611e21a-ae2e-42e5-b503-2feedeb0e045 img.shogun-image {
  width: 100%;
}



}
#s-162578ca-3a5f-4af2-aff0-8b35301e6b35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-162578ca-3a5f-4af2-aff0-8b35301e6b35 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54-btn-wrapper {
    text-align: left;
  }


#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54-btn-wrapper {
    text-align: left;
  }


#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54-btn-wrapper {
    text-align: left;
  }


#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54-btn-wrapper {
    text-align: left;
  }


#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54-btn-wrapper {
    text-align: left;
  }


#s-8ef0a3bc-762c-4c6b-88cc-67ca8725ae54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1464077c-c422-494a-9214-488660eb3693 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-1464077c-c422-494a-9214-488660eb3693 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-1464077c-c422-494a-9214-488660eb3693 .shogun-heading-component h1 a {
  color: #000;
}


#s-6fa96f95-8230-4301-9f5f-cd92bf8042cb {
  display: none;
}
#s-4d146911-71bd-49d5-8de5-cf3fb791474e {
  text-align: left;
}



.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d146911-71bd-49d5-8de5-cf3fb791474e img.shogun-image {
  width: 100%;
}



}
#s-696522c4-ddf8-4946-8d6f-56148b910186 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-696522c4-ddf8-4946-8d6f-56148b910186 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d21c8a2d-f8e8-4d99-a9dd-89c3bb4f2d8c {
  display: none;
}
#s-54ccd740-e876-4b06-9344-02c090b02d31 {
  text-align: left;
}



.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54ccd740-e876-4b06-9344-02c090b02d31 img.shogun-image {
  width: 100%;
}



}
#s-bad8ba8f-a536-4523-b319-1d18d6ac2023 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bad8ba8f-a536-4523-b319-1d18d6ac2023 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-156b0fa3-1866-4054-9361-10acf38d9c72 {
  display: none;
}
#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd {
  text-align: left;
}



.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa9a2c06-a8ca-4c7a-a442-7c4db39042fd img.shogun-image {
  width: 100%;
}



}
#s-28fdecc9-cd94-45c8-bc03-d0f583906256 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28fdecc9-cd94-45c8-bc03-d0f583906256 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4f9e2066-85cf-44be-b4ca-aa559ca36e09 {
  display: none;
}
#s-11867425-ad01-415a-b26c-ae5f8829f915 {
  text-align: left;
}



.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11867425-ad01-415a-b26c-ae5f8829f915 img.shogun-image {
  width: 100%;
}



}
#s-47212c53-9349-42b0-a05b-b7e5a1dbad2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47212c53-9349-42b0-a05b-b7e5a1dbad2e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4e0182d5-30eb-415e-a91d-dbd3176d339f {
  display: none;
}
#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 {
  text-align: left;
}



.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92a8983f-bcc8-45e5-b2b5-ecbe08421649 img.shogun-image {
  width: 100%;
}



}
#s-89fad6dc-220e-4397-93c4-fb4618f096e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89fad6dc-220e-4397-93c4-fb4618f096e6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-399da3cd-a918-440d-8653-13898fd9466e {
  display: none;
}
#s-7e4341a3-d9e4-47db-ba73-3672474ff85e {
  text-align: left;
}



.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e4341a3-d9e4-47db-ba73-3672474ff85e img.shogun-image {
  width: 100%;
}



}
#s-9bfaf978-b5f3-41b7-93f7-55108e1647af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bfaf978-b5f3-41b7-93f7-55108e1647af .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2-btn-wrapper {
    text-align: left;
  }


#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2-btn-wrapper {
    text-align: left;
  }


#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2-btn-wrapper {
    text-align: left;
  }


#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2-btn-wrapper {
    text-align: left;
  }


#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2-btn-wrapper {
    text-align: left;
  }


#s-1c7e9381-22cb-4d3c-8d05-8b218356f7b2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81c2d4a9-217d-4783-aca1-16c9d96eaa1f {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-81c2d4a9-217d-4783-aca1-16c9d96eaa1f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-81c2d4a9-217d-4783-aca1-16c9d96eaa1f .shogun-heading-component h1 a {
  color: #000;
}


#s-7827274d-9229-416b-a0ef-3a64ea131f00 {
  display: none;
}
#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 {
  text-align: left;
}



.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a94ba48-d669-441e-874f-7d01d4ec40a8 img.shogun-image {
  width: 100%;
}



}
#s-92e9c29f-0979-4360-a3d2-97f33c6c0367 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92e9c29f-0979-4360-a3d2-97f33c6c0367 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ed866802-4fa0-4320-8d70-0632b77f7e62 {
  display: none;
}
#s-d12667d1-c6be-43e6-aa07-9ce94339770e {
  text-align: left;
}



.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d12667d1-c6be-43e6-aa07-9ce94339770e img.shogun-image {
  width: 100%;
}



}
#s-7546aac9-8f3e-49df-906a-3a4406138d4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7546aac9-8f3e-49df-906a-3a4406138d4b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-640e4900-a7f9-43ee-affb-be806368a4d5 {
  display: none;
}
#s-83fd3d57-6826-45bc-bf7a-5543882b411a {
  text-align: left;
}



.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83fd3d57-6826-45bc-bf7a-5543882b411a img.shogun-image {
  width: 100%;
}



}
#s-e8a5629b-d8fd-4128-9ebd-310ca0404936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8a5629b-d8fd-4128-9ebd-310ca0404936 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-219526a6-ed76-4c07-90e2-027c54d17e1c {
  display: none;
}
#s-0919d440-47b7-4ceb-ba05-874d66488528 {
  text-align: left;
}



.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0919d440-47b7-4ceb-ba05-874d66488528 img.shogun-image {
  width: 100%;
}



}
#s-b8f5b396-47ed-4329-8e48-58fd09d9c166 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8f5b396-47ed-4329-8e48-58fd09d9c166 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5f3db7ee-9d04-4a3f-8862-67cfb3922596 {
  display: none;
}
#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 {
  text-align: left;
}



.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71c2c7be-d6cc-4585-bcd0-20bdd1002800 img.shogun-image {
  width: 100%;
}



}
#s-fe3b3b60-784d-4cd4-a330-8ea89908de6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe3b3b60-784d-4cd4-a330-8ea89908de6f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-94e39953-06bb-4feb-b811-835b9c558241 {
  display: none;
}
#s-414b2ecd-6e02-4f36-b582-5a3958485017 {
  text-align: left;
}



.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-414b2ecd-6e02-4f36-b582-5a3958485017 img.shogun-image {
  width: 100%;
}



}
#s-ed67328f-1621-4c92-aa7a-02b18f20eb8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed67328f-1621-4c92-aa7a-02b18f20eb8b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8-btn-wrapper {
    text-align: left;
  }


#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8-btn-wrapper {
    text-align: left;
  }


#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8-btn-wrapper {
    text-align: left;
  }


#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8-btn-wrapper {
    text-align: left;
  }


#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8-btn-wrapper {
    text-align: left;
  }


#s-176c0cd3-a52c-4d76-a27e-6b1b6dd47dd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1f4ff69-24e7-41c6-b82e-bc78db648e40 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-c1f4ff69-24e7-41c6-b82e-bc78db648e40 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-c1f4ff69-24e7-41c6-b82e-bc78db648e40 .shogun-heading-component h1 a {
  color: #000;
}


#s-9f623ace-5c2f-405e-b468-ac2167cf2bc9 {
  display: none;
}
#s-f5fec2af-b228-4c33-bf4b-14195f33b822 {
  text-align: left;
}



.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f5fec2af-b228-4c33-bf4b-14195f33b822 img.shogun-image {
  width: 100%;
}



}
#s-f0449f93-f7d6-4796-813e-2f22e1fb93bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0449f93-f7d6-4796-813e-2f22e1fb93bd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6632b7e0-0042-400a-b5e1-afb75e6fde97 {
  display: none;
}
#s-e08ac19b-4649-4a0e-b1fb-b744b763253f {
  text-align: left;
}



.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e08ac19b-4649-4a0e-b1fb-b744b763253f img.shogun-image {
  width: 100%;
}



}
#s-e9f5339e-6346-480e-a0c5-d310c5f51ec1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9f5339e-6346-480e-a0c5-d310c5f51ec1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3c5fcc3c-5e8f-461a-89d3-bdf27d93e246 {
  display: none;
}
#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 {
  text-align: left;
}



.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c27ed00-e3fd-4192-ac79-027434e23bd3 img.shogun-image {
  width: 100%;
}



}
#s-7bf2c237-ae64-484c-aa10-e2fe4c7bde61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bf2c237-ae64-484c-aa10-e2fe4c7bde61 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1e3a0b2a-732c-43ed-bf31-f8d615a37d33 {
  display: none;
}
#s-4578da28-4d82-457c-a3aa-81a6f3937555 {
  text-align: left;
}



.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578da28-4d82-457c-a3aa-81a6f3937555 img.shogun-image {
  width: 100%;
}



}
#s-a530b96e-a335-476f-a831-0ad82618e99e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a530b96e-a335-476f-a831-0ad82618e99e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e94f8fcb-54ac-4d98-9010-a39d35631aca {
  display: none;
}
#s-6135d892-fe7c-4658-987b-d605c38df1a6 {
  text-align: left;
}



.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6135d892-fe7c-4658-987b-d605c38df1a6 img.shogun-image {
  width: 100%;
}



}
#s-7ad5411e-0cbd-4aab-893c-d87a6d0abe79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ad5411e-0cbd-4aab-893c-d87a6d0abe79 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-28d792ee-0f6c-4bff-b0cd-e82866a9a305 {
  display: none;
}
#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b {
  text-align: left;
}



.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54bac2f6-1d4e-4677-aea5-1eeefbccae4b img.shogun-image {
  width: 100%;
}



}
#s-ba01f479-01e0-4f3e-912a-1f96d94d30e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba01f479-01e0-4f3e-912a-1f96d94d30e2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59a8a3eb-a8e3-480f-b803-3050d08abcd5-btn-wrapper {
    text-align: left;
  }


#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59a8a3eb-a8e3-480f-b803-3050d08abcd5-btn-wrapper {
    text-align: left;
  }


#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59a8a3eb-a8e3-480f-b803-3050d08abcd5-btn-wrapper {
    text-align: left;
  }


#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59a8a3eb-a8e3-480f-b803-3050d08abcd5-btn-wrapper {
    text-align: left;
  }


#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59a8a3eb-a8e3-480f-b803-3050d08abcd5-btn-wrapper {
    text-align: left;
  }


#s-59a8a3eb-a8e3-480f-b803-3050d08abcd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5d2ca567-126c-4bde-9069-737dfb9a6f61 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-5d2ca567-126c-4bde-9069-737dfb9a6f61 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-5d2ca567-126c-4bde-9069-737dfb9a6f61 .shogun-heading-component h1 a {
  color: #000;
}


#s-915a45d3-c3e4-411d-907e-bf4a75c7443b {
  display: none;
}
#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 {
  text-align: left;
}



.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4394a543-0762-4cd3-9191-ebc0ceaad8f8 img.shogun-image {
  width: 100%;
}



}
#s-761431b7-b74f-4e7f-b91b-16bd7dd60428 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-761431b7-b74f-4e7f-b91b-16bd7dd60428 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-90ae40c1-622c-4194-b4df-73826611eb61 {
  display: none;
}
#s-378955bc-1069-4544-a224-680698212103 {
  text-align: left;
}



.shg-c#s-378955bc-1069-4544-a224-680698212103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378955bc-1069-4544-a224-680698212103 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-378955bc-1069-4544-a224-680698212103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378955bc-1069-4544-a224-680698212103 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-378955bc-1069-4544-a224-680698212103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378955bc-1069-4544-a224-680698212103 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-378955bc-1069-4544-a224-680698212103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378955bc-1069-4544-a224-680698212103 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-378955bc-1069-4544-a224-680698212103 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-378955bc-1069-4544-a224-680698212103 img.shogun-image {
  width: 100%;
}



}
#s-4ba70144-727c-4ac2-af08-70986c4e979a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ba70144-727c-4ac2-af08-70986c4e979a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0f20a8ee-6132-4add-a3c1-de6617bc6afb {
  display: none;
}
#s-7dcbb171-e79d-4b03-a149-75fe14ace51a {
  text-align: left;
}



.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dcbb171-e79d-4b03-a149-75fe14ace51a img.shogun-image {
  width: 100%;
}



}
#s-5fc9ddc5-684d-461c-9c8c-749265b7d266 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fc9ddc5-684d-461c-9c8c-749265b7d266 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1dc09b91-5b14-461f-a20f-7a5213dc3d31 {
  display: none;
}
#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 {
  text-align: left;
}



.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4645b3e-3431-4335-b190-9c7215c3e0a7 img.shogun-image {
  width: 100%;
}



}
#s-2673ed41-7535-4876-a357-cf9b059c5de8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2673ed41-7535-4876-a357-cf9b059c5de8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3a6aff75-a8c7-43ba-9a17-49179afbe91c {
  display: none;
}
#s-a45f1134-6772-4219-8dc3-95ebf599fa7e {
  text-align: left;
}



.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a45f1134-6772-4219-8dc3-95ebf599fa7e img.shogun-image {
  width: 100%;
}



}
#s-21ad6667-d882-428f-b796-52ea3c9e4bc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21ad6667-d882-428f-b796-52ea3c9e4bc7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-afb07ed9-0d52-44d9-9335-0cd923531b56 {
  display: none;
}
#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e {
  text-align: left;
}



.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c65650bb-dc4a-462c-9ae2-c0af4b829e0e img.shogun-image {
  width: 100%;
}



}
#s-8bcf0bc0-65b5-4a1b-a5a2-0a3cf9f4c44a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bcf0bc0-65b5-4a1b-a5a2-0a3cf9f4c44a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4feb5cbc-c519-4569-b7a0-d64542459e5f {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-4feb5cbc-c519-4569-b7a0-d64542459e5f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4feb5cbc-c519-4569-b7a0-d64542459e5f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4feb5cbc-c519-4569-b7a0-d64542459e5f-btn-wrapper {
    text-align: left;
  }


#s-4feb5cbc-c519-4569-b7a0-d64542459e5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4feb5cbc-c519-4569-b7a0-d64542459e5f-btn-wrapper {
    text-align: left;
  }


#s-4feb5cbc-c519-4569-b7a0-d64542459e5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4feb5cbc-c519-4569-b7a0-d64542459e5f-btn-wrapper {
    text-align: left;
  }


#s-4feb5cbc-c519-4569-b7a0-d64542459e5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4feb5cbc-c519-4569-b7a0-d64542459e5f-btn-wrapper {
    text-align: left;
  }


#s-4feb5cbc-c519-4569-b7a0-d64542459e5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4feb5cbc-c519-4569-b7a0-d64542459e5f-btn-wrapper {
    text-align: left;
  }


#s-4feb5cbc-c519-4569-b7a0-d64542459e5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-46f96d65-3f56-41d5-a9f0-bccdb87652bb {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-46f96d65-3f56-41d5-a9f0-bccdb87652bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-46f96d65-3f56-41d5-a9f0-bccdb87652bb .shogun-heading-component h1 a {
  color: #000;
}


#s-7528b94b-3b3b-4a6a-b774-a2c7bd9f3571 {
  display: none;
}
#s-6fa939bc-4fd7-4181-beb8-7941b548505e {
  text-align: left;
}



.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6fa939bc-4fd7-4181-beb8-7941b548505e img.shogun-image {
  width: 100%;
}



}
#s-1ac8449e-b75a-4bc5-85d1-60c911aef9a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ac8449e-b75a-4bc5-85d1-60c911aef9a0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f450eba5-dcd6-4070-b3fb-937dc348ef68 {
  display: none;
}
#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 {
  text-align: left;
}



.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-698f2fb1-4cc6-4c65-9d16-4f897a60eab5 img.shogun-image {
  width: 100%;
}



}
#s-b75f1aa8-53f0-49ce-ae8f-bb86ae064de1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b75f1aa8-53f0-49ce-ae8f-bb86ae064de1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3d18b8c7-351d-4797-9024-15caeb38cb02 {
  display: none;
}
#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c {
  text-align: left;
}



.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e6a18e41-ee5c-4728-b27f-d93fbd1d380c img.shogun-image {
  width: 100%;
}



}
#s-80ead3e8-9932-4b38-bc62-4e194ccf1993 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80ead3e8-9932-4b38-bc62-4e194ccf1993 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-8e8aff98-0850-4c41-b298-b14f4adce19c {
  display: none;
}
#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 {
  text-align: left;
}



.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61185aa1-7166-4622-b5b3-8e1f4671dbf4 img.shogun-image {
  width: 100%;
}



}
#s-bed60718-8430-47de-ac04-76499a87b9af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bed60718-8430-47de-ac04-76499a87b9af .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-62ed8d9e-361c-4eb0-b396-e4d6ac0d7c59 {
  display: none;
}
#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c {
  text-align: left;
}



.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f07ad2-4f7b-4573-ad5b-818a5d922a7c img.shogun-image {
  width: 100%;
}



}
#s-9639a55e-e7a3-4ba1-aff9-370646d76429 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9639a55e-e7a3-4ba1-aff9-370646d76429 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-78fe48b8-95ed-42c3-98f5-0070201f228d {
  display: none;
}
#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 {
  text-align: left;
}



.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab41ff15-8fe6-4b1a-a343-1e45d9079e97 img.shogun-image {
  width: 100%;
}



}
#s-4a80b7cb-1a24-4998-92be-635725d15609 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a80b7cb-1a24-4998-92be-635725d15609 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bddc9a54-b45c-4a19-9a51-d62326dc308c {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-bddc9a54-b45c-4a19-9a51-d62326dc308c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bddc9a54-b45c-4a19-9a51-d62326dc308c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bddc9a54-b45c-4a19-9a51-d62326dc308c-btn-wrapper {
    text-align: left;
  }


#s-bddc9a54-b45c-4a19-9a51-d62326dc308c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bddc9a54-b45c-4a19-9a51-d62326dc308c-btn-wrapper {
    text-align: left;
  }


#s-bddc9a54-b45c-4a19-9a51-d62326dc308c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bddc9a54-b45c-4a19-9a51-d62326dc308c-btn-wrapper {
    text-align: left;
  }


#s-bddc9a54-b45c-4a19-9a51-d62326dc308c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bddc9a54-b45c-4a19-9a51-d62326dc308c-btn-wrapper {
    text-align: left;
  }


#s-bddc9a54-b45c-4a19-9a51-d62326dc308c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bddc9a54-b45c-4a19-9a51-d62326dc308c-btn-wrapper {
    text-align: left;
  }


#s-bddc9a54-b45c-4a19-9a51-d62326dc308c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-89308935-f5a3-425e-aefd-2ade6189efdb {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-89308935-f5a3-425e-aefd-2ade6189efdb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-89308935-f5a3-425e-aefd-2ade6189efdb .shogun-heading-component h1 a {
  color: #000;
}


#s-e46fac54-13f6-4a76-b779-5697a7f90283 {
  display: none;
}
#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 {
  text-align: left;
}



.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4dd8a2d-f2b1-4e51-8fe9-dae008282e44 img.shogun-image {
  width: 100%;
}



}
#s-e72c9ecd-3dc6-47f6-a97b-8cc3cca60d8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e72c9ecd-3dc6-47f6-a97b-8cc3cca60d8a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-7b3119e4-69af-4adb-bb9c-6acca1c443a7 {
  display: none;
}
#s-66551953-5363-40a6-8efd-6998f5582fa6 {
  text-align: left;
}



.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66551953-5363-40a6-8efd-6998f5582fa6 img.shogun-image {
  width: 100%;
}



}
#s-a9c88018-30e1-463f-9bc9-763b70370cf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9c88018-30e1-463f-9bc9-763b70370cf5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-da27e943-9930-4749-aba5-c634b58d458c {
  display: none;
}
#s-3a78807e-430f-414f-bf13-a7a41191bbc9 {
  text-align: left;
}



.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3a78807e-430f-414f-bf13-a7a41191bbc9 img.shogun-image {
  width: 100%;
}



}
#s-3cd93249-5795-46fa-9135-55b090c6b7ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cd93249-5795-46fa-9135-55b090c6b7ac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-08ef72aa-487d-46dc-9df2-c340fd986104 {
  display: none;
}
#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 {
  text-align: left;
}



.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb3a87d9-ad26-480a-bc78-bdf0be3480b8 img.shogun-image {
  width: 100%;
}



}
#s-321af5b7-7240-43b3-b172-2af98dfd5346 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-321af5b7-7240-43b3-b172-2af98dfd5346 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d6f76eae-b77f-4ca5-8e88-a3eaccc7d1c9 {
  display: none;
}
#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 {
  text-align: left;
}



.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d2f12a1e-aa9f-4867-a1c8-0e103508fda9 img.shogun-image {
  width: 100%;
}



}
#s-3815dc5a-2c1d-4a7c-b13f-fbefa9855d59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3815dc5a-2c1d-4a7c-b13f-fbefa9855d59 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4d184b8f-8899-442c-b7a7-e44b9ab6b3a8 {
  display: none;
}
#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef {
  text-align: left;
}



.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81cd2d5c-b068-44e5-a960-c104ee5e36ef img.shogun-image {
  width: 100%;
}



}
#s-26294a58-4cbc-4c68-b422-7cb87e6eea0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26294a58-4cbc-4c68-b422-7cb87e6eea0d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-05243fb7-3ad4-43de-8c2a-48ad20f87228 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-05243fb7-3ad4-43de-8c2a-48ad20f87228:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05243fb7-3ad4-43de-8c2a-48ad20f87228:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05243fb7-3ad4-43de-8c2a-48ad20f87228-btn-wrapper {
    text-align: left;
  }


#s-05243fb7-3ad4-43de-8c2a-48ad20f87228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05243fb7-3ad4-43de-8c2a-48ad20f87228-btn-wrapper {
    text-align: left;
  }


#s-05243fb7-3ad4-43de-8c2a-48ad20f87228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05243fb7-3ad4-43de-8c2a-48ad20f87228-btn-wrapper {
    text-align: left;
  }


#s-05243fb7-3ad4-43de-8c2a-48ad20f87228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05243fb7-3ad4-43de-8c2a-48ad20f87228-btn-wrapper {
    text-align: left;
  }


#s-05243fb7-3ad4-43de-8c2a-48ad20f87228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05243fb7-3ad4-43de-8c2a-48ad20f87228-btn-wrapper {
    text-align: left;
  }


#s-05243fb7-3ad4-43de-8c2a-48ad20f87228.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-25b08cb7-43d6-40c9-8692-0fdc13588ef0 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-25b08cb7-43d6-40c9-8692-0fdc13588ef0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-25b08cb7-43d6-40c9-8692-0fdc13588ef0 .shogun-heading-component h1 a {
  color: #000;
}


#s-2406ce14-bb55-4dfe-a864-59ecd05ae287 {
  display: none;
}
#s-1de7213b-e766-4889-902c-afff2add2e91 {
  text-align: left;
}



.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1de7213b-e766-4889-902c-afff2add2e91 img.shogun-image {
  width: 100%;
}



}
#s-287221a2-fa8f-4f50-a6fe-7bb8b8fcdd1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-287221a2-fa8f-4f50-a6fe-7bb8b8fcdd1c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4f727cd5-b350-44b6-bed7-59f5029da7ce {
  display: none;
}
#s-be950f85-e120-4b4b-b6df-3d10e3832302 {
  text-align: left;
}



.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be950f85-e120-4b4b-b6df-3d10e3832302 img.shogun-image {
  width: 100%;
}



}
#s-9ade4042-6e62-427e-8135-1ecef10df120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ade4042-6e62-427e-8135-1ecef10df120 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-a991f308-64e9-4eb8-b827-8be6e6fdfdda {
  display: none;
}
#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 {
  text-align: left;
}



.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-819ebc94-a5ae-4882-97d4-ecd939ea46c1 img.shogun-image {
  width: 100%;
}



}
#s-815ccc0b-a8c5-48ca-86f2-a334c7b9346b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-815ccc0b-a8c5-48ca-86f2-a334c7b9346b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5e6d6dca-6643-40e5-b3c6-0f6cbc236dc2 {
  display: none;
}
#s-f6f19fe7-ddd6-4b48-be25-060edd298522 {
  text-align: left;
}



.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6f19fe7-ddd6-4b48-be25-060edd298522 img.shogun-image {
  width: 100%;
}



}
#s-a332c400-6c64-44c0-90d4-f417b32299ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a332c400-6c64-44c0-90d4-f417b32299ba .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-63280dbc-cd87-47ab-a5dd-cf0c709c04d9 {
  display: none;
}
#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 {
  text-align: left;
}



.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c498d54-d2c8-4614-8ccb-d2391b0c0e53 img.shogun-image {
  width: 100%;
}



}
#s-4df09b48-5bb0-4383-8a40-fa23f19f87f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4df09b48-5bb0-4383-8a40-fa23f19f87f2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-03b30119-3c90-43ad-a905-53f01b69d23e {
  display: none;
}
#s-42da41da-86e3-47fe-8fcf-923148fcfa89 {
  text-align: left;
}



.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42da41da-86e3-47fe-8fcf-923148fcfa89 img.shogun-image {
  width: 100%;
}



}
#s-eb34af06-45d9-47d2-b313-da7d1cfeb4ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb34af06-45d9-47d2-b313-da7d1cfeb4ab .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3971b0b6-8429-45c6-80d6-a1ec63961cc8-btn-wrapper {
    text-align: left;
  }


#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3971b0b6-8429-45c6-80d6-a1ec63961cc8-btn-wrapper {
    text-align: left;
  }


#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3971b0b6-8429-45c6-80d6-a1ec63961cc8-btn-wrapper {
    text-align: left;
  }


#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3971b0b6-8429-45c6-80d6-a1ec63961cc8-btn-wrapper {
    text-align: left;
  }


#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3971b0b6-8429-45c6-80d6-a1ec63961cc8-btn-wrapper {
    text-align: left;
  }


#s-3971b0b6-8429-45c6-80d6-a1ec63961cc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5154bb4c-7722-493d-94db-091b0635817f {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-5154bb4c-7722-493d-94db-091b0635817f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-5154bb4c-7722-493d-94db-091b0635817f .shogun-heading-component h1 a {
  color: #000;
}


#s-35a9ddd7-35fb-40f4-a865-5051a14e5175 {
  display: none;
}
#s-f41a70d5-79e3-4546-8329-456984842fd6 {
  text-align: left;
}



.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f41a70d5-79e3-4546-8329-456984842fd6 img.shogun-image {
  width: 100%;
}



}
#s-d6d77c41-1c87-4933-a2dc-b279e0c3f8af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6d77c41-1c87-4933-a2dc-b279e0c3f8af .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fcd04ece-bf44-482e-85d3-6a65b1980bf5 {
  display: none;
}
#s-e8f58439-0d95-447a-a0a9-b507211272d6 {
  text-align: left;
}



.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8f58439-0d95-447a-a0a9-b507211272d6 img.shogun-image {
  width: 100%;
}



}
#s-cbd9e033-c7a2-4fcc-abe9-cc0f3fdcf804 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbd9e033-c7a2-4fcc-abe9-cc0f3fdcf804 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cfaa3d46-44a4-46c4-9d3a-b9c0f042f522 {
  display: none;
}
#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 {
  text-align: left;
}



.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1910a3e4-1af8-4c31-9e5c-84c599d74239 img.shogun-image {
  width: 100%;
}



}
#s-ad388a2d-3461-470c-bba5-9d2f3e1878de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad388a2d-3461-470c-bba5-9d2f3e1878de .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3a23c2db-55c0-4e9a-8d19-a2df06e98c52 {
  display: none;
}
#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d {
  text-align: left;
}



.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59a56f7a-f91b-40e7-bf03-a2e1a2e3bc8d img.shogun-image {
  width: 100%;
}



}
#s-0d7a0f5f-5a8b-4c67-ad3d-4d1bf83ee666 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d7a0f5f-5a8b-4c67-ad3d-4d1bf83ee666 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9fd36664-4e68-441c-86ea-65614882d649 {
  display: none;
}
#s-83b5059d-be71-4d89-af6f-5c944249ddd3 {
  text-align: left;
}



.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-83b5059d-be71-4d89-af6f-5c944249ddd3 img.shogun-image {
  width: 100%;
}



}
#s-2c5be344-6d9e-43f9-b51d-a6b3cdba3e69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c5be344-6d9e-43f9-b51d-a6b3cdba3e69 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d5baf7f8-8069-4d08-b070-55e6be75b637 {
  display: none;
}
#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc {
  text-align: left;
}



.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7278201-0e51-4ac6-b582-ceab89d6dfcc img.shogun-image {
  width: 100%;
}



}
#s-2d704460-173a-4de0-9f9b-160375727ac3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d704460-173a-4de0-9f9b-160375727ac3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f-btn-wrapper {
    text-align: left;
  }


#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f-btn-wrapper {
    text-align: left;
  }


#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f-btn-wrapper {
    text-align: left;
  }


#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f-btn-wrapper {
    text-align: left;
  }


#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f-btn-wrapper {
    text-align: left;
  }


#s-bc18cc47-240a-4b8e-a36d-76f4b0d2989f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b244a3a3-7766-49dd-afd9-5d0cefb16101 {
  margin-top: 20px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
text-align: left;
}

#s-b244a3a3-7766-49dd-afd9-5d0cefb16101 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  
}


#s-b244a3a3-7766-49dd-afd9-5d0cefb16101 .shogun-heading-component h1 a {
  color: #000;
}


#s-61dd9c5d-2c8c-4d78-9ec2-f49f89452bd9 {
  display: none;
}
#s-a949a596-b015-47c5-900c-299468f95ed7 {
  text-align: left;
}



.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a949a596-b015-47c5-900c-299468f95ed7 img.shogun-image {
  width: 100%;
}



}
#s-767c600c-3e05-4bf4-879f-f0b3ff647072 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-767c600c-3e05-4bf4-879f-f0b3ff647072 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6446bd26-de77-4c7e-9624-06d1a7613c75 {
  display: none;
}
#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f {
  text-align: left;
}



.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-683dc68c-86eb-482d-9c2e-34bb67f7ec4f img.shogun-image {
  width: 100%;
}



}
#s-79a94344-efd4-4d29-b407-1fa32971447c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79a94344-efd4-4d29-b407-1fa32971447c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-d233aac8-02a8-445b-818c-e9390bc96a4c {
  display: none;
}
#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 {
  text-align: left;
}



.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4bee5b22-f6a3-44e2-be24-ab81d763f5e4 img.shogun-image {
  width: 100%;
}



}
#s-a3137f9c-1aa0-4bfd-bc2e-c7604fc4b89e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3137f9c-1aa0-4bfd-bc2e-c7604fc4b89e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4a9493b8-0712-459d-a6c7-60081abae292 {
  display: none;
}
#s-7d9c2640-6118-41ce-8d32-40a512aaecaf {
  text-align: left;
}



.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9c2640-6118-41ce-8d32-40a512aaecaf img.shogun-image {
  width: 100%;
}



}
#s-284ea106-7881-4e59-9b2e-6afb14250190 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-284ea106-7881-4e59-9b2e-6afb14250190 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-415c6a14-f76d-42b9-823c-331a6d9a39c4 {
  margin-top: 40px;
margin-left: 60px;
margin-bottom: 40px;
margin-right: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-415c6a14-f76d-42b9-823c-331a6d9a39c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-415c6a14-f76d-42b9-823c-331a6d9a39c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-415c6a14-f76d-42b9-823c-331a6d9a39c4-btn-wrapper {
    text-align: left;
  }


#s-415c6a14-f76d-42b9-823c-331a6d9a39c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-415c6a14-f76d-42b9-823c-331a6d9a39c4-btn-wrapper {
    text-align: left;
  }


#s-415c6a14-f76d-42b9-823c-331a6d9a39c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-415c6a14-f76d-42b9-823c-331a6d9a39c4-btn-wrapper {
    text-align: left;
  }


#s-415c6a14-f76d-42b9-823c-331a6d9a39c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-415c6a14-f76d-42b9-823c-331a6d9a39c4-btn-wrapper {
    text-align: left;
  }


#s-415c6a14-f76d-42b9-823c-331a6d9a39c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-415c6a14-f76d-42b9-823c-331a6d9a39c4-btn-wrapper {
    text-align: left;
  }


#s-415c6a14-f76d-42b9-823c-331a6d9a39c4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}
