.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-9fdd1704-1de9-421a-aff9-ae40ba7f6a9b {
  min-height: 50px;
background-attachment: scroll;
}








#s-9fdd1704-1de9-421a-aff9-ae40ba7f6a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fdd1704-1de9-421a-aff9-ae40ba7f6a9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1b93fa67-6cb4-4e43-a9cd-34f627081117 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}







  #s-1b93fa67-6cb4-4e43-a9cd-34f627081117 img.shogun-image {
    

    
    
    
  }


#s-1b93fa67-6cb4-4e43-a9cd-34f627081117 .shogun-image-content {
  
    align-items: center;
  
}

#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (max-width: 767px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}







#s-9db044ca-f446-4eea-8094-4a518ba7acb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db044ca-f446-4eea-8094-4a518ba7acb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  min-height: 500px;
}
}@media (max-width: 767px){#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  display: none;
}
#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c, #wrap-s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c { display:none !important; }}
#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  background-image: url(https://i.shgcdn.com/96d1f901-5ebd-4eec-881b-75c99ddfe721/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
}#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-f8324566-2382-4899-9887-5981c6aaf550"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f8324566-2382-4899-9887-5981c6aaf550"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8324566-2382-4899-9887-5981c6aaf550"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8324566-2382-4899-9887-5981c6aaf550"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 {
  border-style: solid;
margin-top: 5%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}
@media (min-width: 1200px){#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 5%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 {
  margin-left: 15%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 {
  margin-left: 16%;
margin-right: 15%;
}
}
#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6f422cd8-6a4c-4b5a-ba68-80989ed1f058 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 43px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a8dfc34a-e15f-4f3e-a363-cd4f8edd06d4 {
  border-style: solid;
margin-top: 2%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a8dfc34a-e15f-4f3e-a363-cd4f8edd06d4 {
  margin-top: 3%;
margin-left: 15%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-a8dfc34a-e15f-4f3e-a363-cd4f8edd06d4 {
  margin-left: 5%;
margin-right: 5%;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-229f6579-a557-40ec-9281-226c64ae4d71 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-229f6579-a557-40ec-9281-226c64ae4d71:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-229f6579-a557-40ec-9281-226c64ae4d71:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-229f6579-a557-40ec-9281-226c64ae4d71 {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-229f6579-a557-40ec-9281-226c64ae4d71 {
  margin-top: 5%;
}
}


#s-229f6579-a557-40ec-9281-226c64ae4d71 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-229f6579-a557-40ec-9281-226c64ae4d71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-229f6579-a557-40ec-9281-226c64ae4d71.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-229f6579-a557-40ec-9281-226c64ae4d71.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}


  #s-229f6579-a557-40ec-9281-226c64ae4d71.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
  }


#s-1df26154-48b9-4f30-a6cf-95f61c047291 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (min-width: 1200px){#s-1df26154-48b9-4f30-a6cf-95f61c047291 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1df26154-48b9-4f30-a6cf-95f61c047291 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-02433e57-687d-4b39-9969-52ed4554f0c2 {
  margin-top: 25px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-02433e57-687d-4b39-9969-52ed4554f0c2 {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-02433e57-687d-4b39-9969-52ed4554f0c2, #wrap-s-02433e57-687d-4b39-9969-52ed4554f0c2 { display:none !important; }}@media (max-width: 767px){#s-02433e57-687d-4b39-9969-52ed4554f0c2 {
  margin-top: 0%;
margin-bottom: 5%;
display: none;
}
#s-02433e57-687d-4b39-9969-52ed4554f0c2, #wrap-s-02433e57-687d-4b39-9969-52ed4554f0c2 { display:none !important; }}
#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d {
  background-size: cover;
border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 600px;
background-position: center center;
background-color: rgba(235, 235, 235, 1);
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d {
  display: none;
}
#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d, #wrap-s-7852e525-4bda-45a0-9cf9-b9aa6aada15d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d {
  display: none;
}
#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d, #wrap-s-7852e525-4bda-45a0-9cf9-b9aa6aada15d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d {
  display: none;
}
#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d, #wrap-s-7852e525-4bda-45a0-9cf9-b9aa6aada15d { display:none !important; }}







#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-7852e525-4bda-45a0-9cf9-b9aa6aada15d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a916a8cb-7885-4264-9f7a-a6320967c30f {
  border-style: solid;
margin-top: 5%;
margin-left: 15%;
margin-bottom: 2%;
margin-right: 15%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}
@media (max-width: 767px){#s-a916a8cb-7885-4264-9f7a-a6320967c30f {
  margin-top: 8%;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-a916a8cb-7885-4264-9f7a-a6320967c30f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (max-width: 767px){#s-a916a8cb-7885-4264-9f7a-a6320967c30f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-653a2686-69a2-4578-a2fc-a74beb3fc79c {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-653a2686-69a2-4578-a2fc-a74beb3fc79c {
  margin-left: 0%;
margin-right: 0%;
}
}






  #s-653a2686-69a2-4578-a2fc-a74beb3fc79c img.shogun-image {
    

    
    
    
  }


#s-653a2686-69a2-4578-a2fc-a74beb3fc79c .shogun-image-content {
  
    align-items: center;
  
}

#s-7ce73a92-dd33-4c7a-b85b-0822ec41dda4 {
  border-style: solid;
margin-top: 2%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (max-width: 767px){#s-7ce73a92-dd33-4c7a-b85b-0822ec41dda4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-cf010a24-bae2-45e3-a097-9325407ef955 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

@media (max-width: 767px){#s-aa5a8f20-9c4d-49ba-b3ff-b361b0799aec {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}


  #s-4658fdbe-cac9-48c7-b6b3-8c8a3126cc53.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
  }


#s-f63a4e11-a70b-4fbb-a937-ccf7de379089 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (max-width: 767px){#s-f63a4e11-a70b-4fbb-a937-ccf7de379089 {
  margin-top: 0%;
margin-bottom: 5%;
}
}
#s-d49b072a-686f-476f-942a-0aba2722c691 {
  margin-top: 25px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-d49b072a-686f-476f-942a-0aba2722c691 {
  display: none;
}
#s-d49b072a-686f-476f-942a-0aba2722c691, #wrap-s-d49b072a-686f-476f-942a-0aba2722c691 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d49b072a-686f-476f-942a-0aba2722c691 {
  display: none;
}
#s-d49b072a-686f-476f-942a-0aba2722c691, #wrap-s-d49b072a-686f-476f-942a-0aba2722c691 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d49b072a-686f-476f-942a-0aba2722c691 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-d49b072a-686f-476f-942a-0aba2722c691 {
  margin-top: 0%;
margin-bottom: 5%;
display: none;
}
#s-d49b072a-686f-476f-942a-0aba2722c691, #wrap-s-d49b072a-686f-476f-942a-0aba2722c691 { display:none !important; }}
#s-4fa28479-10eb-47b1-9245-e2735e090fbb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(255, 255, 255, 1);
}








#s-4fa28479-10eb-47b1-9245-e2735e090fbb > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
}#s-4fa28479-10eb-47b1-9245-e2735e090fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4225ba6-4401-48c0-9694-dbeace7343f7 {
  border-style: solid;
margin-top: 5%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}
@media (max-width: 767px){#s-b4225ba6-4401-48c0-9694-dbeace7343f7 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 7%;
margin-right: 5%;
}
}
#s-b4225ba6-4401-48c0-9694-dbeace7343f7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-00d68f28-704d-4780-9544-d9a4f74060f4 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-00d68f28-704d-4780-9544-d9a4f74060f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00d68f28-704d-4780-9544-d9a4f74060f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-00d68f28-704d-4780-9544-d9a4f74060f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d68f28-704d-4780-9544-d9a4f74060f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-00d68f28-704d-4780-9544-d9a4f74060f4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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;
  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;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e {
  margin-top: 10%;
margin-bottom: 10%;
}
}






  img.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
    
    
  }


.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
    
    
  }


.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
    
    
  }


.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
    
    
  }


.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
    
    
  }


.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e .shogun-image-content {
  
    align-items: center;
  
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a4381f2-d09c-48f7-9f6c-90b3fdf3c61e.shogun-image {
  box-sizing: border-box;
}

}
.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-e3b58a9e-4881-4528-adb5-f9a52ca22216 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e3b58a9e-4881-4528-adb5-f9a52ca22216 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e3b58a9e-4881-4528-adb5-f9a52ca22216 .shg-sld-nav-button.shg-sld-left,
#s-e3b58a9e-4881-4528-adb5-f9a52ca22216 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6c7cbeaf-d6da-4df1-b0d2-c19176f2b2f2 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-3ff3fecc-bed0-4b43-82cc-dc43e1bb2c51 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-02bfb767-3190-43f6-8e02-d6da3d04ede5 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-cc39b617-c910-4f81-82e1-4306c9b024ee {
  margin-top: 10%;
margin-bottom: 10%;
}
@media (max-width: 767px){#s-cc39b617-c910-4f81-82e1-4306c9b024ee {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-3dcb2395-80a1-4733-a350-aa634cd4369d {
  margin-top: 10%;
margin-bottom: 10%;
}

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

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

#s-918c7f49-ebb2-4d92-a0c6-7be98d1fadb5 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}
@media (max-width: 767px){#s-918c7f49-ebb2-4d92-a0c6-7be98d1fadb5 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-918c7f49-ebb2-4d92-a0c6-7be98d1fadb5 hr {
  border-top: 1px solid rgba(235, 235, 235, 1);
}

#s-5d02ff69-d858-4123-96e8-7a878afd852b {
  text-align: left;
}

#s-57a58376-95ee-4e75-92b1-1c8619dfde36 {
  border-style: solid;
margin-top: 0%;
margin-left: 25%;
margin-bottom: 5%;
margin-right: 25%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}
@media (min-width: 1200px){#s-57a58376-95ee-4e75-92b1-1c8619dfde36 {
  margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57a58376-95ee-4e75-92b1-1c8619dfde36 {
  margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-57a58376-95ee-4e75-92b1-1c8619dfde36 {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-57a58376-95ee-4e75-92b1-1c8619dfde36 {
  margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}
}
#s-b19c24de-d7e8-4e7d-bf37-74be719807da {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-19e0cdbc-129c-45f1-8c19-a7e4db72faa4 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19e0cdbc-129c-45f1-8c19-a7e4db72faa4 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-19e0cdbc-129c-45f1-8c19-a7e4db72faa4 hr {
  border-top: 1px solid rgba(235, 235, 235, 1);
}

#s-d06eb5b7-a6b1-4ae2-8ad8-9ee5800a6c43 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 2%;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-d06eb5b7-a6b1-4ae2-8ad8-9ee5800a6c43 {
  min-height: 650px;
}
}







#s-d06eb5b7-a6b1-4ae2-8ad8-9ee5800a6c43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d06eb5b7-a6b1-4ae2-8ad8-9ee5800a6c43.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a09546d-9779-4b41-99d6-8c9b1a6b8992 {
  margin-top: 5%;
margin-bottom: 0%;
}
@media (max-width: 767px){#s-1a09546d-9779-4b41-99d6-8c9b1a6b8992 {
  margin-bottom: 0%;
}
}
#s-8a0ab49c-f04e-407a-81a5-524b13429e8e {
  margin-top: 2%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
padding-top: 0px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a0ab49c-f04e-407a-81a5-524b13429e8e {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-8a0ab49c-f04e-407a-81a5-524b13429e8e {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-8a0ab49c-f04e-407a-81a5-524b13429e8e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8a0ab49c-f04e-407a-81a5-524b13429e8e .shg-sld-nav-button.shg-sld-left,
#s-8a0ab49c-f04e-407a-81a5-524b13429e8e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-90554468-e4c5-4b43-96e6-d719694c4a93 {
  margin-top: 4%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-90554468-e4c5-4b43-96e6-d719694c4a93 img.shogun-image {
    

    
    
    
  }


#s-90554468-e4c5-4b43-96e6-d719694c4a93 .shogun-image-content {
  
    align-items: center;
  
}

#s-b334c78f-1782-4c3d-8840-d391f604a112 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}







  #s-b334c78f-1782-4c3d-8840-d391f604a112 img.shogun-image {
    

    
    
    
  }


#s-b334c78f-1782-4c3d-8840-d391f604a112 .shogun-image-content {
  
    align-items: center;
  
}

#s-acd08c27-ccca-4335-906c-ea3be7931cf4 {
  margin-top: 4%;
margin-bottom: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
    
    
  }


.s-acd08c27-ccca-4335-906c-ea3be7931cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
    
    
  }


.s-acd08c27-ccca-4335-906c-ea3be7931cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
    
    
  }


.s-acd08c27-ccca-4335-906c-ea3be7931cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
    
    
  }


.s-acd08c27-ccca-4335-906c-ea3be7931cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
    
    
  }


.s-acd08c27-ccca-4335-906c-ea3be7931cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-acd08c27-ccca-4335-906c-ea3be7931cf4.shogun-image {
  box-sizing: border-box;
}

}
#s-cacbebac-b62d-4cc6-98e4-0200b2d5d53d {
  margin-top: 0px;
margin-bottom: 5%;
}

#s-9308770f-bd9b-4b86-a6cd-6051794a4701 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (max-width: 767px){#s-332304b9-2048-421b-a8b0-3af4ec4e2cd9 {
  margin-top: 5%;
margin-bottom: 4%;
}
}
#s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab {
  text-align: center;
}







  img.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
    
    
  }


.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab .shogun-image-content {
  
    align-items: center;
  
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
    
    
  }


.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab .shogun-image-content {
  
    align-items: center;
  
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
  box-sizing: border-box;
}

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





  img.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
    
    
  }


.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab .shogun-image-content {
  
    align-items: center;
  
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
  box-sizing: border-box;
}

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





  img.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
    
    
  }


.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab .shogun-image-content {
  
    align-items: center;
  
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
  box-sizing: border-box;
}

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





  img.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
    
    
  }


.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab .shogun-image-content {
  
    align-items: center;
  
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9df2ea8b-e273-4b99-be44-e6d5ef6426ab.shogun-image {
  box-sizing: border-box;
}

}
#s-a10ba857-2136-4c28-bffe-ee12de465d83 {
  margin-top: 5%;
margin-left: 20%;
margin-bottom: 5%;
margin-right: 20%;
padding-left: 0%;
padding-right: 0%;
min-height: 0px;
}
@media (max-width: 767px){#s-a10ba857-2136-4c28-bffe-ee12de465d83 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
}
#s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81 {
  border-style: solid;
margin-top: 25px;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b1fedb0-b190-4e05-8b60-4e8c847a2a81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77 {
  text-align: center;
}







  img.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
    
    
  }


.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
    
    
  }


.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
    
    
  }


.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
    
    
  }


.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
  box-sizing: border-box;
}

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





  img.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
    
    
  }


.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0d86645-7e7b-4d5f-acc8-6cd2bdd9fe77.shogun-image {
  box-sizing: border-box;
}

}
#s-d7d6a120-eed7-4d00-94fa-32852a898c94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7d6a120-eed7-4d00-94fa-32852a898c94 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-2fc9939c-7948-4ffc-8082-eb9123dd12d0 {
  border-style: solid;
margin-top: 15px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-6cf0f529-9b83-40fa-8be5-726375c12244 {
  text-align: center;
}







  img.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
    
    
  }


.s-6cf0f529-9b83-40fa-8be5-726375c12244 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
    
    
  }


.s-6cf0f529-9b83-40fa-8be5-726375c12244 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
  box-sizing: border-box;
}

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





  img.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
    
    
  }


.s-6cf0f529-9b83-40fa-8be5-726375c12244 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
  box-sizing: border-box;
}

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





  img.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
    
    
  }


.s-6cf0f529-9b83-40fa-8be5-726375c12244 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
  box-sizing: border-box;
}

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





  img.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
    
    
  }


.s-6cf0f529-9b83-40fa-8be5-726375c12244 .shogun-image-content {
  
    align-items: center;
  
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf0f529-9b83-40fa-8be5-726375c12244.shogun-image {
  box-sizing: border-box;
}

}
#s-c34543e3-d0fb-433c-bcbe-a49a10bf8e7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c34543e3-d0fb-433c-bcbe-a49a10bf8e7b .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a47d95ab-efed-419e-b65b-b7b6f9ae6ecb {
  border-style: solid;
margin-top: 15px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-fb8428d2-5f66-4887-8063-5215a5b409d8 {
  text-align: center;
}







  img.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
    
    
  }


.s-fb8428d2-5f66-4887-8063-5215a5b409d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
    
    
  }


.s-fb8428d2-5f66-4887-8063-5215a5b409d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
    
    
  }


.s-fb8428d2-5f66-4887-8063-5215a5b409d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
    
    
  }


.s-fb8428d2-5f66-4887-8063-5215a5b409d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
  box-sizing: border-box;
}

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





  img.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
    
    
  }


.s-fb8428d2-5f66-4887-8063-5215a5b409d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8428d2-5f66-4887-8063-5215a5b409d8.shogun-image {
  box-sizing: border-box;
}

}
#s-a7cdb5b0-34c8-436d-9b75-2b0ca9d51a98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7cdb5b0-34c8-436d-9b75-2b0ca9d51a98 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-662e580d-00e5-4478-aa33-d7d14e9bc225 {
  border-style: solid;
margin-top: 15px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-ef546ca6-f3f6-487d-96e0-bc9087724f7b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-ef546ca6-f3f6-487d-96e0-bc9087724f7b {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ef546ca6-f3f6-487d-96e0-bc9087724f7b hr {
  border-top: 1px solid rgba(235, 235, 235, 1);
}

#s-d715f2ab-d585-422a-9b89-476adaf44387 {
  margin-top: 5%;
margin-bottom: 5%;
background-color: rgba(255, 255, 255, 1);
}








#s-d715f2ab-d585-422a-9b89-476adaf44387 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d715f2ab-d585-422a-9b89-476adaf44387.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7a19a30-3142-490d-ac57-f6ba73fb92da {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c7a19a30-3142-490d-ac57-f6ba73fb92da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7a19a30-3142-490d-ac57-f6ba73fb92da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c7a19a30-3142-490d-ac57-f6ba73fb92da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7a19a30-3142-490d-ac57-f6ba73fb92da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 {
  text-align: center;
}
@media (min-width: 1200px){#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 {
  margin-top: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 {
  margin-top: 5%;
margin-bottom: 0%;
}
}






  img.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
    
    
  }


.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
    
    
  }


.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
    
    
  }


.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
    
    
  }


.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
  box-sizing: border-box;
}

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





  img.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
    
    
  }


.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a98ae5-3a89-4482-a5c4-7229a77d08a7.shogun-image {
  box-sizing: border-box;
}

}
#s-a7b0ba4a-e663-4d56-b2f1-f4cb3ccec630 {
  margin-top: 5%;
margin-left: 10%;
margin-right: 10%;
}
@media (max-width: 767px){#s-a7b0ba4a-e663-4d56-b2f1-f4cb3ccec630 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-2a2a2b29-2d2d-4b2f-aa12-4e15acea5083 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}

#s-2a2a2b29-2d2d-4b2f-aa12-4e15acea5083 hr {
  border-top: 1px solid rgba(235, 235, 235, 1);
}

#s-ba550819-30a0-4831-9da6-e6dd596042df {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ba550819-30a0-4831-9da6-e6dd596042df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba550819-30a0-4831-9da6-e6dd596042df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b3e0da2-f8c8-46f7-a71d-8fe02f062de6 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6b3e0da2-f8c8-46f7-a71d-8fe02f062de6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b3e0da2-f8c8-46f7-a71d-8fe02f062de6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b3e0da2-f8c8-46f7-a71d-8fe02f062de6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b3e0da2-f8c8-46f7-a71d-8fe02f062de6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea8fe7b7-2c1d-4ea3-8f14-753e4ae1ff68 {
  margin-top: auto;
margin-left: 10%;
margin-bottom: auto;
margin-right: 10%;
}
@media (max-width: 767px){#s-ea8fe7b7-2c1d-4ea3-8f14-753e4ae1ff68 {
  margin-left: 5%;
margin-right: 5%;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-7a5725b1-a7f5-4047-a4e1-7ce482e4987a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a5725b1-a7f5-4047-a4e1-7ce482e4987a {
  
}
}@media (max-width: 767px){#s-7a5725b1-a7f5-4047-a4e1-7ce482e4987a {
  margin-top: 5%;
margin-bottom: 0%;
}
}
#s-e0f175a2-e46f-4604-b17a-05aa8f2c965b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}

#s-e0f175a2-e46f-4604-b17a-05aa8f2c965b hr {
  border-top: 1px solid rgba(235, 235, 235, 1);
}

#s-8cf9c20a-6f14-4344-b35e-a57bc8afb4e8 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cf9c20a-6f14-4344-b35e-a57bc8afb4e8 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-8cf9c20a-6f14-4344-b35e-a57bc8afb4e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cf9c20a-6f14-4344-b35e-a57bc8afb4e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8cf9c20a-6f14-4344-b35e-a57bc8afb4e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cf9c20a-6f14-4344-b35e-a57bc8afb4e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-91c35727-0e36-42ef-afda-b1edb8824a24 {
  margin-left: 5%;
margin-right: 5%;
}

.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-5f1d1d37-1349-4ce0-a236-2afb75b39034 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}



.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  width: 100%;
}



.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  aspect-ratio: 800/1000;
}

@media (min-width: 1200px){

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  width: 100%;
}



.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  aspect-ratio: 800/1000;
}

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

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  width: 100%;
}



.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  aspect-ratio: 800/1000;
}

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

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  width: 100%;
}



.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  aspect-ratio: 800/1000;
}

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

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  width: 100%;
}



.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 .shg-image-zoom,
.shg-c#s-5f1d1d37-1349-4ce0-a236-2afb75b39034 img.shogun-image {
  aspect-ratio: 800/1000;
}

}
.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-7fdf4f8c-2607-47b5-859e-52cd1ee5f6bb {
  margin-top: 0%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7fdf4f8c-2607-47b5-859e-52cd1ee5f6bb {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}
#s-7fdf4f8c-2607-47b5-859e-52cd1ee5f6bb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 1px;
}

#s-501fba2b-bf71-418f-a128-0385f598b007 {
  text-align: center;
}

#s-501fba2b-bf71-418f-a128-0385f598b007 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-501fba2b-bf71-418f-a128-0385f598b007 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 22px;
}

#s-501fba2b-bf71-418f-a128-0385f598b007 .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-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 65px;
padding-bottom: 10px;
padding-right: 65px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
}
#s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397 {
  margin-left: 5%;
margin-right: 5%;
}
}


#s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c5d1f41a-c8b2-45dc-ba1b-f9b98d18f397.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
  }


#s-f59983af-3465-47bd-aac8-bc3f3c6803cd {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-f59983af-3465-47bd-aac8-bc3f3c6803cd {
  display: none;
}
#s-f59983af-3465-47bd-aac8-bc3f3c6803cd, #wrap-s-f59983af-3465-47bd-aac8-bc3f3c6803cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f59983af-3465-47bd-aac8-bc3f3c6803cd {
  display: none;
}
#s-f59983af-3465-47bd-aac8-bc3f3c6803cd, #wrap-s-f59983af-3465-47bd-aac8-bc3f3c6803cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f59983af-3465-47bd-aac8-bc3f3c6803cd {
  display: none;
}
#s-f59983af-3465-47bd-aac8-bc3f3c6803cd, #wrap-s-f59983af-3465-47bd-aac8-bc3f3c6803cd { display:none !important; }}@media (max-width: 767px){#s-f59983af-3465-47bd-aac8-bc3f3c6803cd {
  margin-top: 0%;
margin-bottom: 5%;
}
}
.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-855d3392-4a9b-41cc-a142-d8aaff2e578f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-855d3392-4a9b-41cc-a142-d8aaff2e578f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(139, 138, 138, 1) !important;}#s-855d3392-4a9b-41cc-a142-d8aaff2e578f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-855d3392-4a9b-41cc-a142-d8aaff2e578f-root {
    text-align: center;
  }


#s-855d3392-4a9b-41cc-a142-d8aaff2e578f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-855d3392-4a9b-41cc-a142-d8aaff2e578f-root {
    text-align: center;
  }


#s-855d3392-4a9b-41cc-a142-d8aaff2e578f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-855d3392-4a9b-41cc-a142-d8aaff2e578f-root {
    text-align: center;
  }


#s-855d3392-4a9b-41cc-a142-d8aaff2e578f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-855d3392-4a9b-41cc-a142-d8aaff2e578f-root {
    text-align: center;
  }


#s-855d3392-4a9b-41cc-a142-d8aaff2e578f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-855d3392-4a9b-41cc-a142-d8aaff2e578f-root {
    text-align: center;
  }


#s-855d3392-4a9b-41cc-a142-d8aaff2e578f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-a4a218e0-400a-4da4-97e0-f8a6e9877415 {
  border-style: solid;
margin-top: 10%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
background-color: rgba(113, 19, 30, 1);
opacity: 1;
}

#s-1153dcc5-15d9-4dc5-ab7b-7918ae6a2e45 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}

#s-1153dcc5-15d9-4dc5-ab7b-7918ae6a2e45 hr {
  border-top: 1px solid #ddd;
}

#s-555c1a78-076c-480a-91bf-ce1fd1e30ad7 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-555c1a78-076c-480a-91bf-ce1fd1e30ad7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-84db36d9-6fce-4b39-8028-5a0cd37dc970 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
min-height: 50px;
}








#s-84db36d9-6fce-4b39-8028-5a0cd37dc970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84db36d9-6fce-4b39-8028-5a0cd37dc970.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07aa2739-47e4-4ce3-bb84-bfe904d58b5b {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-07aa2739-47e4-4ce3-bb84-bfe904d58b5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07aa2739-47e4-4ce3-bb84-bfe904d58b5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-07aa2739-47e4-4ce3-bb84-bfe904d58b5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-07aa2739-47e4-4ce3-bb84-bfe904d58b5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-92b35d27-db5b-47e2-bafb-9cd206221bc9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b3f1bf62-1557-4b59-8252-f57495bfa1e0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a03e725a-c271-49c6-ade3-3984e2b4b17c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-143ce259-d965-49ef-b7b3-e13ea665bde5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
}

#s-143ce259-d965-49ef-b7b3-e13ea665bde5 hr {
  border-top: 1px solid #ddd;
}

#s-b75eff2b-75be-4695-9cae-57a509f4ecd3 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b75eff2b-75be-4695-9cae-57a509f4ecd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b75eff2b-75be-4695-9cae-57a509f4ecd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b75eff2b-75be-4695-9cae-57a509f4ecd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b75eff2b-75be-4695-9cae-57a509f4ecd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-b04a079e-bce5-4641-a964-39d30d885d7b {
  margin-top: 10%;
margin-bottom: 10%;
}
}
.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-ab02a828-83c2-4653-a4d9-f89554601289 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 0%;
padding-bottom: 0%;
text-align: 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}