.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-10380cb5-a2cc-4287-9863-6bda27612032 {
  background-size: cover;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-10380cb5-a2cc-4287-9863-6bda27612032 {
  display: none;
}
#s-10380cb5-a2cc-4287-9863-6bda27612032, #wrap-s-10380cb5-a2cc-4287-9863-6bda27612032 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10380cb5-a2cc-4287-9863-6bda27612032 {
  display: none;
}
#s-10380cb5-a2cc-4287-9863-6bda27612032, #wrap-s-10380cb5-a2cc-4287-9863-6bda27612032 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10380cb5-a2cc-4287-9863-6bda27612032 {
  display: none;
}
#s-10380cb5-a2cc-4287-9863-6bda27612032, #wrap-s-10380cb5-a2cc-4287-9863-6bda27612032 { display:none !important; }}@media (max-width: 767px){#s-10380cb5-a2cc-4287-9863-6bda27612032 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-10380cb5-a2cc-4287-9863-6bda27612032, #wrap-s-10380cb5-a2cc-4287-9863-6bda27612032 { display:none !important; }}







#s-10380cb5-a2cc-4287-9863-6bda27612032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10380cb5-a2cc-4287-9863-6bda27612032.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a758d6c-a9f4-46c2-ac79-9bf19dc509ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-0a758d6c-a9f4-46c2-ac79-9bf19dc509ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a758d6c-a9f4-46c2-ac79-9bf19dc509ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd1c06ed-6689-4e36-960c-3b57dbcb2b71 {
  padding-top: 25px;
padding-left: 2%;
padding-bottom: 25px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(216, 66, 0, 1);
}








#s-bd1c06ed-6689-4e36-960c-3b57dbcb2b71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd1c06ed-6689-4e36-960c-3b57dbcb2b71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56cffccd-d513-4537-8248-c64382da82cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-56cffccd-d513-4537-8248-c64382da82cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56cffccd-d513-4537-8248-c64382da82cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dfedf00-7cda-4b38-b08e-be3f3e76b044 {
  padding-top: 20px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}








#s-6dfedf00-7cda-4b38-b08e-be3f3e76b044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dfedf00-7cda-4b38-b08e-be3f3e76b044.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c4bfee9-8843-4517-b8ad-eebb61338a3f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 850px;
}








#s-3c4bfee9-8843-4517-b8ad-eebb61338a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c4bfee9-8843-4517-b8ad-eebb61338a3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-5bff2b6d-babe-4da8-9ebf-19bdebe429a1 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-5bff2b6d-babe-4da8-9ebf-19bdebe429a1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1.25em;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5bff2b6d-babe-4da8-9ebf-19bdebe429a1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  letter-spacing: 4px;
  
}


}@media (max-width: 767px){#s-5bff2b6d-babe-4da8-9ebf-19bdebe429a1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.25em;
  letter-spacing: 4px;
  
}


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

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

#s-faf05aa5-b705-450d-b0bb-0bebc9448123 {
  margin-top: -10px;
margin-left: 10%;
margin-bottom: -5px;
margin-right: 10%;
}

#s-faf05aa5-b705-450d-b0bb-0bebc9448123 hr {
  border-top: 3px solid rgba(255, 255, 255, 1);
}

#s-2cbcfab3-3e38-4b19-a24b-fe4951ff95f9 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-2cbcfab3-3e38-4b19-a24b-fe4951ff95f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  
}


@media (max-width: 767px){#s-2cbcfab3-3e38-4b19-a24b-fe4951ff95f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  
}


}
#s-13c53f7a-9f1a-465b-b718-4ffa555e5d17 {
  padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13c53f7a-9f1a-465b-b718-4ffa555e5d17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13c53f7a-9f1a-465b-b718-4ffa555e5d17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9cd8d96-f812-4993-8454-09334b3cbf4c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-b9cd8d96-f812-4993-8454-09334b3cbf4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9cd8d96-f812-4993-8454-09334b3cbf4c.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-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 {
  display: none;
}
#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1, #wrap-s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 {
  display: none;
}
#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1, #wrap-s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 {
  display: none;
}
#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1, #wrap-s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 { display:none !important; }}@media (max-width: 767px){#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 {
  display: none;
}
#s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1, #wrap-s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a51ab84b-00d3-4da6-8326-32e1bfd6bfc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8ec116b0-2755-40a3-8226-15f44b094641 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ec116b0-2755-40a3-8226-15f44b094641 .shogun-heading-component h1 {
  color: rgba(216, 66, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-8ec116b0-2755-40a3-8226-15f44b094641 .shogun-heading-component h1 a {
  color: rgba(216, 66, 0, 1);
}

@media (max-width: 767px){#s-8ec116b0-2755-40a3-8226-15f44b094641 .shogun-heading-component h1 {
  color: rgba(216, 66, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-8ec116b0-2755-40a3-8226-15f44b094641 .shogun-heading-component h1 a {
  color: rgba(216, 66, 0, 1);
}

}
#s-81fd4678-d755-4ce9-bfd1-f6ca7ddd30c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-81fd4678-d755-4ce9-bfd1-f6ca7ddd30c8 .shogun-heading-component h1 {
  color: rgba(216, 66, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  
  text-align: right;
}


#s-81fd4678-d755-4ce9-bfd1-f6ca7ddd30c8 .shogun-heading-component h1 a {
  color: rgba(216, 66, 0, 1);
}

@media (max-width: 767px){#s-81fd4678-d755-4ce9-bfd1-f6ca7ddd30c8 .shogun-heading-component h1 {
  color: rgba(216, 66, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: right;
}


#s-81fd4678-d755-4ce9-bfd1-f6ca7ddd30c8 .shogun-heading-component h1 a {
  color: rgba(216, 66, 0, 1);
}

}
.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-a0ca5a21-a694-4866-9b45-043c84aedcd5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 1250px;
}

#s-9d2edcb2-3eaa-45f5-8566-836b9e86d60c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
max-width: 850px;
}

#s-6db0bcbc-9a12-4960-b1a1-5feeb4e6148e {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-6db0bcbc-9a12-4960-b1a1-5feeb4e6148e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-6db0bcbc-9a12-4960-b1a1-5feeb4e6148e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-6db0bcbc-9a12-4960-b1a1-5feeb4e6148e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-6db0bcbc-9a12-4960-b1a1-5feeb4e6148e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-e0b3341d-bb59-4396-a9d3-f8558e99f75f {
  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-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 {
  max-width:  100%;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom,
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 {
  max-width:  100%;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom,
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 {
  max-width:  100%;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom,
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 {
  max-width:  100%;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom,
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 {
  max-width:  100%;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom,
.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d9b2af8-1bfa-4fee-be9c-c6bf3b386625 img.shogun-image {
  width: 100%;
}



}
#s-31030a93-f758-41aa-b7fc-a4b526b03341 {
  margin-top: 20px;
margin-bottom: -40px;
}

.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-357c5b98-d311-4b92-b680-2cbcc6c9d56e {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-357c5b98-d311-4b92-b680-2cbcc6c9d56e:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-357c5b98-d311-4b92-b680-2cbcc6c9d56e:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-357c5b98-d311-4b92-b680-2cbcc6c9d56e-root {
    text-align: center;
  }


#s-357c5b98-d311-4b92-b680-2cbcc6c9d56e.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-357c5b98-d311-4b92-b680-2cbcc6c9d56e-root {
    text-align: center;
  }


#s-357c5b98-d311-4b92-b680-2cbcc6c9d56e.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-357c5b98-d311-4b92-b680-2cbcc6c9d56e-root {
    text-align: center;
  }


#s-357c5b98-d311-4b92-b680-2cbcc6c9d56e.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-357c5b98-d311-4b92-b680-2cbcc6c9d56e-root {
    text-align: center;
  }


#s-357c5b98-d311-4b92-b680-2cbcc6c9d56e.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-357c5b98-d311-4b92-b680-2cbcc6c9d56e-root {
    text-align: center;
  }


#s-357c5b98-d311-4b92-b680-2cbcc6c9d56e.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-6f629986-3e7d-4261-a1b0-fe9fa8384703 {
  display: none;
}
#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 {
  max-width:  100%;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom,
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 {
  max-width:  100%;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom,
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 {
  max-width:  100%;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom,
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 {
  max-width:  100%;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom,
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 {
  max-width:  100%;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom,
.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2cfa7c4-a072-46ee-b319-bd35e12d4749 img.shogun-image {
  width: 100%;
}



}
#s-4c472318-cfe0-4bbb-86f2-0eed35a3f44d {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a-root {
    text-align: center;
  }


#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a-root {
    text-align: center;
  }


#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a-root {
    text-align: center;
  }


#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a-root {
    text-align: center;
  }


#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a-root {
    text-align: center;
  }


#s-f5d8917d-f5f2-4e34-94c8-97bd4582bb0a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-c3400e48-54f8-488a-af11-52d3fcd94533 {
  display: none;
}
#s-a66384f6-0f05-4d25-9565-3136729108f9 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 {
  max-width:  100%;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom,
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 {
  max-width:  100%;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom,
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 {
  max-width:  100%;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom,
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 {
  max-width:  100%;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom,
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 {
  max-width:  100%;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom,
.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a66384f6-0f05-4d25-9565-3136729108f9 img.shogun-image {
  width: 100%;
}



}
#s-1ea30f3b-6ee8-48c7-a79d-5fc7d0445a80 {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-87dc85d1-9fea-4869-88be-0e75b2ced7d4-root {
    text-align: center;
  }


#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-87dc85d1-9fea-4869-88be-0e75b2ced7d4-root {
    text-align: center;
  }


#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87dc85d1-9fea-4869-88be-0e75b2ced7d4-root {
    text-align: center;
  }


#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87dc85d1-9fea-4869-88be-0e75b2ced7d4-root {
    text-align: center;
  }


#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-87dc85d1-9fea-4869-88be-0e75b2ced7d4-root {
    text-align: center;
  }


#s-87dc85d1-9fea-4869-88be-0e75b2ced7d4.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-8b617f38-2263-45e6-9168-2e089a4d9fc2 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-8b617f38-2263-45e6-9168-2e089a4d9fc2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-8b617f38-2263-45e6-9168-2e089a4d9fc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-8b617f38-2263-45e6-9168-2e089a4d9fc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-8b617f38-2263-45e6-9168-2e089a4d9fc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-07d20451-a38a-47d6-ae7d-c40fb5cb02a0 {
  display: none;
}
#s-0993fb6b-f049-4e07-b491-3c907e645cd1 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 {
  max-width:  100%;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom,
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 {
  max-width:  100%;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom,
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 {
  max-width:  100%;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom,
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 {
  max-width:  100%;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom,
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 {
  max-width:  100%;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom,
.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0993fb6b-f049-4e07-b491-3c907e645cd1 img.shogun-image {
  width: 100%;
}



}
#s-60458a2c-3445-492e-851c-7fab4ed85e52 {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a750a3f2-9986-4cf5-a0b2-7f958f47681a-root {
    text-align: center;
  }


#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a750a3f2-9986-4cf5-a0b2-7f958f47681a-root {
    text-align: center;
  }


#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a750a3f2-9986-4cf5-a0b2-7f958f47681a-root {
    text-align: center;
  }


#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a750a3f2-9986-4cf5-a0b2-7f958f47681a-root {
    text-align: center;
  }


#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a750a3f2-9986-4cf5-a0b2-7f958f47681a-root {
    text-align: center;
  }


#s-a750a3f2-9986-4cf5-a0b2-7f958f47681a.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-0a54da9c-28c7-43fc-b499-df3fb1d5d50e {
  display: none;
}
#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 {
  max-width:  100%;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom,
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 {
  max-width:  100%;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom,
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 {
  max-width:  100%;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom,
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 {
  max-width:  100%;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom,
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 {
  max-width:  100%;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom,
.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b93bd7d9-eb4c-4c30-9eaf-286516a4dbc8 img.shogun-image {
  width: 100%;
}



}
#s-ab4ac0b2-3ad9-4580-9dd9-95f9ee41ba34 {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172-root {
    text-align: center;
  }


#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172-root {
    text-align: center;
  }


#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172-root {
    text-align: center;
  }


#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172-root {
    text-align: center;
  }


#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172-root {
    text-align: center;
  }


#s-5cb13d2d-17eb-42d6-8dbe-393c53d1f172.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-da841652-7ac9-49fa-b988-fe0c14b7dfc3 {
  display: none;
}
#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 {
  max-width:  100%;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom,
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 {
  max-width:  100%;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom,
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 {
  max-width:  100%;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom,
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 {
  max-width:  100%;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom,
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 {
  max-width:  100%;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom,
.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7ab136c-56fb-4c7f-8bcd-e2e8a5fdbe67 img.shogun-image {
  width: 100%;
}



}
#s-70140862-d3e0-4609-a198-b7f24cf51dde {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-60ecd71d-5ef6-44fd-9366-976459b4b027 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-60ecd71d-5ef6-44fd-9366-976459b4b027:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-60ecd71d-5ef6-44fd-9366-976459b4b027:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-60ecd71d-5ef6-44fd-9366-976459b4b027-root {
    text-align: center;
  }


#s-60ecd71d-5ef6-44fd-9366-976459b4b027.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-60ecd71d-5ef6-44fd-9366-976459b4b027-root {
    text-align: center;
  }


#s-60ecd71d-5ef6-44fd-9366-976459b4b027.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60ecd71d-5ef6-44fd-9366-976459b4b027-root {
    text-align: center;
  }


#s-60ecd71d-5ef6-44fd-9366-976459b4b027.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60ecd71d-5ef6-44fd-9366-976459b4b027-root {
    text-align: center;
  }


#s-60ecd71d-5ef6-44fd-9366-976459b4b027.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-60ecd71d-5ef6-44fd-9366-976459b4b027-root {
    text-align: center;
  }


#s-60ecd71d-5ef6-44fd-9366-976459b4b027.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-e5fbda17-2c9b-44c2-b6de-6360d3588c92 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-e5fbda17-2c9b-44c2-b6de-6360d3588c92"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-e5fbda17-2c9b-44c2-b6de-6360d3588c92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-e5fbda17-2c9b-44c2-b6de-6360d3588c92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-e5fbda17-2c9b-44c2-b6de-6360d3588c92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-09291fd5-c772-4207-a271-52c15579d03a {
  display: none;
}
#s-8caf17b6-56b5-4440-9bdd-90b25f213256 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 {
  max-width:  100%;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom,
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 {
  max-width:  100%;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom,
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 {
  max-width:  100%;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom,
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 {
  max-width:  100%;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom,
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 {
  max-width:  100%;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom,
.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8caf17b6-56b5-4440-9bdd-90b25f213256 img.shogun-image {
  width: 100%;
}



}
#s-f29b832d-2f79-43ff-98f6-5c53d0e26e78 {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-6d3eca36-a6da-462d-bea5-d744ef730e01 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-6d3eca36-a6da-462d-bea5-d744ef730e01:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6d3eca36-a6da-462d-bea5-d744ef730e01:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6d3eca36-a6da-462d-bea5-d744ef730e01-root {
    text-align: center;
  }


#s-6d3eca36-a6da-462d-bea5-d744ef730e01.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d3eca36-a6da-462d-bea5-d744ef730e01-root {
    text-align: center;
  }


#s-6d3eca36-a6da-462d-bea5-d744ef730e01.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d3eca36-a6da-462d-bea5-d744ef730e01-root {
    text-align: center;
  }


#s-6d3eca36-a6da-462d-bea5-d744ef730e01.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d3eca36-a6da-462d-bea5-d744ef730e01-root {
    text-align: center;
  }


#s-6d3eca36-a6da-462d-bea5-d744ef730e01.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d3eca36-a6da-462d-bea5-d744ef730e01-root {
    text-align: center;
  }


#s-6d3eca36-a6da-462d-bea5-d744ef730e01.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-b1bba49c-3b2e-49dd-92cb-320bcb6faad9 {
  display: none;
}
#s-f0b54121-c2d0-4a87-887a-7f698c76f579 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 {
  max-width:  100%;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom,
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 {
  max-width:  100%;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom,
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 {
  max-width:  100%;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom,
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 {
  max-width:  100%;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom,
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 {
  max-width:  100%;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom,
.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b54121-c2d0-4a87-887a-7f698c76f579 img.shogun-image {
  width: 100%;
}



}
#s-03bf5ffc-e9cb-40e8-958e-8c1f773da3bd {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-a80aa995-947f-497e-a541-dc18e318214c {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-a80aa995-947f-497e-a541-dc18e318214c:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a80aa995-947f-497e-a541-dc18e318214c:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a80aa995-947f-497e-a541-dc18e318214c-root {
    text-align: center;
  }


#s-a80aa995-947f-497e-a541-dc18e318214c.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a80aa995-947f-497e-a541-dc18e318214c-root {
    text-align: center;
  }


#s-a80aa995-947f-497e-a541-dc18e318214c.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a80aa995-947f-497e-a541-dc18e318214c-root {
    text-align: center;
  }


#s-a80aa995-947f-497e-a541-dc18e318214c.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a80aa995-947f-497e-a541-dc18e318214c-root {
    text-align: center;
  }


#s-a80aa995-947f-497e-a541-dc18e318214c.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a80aa995-947f-497e-a541-dc18e318214c-root {
    text-align: center;
  }


#s-a80aa995-947f-497e-a541-dc18e318214c.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-9c15021d-456f-4f0a-a829-b125708f9007 {
  display: none;
}
#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 {
  margin-bottom: 10px;
text-align: center;
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 {
  max-width:  100%;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom,
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 {
  max-width:  100%;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom,
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 {
  max-width:  100%;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom,
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 {
  max-width:  100%;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom,
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 {
  max-width:  100%;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom,
.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  max-width: 225px !important;
  
}

.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-361c2753-a8f0-4709-b51b-86fe4f4d54f1 img.shogun-image {
  width: 100%;
}



}
#s-c7c8cf4e-e7ca-48b6-a12b-181a4a7934c4 {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-30b68540-2ed7-4808-87c6-2d7877bda102 {
  border-style: solid;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(216, 66, 0, 1);
border-radius: 0px;
max-width: 200px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(216, 66, 0, 1);
line-height: 1.25em;
letter-spacing: 1px;
}
#s-30b68540-2ed7-4808-87c6-2d7877bda102:hover {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-30b68540-2ed7-4808-87c6-2d7877bda102:active {background-color: rgba(216, 66, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-30b68540-2ed7-4808-87c6-2d7877bda102-root {
    text-align: center;
  }


#s-30b68540-2ed7-4808-87c6-2d7877bda102.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
@media (min-width: 1200px){
  #s-30b68540-2ed7-4808-87c6-2d7877bda102-root {
    text-align: center;
  }


#s-30b68540-2ed7-4808-87c6-2d7877bda102.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30b68540-2ed7-4808-87c6-2d7877bda102-root {
    text-align: center;
  }


#s-30b68540-2ed7-4808-87c6-2d7877bda102.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30b68540-2ed7-4808-87c6-2d7877bda102-root {
    text-align: center;
  }


#s-30b68540-2ed7-4808-87c6-2d7877bda102.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}@media (max-width: 767px){
  #s-30b68540-2ed7-4808-87c6-2d7877bda102-root {
    text-align: center;
  }


#s-30b68540-2ed7-4808-87c6-2d7877bda102.shg-btn {
  color: rgba(216, 66, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto Slab;
  display:  block ;
}
}
#s-a1b9db61-b06e-4113-b902-07b6f5c41d2a {
  margin-top: 50px;
margin-bottom: -30px;
}

#s-ddb15c57-33ab-4713-a79c-747cef162928 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
max-width: 850px;
}

#s-0473c902-889f-409f-b613-cc858441d845 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0473c902-889f-409f-b613-cc858441d845 hr {
  border-top: 3px solid rgba(216, 66, 0, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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