.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-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4 {
  
}
}@media (max-width: 767px){#s-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4 {
  
}
}
#s-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4 {
  background-image: url(https://i.shgcdn.com/da4a5082-4687-494a-98c4-3c4f60d11d33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-33b8a5b2-66ba-4c0b-9608-bfbb985d7eb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-633b85d8-7bb3-40c0-a162-dd2b76c33c57 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-633b85d8-7bb3-40c0-a162-dd2b76c33c57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-633b85d8-7bb3-40c0-a162-dd2b76c33c57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-633b85d8-7bb3-40c0-a162-dd2b76c33c57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-633b85d8-7bb3-40c0-a162-dd2b76c33c57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9e7c1ebc-d4c4-4285-81a9-152dc1786816 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-9e7c1ebc-d4c4-4285-81a9-152dc1786816 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e7c1ebc-d4c4-4285-81a9-152dc1786816 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e7c1ebc-d4c4-4285-81a9-152dc1786816 {
  
}
}@media (max-width: 767px){#s-9e7c1ebc-d4c4-4285-81a9-152dc1786816 {
  
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-93635593-3eb4-480a-b0a4-0cff16a46e53 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-93635593-3eb4-480a-b0a4-0cff16a46e53 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93635593-3eb4-480a-b0a4-0cff16a46e53 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93635593-3eb4-480a-b0a4-0cff16a46e53 {
  
}
}@media (max-width: 767px){#s-93635593-3eb4-480a-b0a4-0cff16a46e53 {
  
}
}
#s-93635593-3eb4-480a-b0a4-0cff16a46e53 .shogun-heading-component h1 {
  color: rgba(239, 239, 239, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



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

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

#s-0887958d-fb06-49a7-8260-b8f6a030e45b {
  padding-left: 18%;
padding-right: 18%;
}

#s-0887958d-fb06-49a7-8260-b8f6a030e45b hr {
  border-top: 2px solid #ddd;
}

#s-2d99e6b7-02a5-4864-bc29-fa15649301d4 {
  margin-left: 8%;
margin-right: 8%;
}

#s-f8b4a060-9c17-42c7-ba29-97063373c1a0 {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f8b4a060-9c17-42c7-ba29-97063373c1a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f8b4a060-9c17-42c7-ba29-97063373c1a0"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f8b4a060-9c17-42c7-ba29-97063373c1a0"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8b4a060-9c17-42c7-ba29-97063373c1a0"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-32427868-598c-4ae2-a98a-80390601d690 {
  margin-left: 0%;
margin-bottom: 8%;
margin-right: 0%;
text-align: center;
}







  img.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
    
    
  }


.s-32427868-598c-4ae2-a98a-80390601d690 .shogun-image-content {
  
    align-items: center;
  
}

.s-32427868-598c-4ae2-a98a-80390601d690.shg-align-container {
  text-align: center
}

.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
    
    
  }


.s-32427868-598c-4ae2-a98a-80390601d690 .shogun-image-content {
  
    align-items: center;
  
}

.s-32427868-598c-4ae2-a98a-80390601d690.shg-align-container {
  text-align: center
}

.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
    
    
  }


.s-32427868-598c-4ae2-a98a-80390601d690 .shogun-image-content {
  
    align-items: center;
  
}

.s-32427868-598c-4ae2-a98a-80390601d690.shg-align-container {
  text-align: center
}

.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
    
    
  }


.s-32427868-598c-4ae2-a98a-80390601d690 .shogun-image-content {
  
    align-items: center;
  
}

.s-32427868-598c-4ae2-a98a-80390601d690.shg-align-container {
  text-align: center
}

.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
    
    
  }


.s-32427868-598c-4ae2-a98a-80390601d690 .shogun-image-content {
  
    align-items: center;
  
}

.s-32427868-598c-4ae2-a98a-80390601d690.shg-align-container {
  text-align: center
}

.s-32427868-598c-4ae2-a98a-80390601d690.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32427868-598c-4ae2-a98a-80390601d690.shogun-image {
  box-sizing: border-box;
}


}
#s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30 {
  margin-left: 0%;
margin-bottom: 8%;
margin-right: 0%;
text-align: center;
}







  img.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
    
    
  }


.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shg-align-container {
  text-align: center
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
    
    
  }


.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shg-align-container {
  text-align: center
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
    
    
  }


.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shg-align-container {
  text-align: center
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
    
    
  }


.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shg-align-container {
  text-align: center
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
    
    
  }


.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shg-align-container {
  text-align: center
}

.s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc17c5d3-2ad4-4cd3-9534-8b05674bbc30.shogun-image {
  box-sizing: border-box;
}


}
#s-b15b298f-a421-48d8-ba16-d49ca215e1a7 {
  margin-left: 0%;
margin-bottom: 8%;
margin-right: 0%;
text-align: center;
}







  img.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
    
    
  }


.s-b15b298f-a421-48d8-ba16-d49ca215e1a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shg-align-container {
  text-align: center
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
    
    
  }


.s-b15b298f-a421-48d8-ba16-d49ca215e1a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shg-align-container {
  text-align: center
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
    
    
  }


.s-b15b298f-a421-48d8-ba16-d49ca215e1a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shg-align-container {
  text-align: center
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
    
    
  }


.s-b15b298f-a421-48d8-ba16-d49ca215e1a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shg-align-container {
  text-align: center
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
    
    
  }


.s-b15b298f-a421-48d8-ba16-d49ca215e1a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shg-align-container {
  text-align: center
}

.s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15b298f-a421-48d8-ba16-d49ca215e1a7.shogun-image {
  box-sizing: border-box;
}


}
#s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2 {
  margin-left: 0%;
margin-bottom: 8%;
margin-right: 0%;
text-align: center;
}







  img.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
    
    
  }


.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shg-align-container {
  text-align: center
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
    
    
  }


.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shg-align-container {
  text-align: center
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
    
    
  }


.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shg-align-container {
  text-align: center
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
    
    
  }


.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shg-align-container {
  text-align: center
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
    
    
  }


.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shg-align-container {
  text-align: center
}

.s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a12c84b9-7f36-49c9-b10c-ce5ef77637a2.shogun-image {
  box-sizing: border-box;
}


}
#s-efab3a04-2003-4d58-98b2-ed9ada22e15d {
  margin-left: 0%;
margin-bottom: 8%;
margin-right: 0%;
text-align: center;
}







  img.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
    
    
  }


.s-efab3a04-2003-4d58-98b2-ed9ada22e15d .shogun-image-content {
  
    align-items: center;
  
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shg-align-container {
  text-align: center
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
    
    
  }


.s-efab3a04-2003-4d58-98b2-ed9ada22e15d .shogun-image-content {
  
    align-items: center;
  
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shg-align-container {
  text-align: center
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
    
    
  }


.s-efab3a04-2003-4d58-98b2-ed9ada22e15d .shogun-image-content {
  
    align-items: center;
  
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shg-align-container {
  text-align: center
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
    
    
  }


.s-efab3a04-2003-4d58-98b2-ed9ada22e15d .shogun-image-content {
  
    align-items: center;
  
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shg-align-container {
  text-align: center
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
    
    
  }


.s-efab3a04-2003-4d58-98b2-ed9ada22e15d .shogun-image-content {
  
    align-items: center;
  
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shg-align-container {
  text-align: center
}

.s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efab3a04-2003-4d58-98b2-ed9ada22e15d.shogun-image {
  box-sizing: border-box;
}


}
#s-9c1957cb-1854-4968-84de-0672066d6527 {
  min-height: 50px;
}








#s-9c1957cb-1854-4968-84de-0672066d6527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c1957cb-1854-4968-84de-0672066d6527.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-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(23, 108, 55, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c:hover {border-radius: 6px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c:active {border-radius: 6px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-23d8b1f8-aad1-43eb-b5cd-2e118746422c-root {
    text-align: center;
  }


#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23d8b1f8-aad1-43eb-b5cd-2e118746422c-root {
    text-align: center;
  }


#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23d8b1f8-aad1-43eb-b5cd-2e118746422c-root {
    text-align: center;
  }


#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23d8b1f8-aad1-43eb-b5cd-2e118746422c-root {
    text-align: center;
  }


#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23d8b1f8-aad1-43eb-b5cd-2e118746422c-root {
    text-align: center;
  }


#s-23d8b1f8-aad1-43eb-b5cd-2e118746422c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-aac05431-170d-48f7-b7dd-03697f847523 {
  padding-left: 18%;
padding-right: 18%;
}

#s-aac05431-170d-48f7-b7dd-03697f847523 hr {
  border-top: 2px solid #ddd;
}

#s-273fe13f-1ea3-494a-8c1b-31e9c8a00c36 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-273fe13f-1ea3-494a-8c1b-31e9c8a00c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-273fe13f-1ea3-494a-8c1b-31e9c8a00c36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3abbdcde-39f8-4ce2-8c85-c7918f14f5cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0 {
  margin-top: 0px;
margin-left: 25%;
margin-bottom: 0%;
margin-right: 25%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
    
    
  }


.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shg-align-container {
  text-align: center
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
    
    
  }


.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shg-align-container {
  text-align: center
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
    
    
  }


.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shg-align-container {
  text-align: center
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
    
    
  }


.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shg-align-container {
  text-align: center
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
    
    
  }


.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shg-align-container {
  text-align: center
}

.s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789ec4ed-cd1d-491f-b7fe-b0c1f1ae1dc0.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-fd3f798f-b04c-467f-ad66-8f2eef7c44b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd3f798f-b04c-467f-ad66-8f2eef7c44b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd3f798f-b04c-467f-ad66-8f2eef7c44b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd3f798f-b04c-467f-ad66-8f2eef7c44b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-18654a19-aada-4b5a-abf5-c2d5a12aa869 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 153, 122, 1);
background-image: none;
hover-type: color;
}
#s-18654a19-aada-4b5a-abf5-c2d5a12aa869:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(58, 102, 93, 1) !important;}#s-18654a19-aada-4b5a-abf5-c2d5a12aa869:active {background-color: rgba(253, 253, 253, 1) !important;
text-decoration: none !important;
color: rgba(0, 153, 122, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-18654a19-aada-4b5a-abf5-c2d5a12aa869-root {
    text-align: center;
  }


#s-18654a19-aada-4b5a-abf5-c2d5a12aa869.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18654a19-aada-4b5a-abf5-c2d5a12aa869-root {
    text-align: center;
  }


#s-18654a19-aada-4b5a-abf5-c2d5a12aa869.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18654a19-aada-4b5a-abf5-c2d5a12aa869-root {
    text-align: center;
  }


#s-18654a19-aada-4b5a-abf5-c2d5a12aa869.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18654a19-aada-4b5a-abf5-c2d5a12aa869-root {
    text-align: center;
  }


#s-18654a19-aada-4b5a-abf5-c2d5a12aa869.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18654a19-aada-4b5a-abf5-c2d5a12aa869-root {
    text-align: center;
  }


#s-18654a19-aada-4b5a-abf5-c2d5a12aa869.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-66619be6-a851-4c00-a9a9-cdaf13f9155c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 153, 122, 1);
background-image: none;
hover-type: color;
}
#s-66619be6-a851-4c00-a9a9-cdaf13f9155c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(58, 102, 93, 1) !important;}#s-66619be6-a851-4c00-a9a9-cdaf13f9155c:active {background-color: rgba(253, 253, 253, 1) !important;
text-decoration: none !important;
color: rgba(0, 153, 122, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-66619be6-a851-4c00-a9a9-cdaf13f9155c-root {
    text-align: center;
  }


#s-66619be6-a851-4c00-a9a9-cdaf13f9155c.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66619be6-a851-4c00-a9a9-cdaf13f9155c-root {
    text-align: center;
  }


#s-66619be6-a851-4c00-a9a9-cdaf13f9155c.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66619be6-a851-4c00-a9a9-cdaf13f9155c-root {
    text-align: center;
  }


#s-66619be6-a851-4c00-a9a9-cdaf13f9155c.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66619be6-a851-4c00-a9a9-cdaf13f9155c-root {
    text-align: center;
  }


#s-66619be6-a851-4c00-a9a9-cdaf13f9155c.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66619be6-a851-4c00-a9a9-cdaf13f9155c-root {
    text-align: center;
  }


#s-66619be6-a851-4c00-a9a9-cdaf13f9155c.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845 {
  margin-top: 0%;
}

@media (min-width: 0px) {
[id="s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8bc0b300-2e82-4e27-ba2b-ad510fc3d845"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-33a8bb07-8356-4cab-b8f2-5f84195556d4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-33a8bb07-8356-4cab-b8f2-5f84195556d4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-33a8bb07-8356-4cab-b8f2-5f84195556d4 .shg-sld-nav-button.shg-sld-left,
#s-33a8bb07-8356-4cab-b8f2-5f84195556d4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b {
  margin-top: -1px;
margin-left: 7%;
margin-bottom: -1px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
    
    
  }


.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b .shogun-image-content {
  
    align-items: center;
  
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shg-align-container {
  text-align: center
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
    
    
  }


.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b .shogun-image-content {
  
    align-items: center;
  
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shg-align-container {
  text-align: center
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
    
    
  }


.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b .shogun-image-content {
  
    align-items: center;
  
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shg-align-container {
  text-align: center
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
    
    
  }


.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b .shogun-image-content {
  
    align-items: center;
  
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shg-align-container {
  text-align: center
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
    
    
  }


.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b .shogun-image-content {
  
    align-items: center;
  
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shg-align-container {
  text-align: center
}

.s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c716cc9-00d1-41f8-9ef2-2fdf81b7619b.shogun-image {
  box-sizing: border-box;
}


}
#s-a403e13b-c389-4ed1-b73d-fd38b667472e {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
    
    
  }


.s-a403e13b-c389-4ed1-b73d-fd38b667472e .shogun-image-content {
  
    align-items: center;
  
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shg-align-container {
  text-align: center
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
    
    
  }


.s-a403e13b-c389-4ed1-b73d-fd38b667472e .shogun-image-content {
  
    align-items: center;
  
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shg-align-container {
  text-align: center
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
    
    
  }


.s-a403e13b-c389-4ed1-b73d-fd38b667472e .shogun-image-content {
  
    align-items: center;
  
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shg-align-container {
  text-align: center
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
    
    
  }


.s-a403e13b-c389-4ed1-b73d-fd38b667472e .shogun-image-content {
  
    align-items: center;
  
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shg-align-container {
  text-align: center
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
    
    
  }


.s-a403e13b-c389-4ed1-b73d-fd38b667472e .shogun-image-content {
  
    align-items: center;
  
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shg-align-container {
  text-align: center
}

.s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a403e13b-c389-4ed1-b73d-fd38b667472e.shogun-image {
  box-sizing: border-box;
}


}
#s-20e8c4a9-5309-48fa-a2c3-eff458df8f96 {
  margin-bottom: 0%;
text-align: center;
}







  img.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
    
    
  }


.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shg-align-container {
  text-align: center
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
    
    
  }


.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shg-align-container {
  text-align: center
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
    
    
  }


.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shg-align-container {
  text-align: center
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
    
    
  }


.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shg-align-container {
  text-align: center
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
    
    
  }


.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96 .shogun-image-content {
  
    align-items: center;
  
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shg-align-container {
  text-align: center
}

.s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20e8c4a9-5309-48fa-a2c3-eff458df8f96.shogun-image {
  box-sizing: border-box;
}


}
#s-35c67457-87e1-472e-b04c-4f3f07c4a5e4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
    
    
  }


.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shg-align-container {
  text-align: center
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
    
    
  }


.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shg-align-container {
  text-align: center
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
    
    
  }


.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shg-align-container {
  text-align: center
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
    
    
  }


.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shg-align-container {
  text-align: center
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
    
    
  }


.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shg-align-container {
  text-align: center
}

.s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35c67457-87e1-472e-b04c-4f3f07c4a5e4.shogun-image {
  box-sizing: border-box;
}


}
#s-cfd65b32-d41e-4c1f-a973-ed92219286c0 {
  text-align: center;
}







  img.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
    
    
  }


.s-cfd65b32-d41e-4c1f-a973-ed92219286c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shg-align-container {
  text-align: center
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
    
    
  }


.s-cfd65b32-d41e-4c1f-a973-ed92219286c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shg-align-container {
  text-align: center
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
    
    
  }


.s-cfd65b32-d41e-4c1f-a973-ed92219286c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shg-align-container {
  text-align: center
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
    
    
  }


.s-cfd65b32-d41e-4c1f-a973-ed92219286c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shg-align-container {
  text-align: center
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
    
    
  }


.s-cfd65b32-d41e-4c1f-a973-ed92219286c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shg-align-container {
  text-align: center
}

.s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd65b32-d41e-4c1f-a973-ed92219286c0.shogun-image {
  box-sizing: border-box;
}


}
#s-b9569d71-9c58-4518-bd14-06d8249754c6 {
  text-align: center;
}







  img.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
    
    
  }


.s-b9569d71-9c58-4518-bd14-06d8249754c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shg-align-container {
  text-align: center
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
    
    
  }


.s-b9569d71-9c58-4518-bd14-06d8249754c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shg-align-container {
  text-align: center
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
    
    
  }


.s-b9569d71-9c58-4518-bd14-06d8249754c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shg-align-container {
  text-align: center
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
    
    
  }


.s-b9569d71-9c58-4518-bd14-06d8249754c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shg-align-container {
  text-align: center
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
    
    
  }


.s-b9569d71-9c58-4518-bd14-06d8249754c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shg-align-container {
  text-align: center
}

.s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9569d71-9c58-4518-bd14-06d8249754c6.shogun-image {
  box-sizing: border-box;
}


}
#s-1e2a6969-3495-4ff5-ba43-874384cae494 {
  min-height: 50px;
}








#s-1e2a6969-3495-4ff5-ba43-874384cae494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e2a6969-3495-4ff5-ba43-874384cae494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6bfd02c-21c5-4426-9430-672df221816a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6bfd02c-21c5-4426-9430-672df221816a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-796ffd39-270e-433f-ad5f-06ea0e33a672 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-796ffd39-270e-433f-ad5f-06ea0e33a672 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-796ffd39-270e-433f-ad5f-06ea0e33a672 .shg-sld-nav-button.shg-sld-left,
#s-796ffd39-270e-433f-ad5f-06ea0e33a672 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-66db2e6a-2504-482d-bd8a-d0aa94b85fff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66db2e6a-2504-482d-bd8a-d0aa94b85fff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66db2e6a-2504-482d-bd8a-d0aa94b85fff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66db2e6a-2504-482d-bd8a-d0aa94b85fff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b5189806-3166-47fb-9f14-ce32ff4455f2 {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  img.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
    
    
  }


.s-b5189806-3166-47fb-9f14-ce32ff4455f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shg-align-container {
  text-align: center
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
    
    
  }


.s-b5189806-3166-47fb-9f14-ce32ff4455f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shg-align-container {
  text-align: center
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
    
    
  }


.s-b5189806-3166-47fb-9f14-ce32ff4455f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shg-align-container {
  text-align: center
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
    
    
  }


.s-b5189806-3166-47fb-9f14-ce32ff4455f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shg-align-container {
  text-align: center
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
    
    
  }


.s-b5189806-3166-47fb-9f14-ce32ff4455f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shg-align-container {
  text-align: center
}

.s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5189806-3166-47fb-9f14-ce32ff4455f2.shogun-image {
  box-sizing: border-box;
}


}
#s-f0daa41a-97c4-4f0e-b346-66fe09b07025 {
  margin-top: 15%;
margin-bottom: 0%;
min-height: 50px;
}








#s-f0daa41a-97c4-4f0e-b346-66fe09b07025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0daa41a-97c4-4f0e-b346-66fe09b07025.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbc43480-3483-4d39-8d00-d6e8690163dc {
  margin-left: 6%;
margin-right: 6%;
}

#s-be4f23bd-4294-4103-b8fc-2f39090d836a {
  margin-left: 12%;
margin-right: 12%;
}

#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 153, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee-root {
    text-align: center;
  }


#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee-root {
    text-align: center;
  }


#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee-root {
    text-align: center;
  }


#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee-root {
    text-align: center;
  }


#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee-root {
    text-align: center;
  }


#s-099b21e0-d8ad-4f6b-b846-3cb45cd40fee.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-05f28919-b227-4539-9766-630e7b041ea9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05f28919-b227-4539-9766-630e7b041ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05f28919-b227-4539-9766-630e7b041ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05f28919-b227-4539-9766-630e7b041ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e {
  margin-left: 7%;
margin-bottom: 0%;
margin-right: 7%;
text-align: center;
}







  img.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
    
    
  }


.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shg-align-container {
  text-align: center
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
    
    
  }


.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shg-align-container {
  text-align: center
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
    
    
  }


.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shg-align-container {
  text-align: center
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
    
    
  }


.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shg-align-container {
  text-align: center
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
    
    
  }


.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e .shogun-image-content {
  
    align-items: center;
  
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shg-align-container {
  text-align: center
}

.s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5dc0896e-3b90-4b6d-a5dc-41fe4f889f6e.shogun-image {
  box-sizing: border-box;
}


}
#s-e0f459d3-a836-49f5-8195-c368222653c9 {
  margin-top: 5%;
margin-bottom: 0%;
min-height: 50px;
}








#s-e0f459d3-a836-49f5-8195-c368222653c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f459d3-a836-49f5-8195-c368222653c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22a12621-2c71-489a-8b42-3d4114ad8946 {
  margin-left: 6%;
margin-right: 6%;
}

#s-d9be605f-1302-4b03-921f-86dab4be6f5c {
  margin-left: 12%;
margin-right: 12%;
}

#s-93bd6c61-d168-42e9-8113-222913b572fd {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 153, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93bd6c61-d168-42e9-8113-222913b572fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93bd6c61-d168-42e9-8113-222913b572fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93bd6c61-d168-42e9-8113-222913b572fd-root {
    text-align: center;
  }


#s-93bd6c61-d168-42e9-8113-222913b572fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93bd6c61-d168-42e9-8113-222913b572fd-root {
    text-align: center;
  }


#s-93bd6c61-d168-42e9-8113-222913b572fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93bd6c61-d168-42e9-8113-222913b572fd-root {
    text-align: center;
  }


#s-93bd6c61-d168-42e9-8113-222913b572fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93bd6c61-d168-42e9-8113-222913b572fd-root {
    text-align: center;
  }


#s-93bd6c61-d168-42e9-8113-222913b572fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93bd6c61-d168-42e9-8113-222913b572fd-root {
    text-align: center;
  }


#s-93bd6c61-d168-42e9-8113-222913b572fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d7bcfb79-251f-4741-bac2-f0e52aaa4e1f {
  margin-top: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7bcfb79-251f-4741-bac2-f0e52aaa4e1f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



/*
  $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-6d443ef4-2c99-46d5-bf12-0228a6cdbcc9 {
  margin-left: 15%;
margin-right: 15%;
}

#s-71e45761-80eb-475e-a27f-263f85ecf7d0 {
  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-3ffd1aa6-e566-4d30-92ee-6fed17828c29 {
  text-align: left;
}



.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ffd1aa6-e566-4d30-92ee-6fed17828c29 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-7159d51a-8a90-43d7-b490-43481c656af7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7159d51a-8a90-43d7-b490-43481c656af7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8a64188d-ee53-4c73-86df-df944abd45e6 {
  text-align: center;
}

#s-8a64188d-ee53-4c73-86df-df944abd45e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a64188d-ee53-4c73-86df-df944abd45e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8a64188d-ee53-4c73-86df-df944abd45e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab5fa016-66ad-45fd-8125-97545b43e194 {
  display: none;
}
#s-fcc26667-03f4-4e30-9298-07c53abfc682 {
  text-align: left;
}



.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcc26667-03f4-4e30-9298-07c53abfc682 img.shogun-image {
  width: 100%;
}



}
#s-187bdb2a-3a89-40ea-b73f-0cdb5ac0bfb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-187bdb2a-3a89-40ea-b73f-0cdb5ac0bfb0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e5c51c83-6384-4a91-b7ff-dfc2163efb5e {
  text-align: center;
}

#s-e5c51c83-6384-4a91-b7ff-dfc2163efb5e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5c51c83-6384-4a91-b7ff-dfc2163efb5e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e5c51c83-6384-4a91-b7ff-dfc2163efb5e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-004888df-d41b-4054-8b31-5dafa329bf3b {
  display: none;
}
#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 {
  text-align: left;
}



.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8ee335-2440-40f9-a48a-9521ca8ce763 img.shogun-image {
  width: 100%;
}



}
#s-af1d329a-6651-46f8-8e74-5a96631d5103 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af1d329a-6651-46f8-8e74-5a96631d5103 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7dadd360-2b49-499b-972d-b5d980c9b79a {
  text-align: center;
}

#s-7dadd360-2b49-499b-972d-b5d980c9b79a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7dadd360-2b49-499b-972d-b5d980c9b79a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7dadd360-2b49-499b-972d-b5d980c9b79a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2f8531d9-5a84-470c-b785-f17ef615e46a {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f8531d9-5a84-470c-b785-f17ef615e46a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-409aad6f-27e3-4a55-a666-9cd94af78712 {
  margin-left: 9%;
margin-right: 9%;
}

#s-8b76c3cb-5c22-429d-9052-127f3ccd04e7 {
  display: none;
}
#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 {
  text-align: left;
}



.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba43f861-ba01-480c-896f-c6e21bda2aa8 img.shogun-image {
  width: 100%;
}



}
#s-06edd84a-1485-4cc1-8c2e-32e0a6c98d6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06edd84a-1485-4cc1-8c2e-32e0a6c98d6b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-07d3e4de-b4a3-4bb6-9ae7-064f220f3526 {
  display: none;
}
#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 {
  text-align: left;
}



.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dde5ef56-4b75-4a0d-9c89-8885427e54e5 img.shogun-image {
  width: 100%;
}



}
#s-b682c819-7e6f-4a88-93f3-a7f4c93d83f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b682c819-7e6f-4a88-93f3-a7f4c93d83f0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4424235a-8ebf-4d61-b255-5b18ede5d46a {
  display: none;
}
#s-fada94c3-6e69-4cac-baf0-6b18451a3163 {
  text-align: left;
}



.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fada94c3-6e69-4cac-baf0-6b18451a3163 img.shogun-image {
  width: 100%;
}



}
#s-a7e5f77c-fb99-41a0-a2b9-ac53faba1d00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7e5f77c-fb99-41a0-a2b9-ac53faba1d00 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0c1cf775-c249-4b29-aa9d-099746915f84 {
  margin-top: 4%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 153, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0c1cf775-c249-4b29-aa9d-099746915f84:hover {border-radius: 6px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-0c1cf775-c249-4b29-aa9d-099746915f84:active {border-radius: 6px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c1cf775-c249-4b29-aa9d-099746915f84-root {
    text-align: center;
  }


#s-0c1cf775-c249-4b29-aa9d-099746915f84.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c1cf775-c249-4b29-aa9d-099746915f84-root {
    text-align: center;
  }


#s-0c1cf775-c249-4b29-aa9d-099746915f84.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c1cf775-c249-4b29-aa9d-099746915f84-root {
    text-align: center;
  }


#s-0c1cf775-c249-4b29-aa9d-099746915f84.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c1cf775-c249-4b29-aa9d-099746915f84-root {
    text-align: center;
  }


#s-0c1cf775-c249-4b29-aa9d-099746915f84.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c1cf775-c249-4b29-aa9d-099746915f84-root {
    text-align: center;
  }


#s-0c1cf775-c249-4b29-aa9d-099746915f84.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-f3592f7d-6a34-4bb0-bd51-fd325cc852a9 {
  min-height: 50px;
}








#s-f3592f7d-6a34-4bb0-bd51-fd325cc852a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3592f7d-6a34-4bb0-bd51-fd325cc852a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4850eea-9f2a-4699-b08f-ac641c8ea2f5 {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 12%;
}

#s-f4850eea-9f2a-4699-b08f-ac641c8ea2f5 hr {
  border-top: 2px solid #ddd;
}

#s-b2ae2028-42f6-4387-b868-383c2bef0c83 {
  text-align: left;
}

#s-c72b9620-b4a4-49dd-85ee-27daadd95328 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-c72b9620-b4a4-49dd-85ee-27daadd95328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c72b9620-b4a4-49dd-85ee-27daadd95328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d0d3984-8643-409e-9d4e-7ae3b7d7abcb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-af54330b-67cb-41ef-a15a-ea74c1ecee83 {
  margin-left: 25%;
margin-bottom: 8%;
margin-right: 25%;
text-align: center;
}







  img.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
    
    
  }


.s-af54330b-67cb-41ef-a15a-ea74c1ecee83 .shogun-image-content {
  
    align-items: center;
  
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shg-align-container {
  text-align: center
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
    
    
  }


.s-af54330b-67cb-41ef-a15a-ea74c1ecee83 .shogun-image-content {
  
    align-items: center;
  
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shg-align-container {
  text-align: center
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
    
    
  }


.s-af54330b-67cb-41ef-a15a-ea74c1ecee83 .shogun-image-content {
  
    align-items: center;
  
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shg-align-container {
  text-align: center
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
    
    
  }


.s-af54330b-67cb-41ef-a15a-ea74c1ecee83 .shogun-image-content {
  
    align-items: center;
  
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shg-align-container {
  text-align: center
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
    
    
  }


.s-af54330b-67cb-41ef-a15a-ea74c1ecee83 .shogun-image-content {
  
    align-items: center;
  
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shg-align-container {
  text-align: center
}

.s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af54330b-67cb-41ef-a15a-ea74c1ecee83.shogun-image {
  box-sizing: border-box;
}


}
#s-99d060c7-3e5f-4432-a4a0-fa196e86dc39 {
  margin-left: 4%;
margin-right: 4%;
}

#s-26ca2817-847c-461b-8d8b-57cc3261bdcc {
  margin-left: 4%;
margin-right: 4%;
}

#s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe {
  margin-top: -5%;
}

@media (min-width: 0px) {
[id="s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c92c4b35-1c0e-4a07-8dd9-19e027cefdfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-81eb3a37-2068-4c3c-a97b-43d79f797f88 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-81eb3a37-2068-4c3c-a97b-43d79f797f88 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-81eb3a37-2068-4c3c-a97b-43d79f797f88 .shg-sld-nav-button.shg-sld-left,
#s-81eb3a37-2068-4c3c-a97b-43d79f797f88 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4 {
  text-align: center;
}







  img.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
    
    
  }


.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shg-align-container {
  text-align: center
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
    
    
  }


.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shg-align-container {
  text-align: center
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
    
    
  }


.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shg-align-container {
  text-align: center
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
    
    
  }


.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shg-align-container {
  text-align: center
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
    
    
  }


.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shg-align-container {
  text-align: center
}

.s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-596f9624-cad4-4b5e-b34c-9fc5dcf12bb4.shogun-image {
  box-sizing: border-box;
}


}
#s-63a0139f-1ead-4f27-bf49-875e173e1856 {
  text-align: center;
}







  img.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
    
    
  }


.s-63a0139f-1ead-4f27-bf49-875e173e1856 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shg-align-container {
  text-align: center
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
    
    
  }


.s-63a0139f-1ead-4f27-bf49-875e173e1856 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shg-align-container {
  text-align: center
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
  box-sizing: border-box;
}


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





  img.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
    
    
  }


.s-63a0139f-1ead-4f27-bf49-875e173e1856 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shg-align-container {
  text-align: center
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
  box-sizing: border-box;
}


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





  img.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
    
    
  }


.s-63a0139f-1ead-4f27-bf49-875e173e1856 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shg-align-container {
  text-align: center
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
  box-sizing: border-box;
}


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





  img.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
    
    
  }


.s-63a0139f-1ead-4f27-bf49-875e173e1856 .shogun-image-content {
  
    align-items: center;
  
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shg-align-container {
  text-align: center
}

.s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a0139f-1ead-4f27-bf49-875e173e1856.shogun-image {
  box-sizing: border-box;
}


}
#s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4 {
  text-align: center;
}







  img.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
    
    
  }


.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shg-align-container {
  text-align: center
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
    
    
  }


.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shg-align-container {
  text-align: center
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
    
    
  }


.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shg-align-container {
  text-align: center
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
    
    
  }


.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shg-align-container {
  text-align: center
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
    
    
  }


.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shg-align-container {
  text-align: center
}

.s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43f5f6c0-bf32-4d9d-96de-d6fd9af292b4.shogun-image {
  box-sizing: border-box;
}


}
#s-0d800992-7ec4-4e11-9925-6f4738c41362 {
  text-align: center;
}







  img.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
    
    
  }


.s-0d800992-7ec4-4e11-9925-6f4738c41362 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shg-align-container {
  text-align: center
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
    
    
  }


.s-0d800992-7ec4-4e11-9925-6f4738c41362 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shg-align-container {
  text-align: center
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
    
    
  }


.s-0d800992-7ec4-4e11-9925-6f4738c41362 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shg-align-container {
  text-align: center
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
    
    
  }


.s-0d800992-7ec4-4e11-9925-6f4738c41362 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shg-align-container {
  text-align: center
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
    
    
  }


.s-0d800992-7ec4-4e11-9925-6f4738c41362 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shg-align-container {
  text-align: center
}

.s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d800992-7ec4-4e11-9925-6f4738c41362.shogun-image {
  box-sizing: border-box;
}


}
#s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
text-align: center;
}







  img.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
    
    
  }


.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shg-align-container {
  text-align: center
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
    
    
  }


.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shg-align-container {
  text-align: center
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
    
    
  }


.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shg-align-container {
  text-align: center
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
    
    
  }


.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shg-align-container {
  text-align: center
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
    
    
  }


.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db .shogun-image-content {
  
    align-items: center;
  
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shg-align-container {
  text-align: center
}

.s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ed7e5c6-f2f4-4c2b-85d2-ed926eb3f5db.shogun-image {
  box-sizing: border-box;
}


}
#s-0cf60158-23df-422a-835e-b70059a464c8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 0%;
text-align: center;
}







  img.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
    
    
  }


.s-0cf60158-23df-422a-835e-b70059a464c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shg-align-container {
  text-align: center
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
    
    
  }


.s-0cf60158-23df-422a-835e-b70059a464c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shg-align-container {
  text-align: center
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
    
    
  }


.s-0cf60158-23df-422a-835e-b70059a464c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shg-align-container {
  text-align: center
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
    
    
  }


.s-0cf60158-23df-422a-835e-b70059a464c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shg-align-container {
  text-align: center
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
    
    
  }


.s-0cf60158-23df-422a-835e-b70059a464c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shg-align-container {
  text-align: center
}

.s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cf60158-23df-422a-835e-b70059a464c8.shogun-image {
  box-sizing: border-box;
}


}
#s-cea24ee9-67d1-4eed-b105-fffd5a08c4ac {
  min-height: 50px;
}








#s-cea24ee9-67d1-4eed-b105-fffd5a08c4ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cea24ee9-67d1-4eed-b105-fffd5a08c4ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7b6323e-dbbc-4fd8-ba66-b8a1649e6f4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7b6323e-dbbc-4fd8-ba66-b8a1649e6f4c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5b708dcb-b454-4382-9647-ae0a4fb95c4a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5b708dcb-b454-4382-9647-ae0a4fb95c4a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5b708dcb-b454-4382-9647-ae0a4fb95c4a .shg-sld-nav-button.shg-sld-left,
#s-5b708dcb-b454-4382-9647-ae0a4fb95c4a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-f44e1cee-5a8f-4456-98a6-1bfae5be38a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f44e1cee-5a8f-4456-98a6-1bfae5be38a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f44e1cee-5a8f-4456-98a6-1bfae5be38a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f44e1cee-5a8f-4456-98a6-1bfae5be38a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-81e08868-cde5-4a3e-a342-cb6862c52ce7 {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  img.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
    
    
  }


.s-81e08868-cde5-4a3e-a342-cb6862c52ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shg-align-container {
  text-align: center
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
    
    
  }


.s-81e08868-cde5-4a3e-a342-cb6862c52ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shg-align-container {
  text-align: center
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
    
    
  }


.s-81e08868-cde5-4a3e-a342-cb6862c52ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shg-align-container {
  text-align: center
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
    
    
  }


.s-81e08868-cde5-4a3e-a342-cb6862c52ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shg-align-container {
  text-align: center
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
    
    
  }


.s-81e08868-cde5-4a3e-a342-cb6862c52ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shg-align-container {
  text-align: center
}

.s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81e08868-cde5-4a3e-a342-cb6862c52ce7.shogun-image {
  box-sizing: border-box;
}


}
#s-d6916668-5dc1-41cf-bdd7-90a29b46c301 {
  margin-top: 15%;
margin-bottom: 0%;
min-height: 50px;
}








#s-d6916668-5dc1-41cf-bdd7-90a29b46c301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6916668-5dc1-41cf-bdd7-90a29b46c301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-911445e7-5634-4cb9-b44a-6fbbbd0b22e7 {
  margin-left: 6%;
margin-right: 6%;
}

#s-0044decc-8564-40c4-992c-4cbff71bb458 {
  margin-left: 12%;
margin-right: 12%;
}

#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 153, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8-root {
    text-align: center;
  }


#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8-root {
    text-align: center;
  }


#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8-root {
    text-align: center;
  }


#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8-root {
    text-align: center;
  }


#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8-root {
    text-align: center;
  }


#s-3cf3c8f7-e9c2-48db-a5fd-e8f00901e2e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-d12d1e05-2ca6-422a-94d1-3c8173d50f1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d12d1e05-2ca6-422a-94d1-3c8173d50f1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d12d1e05-2ca6-422a-94d1-3c8173d50f1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d12d1e05-2ca6-422a-94d1-3c8173d50f1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df4de89b-4f20-433d-90b2-feea8d26e878 {
  margin-left: 7%;
margin-bottom: 0%;
margin-right: 7%;
text-align: center;
}







  img.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
    
    
  }


.s-df4de89b-4f20-433d-90b2-feea8d26e878 .shogun-image-content {
  
    align-items: center;
  
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shg-align-container {
  text-align: center
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
    
    
  }


.s-df4de89b-4f20-433d-90b2-feea8d26e878 .shogun-image-content {
  
    align-items: center;
  
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shg-align-container {
  text-align: center
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
  box-sizing: border-box;
}


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





  img.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
    
    
  }


.s-df4de89b-4f20-433d-90b2-feea8d26e878 .shogun-image-content {
  
    align-items: center;
  
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shg-align-container {
  text-align: center
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
  box-sizing: border-box;
}


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





  img.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
    
    
  }


.s-df4de89b-4f20-433d-90b2-feea8d26e878 .shogun-image-content {
  
    align-items: center;
  
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shg-align-container {
  text-align: center
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
  box-sizing: border-box;
}


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





  img.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
    
    
  }


.s-df4de89b-4f20-433d-90b2-feea8d26e878 .shogun-image-content {
  
    align-items: center;
  
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shg-align-container {
  text-align: center
}

.s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df4de89b-4f20-433d-90b2-feea8d26e878.shogun-image {
  box-sizing: border-box;
}


}
#s-ee86db34-acb5-4927-970e-9db20e589ebd {
  margin-top: 3%;
margin-bottom: 0%;
min-height: 50px;
}








#s-ee86db34-acb5-4927-970e-9db20e589ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee86db34-acb5-4927-970e-9db20e589ebd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4bb0588-4e09-4805-8991-1f78bf266f03 {
  margin-left: 6%;
margin-right: 6%;
}

#s-1a8edcf7-5426-456f-8105-286d3e267fe9 {
  margin-left: 12%;
margin-right: 12%;
}

#s-862e2d7f-2d22-4cdf-a332-b5305f31d893 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(94, 193, 173, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-862e2d7f-2d22-4cdf-a332-b5305f31d893:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-862e2d7f-2d22-4cdf-a332-b5305f31d893:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-862e2d7f-2d22-4cdf-a332-b5305f31d893-root {
    text-align: center;
  }


#s-862e2d7f-2d22-4cdf-a332-b5305f31d893.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-862e2d7f-2d22-4cdf-a332-b5305f31d893-root {
    text-align: center;
  }


#s-862e2d7f-2d22-4cdf-a332-b5305f31d893.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-862e2d7f-2d22-4cdf-a332-b5305f31d893-root {
    text-align: center;
  }


#s-862e2d7f-2d22-4cdf-a332-b5305f31d893.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-862e2d7f-2d22-4cdf-a332-b5305f31d893-root {
    text-align: center;
  }


#s-862e2d7f-2d22-4cdf-a332-b5305f31d893.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-862e2d7f-2d22-4cdf-a332-b5305f31d893-root {
    text-align: center;
  }


#s-862e2d7f-2d22-4cdf-a332-b5305f31d893.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-4817d2ed-dda1-4748-ab3d-ca95016c0fdc {
  margin-top: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4817d2ed-dda1-4748-ab3d-ca95016c0fdc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-607adf23-352b-40f4-b58f-772a0c3e8319 {
  margin-left: 15%;
margin-right: 15%;
}

#s-3d737a77-f5b4-4e5e-a6ea-ca8cfb46c91a {
  display: none;
}
#s-de7a283b-7946-405e-8adc-ca7408a87931 {
  text-align: left;
}



.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de7a283b-7946-405e-8adc-ca7408a87931 img.shogun-image {
  width: 100%;
}



}
#s-a7f3713f-88e3-4313-9e79-defec620bdfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7f3713f-88e3-4313-9e79-defec620bdfe .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-66fbce6c-00c1-4899-8d28-eea1368eea7d {
  text-align: center;
}

#s-66fbce6c-00c1-4899-8d28-eea1368eea7d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66fbce6c-00c1-4899-8d28-eea1368eea7d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-66fbce6c-00c1-4899-8d28-eea1368eea7d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-dc6ecb4b-2f4e-453a-a364-d941d0fb466b {
  display: none;
}
#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 {
  text-align: left;
}



.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4a347bc-bb59-47ea-9d21-b49281533bd4 img.shogun-image {
  width: 100%;
}



}
#s-2b15372a-cdf9-4ec9-bfa9-5cba9a4d2808 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b15372a-cdf9-4ec9-bfa9-5cba9a4d2808 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a3ffac74-4a5f-450f-98ce-e037b6b94b13 {
  text-align: center;
}

#s-a3ffac74-4a5f-450f-98ce-e037b6b94b13 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3ffac74-4a5f-450f-98ce-e037b6b94b13 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3ffac74-4a5f-450f-98ce-e037b6b94b13 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-1c56c3dd-4c03-4f1f-9672-69033de54634 {
  display: none;
}
#s-b625cb7c-236a-4965-833c-83db59d51023 {
  text-align: left;
}



.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b625cb7c-236a-4965-833c-83db59d51023 img.shogun-image {
  width: 100%;
}



}
#s-b143ca15-c313-4867-9faa-a5bf5f7e313c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b143ca15-c313-4867-9faa-a5bf5f7e313c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-169b799b-f7a8-44cf-b714-5a5f889bc613 {
  text-align: center;
}

#s-169b799b-f7a8-44cf-b714-5a5f889bc613 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-169b799b-f7a8-44cf-b714-5a5f889bc613 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-169b799b-f7a8-44cf-b714-5a5f889bc613 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
  padding-left: 10px;
}

#s-d6a74665-2849-4938-afee-be94ac82cff1 {
  display: none;
}
#s-49a72797-cb89-4b8f-83fb-acf7495f4149 {
  text-align: left;
}



.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49a72797-cb89-4b8f-83fb-acf7495f4149 img.shogun-image {
  width: 100%;
}



}
#s-055c3a9c-7eeb-4fb2-bf52-2f917398d71b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-055c3a9c-7eeb-4fb2-bf52-2f917398d71b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eda44239-227a-4cb7-9bea-b7f97916e751 {
  text-align: center;
}

#s-eda44239-227a-4cb7-9bea-b7f97916e751 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eda44239-227a-4cb7-9bea-b7f97916e751 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-eda44239-227a-4cb7-9bea-b7f97916e751 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1581a7fd-84c8-4264-84ad-fb3d21c56891 {
  margin-top: 4%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(94, 193, 173, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1581a7fd-84c8-4264-84ad-fb3d21c56891:hover {border-radius: 6px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-1581a7fd-84c8-4264-84ad-fb3d21c56891:active {border-radius: 6px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-1581a7fd-84c8-4264-84ad-fb3d21c56891-root {
    text-align: center;
  }


#s-1581a7fd-84c8-4264-84ad-fb3d21c56891.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1581a7fd-84c8-4264-84ad-fb3d21c56891-root {
    text-align: center;
  }


#s-1581a7fd-84c8-4264-84ad-fb3d21c56891.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1581a7fd-84c8-4264-84ad-fb3d21c56891-root {
    text-align: center;
  }


#s-1581a7fd-84c8-4264-84ad-fb3d21c56891.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1581a7fd-84c8-4264-84ad-fb3d21c56891-root {
    text-align: center;
  }


#s-1581a7fd-84c8-4264-84ad-fb3d21c56891.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1581a7fd-84c8-4264-84ad-fb3d21c56891-root {
    text-align: center;
  }


#s-1581a7fd-84c8-4264-84ad-fb3d21c56891.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-907ad394-8e7c-4d66-95dc-9b3cc023b6b3 {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 12%;
}

#s-907ad394-8e7c-4d66-95dc-9b3cc023b6b3 hr {
  border-top: 2px solid #ddd;
}

#s-0d154bf1-22f0-4824-8356-1dcf5ad94264 {
  text-align: left;
}

#s-2d2c345b-fc3b-475a-b005-1085c82ed08c {
  text-align: left;
}

#s-6efadfbe-7896-4f9c-8d22-9402ddcc5b29 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-6efadfbe-7896-4f9c-8d22-9402ddcc5b29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6efadfbe-7896-4f9c-8d22-9402ddcc5b29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a61cb180-4514-4b87-bb03-94aa68741f36 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-a61cb180-4514-4b87-bb03-94aa68741f36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a61cb180-4514-4b87-bb03-94aa68741f36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a61cb180-4514-4b87-bb03-94aa68741f36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a61cb180-4514-4b87-bb03-94aa68741f36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a61cb180-4514-4b87-bb03-94aa68741f36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a61cb180-4514-4b87-bb03-94aa68741f36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a61cb180-4514-4b87-bb03-94aa68741f36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8520468c-daf4-4866-9222-48e385eeb536 {
  margin-left: 25%;
margin-bottom: 8%;
margin-right: 25%;
text-align: center;
}







  img.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
    
    
  }


.s-8520468c-daf4-4866-9222-48e385eeb536 .shogun-image-content {
  
    align-items: center;
  
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shg-align-container {
  text-align: center
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
    
    
  }


.s-8520468c-daf4-4866-9222-48e385eeb536 .shogun-image-content {
  
    align-items: center;
  
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shg-align-container {
  text-align: center
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
    
    
  }


.s-8520468c-daf4-4866-9222-48e385eeb536 .shogun-image-content {
  
    align-items: center;
  
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shg-align-container {
  text-align: center
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
    
    
  }


.s-8520468c-daf4-4866-9222-48e385eeb536 .shogun-image-content {
  
    align-items: center;
  
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shg-align-container {
  text-align: center
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
    
    
  }


.s-8520468c-daf4-4866-9222-48e385eeb536 .shogun-image-content {
  
    align-items: center;
  
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shg-align-container {
  text-align: center
}

.s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8520468c-daf4-4866-9222-48e385eeb536.shogun-image {
  box-sizing: border-box;
}


}
#s-15d083d0-44c6-4e84-be09-2216da6d316c {
  margin-top: 0%;
}

@media (min-width: 0px) {
[id="s-15d083d0-44c6-4e84-be09-2216da6d316c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15d083d0-44c6-4e84-be09-2216da6d316c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15d083d0-44c6-4e84-be09-2216da6d316c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15d083d0-44c6-4e84-be09-2216da6d316c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15d083d0-44c6-4e84-be09-2216da6d316c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15d083d0-44c6-4e84-be09-2216da6d316c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15d083d0-44c6-4e84-be09-2216da6d316c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-51d2ca1b-4e83-4cca-afe4-8271fa54d083 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-51d2ca1b-4e83-4cca-afe4-8271fa54d083 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-51d2ca1b-4e83-4cca-afe4-8271fa54d083 .shg-sld-nav-button.shg-sld-left,
#s-51d2ca1b-4e83-4cca-afe4-8271fa54d083 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c1ea3fd0-b791-4163-9706-5240ae6d36e6 {
  margin-bottom: 0%;
text-align: center;
}







  img.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
    
    
  }


.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shg-align-container {
  text-align: center
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
    
    
  }


.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shg-align-container {
  text-align: center
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
    
    
  }


.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shg-align-container {
  text-align: center
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
    
    
  }


.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shg-align-container {
  text-align: center
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
    
    
  }


.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shg-align-container {
  text-align: center
}

.s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1ea3fd0-b791-4163-9706-5240ae6d36e6.shogun-image {
  box-sizing: border-box;
}


}
#s-f58dbd0f-c39c-4b4b-840f-37399becef9f {
  text-align: center;
}







  img.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
    
    
  }


.s-f58dbd0f-c39c-4b4b-840f-37399becef9f .shogun-image-content {
  
    align-items: center;
  
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shg-align-container {
  text-align: center
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
    
    
  }


.s-f58dbd0f-c39c-4b4b-840f-37399becef9f .shogun-image-content {
  
    align-items: center;
  
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shg-align-container {
  text-align: center
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
    
    
  }


.s-f58dbd0f-c39c-4b4b-840f-37399becef9f .shogun-image-content {
  
    align-items: center;
  
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shg-align-container {
  text-align: center
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
    
    
  }


.s-f58dbd0f-c39c-4b4b-840f-37399becef9f .shogun-image-content {
  
    align-items: center;
  
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shg-align-container {
  text-align: center
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
    
    
  }


.s-f58dbd0f-c39c-4b4b-840f-37399becef9f .shogun-image-content {
  
    align-items: center;
  
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shg-align-container {
  text-align: center
}

.s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58dbd0f-c39c-4b4b-840f-37399becef9f.shogun-image {
  box-sizing: border-box;
}


}
#s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3 {
  text-align: center;
}







  img.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
    
    
  }


.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shg-align-container {
  text-align: center
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
    
    
  }


.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shg-align-container {
  text-align: center
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
    
    
  }


.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shg-align-container {
  text-align: center
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
    
    
  }


.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shg-align-container {
  text-align: center
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
    
    
  }


.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shg-align-container {
  text-align: center
}

.s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d3ba79-b128-42e6-b0a0-8a6a00f3f1f3.shogun-image {
  box-sizing: border-box;
}


}
#s-b3795fa1-a92e-4090-bfde-ea31091b3f86 {
  text-align: center;
}







  img.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
    
    
  }


.s-b3795fa1-a92e-4090-bfde-ea31091b3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shg-align-container {
  text-align: center
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
    
    
  }


.s-b3795fa1-a92e-4090-bfde-ea31091b3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shg-align-container {
  text-align: center
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
    
    
  }


.s-b3795fa1-a92e-4090-bfde-ea31091b3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shg-align-container {
  text-align: center
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
    
    
  }


.s-b3795fa1-a92e-4090-bfde-ea31091b3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shg-align-container {
  text-align: center
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
    
    
  }


.s-b3795fa1-a92e-4090-bfde-ea31091b3f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shg-align-container {
  text-align: center
}

.s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3795fa1-a92e-4090-bfde-ea31091b3f86.shogun-image {
  box-sizing: border-box;
}


}
#s-f65e0331-1acf-436a-bf26-48c0fffdc97b {
  text-align: center;
}







  img.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
    
    
  }


.s-f65e0331-1acf-436a-bf26-48c0fffdc97b .shogun-image-content {
  
    align-items: center;
  
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shg-align-container {
  text-align: center
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
    
    
  }


.s-f65e0331-1acf-436a-bf26-48c0fffdc97b .shogun-image-content {
  
    align-items: center;
  
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shg-align-container {
  text-align: center
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
    
    
  }


.s-f65e0331-1acf-436a-bf26-48c0fffdc97b .shogun-image-content {
  
    align-items: center;
  
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shg-align-container {
  text-align: center
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
    
    
  }


.s-f65e0331-1acf-436a-bf26-48c0fffdc97b .shogun-image-content {
  
    align-items: center;
  
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shg-align-container {
  text-align: center
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
    
    
  }


.s-f65e0331-1acf-436a-bf26-48c0fffdc97b .shogun-image-content {
  
    align-items: center;
  
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shg-align-container {
  text-align: center
}

.s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65e0331-1acf-436a-bf26-48c0fffdc97b.shogun-image {
  box-sizing: border-box;
}


}
#s-fd7c4a76-71f9-4858-8638-b2aca333ce6f {
  margin-bottom: 0%;
text-align: center;
}







  img.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
    
    
  }


.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shg-align-container {
  text-align: center
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
    
    
  }


.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shg-align-container {
  text-align: center
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
    
    
  }


.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shg-align-container {
  text-align: center
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
    
    
  }


.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shg-align-container {
  text-align: center
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
    
    
  }


.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f .shogun-image-content {
  
    align-items: center;
  
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shg-align-container {
  text-align: center
}

.s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd7c4a76-71f9-4858-8638-b2aca333ce6f.shogun-image {
  box-sizing: border-box;
}


}
#s-9901db7e-ffb9-40c2-8cf6-5d573e48f723 {
  margin-top: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9901db7e-ffb9-40c2-8cf6-5d573e48f723 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f1847212-5b6f-47d1-ba16-04a3f85c5a87 {
  margin-left: 15%;
margin-right: 15%;
}

#s-4b7e93c8-e86d-4b42-8194-1f7edf42dcb5 {
  display: none;
}
#s-d72f46a2-10e4-482a-93e5-02f219d56614 {
  text-align: left;
}



.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d72f46a2-10e4-482a-93e5-02f219d56614 img.shogun-image {
  width: 100%;
}



}
#s-1bec8ae7-ecbb-44b1-bd0d-e2291db41811 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bec8ae7-ecbb-44b1-bd0d-e2291db41811 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-eab8260c-577d-4935-8bcc-4b89d6373ac8 {
  text-align: center;
}

#s-eab8260c-577d-4935-8bcc-4b89d6373ac8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eab8260c-577d-4935-8bcc-4b89d6373ac8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-eab8260c-577d-4935-8bcc-4b89d6373ac8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-95ab87d1-cd92-4075-9645-9690d643f815 {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95ab87d1-cd92-4075-9645-9690d643f815 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-da5470a6-05b9-4df1-a2e2-2c91697168c3 {
  margin-left: 9%;
margin-right: 9%;
}

#s-a83695c3-9f83-4323-9d50-c210273b967d {
  display: none;
}
#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 {
  text-align: left;
}



.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2eb6167-bf1b-4e56-8ba7-5f012471fc97 img.shogun-image {
  width: 100%;
}



}
#s-0a394d26-aed7-4dc2-aca7-0acbfffd13d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a394d26-aed7-4dc2-aca7-0acbfffd13d0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8dc2fc4d-467f-4194-8aea-ce0257785de4 {
  display: none;
}
#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 {
  text-align: left;
}



.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4db8bfd-3c2a-49b0-b8b8-9ec80837a350 img.shogun-image {
  width: 100%;
}



}
#s-d0b42207-452b-45d0-a040-550caa416fe4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0b42207-452b-45d0-a040-550caa416fe4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8bcbcb0f-defc-4d9b-a3e2-8232a14f4032 {
  display: none;
}
#s-21231d56-2fa2-42f0-a487-3388a4de9510 {
  text-align: left;
}



.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21231d56-2fa2-42f0-a487-3388a4de9510 img.shogun-image {
  width: 100%;
}



}
#s-ba812178-f40b-453b-914c-7f28ba9988eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba812178-f40b-453b-914c-7f28ba9988eb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2231bd7c-69c4-4332-98f0-e7c3cf9fc0d7 {
  display: none;
}
#s-02d6061e-3f31-41e4-9ccd-57e6a370125e {
  text-align: left;
}



.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02d6061e-3f31-41e4-9ccd-57e6a370125e img.shogun-image {
  width: 100%;
}



}
#s-9dc12ce8-aa79-49b6-a24f-ff0149ec70e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dc12ce8-aa79-49b6-a24f-ff0149ec70e8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-fd3f9e42-662f-4ef2-9a2c-eddc96101d67 {
  display: none;
}
#s-8fc45c91-c464-4475-b448-6b0c277bd66d {
  text-align: left;
}



.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8fc45c91-c464-4475-b448-6b0c277bd66d img.shogun-image {
  width: 100%;
}



}
#s-7fb88f90-6e66-41c6-804b-d2e7bcfe9a2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fb88f90-6e66-41c6-804b-d2e7bcfe9a2e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-049ca2d5-0de1-4adf-b7f3-4a3cc8df7c33 {
  display: none;
}
#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 {
  text-align: left;
}



.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7c1a8070-35e8-49a7-89cb-f7689dec0188 img.shogun-image {
  width: 100%;
}



}
#s-31db7edc-15c0-4267-a043-57ddbdb0913e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31db7edc-15c0-4267-a043-57ddbdb0913e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1 {
  margin-top: 4%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(0, 58, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1:hover {border-radius: 6px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1:active {border-radius: 6px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1-root {
    text-align: center;
  }


#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1-root {
    text-align: center;
  }


#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1-root {
    text-align: center;
  }


#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1-root {
    text-align: center;
  }


#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1-root {
    text-align: center;
  }


#s-afa44db8-bd6d-454a-bd4e-32bcb24eb5e1.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-20818c8e-46e8-45df-91a1-d9f6e96dc307 {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 12%;
}

#s-20818c8e-46e8-45df-91a1-d9f6e96dc307 hr {
  border-top: 2px solid #ddd;
}

#s-7dde12e9-491d-46c1-b9e7-d89a8e3fd1ec {
  text-align: left;
}

#s-334c3442-5d38-4022-9a18-f6eea9cfa8e1 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-334c3442-5d38-4022-9a18-f6eea9cfa8e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334c3442-5d38-4022-9a18-f6eea9cfa8e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9c83c4a-aa80-4ea7-ac52-df5afd196388 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-e9c83c4a-aa80-4ea7-ac52-df5afd196388"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9c83c4a-aa80-4ea7-ac52-df5afd196388"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9c83c4a-aa80-4ea7-ac52-df5afd196388"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9c83c4a-aa80-4ea7-ac52-df5afd196388"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9c83c4a-aa80-4ea7-ac52-df5afd196388"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9c83c4a-aa80-4ea7-ac52-df5afd196388"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9c83c4a-aa80-4ea7-ac52-df5afd196388"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cb723dda-1c1e-4984-8680-7638e0863788 {
  margin-left: 25%;
margin-bottom: 8%;
margin-right: 25%;
text-align: center;
}







  img.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
    
    
  }


.s-cb723dda-1c1e-4984-8680-7638e0863788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shg-align-container {
  text-align: center
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
    
    
  }


.s-cb723dda-1c1e-4984-8680-7638e0863788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shg-align-container {
  text-align: center
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
    
    
  }


.s-cb723dda-1c1e-4984-8680-7638e0863788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shg-align-container {
  text-align: center
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
    
    
  }


.s-cb723dda-1c1e-4984-8680-7638e0863788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shg-align-container {
  text-align: center
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
    
    
  }


.s-cb723dda-1c1e-4984-8680-7638e0863788 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shg-align-container {
  text-align: center
}

.s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb723dda-1c1e-4984-8680-7638e0863788.shogun-image {
  box-sizing: border-box;
}


}
#s-4d339b47-6ebb-43ba-90d3-de4a699ee373 {
  margin-left: 4%;
margin-right: 4%;
}

#s-cf963a7c-8a4c-48e7-b08e-d1a475308db3 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-92887ed3-a7c2-44a3-abac-5e5de4f2874f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-92887ed3-a7c2-44a3-abac-5e5de4f2874f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92887ed3-a7c2-44a3-abac-5e5de4f2874f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92887ed3-a7c2-44a3-abac-5e5de4f2874f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(44, 106, 53, 1);
background-image: none;
hover-type: color;
}
#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(58, 102, 93, 1) !important;}#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571:active {background-color: rgba(253, 253, 253, 1) !important;
text-decoration: none !important;
color: rgba(0, 153, 122, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f76a3a1b-40bd-407b-bf4c-500c55e7c571-root {
    text-align: center;
  }


#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f76a3a1b-40bd-407b-bf4c-500c55e7c571-root {
    text-align: center;
  }


#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f76a3a1b-40bd-407b-bf4c-500c55e7c571-root {
    text-align: center;
  }


#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f76a3a1b-40bd-407b-bf4c-500c55e7c571-root {
    text-align: center;
  }


#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f76a3a1b-40bd-407b-bf4c-500c55e7c571-root {
    text-align: center;
  }


#s-f76a3a1b-40bd-407b-bf4c-500c55e7c571.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(44, 106, 53, 1);
background-image: none;
hover-type: color;
}
#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(58, 102, 93, 1) !important;}#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4:active {background-color: rgba(253, 253, 253, 1) !important;
text-decoration: none !important;
color: rgba(0, 153, 122, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ceb863ac-b612-4d97-a40a-619f78bb4ab4-root {
    text-align: center;
  }


#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ceb863ac-b612-4d97-a40a-619f78bb4ab4-root {
    text-align: center;
  }


#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ceb863ac-b612-4d97-a40a-619f78bb4ab4-root {
    text-align: center;
  }


#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ceb863ac-b612-4d97-a40a-619f78bb4ab4-root {
    text-align: center;
  }


#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ceb863ac-b612-4d97-a40a-619f78bb4ab4-root {
    text-align: center;
  }


#s-ceb863ac-b612-4d97-a40a-619f78bb4ab4.shg-btn {
  color: rgba(44, 106, 53, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-db733766-e7ff-47ab-8b1d-ef6abf2affb5 {
  margin-top: 0%;
}

@media (min-width: 0px) {
[id="s-db733766-e7ff-47ab-8b1d-ef6abf2affb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db733766-e7ff-47ab-8b1d-ef6abf2affb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-db733766-e7ff-47ab-8b1d-ef6abf2affb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db733766-e7ff-47ab-8b1d-ef6abf2affb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-db733766-e7ff-47ab-8b1d-ef6abf2affb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db733766-e7ff-47ab-8b1d-ef6abf2affb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-db733766-e7ff-47ab-8b1d-ef6abf2affb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-713bae92-9632-4821-9d69-0dfb4bc98a46 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-713bae92-9632-4821-9d69-0dfb4bc98a46 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-713bae92-9632-4821-9d69-0dfb4bc98a46 .shg-sld-nav-button.shg-sld-left,
#s-713bae92-9632-4821-9d69-0dfb4bc98a46 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0d07fede-3aec-4cc9-95dd-aab6094c422e {
  text-align: center;
}







  img.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
    
    
  }


.s-0d07fede-3aec-4cc9-95dd-aab6094c422e .shogun-image-content {
  
    align-items: center;
  
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shg-align-container {
  text-align: center
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
    
    
  }


.s-0d07fede-3aec-4cc9-95dd-aab6094c422e .shogun-image-content {
  
    align-items: center;
  
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shg-align-container {
  text-align: center
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
    
    
  }


.s-0d07fede-3aec-4cc9-95dd-aab6094c422e .shogun-image-content {
  
    align-items: center;
  
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shg-align-container {
  text-align: center
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
    
    
  }


.s-0d07fede-3aec-4cc9-95dd-aab6094c422e .shogun-image-content {
  
    align-items: center;
  
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shg-align-container {
  text-align: center
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
    
    
  }


.s-0d07fede-3aec-4cc9-95dd-aab6094c422e .shogun-image-content {
  
    align-items: center;
  
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shg-align-container {
  text-align: center
}

.s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d07fede-3aec-4cc9-95dd-aab6094c422e.shogun-image {
  box-sizing: border-box;
}


}
#s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d {
  padding-top: 1px;
padding-left: 8%;
padding-bottom: 1px;
padding-right: 8%;
text-align: center;
}







  img.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
    
    
  }


.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d .shogun-image-content {
  
    align-items: center;
  
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shg-align-container {
  text-align: center
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
    
    
  }


.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d .shogun-image-content {
  
    align-items: center;
  
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shg-align-container {
  text-align: center
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
    
    
  }


.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d .shogun-image-content {
  
    align-items: center;
  
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shg-align-container {
  text-align: center
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
    
    
  }


.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d .shogun-image-content {
  
    align-items: center;
  
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shg-align-container {
  text-align: center
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
    
    
  }


.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d .shogun-image-content {
  
    align-items: center;
  
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shg-align-container {
  text-align: center
}

.s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48ffb1f5-2885-4df7-a2eb-abea02ea9c6d.shogun-image {
  box-sizing: border-box;
}


}
#s-5b8dd606-6b1d-4168-b21c-2aa569c77f54 {
  margin-top: -1px;
margin-left: 7%;
margin-bottom: -1px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
    
    
  }


.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shg-align-container {
  text-align: center
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
    
    
  }


.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shg-align-container {
  text-align: center
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
    
    
  }


.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shg-align-container {
  text-align: center
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
    
    
  }


.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shg-align-container {
  text-align: center
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
    
    
  }


.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shg-align-container {
  text-align: center
}

.s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b8dd606-6b1d-4168-b21c-2aa569c77f54.shogun-image {
  box-sizing: border-box;
}


}
#s-e4aabc4a-bc2e-40e6-9795-bd362e941979 {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
    
    
  }


.s-e4aabc4a-bc2e-40e6-9795-bd362e941979 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shg-align-container {
  text-align: center
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
    
    
  }


.s-e4aabc4a-bc2e-40e6-9795-bd362e941979 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shg-align-container {
  text-align: center
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
    
    
  }


.s-e4aabc4a-bc2e-40e6-9795-bd362e941979 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shg-align-container {
  text-align: center
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
    
    
  }


.s-e4aabc4a-bc2e-40e6-9795-bd362e941979 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shg-align-container {
  text-align: center
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
    
    
  }


.s-e4aabc4a-bc2e-40e6-9795-bd362e941979 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shg-align-container {
  text-align: center
}

.s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4aabc4a-bc2e-40e6-9795-bd362e941979.shogun-image {
  box-sizing: border-box;
}


}
#s-08b3e084-e52b-44ce-84a0-966964129a1d {
  text-align: center;
}







  img.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
    
    
  }


.s-08b3e084-e52b-44ce-84a0-966964129a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shg-align-container {
  text-align: center
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
    
    
  }


.s-08b3e084-e52b-44ce-84a0-966964129a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shg-align-container {
  text-align: center
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
    
    
  }


.s-08b3e084-e52b-44ce-84a0-966964129a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shg-align-container {
  text-align: center
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
    
    
  }


.s-08b3e084-e52b-44ce-84a0-966964129a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shg-align-container {
  text-align: center
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
    
    
  }


.s-08b3e084-e52b-44ce-84a0-966964129a1d .shogun-image-content {
  
    align-items: center;
  
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shg-align-container {
  text-align: center
}

.s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08b3e084-e52b-44ce-84a0-966964129a1d.shogun-image {
  box-sizing: border-box;
}


}
#s-74488ff7-f4dc-41c9-9544-84971707713f {
  text-align: center;
}







  img.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
    
    
  }


.s-74488ff7-f4dc-41c9-9544-84971707713f .shogun-image-content {
  
    align-items: center;
  
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shg-align-container {
  text-align: center
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
    
    
  }


.s-74488ff7-f4dc-41c9-9544-84971707713f .shogun-image-content {
  
    align-items: center;
  
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shg-align-container {
  text-align: center
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
    
    
  }


.s-74488ff7-f4dc-41c9-9544-84971707713f .shogun-image-content {
  
    align-items: center;
  
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shg-align-container {
  text-align: center
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
    
    
  }


.s-74488ff7-f4dc-41c9-9544-84971707713f .shogun-image-content {
  
    align-items: center;
  
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shg-align-container {
  text-align: center
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
    
    
  }


.s-74488ff7-f4dc-41c9-9544-84971707713f .shogun-image-content {
  
    align-items: center;
  
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shg-align-container {
  text-align: center
}

.s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74488ff7-f4dc-41c9-9544-84971707713f.shogun-image {
  box-sizing: border-box;
}


}
#s-b10578e8-d2e6-4f94-8693-79bb6268b3e9 {
  min-height: 50px;
}








#s-b10578e8-d2e6-4f94-8693-79bb6268b3e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b10578e8-d2e6-4f94-8693-79bb6268b3e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3fe12d8-0408-40d9-a9dc-32480bcbf859 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3fe12d8-0408-40d9-a9dc-32480bcbf859 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-35b21b51-1154-4074-afa6-8dbeec317ffe {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-35b21b51-1154-4074-afa6-8dbeec317ffe .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-35b21b51-1154-4074-afa6-8dbeec317ffe .shg-sld-nav-button.shg-sld-left,
#s-35b21b51-1154-4074-afa6-8dbeec317ffe .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-00be9147-7862-4b42-9b6e-374ef2342efc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00be9147-7862-4b42-9b6e-374ef2342efc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00be9147-7862-4b42-9b6e-374ef2342efc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00be9147-7862-4b42-9b6e-374ef2342efc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34e27d21-ecfa-4917-9c3e-d7211eae98ba {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  img.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
    
    
  }


.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba .shogun-image-content {
  
    align-items: center;
  
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shg-align-container {
  text-align: center
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
    
    
  }


.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba .shogun-image-content {
  
    align-items: center;
  
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shg-align-container {
  text-align: center
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
    
    
  }


.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba .shogun-image-content {
  
    align-items: center;
  
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shg-align-container {
  text-align: center
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
    
    
  }


.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba .shogun-image-content {
  
    align-items: center;
  
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shg-align-container {
  text-align: center
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
    
    
  }


.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba .shogun-image-content {
  
    align-items: center;
  
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shg-align-container {
  text-align: center
}

.s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34e27d21-ecfa-4917-9c3e-d7211eae98ba.shogun-image {
  box-sizing: border-box;
}


}
#s-fb3e738e-8a45-4418-890b-f52ecafe45f4 {
  margin-top: 15%;
margin-bottom: 0%;
min-height: 50px;
}








#s-fb3e738e-8a45-4418-890b-f52ecafe45f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3e738e-8a45-4418-890b-f52ecafe45f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47a53d50-0261-4c7f-94c4-134ddd46d8e0 {
  margin-left: 6%;
margin-right: 6%;
}

#s-c744d6e3-20e4-47a6-a5c3-c97da06fd38b {
  margin-left: 12%;
margin-right: 12%;
}

#s-54168f8f-faf3-4809-a295-c1a8a6e45563 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 153, 122, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-54168f8f-faf3-4809-a295-c1a8a6e45563:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54168f8f-faf3-4809-a295-c1a8a6e45563:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54168f8f-faf3-4809-a295-c1a8a6e45563-root {
    text-align: center;
  }


#s-54168f8f-faf3-4809-a295-c1a8a6e45563.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54168f8f-faf3-4809-a295-c1a8a6e45563-root {
    text-align: center;
  }


#s-54168f8f-faf3-4809-a295-c1a8a6e45563.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54168f8f-faf3-4809-a295-c1a8a6e45563-root {
    text-align: center;
  }


#s-54168f8f-faf3-4809-a295-c1a8a6e45563.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54168f8f-faf3-4809-a295-c1a8a6e45563-root {
    text-align: center;
  }


#s-54168f8f-faf3-4809-a295-c1a8a6e45563.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54168f8f-faf3-4809-a295-c1a8a6e45563-root {
    text-align: center;
  }


#s-54168f8f-faf3-4809-a295-c1a8a6e45563.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-c1fce390-0cd6-496f-8664-6b67ad47679d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1fce390-0cd6-496f-8664-6b67ad47679d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1fce390-0cd6-496f-8664-6b67ad47679d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1fce390-0cd6-496f-8664-6b67ad47679d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2b18e068-4da3-4191-93db-f1bc51bf953f {
  margin-left: 7%;
margin-bottom: 0%;
margin-right: 7%;
text-align: center;
}







  img.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
    
    
  }


.s-2b18e068-4da3-4191-93db-f1bc51bf953f .shogun-image-content {
  
    align-items: center;
  
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shg-align-container {
  text-align: center
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
    
    
  }


.s-2b18e068-4da3-4191-93db-f1bc51bf953f .shogun-image-content {
  
    align-items: center;
  
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shg-align-container {
  text-align: center
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
    
    
  }


.s-2b18e068-4da3-4191-93db-f1bc51bf953f .shogun-image-content {
  
    align-items: center;
  
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shg-align-container {
  text-align: center
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
    
    
  }


.s-2b18e068-4da3-4191-93db-f1bc51bf953f .shogun-image-content {
  
    align-items: center;
  
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shg-align-container {
  text-align: center
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
    
    
  }


.s-2b18e068-4da3-4191-93db-f1bc51bf953f .shogun-image-content {
  
    align-items: center;
  
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shg-align-container {
  text-align: center
}

.s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b18e068-4da3-4191-93db-f1bc51bf953f.shogun-image {
  box-sizing: border-box;
}


}
#s-f078f4b8-1a31-4bee-83a5-cc5ee5c77683 {
  margin-top: 8%;
margin-bottom: 0%;
min-height: 50px;
}








#s-f078f4b8-1a31-4bee-83a5-cc5ee5c77683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f078f4b8-1a31-4bee-83a5-cc5ee5c77683.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d1dc520-fb22-402c-af71-ca79285b0a06 {
  margin-left: 6%;
margin-right: 6%;
}

#s-d76a2121-8b8d-4532-b219-fa642d60f1b3 {
  margin-left: 12%;
margin-right: 12%;
}

#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 92, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c-root {
    text-align: center;
  }


#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c-root {
    text-align: center;
  }


#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c-root {
    text-align: center;
  }


#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c-root {
    text-align: center;
  }


#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c-root {
    text-align: center;
  }


#s-4976ac89-d8c6-41ad-9479-3dc34bb92d4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-3444b3ab-0f84-4df3-890c-d60d20dd7b32 {
  margin-top: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3444b3ab-0f84-4df3-890c-d60d20dd7b32 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c3886fb8-2127-41fa-93b8-c278c029a47c {
  margin-left: 15%;
margin-right: 15%;
}

#s-0803190b-11c5-4417-97f7-fecec460c824 {
  display: none;
}
#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 {
  text-align: left;
}



.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6a01da6-5f6b-4916-9d24-dd78515b5344 img.shogun-image {
  width: 100%;
}



}
#s-f133aab8-019c-4113-a997-30db86e958cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f133aab8-019c-4113-a997-30db86e958cc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8728a151-048a-4497-870e-2f13fd7fe55c {
  text-align: center;
}

#s-8728a151-048a-4497-870e-2f13fd7fe55c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8728a151-048a-4497-870e-2f13fd7fe55c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8728a151-048a-4497-870e-2f13fd7fe55c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5e847e5-e038-49f7-a4f7-4e82c19d9ba7 {
  display: none;
}
#s-148a3151-f0fd-4c98-9840-6c558f364888 {
  text-align: left;
}



.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-148a3151-f0fd-4c98-9840-6c558f364888 img.shogun-image {
  width: 100%;
}



}
#s-74a15d2b-5554-4c6d-8644-65ea4fcfeea8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74a15d2b-5554-4c6d-8644-65ea4fcfeea8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e5887a16-3814-4722-8c5c-ac92c8a00578 {
  text-align: center;
}

#s-e5887a16-3814-4722-8c5c-ac92c8a00578 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5887a16-3814-4722-8c5c-ac92c8a00578 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e5887a16-3814-4722-8c5c-ac92c8a00578 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b7c5741c-c454-438f-8d5b-eb30f381ccda {
  display: none;
}
#s-afb739cc-7a80-4b0f-ae4b-02c684def40a {
  text-align: left;
}



.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-afb739cc-7a80-4b0f-ae4b-02c684def40a img.shogun-image {
  width: 100%;
}



}
#s-e311b0aa-6d64-4618-aa00-2f71bc655f3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e311b0aa-6d64-4618-aa00-2f71bc655f3f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-10342d1a-f858-43e1-925d-5b270a5bc9a6 {
  text-align: center;
}

#s-10342d1a-f858-43e1-925d-5b270a5bc9a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-10342d1a-f858-43e1-925d-5b270a5bc9a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-10342d1a-f858-43e1-925d-5b270a5bc9a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd0a222d-8283-43cc-a11d-69925708c978 {
  display: none;
}
#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 {
  text-align: left;
}



.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96e1c857-9cb9-40a1-b02e-b3a8ac476a34 img.shogun-image {
  width: 100%;
}



}
#s-650eba01-aee1-49eb-a251-8365d7b17f28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-650eba01-aee1-49eb-a251-8365d7b17f28 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-519c2c7f-4a13-449c-91b4-39b8ba06cd02 {
  text-align: center;
}

#s-519c2c7f-4a13-449c-91b4-39b8ba06cd02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-519c2c7f-4a13-449c-91b4-39b8ba06cd02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-519c2c7f-4a13-449c-91b4-39b8ba06cd02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-36d48dcb-5c1a-47b6-af33-9b4b2f0f5e64 {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36d48dcb-5c1a-47b6-af33-9b4b2f0f5e64 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e34587f0-af1b-48c8-8dfe-92dda0d3847e {
  margin-left: 9%;
margin-right: 9%;
}

#s-3c3987f9-db35-4220-affa-1154959d9f46 {
  display: none;
}
#s-0dd897a4-f729-4448-a53b-73877058cae9 {
  text-align: left;
}



.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dd897a4-f729-4448-a53b-73877058cae9 img.shogun-image {
  width: 100%;
}



}
#s-2d016cea-26f8-48e4-8cfa-b2d4e458187e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d016cea-26f8-48e4-8cfa-b2d4e458187e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6af4d59e-e7da-40cf-a6e9-ef2366b31f43 {
  display: none;
}
#s-a44ad5d2-55b6-4922-8995-012530403317 {
  text-align: left;
}



.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a44ad5d2-55b6-4922-8995-012530403317 img.shogun-image {
  width: 100%;
}



}
#s-277ac6d2-5d3f-490a-840c-332becdc012a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-277ac6d2-5d3f-490a-840c-332becdc012a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2e662e0d-21d2-4991-ac25-9396dc88a535 {
  display: none;
}
#s-7793e6c1-11ee-4f59-a615-5b3c94138182 {
  text-align: left;
}



.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7793e6c1-11ee-4f59-a615-5b3c94138182 img.shogun-image {
  width: 100%;
}



}
#s-f974e051-aba8-4050-817f-baa0c64571c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f974e051-aba8-4050-817f-baa0c64571c0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-05771531-6446-426f-b520-042cf059246e {
  margin-top: 4%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(45, 131, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05771531-6446-426f-b520-042cf059246e:hover {border-radius: 6px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-05771531-6446-426f-b520-042cf059246e:active {border-radius: 6px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-05771531-6446-426f-b520-042cf059246e-root {
    text-align: center;
  }


#s-05771531-6446-426f-b520-042cf059246e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05771531-6446-426f-b520-042cf059246e-root {
    text-align: center;
  }


#s-05771531-6446-426f-b520-042cf059246e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05771531-6446-426f-b520-042cf059246e-root {
    text-align: center;
  }


#s-05771531-6446-426f-b520-042cf059246e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05771531-6446-426f-b520-042cf059246e-root {
    text-align: center;
  }


#s-05771531-6446-426f-b520-042cf059246e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05771531-6446-426f-b520-042cf059246e-root {
    text-align: center;
  }


#s-05771531-6446-426f-b520-042cf059246e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-35ff9ed0-1099-43c6-b234-563bd9f1bf42 {
  text-align: left;
}

#s-3c5bf00f-2be7-493d-8708-1b8819bfc37e {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 12%;
}

#s-3c5bf00f-2be7-493d-8708-1b8819bfc37e hr {
  border-top: 2px solid #ddd;
}

#s-55e3f1e6-232e-4481-bb39-4036002fa835 {
  text-align: left;
}

#s-f7afc209-a6f6-4511-a8c0-845b57bd71af {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-f7afc209-a6f6-4511-a8c0-845b57bd71af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7afc209-a6f6-4511-a8c0-845b57bd71af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9d69c48-3a51-4eef-be57-8108ec86c60f {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-c9d69c48-3a51-4eef-be57-8108ec86c60f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9d69c48-3a51-4eef-be57-8108ec86c60f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d69c48-3a51-4eef-be57-8108ec86c60f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9d69c48-3a51-4eef-be57-8108ec86c60f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d69c48-3a51-4eef-be57-8108ec86c60f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9d69c48-3a51-4eef-be57-8108ec86c60f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d69c48-3a51-4eef-be57-8108ec86c60f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8 {
  margin-left: 25%;
margin-bottom: 8%;
margin-right: 25%;
text-align: center;
}







  img.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
    
    
  }


.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shg-align-container {
  text-align: center
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
    
    
  }


.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shg-align-container {
  text-align: center
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
    
    
  }


.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shg-align-container {
  text-align: center
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
    
    
  }


.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shg-align-container {
  text-align: center
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
    
    
  }


.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shg-align-container {
  text-align: center
}

.s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e93c35b6-8af3-43ea-8a51-c8e5cfaf46b8.shogun-image {
  box-sizing: border-box;
}


}
#s-86d74f7d-a8b6-4b52-83e4-0e8a4c99ec7b {
  margin-left: 4%;
margin-right: 4%;
}

#s-caa698ae-8e64-4831-8f37-253fbd69c0da {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 153, 122, 1);
background-image: none;
hover-type: color;
}
#s-caa698ae-8e64-4831-8f37-253fbd69c0da:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(58, 102, 93, 1) !important;}#s-caa698ae-8e64-4831-8f37-253fbd69c0da:active {background-color: rgba(253, 253, 253, 1) !important;
text-decoration: none !important;
color: rgba(0, 153, 122, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-caa698ae-8e64-4831-8f37-253fbd69c0da-root {
    text-align: center;
  }


#s-caa698ae-8e64-4831-8f37-253fbd69c0da.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-caa698ae-8e64-4831-8f37-253fbd69c0da-root {
    text-align: center;
  }


#s-caa698ae-8e64-4831-8f37-253fbd69c0da.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-caa698ae-8e64-4831-8f37-253fbd69c0da-root {
    text-align: center;
  }


#s-caa698ae-8e64-4831-8f37-253fbd69c0da.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-caa698ae-8e64-4831-8f37-253fbd69c0da-root {
    text-align: center;
  }


#s-caa698ae-8e64-4831-8f37-253fbd69c0da.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-caa698ae-8e64-4831-8f37-253fbd69c0da-root {
    text-align: center;
  }


#s-caa698ae-8e64-4831-8f37-253fbd69c0da.shg-btn {
  color: rgba(0, 153, 122, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-3167cb82-0454-4de1-9c5e-a227f2ec27c9 {
  margin-top: -5%;
}

@media (min-width: 0px) {
[id="s-3167cb82-0454-4de1-9c5e-a227f2ec27c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3167cb82-0454-4de1-9c5e-a227f2ec27c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3167cb82-0454-4de1-9c5e-a227f2ec27c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3167cb82-0454-4de1-9c5e-a227f2ec27c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3167cb82-0454-4de1-9c5e-a227f2ec27c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3167cb82-0454-4de1-9c5e-a227f2ec27c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3167cb82-0454-4de1-9c5e-a227f2ec27c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-296d8b16-0179-4dd1-92dd-95be2b05e423 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-296d8b16-0179-4dd1-92dd-95be2b05e423 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-296d8b16-0179-4dd1-92dd-95be2b05e423 .shg-sld-nav-button.shg-sld-left,
#s-296d8b16-0179-4dd1-92dd-95be2b05e423 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-43145f31-0f4b-4ddf-819e-e17f257ce3e0 {
  text-align: center;
}







  img.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
    
    
  }


.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shg-align-container {
  text-align: center
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
    
    
  }


.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shg-align-container {
  text-align: center
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
    
    
  }


.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shg-align-container {
  text-align: center
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
    
    
  }


.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shg-align-container {
  text-align: center
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
    
    
  }


.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shg-align-container {
  text-align: center
}

.s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43145f31-0f4b-4ddf-819e-e17f257ce3e0.shogun-image {
  box-sizing: border-box;
}


}
#s-e0ffc708-80a8-4919-9351-bfcda2dd874a {
  margin-bottom: 0%;
margin-right: 9%;
text-align: center;
}







  img.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
    
    
  }


.s-e0ffc708-80a8-4919-9351-bfcda2dd874a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shg-align-container {
  text-align: center
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
    
    
  }


.s-e0ffc708-80a8-4919-9351-bfcda2dd874a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shg-align-container {
  text-align: center
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
    
    
  }


.s-e0ffc708-80a8-4919-9351-bfcda2dd874a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shg-align-container {
  text-align: center
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
    
    
  }


.s-e0ffc708-80a8-4919-9351-bfcda2dd874a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shg-align-container {
  text-align: center
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
    
    
  }


.s-e0ffc708-80a8-4919-9351-bfcda2dd874a .shogun-image-content {
  
    align-items: center;
  
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shg-align-container {
  text-align: center
}

.s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0ffc708-80a8-4919-9351-bfcda2dd874a.shogun-image {
  box-sizing: border-box;
}


}
#s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0 {
  margin-top: -1px;
margin-left: 7%;
margin-bottom: -1px;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
    
    
  }


.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shg-align-container {
  text-align: center
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
    
    
  }


.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shg-align-container {
  text-align: center
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
    
    
  }


.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shg-align-container {
  text-align: center
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
    
    
  }


.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shg-align-container {
  text-align: center
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
    
    
  }


.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shg-align-container {
  text-align: center
}

.s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6bef0c-4b1b-4ec9-9387-e4e83ef116f0.shogun-image {
  box-sizing: border-box;
}


}
#s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
    
    
  }


.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shg-align-container {
  text-align: center
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
    
    
  }


.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shg-align-container {
  text-align: center
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
    
    
  }


.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shg-align-container {
  text-align: center
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
    
    
  }


.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shg-align-container {
  text-align: center
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
    
    
  }


.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a .shogun-image-content {
  
    align-items: center;
  
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shg-align-container {
  text-align: center
}

.s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a1d7f8b-cb1a-40db-853a-108a17d6ad1a.shogun-image {
  box-sizing: border-box;
}


}
#s-228ce0b3-5ca0-4b2a-8847-78defe231e2b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 0%;
text-align: center;
}







  img.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
    
    
  }


.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shg-align-container {
  text-align: center
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
    
    
  }


.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shg-align-container {
  text-align: center
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
    
    
  }


.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shg-align-container {
  text-align: center
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
    
    
  }


.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shg-align-container {
  text-align: center
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
    
    
  }


.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b .shogun-image-content {
  
    align-items: center;
  
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shg-align-container {
  text-align: center
}

.s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-228ce0b3-5ca0-4b2a-8847-78defe231e2b.shogun-image {
  box-sizing: border-box;
}


}
#s-6b93fddd-3344-40a3-ad42-f0eed461d061 {
  text-align: center;
}







  img.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
    
    
  }


.s-6b93fddd-3344-40a3-ad42-f0eed461d061 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shg-align-container {
  text-align: center
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
    
    
  }


.s-6b93fddd-3344-40a3-ad42-f0eed461d061 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shg-align-container {
  text-align: center
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
    
    
  }


.s-6b93fddd-3344-40a3-ad42-f0eed461d061 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shg-align-container {
  text-align: center
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
    
    
  }


.s-6b93fddd-3344-40a3-ad42-f0eed461d061 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shg-align-container {
  text-align: center
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
    
    
  }


.s-6b93fddd-3344-40a3-ad42-f0eed461d061 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shg-align-container {
  text-align: center
}

.s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b93fddd-3344-40a3-ad42-f0eed461d061.shogun-image {
  box-sizing: border-box;
}


}
#s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe {
  text-align: center;
}







  img.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
    
    
  }


.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe .shogun-image-content {
  
    align-items: center;
  
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shg-align-container {
  text-align: center
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
    
    
  }


.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe .shogun-image-content {
  
    align-items: center;
  
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shg-align-container {
  text-align: center
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
    
    
  }


.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe .shogun-image-content {
  
    align-items: center;
  
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shg-align-container {
  text-align: center
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
    
    
  }


.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe .shogun-image-content {
  
    align-items: center;
  
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shg-align-container {
  text-align: center
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
    
    
  }


.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe .shogun-image-content {
  
    align-items: center;
  
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shg-align-container {
  text-align: center
}

.s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97e8b16d-30f4-4c68-b88e-eb22e137b6fe.shogun-image {
  box-sizing: border-box;
}


}
#s-193a0faa-86f4-477f-9ad0-27161c85f978 {
  min-height: 50px;
}








#s-193a0faa-86f4-477f-9ad0-27161c85f978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-193a0faa-86f4-477f-9ad0-27161c85f978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a4927f3-62b4-445c-9a1e-046e306c3c15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a4927f3-62b4-445c-9a1e-046e306c3c15 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-29a7376a-8705-4a61-8829-3e2c1edce554"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29a7376a-8705-4a61-8829-3e2c1edce554"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29a7376a-8705-4a61-8829-3e2c1edce554"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29a7376a-8705-4a61-8829-3e2c1edce554"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6 {
  margin-left: 7%;
margin-bottom: 0%;
margin-right: 7%;
text-align: center;
}







  img.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
    
    
  }


.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shg-align-container {
  text-align: center
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
    
    
  }


.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shg-align-container {
  text-align: center
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
    
    
  }


.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shg-align-container {
  text-align: center
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
    
    
  }


.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shg-align-container {
  text-align: center
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
    
    
  }


.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shg-align-container {
  text-align: center
}

.s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9450f384-d749-4eb7-88d0-b3aa9a8f46b6.shogun-image {
  box-sizing: border-box;
}


}
#s-b2903024-5346-49ea-8be1-3bbc4fbfcb8e {
  margin-top: 5%;
margin-bottom: 0%;
min-height: 50px;
}








#s-b2903024-5346-49ea-8be1-3bbc4fbfcb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2903024-5346-49ea-8be1-3bbc4fbfcb8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69f21e58-ca7a-4eec-aed5-3a1fdd77b3b8 {
  margin-left: 6%;
margin-right: 6%;
}

#s-9dd8f20a-5adb-4e71-b896-6fea7b0b2c53 {
  margin-left: 12%;
margin-right: 12%;
}

#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(151, 192, 71, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e-root {
    text-align: center;
  }


#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e-root {
    text-align: center;
  }


#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e-root {
    text-align: center;
  }


#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e-root {
    text-align: center;
  }


#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e-root {
    text-align: center;
  }


#s-5fe9bef7-53ce-4b65-880d-45ea1c02ca6e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-4bab582a-f111-4785-bc3a-525a58b6134a {
  margin-top: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bab582a-f111-4785-bc3a-525a58b6134a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-84337610-04d6-45d3-a059-bd2c1207fab3 {
  margin-left: 15%;
margin-right: 15%;
}

#s-6281a5db-3994-4a79-8cae-4f24e9e7e6d9 {
  display: none;
}
#s-21fc392e-e7df-4554-b39a-69231cf39d4e {
  text-align: left;
}



.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21fc392e-e7df-4554-b39a-69231cf39d4e img.shogun-image {
  width: 100%;
}



}
#s-b5971325-e6d4-4c9c-8b15-77602908c4fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5971325-e6d4-4c9c-8b15-77602908c4fe .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-de4eadff-22dc-463e-9929-d076fc1dd6ed {
  text-align: center;
}

#s-de4eadff-22dc-463e-9929-d076fc1dd6ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-de4eadff-22dc-463e-9929-d076fc1dd6ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-de4eadff-22dc-463e-9929-d076fc1dd6ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5c875bdf-8251-4b4f-9b6b-893b3f7e65ec {
  display: none;
}
#s-4d1a5790-6547-4a61-abdf-76f264900fce {
  text-align: left;
}



.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d1a5790-6547-4a61-abdf-76f264900fce img.shogun-image {
  width: 100%;
}



}
#s-16ee303c-7274-4155-8b81-b35f4d3e22a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16ee303c-7274-4155-8b81-b35f4d3e22a0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7f69aaf6-867d-4f35-9709-836e8f3b8709 {
  text-align: center;
}

#s-7f69aaf6-867d-4f35-9709-836e8f3b8709 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f69aaf6-867d-4f35-9709-836e8f3b8709 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7f69aaf6-867d-4f35-9709-836e8f3b8709 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-18822328-f869-4ad2-8a89-89973d893966 {
  display: none;
}
#s-0eacc064-7220-402d-9696-79befd9a0487 {
  text-align: left;
}



.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0eacc064-7220-402d-9696-79befd9a0487 img.shogun-image {
  width: 100%;
}



}
#s-cc73552b-4636-47aa-bf8f-36cccbae9989 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc73552b-4636-47aa-bf8f-36cccbae9989 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-979d5fd7-3822-4d81-9dc9-2cfe8a924fa0 {
  text-align: center;
}

#s-979d5fd7-3822-4d81-9dc9-2cfe8a924fa0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-979d5fd7-3822-4d81-9dc9-2cfe8a924fa0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-979d5fd7-3822-4d81-9dc9-2cfe8a924fa0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eb00d85b-6c58-4be5-982e-a5cf90e0ca9d {
  display: none;
}
#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb {
  text-align: left;
}



.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594fecef-3a09-4eeb-88e1-cb33e745b5fb img.shogun-image {
  width: 100%;
}



}
#s-f07dea9e-74a5-4b59-adcb-002e2ff014ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f07dea9e-74a5-4b59-adcb-002e2ff014ec .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9950240a-bae6-49e0-ab2a-358c846f46f8 {
  text-align: center;
}

#s-9950240a-bae6-49e0-ab2a-358c846f46f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9950240a-bae6-49e0-ab2a-358c846f46f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9950240a-bae6-49e0-ab2a-358c846f46f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68d0e851-4c36-42ef-beb7-10e3cbad78e1 {
  margin-top: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68d0e851-4c36-42ef-beb7-10e3cbad78e1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-385bfd5d-15be-4974-b1ff-93469d53f712 {
  margin-left: 9%;
margin-right: 9%;
}

#s-dba13b82-103d-4aa6-9811-d3f0c206a652 {
  display: none;
}
#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 {
  text-align: left;
}



.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-974b0d75-d4f8-48b0-8ff5-cef84f77b143 img.shogun-image {
  width: 100%;
}



}
#s-06a208d8-6ee7-42a2-bdd7-695b19a8c3df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06a208d8-6ee7-42a2-bdd7-695b19a8c3df .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4ce3a150-6d04-47e3-9917-2f9a8ed918ab {
  display: none;
}
#s-1f5211e7-793f-4ef7-a614-78e344e2640c {
  text-align: left;
}



.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f5211e7-793f-4ef7-a614-78e344e2640c img.shogun-image {
  width: 100%;
}



}
#s-7d9ada2d-0b46-4b30-b245-132dadf770ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d9ada2d-0b46-4b30-b245-132dadf770ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3718e7de-c382-4a8c-b5b0-581064a931ad {
  display: none;
}
#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 {
  text-align: left;
}



.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-779a3f51-ffe3-4f32-bc1d-0b44cc688a92 img.shogun-image {
  width: 100%;
}



}
#s-dca88745-1c06-4441-a029-462252765e0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dca88745-1c06-4441-a029-462252765e0c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-074ad477-bd43-40ad-bee6-58a6bef493af {
  margin-top: 4%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(45, 131, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-074ad477-bd43-40ad-bee6-58a6bef493af:hover {border-radius: 6px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-074ad477-bd43-40ad-bee6-58a6bef493af:active {border-radius: 6px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-074ad477-bd43-40ad-bee6-58a6bef493af-root {
    text-align: center;
  }


#s-074ad477-bd43-40ad-bee6-58a6bef493af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-074ad477-bd43-40ad-bee6-58a6bef493af-root {
    text-align: center;
  }


#s-074ad477-bd43-40ad-bee6-58a6bef493af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-074ad477-bd43-40ad-bee6-58a6bef493af-root {
    text-align: center;
  }


#s-074ad477-bd43-40ad-bee6-58a6bef493af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-074ad477-bd43-40ad-bee6-58a6bef493af-root {
    text-align: center;
  }


#s-074ad477-bd43-40ad-bee6-58a6bef493af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-074ad477-bd43-40ad-bee6-58a6bef493af-root {
    text-align: center;
  }


#s-074ad477-bd43-40ad-bee6-58a6bef493af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-2df402ab-7b77-455a-a23b-8f853f7ad019 {
  min-height: 50px;
}








#s-2df402ab-7b77-455a-a23b-8f853f7ad019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2df402ab-7b77-455a-a23b-8f853f7ad019.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fee2718a-5e5c-4a21-8f04-38e9d7166d9b {
  min-height: 50px;
background-color: rgba(235, 252, 235, 1);
}








#s-fee2718a-5e5c-4a21-8f04-38e9d7166d9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee2718a-5e5c-4a21-8f04-38e9d7166d9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b97dbe04-c44e-4f63-983e-b68928d8162f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b97dbe04-c44e-4f63-983e-b68928d8162f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-2cfcdbf8-93f9-465b-8f25-2568ae9e5b88 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2cfcdbf8-93f9-465b-8f25-2568ae9e5b88 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2cfcdbf8-93f9-465b-8f25-2568ae9e5b88 .shg-sld-nav-button.shg-sld-left,
#s-2cfcdbf8-93f9-465b-8f25-2568ae9e5b88 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-15edfbf9-913b-4861-bb7b-a2946a3c46ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15edfbf9-913b-4861-bb7b-a2946a3c46ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15edfbf9-913b-4861-bb7b-a2946a3c46ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15edfbf9-913b-4861-bb7b-a2946a3c46ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16803439-ad05-4337-8a5e-f8cb470a44c4 {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  img.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
    
    
  }


.s-16803439-ad05-4337-8a5e-f8cb470a44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shg-align-container {
  text-align: center
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
    
    
  }


.s-16803439-ad05-4337-8a5e-f8cb470a44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shg-align-container {
  text-align: center
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
    
    
  }


.s-16803439-ad05-4337-8a5e-f8cb470a44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shg-align-container {
  text-align: center
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
    
    
  }


.s-16803439-ad05-4337-8a5e-f8cb470a44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shg-align-container {
  text-align: center
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
    
    
  }


.s-16803439-ad05-4337-8a5e-f8cb470a44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shg-align-container {
  text-align: center
}

.s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16803439-ad05-4337-8a5e-f8cb470a44c4.shogun-image {
  box-sizing: border-box;
}


}
#s-e1a34570-f59d-4521-a06d-c52fd363077e {
  margin-top: 6%;
margin-bottom: 0%;
min-height: 50px;
}








#s-e1a34570-f59d-4521-a06d-c52fd363077e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1a34570-f59d-4521-a06d-c52fd363077e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7c7caad-426f-411e-a611-cce74bed85cf {
  margin-left: 6%;
margin-right: 6%;
}

#s-03267a60-474d-445b-8dfd-a42418a51ca9 {
  margin-left: 12%;
margin-right: 12%;
}

#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 92, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26a13bf3-d12a-4225-95b7-8497f8ff70e3-root {
    text-align: center;
  }


#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26a13bf3-d12a-4225-95b7-8497f8ff70e3-root {
    text-align: center;
  }


#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26a13bf3-d12a-4225-95b7-8497f8ff70e3-root {
    text-align: center;
  }


#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26a13bf3-d12a-4225-95b7-8497f8ff70e3-root {
    text-align: center;
  }


#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26a13bf3-d12a-4225-95b7-8497f8ff70e3-root {
    text-align: center;
  }


#s-26a13bf3-d12a-4225-95b7-8497f8ff70e3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-516aaf48-85dc-42cf-88bf-31e968306b44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-516aaf48-85dc-42cf-88bf-31e968306b44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-516aaf48-85dc-42cf-88bf-31e968306b44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-516aaf48-85dc-42cf-88bf-31e968306b44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1ec9d706-2512-482e-b282-e8e83c950c83 {
  margin-left: 7%;
margin-bottom: 0%;
margin-right: 7%;
text-align: center;
}







  img.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
    
    
  }


.s-1ec9d706-2512-482e-b282-e8e83c950c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shg-align-container {
  text-align: center
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
    
    
  }


.s-1ec9d706-2512-482e-b282-e8e83c950c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shg-align-container {
  text-align: center
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
    
    
  }


.s-1ec9d706-2512-482e-b282-e8e83c950c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shg-align-container {
  text-align: center
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
    
    
  }


.s-1ec9d706-2512-482e-b282-e8e83c950c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shg-align-container {
  text-align: center
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
    
    
  }


.s-1ec9d706-2512-482e-b282-e8e83c950c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shg-align-container {
  text-align: center
}

.s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ec9d706-2512-482e-b282-e8e83c950c83.shogun-image {
  box-sizing: border-box;
}


}
#s-9dfd811a-98de-4687-858a-8d15b4ba430e {
  margin-top: 7%;
margin-bottom: 0%;
min-height: 50px;
}








#s-9dfd811a-98de-4687-858a-8d15b4ba430e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dfd811a-98de-4687-858a-8d15b4ba430e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9006c85-acc9-43fb-b8cb-e893519497a7 {
  margin-left: 6%;
margin-right: 6%;
}

#s-135d712e-e2da-41d5-b9cd-5f44827218d6 {
  margin-left: 12%;
margin-right: 12%;
}

#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 92, 17, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e-root {
    text-align: center;
  }


#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e-root {
    text-align: center;
  }


#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e-root {
    text-align: center;
  }


#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e-root {
    text-align: center;
  }


#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e-root {
    text-align: center;
  }


#s-bd5ed385-1e02-4503-8c3e-d6aa05ce935e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-68bfedc2-130a-415f-af5e-313b9d37b641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68bfedc2-130a-415f-af5e-313b9d37b641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68bfedc2-130a-415f-af5e-313b9d37b641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68bfedc2-130a-415f-af5e-313b9d37b641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4300cbb8-d023-47ba-84ea-bd33b820e80e {
  margin-left: 7%;
margin-right: 7%;
text-align: center;
}







  img.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
    
    
  }


.s-4300cbb8-d023-47ba-84ea-bd33b820e80e .shogun-image-content {
  
    align-items: center;
  
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shg-align-container {
  text-align: center
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
    
    
  }


.s-4300cbb8-d023-47ba-84ea-bd33b820e80e .shogun-image-content {
  
    align-items: center;
  
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shg-align-container {
  text-align: center
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
    
    
  }


.s-4300cbb8-d023-47ba-84ea-bd33b820e80e .shogun-image-content {
  
    align-items: center;
  
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shg-align-container {
  text-align: center
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
    
    
  }


.s-4300cbb8-d023-47ba-84ea-bd33b820e80e .shogun-image-content {
  
    align-items: center;
  
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shg-align-container {
  text-align: center
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
    
    
  }


.s-4300cbb8-d023-47ba-84ea-bd33b820e80e .shogun-image-content {
  
    align-items: center;
  
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shg-align-container {
  text-align: center
}

.s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4300cbb8-d023-47ba-84ea-bd33b820e80e.shogun-image {
  box-sizing: border-box;
}


}
#s-274efad6-f099-488f-983a-0e38b0fbc3ef {
  margin-top: 6%;
margin-bottom: 0%;
min-height: 50px;
}








#s-274efad6-f099-488f-983a-0e38b0fbc3ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-274efad6-f099-488f-983a-0e38b0fbc3ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73fb4404-4533-40b5-b640-8486678182f9 {
  margin-left: 6%;
margin-right: 6%;
}

#s-2a3a52d3-f588-44c9-b222-51d3364c90e6 {
  margin-left: 12%;
margin-right: 12%;
}

#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 58, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5f09010-8089-445a-8c4f-fb02bfcadc9e-root {
    text-align: center;
  }


#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5f09010-8089-445a-8c4f-fb02bfcadc9e-root {
    text-align: center;
  }


#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5f09010-8089-445a-8c4f-fb02bfcadc9e-root {
    text-align: center;
  }


#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5f09010-8089-445a-8c4f-fb02bfcadc9e-root {
    text-align: center;
  }


#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5f09010-8089-445a-8c4f-fb02bfcadc9e-root {
    text-align: center;
  }


#s-a5f09010-8089-445a-8c4f-fb02bfcadc9e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-5a2cf503-739c-40a5-9708-89458763e344"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a2cf503-739c-40a5-9708-89458763e344"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a2cf503-739c-40a5-9708-89458763e344"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a2cf503-739c-40a5-9708-89458763e344"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-454284d3-fc6a-4334-b6bd-cedf3ad750aa {
  margin-left: 7%;
margin-bottom: 0%;
margin-right: 7%;
text-align: center;
}







  img.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
    
    
  }


.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa .shogun-image-content {
  
    align-items: center;
  
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shg-align-container {
  text-align: center
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
    
    
  }


.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa .shogun-image-content {
  
    align-items: center;
  
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shg-align-container {
  text-align: center
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
    
    
  }


.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa .shogun-image-content {
  
    align-items: center;
  
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shg-align-container {
  text-align: center
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
    
    
  }


.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa .shogun-image-content {
  
    align-items: center;
  
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shg-align-container {
  text-align: center
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
    
    
  }


.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa .shogun-image-content {
  
    align-items: center;
  
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shg-align-container {
  text-align: center
}

.s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-454284d3-fc6a-4334-b6bd-cedf3ad750aa.shogun-image {
  box-sizing: border-box;
}


}
#s-c61356be-d0b8-4e2f-920e-af32db6be9a1 {
  margin-top: 7%;
margin-bottom: 0%;
min-height: 50px;
}








#s-c61356be-d0b8-4e2f-920e-af32db6be9a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c61356be-d0b8-4e2f-920e-af32db6be9a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2768454-e2cf-4407-8d59-4f6515190d58 {
  margin-left: 6%;
margin-right: 6%;
}

#s-e23b8fcc-24f9-49ec-bbce-8ec07a184f77 {
  margin-left: 12%;
margin-right: 12%;
}

#s-d508a88a-6d4e-49cc-8213-0205e3140343 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 58, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d508a88a-6d4e-49cc-8213-0205e3140343:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d508a88a-6d4e-49cc-8213-0205e3140343:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d508a88a-6d4e-49cc-8213-0205e3140343-root {
    text-align: center;
  }


#s-d508a88a-6d4e-49cc-8213-0205e3140343.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d508a88a-6d4e-49cc-8213-0205e3140343-root {
    text-align: center;
  }


#s-d508a88a-6d4e-49cc-8213-0205e3140343.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d508a88a-6d4e-49cc-8213-0205e3140343-root {
    text-align: center;
  }


#s-d508a88a-6d4e-49cc-8213-0205e3140343.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d508a88a-6d4e-49cc-8213-0205e3140343-root {
    text-align: center;
  }


#s-d508a88a-6d4e-49cc-8213-0205e3140343.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d508a88a-6d4e-49cc-8213-0205e3140343-root {
    text-align: center;
  }


#s-d508a88a-6d4e-49cc-8213-0205e3140343.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-fbbed2ec-fbb3-4c2e-ae4d-0a3f9a6edd79 {
  min-height: 50px;
}








#s-fbbed2ec-fbb3-4c2e-ae4d-0a3f9a6edd79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbbed2ec-fbb3-4c2e-ae4d-0a3f9a6edd79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}