.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-78a4744b-ddd1-4aa5-b373-5b0329bf22af {
  min-height: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78a4744b-ddd1-4aa5-b373-5b0329bf22af {
  min-height: 600px;
}
}@media (max-width: 767px){#s-78a4744b-ddd1-4aa5-b373-5b0329bf22af {
  min-height: 500px;
}
}







#s-78a4744b-ddd1-4aa5-b373-5b0329bf22af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78a4744b-ddd1-4aa5-b373-5b0329bf22af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-7aaa32b6-252f-4ae8-bce2-b86a9ba79e6e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7aaa32b6-252f-4ae8-bce2-b86a9ba79e6e {
  min-height: 600px;
}
}@media (max-width: 767px){#s-7aaa32b6-252f-4ae8-bce2-b86a9ba79e6e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
}
}
#s-7aaa32b6-252f-4ae8-bce2-b86a9ba79e6e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-7aaa32b6-252f-4ae8-bce2-b86a9ba79e6e .shg-sld-nav-button.shg-sld-left,
#s-7aaa32b6-252f-4ae8-bce2-b86a9ba79e6e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-4ff7652a-0603-48e2-8e7b-7dafd64e67e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ff7652a-0603-48e2-8e7b-7dafd64e67e5 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-4ff7652a-0603-48e2-8e7b-7dafd64e67e5 {
  min-height: 500px;
}
}
#s-4ff7652a-0603-48e2-8e7b-7dafd64e67e5 {
  background-image: url(https://i.shgcdn.com/3f38a26f-48be-4e02-8f32-6520bc56aceb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4ff7652a-0603-48e2-8e7b-7dafd64e67e5 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-4ff7652a-0603-48e2-8e7b-7dafd64e67e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e124ee74-922f-4c9d-b387-4ab0e6316860 {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 1200px){#s-e124ee74-922f-4c9d-b387-4ab0e6316860 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e124ee74-922f-4c9d-b387-4ab0e6316860 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e124ee74-922f-4c9d-b387-4ab0e6316860 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-e124ee74-922f-4c9d-b387-4ab0e6316860 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-e124ee74-922f-4c9d-b387-4ab0e6316860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e124ee74-922f-4c9d-b387-4ab0e6316860.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-cc3b9a7d-6772-42a8-a4f8-0ad9833373c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc3b9a7d-6772-42a8-a4f8-0ad9833373c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-cc3b9a7d-6772-42a8-a4f8-0ad9833373c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-cc3b9a7d-6772-42a8-a4f8-0ad9833373c3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-cc3b9a7d-6772-42a8-a4f8-0ad9833373c3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-cc3b9a7d-6772-42a8-a4f8-0ad9833373c3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-049d4eb9-1f06-474f-ae59-c9f0a52b6e6a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac-root {
    text-align: left;
  }


#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac-root {
    text-align: left;
  }


#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac-root {
    text-align: left;
  }


#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac-root {
    text-align: center;
  }


#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac-root {
    text-align: center;
  }


#s-489a4f80-4412-4e86-b1a7-9d01edd5c7ac.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-22f8623d-7453-4195-86e6-894ccd017a44 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}

#s-22f8623d-7453-4195-86e6-894ccd017a44 {
  background-image: url(https://i.shgcdn.com/3f38a26f-48be-4e02-8f32-6520bc56aceb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-22f8623d-7453-4195-86e6-894ccd017a44 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-22f8623d-7453-4195-86e6-894ccd017a44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c75c534-72da-4b9a-9f27-2698a81c47da {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c75c534-72da-4b9a-9f27-2698a81c47da {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-1c75c534-72da-4b9a-9f27-2698a81c47da {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-1c75c534-72da-4b9a-9f27-2698a81c47da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c75c534-72da-4b9a-9f27-2698a81c47da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-203a5194-1e68-4770-9b9e-11f77677d8e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-203a5194-1e68-4770-9b9e-11f77677d8e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-203a5194-1e68-4770-9b9e-11f77677d8e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-203a5194-1e68-4770-9b9e-11f77677d8e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-203a5194-1e68-4770-9b9e-11f77677d8e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-203a5194-1e68-4770-9b9e-11f77677d8e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-d4714e34-e6a8-486e-8368-f682cfa7f54d {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4714e34-e6a8-486e-8368-f682cfa7f54d {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-d4714e34-e6a8-486e-8368-f682cfa7f54d {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-d4714e34-e6a8-486e-8368-f682cfa7f54d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-d4714e34-e6a8-486e-8368-f682cfa7f54d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4714e34-e6a8-486e-8368-f682cfa7f54d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4714e34-e6a8-486e-8368-f682cfa7f54d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-d4714e34-e6a8-486e-8368-f682cfa7f54d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-86932753-9435-4e73-adcc-0326ee05beaf {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-86932753-9435-4e73-adcc-0326ee05beaf:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86932753-9435-4e73-adcc-0326ee05beaf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-86932753-9435-4e73-adcc-0326ee05beaf {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86932753-9435-4e73-adcc-0326ee05beaf {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-86932753-9435-4e73-adcc-0326ee05beaf {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-86932753-9435-4e73-adcc-0326ee05beaf-root {
    text-align: left;
  }


#s-86932753-9435-4e73-adcc-0326ee05beaf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86932753-9435-4e73-adcc-0326ee05beaf-root {
    text-align: left;
  }


#s-86932753-9435-4e73-adcc-0326ee05beaf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86932753-9435-4e73-adcc-0326ee05beaf-root {
    text-align: left;
  }


#s-86932753-9435-4e73-adcc-0326ee05beaf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86932753-9435-4e73-adcc-0326ee05beaf-root {
    text-align: center;
  }


#s-86932753-9435-4e73-adcc-0326ee05beaf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86932753-9435-4e73-adcc-0326ee05beaf-root {
    text-align: center;
  }


#s-86932753-9435-4e73-adcc-0326ee05beaf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-b0517d4b-246e-486b-9616-0eec553d232a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0517d4b-246e-486b-9616-0eec553d232a {
  min-height: 600px;
}
}@media (max-width: 767px){#s-b0517d4b-246e-486b-9616-0eec553d232a {
  min-height: 500px;
}
}
#s-b0517d4b-246e-486b-9616-0eec553d232a {
  background-image: url(https://i.shgcdn.com/163cd36f-949e-4603-9594-c464ccced3e6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b0517d4b-246e-486b-9616-0eec553d232a > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-b0517d4b-246e-486b-9616-0eec553d232a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e4789f3-10b0-42f2-9640-5d9644ce1f52 {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 1200px){#s-2e4789f3-10b0-42f2-9640-5d9644ce1f52 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e4789f3-10b0-42f2-9640-5d9644ce1f52 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e4789f3-10b0-42f2-9640-5d9644ce1f52 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-2e4789f3-10b0-42f2-9640-5d9644ce1f52 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-2e4789f3-10b0-42f2-9640-5d9644ce1f52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e4789f3-10b0-42f2-9640-5d9644ce1f52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90aae289-5743-4eeb-acd5-c6b6691f8c28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-90aae289-5743-4eeb-acd5-c6b6691f8c28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-90aae289-5743-4eeb-acd5-c6b6691f8c28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-90aae289-5743-4eeb-acd5-c6b6691f8c28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-90aae289-5743-4eeb-acd5-c6b6691f8c28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-90aae289-5743-4eeb-acd5-c6b6691f8c28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-0b0c29bd-39de-48b7-80be-fd4f7e620bcb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161 {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161 {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161 {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-a9f92f44-240f-4e94-8cc4-d229bfcbb161-root {
    text-align: left;
  }


#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9f92f44-240f-4e94-8cc4-d229bfcbb161-root {
    text-align: left;
  }


#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9f92f44-240f-4e94-8cc4-d229bfcbb161-root {
    text-align: left;
  }


#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9f92f44-240f-4e94-8cc4-d229bfcbb161-root {
    text-align: center;
  }


#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a9f92f44-240f-4e94-8cc4-d229bfcbb161-root {
    text-align: center;
  }


#s-a9f92f44-240f-4e94-8cc4-d229bfcbb161.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-45240f58-9b93-46d9-8599-8b660d7ce2e2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-45240f58-9b93-46d9-8599-8b660d7ce2e2 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-45240f58-9b93-46d9-8599-8b660d7ce2e2 {
  min-height: 500px;
}
}
#s-45240f58-9b93-46d9-8599-8b660d7ce2e2 {
  background-image: url(https://i.shgcdn.com/a5dbb5a8-9bdf-4f07-84bf-72212f8b5407/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-45240f58-9b93-46d9-8599-8b660d7ce2e2 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-45240f58-9b93-46d9-8599-8b660d7ce2e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb64a882-520a-4e95-b7d3-61486fc98b3c {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 1200px){#s-eb64a882-520a-4e95-b7d3-61486fc98b3c {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb64a882-520a-4e95-b7d3-61486fc98b3c {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb64a882-520a-4e95-b7d3-61486fc98b3c {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-eb64a882-520a-4e95-b7d3-61486fc98b3c {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-eb64a882-520a-4e95-b7d3-61486fc98b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb64a882-520a-4e95-b7d3-61486fc98b3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1c98c70-6906-4924-9893-1620d4e22532 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1c98c70-6906-4924-9893-1620d4e22532 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-d1c98c70-6906-4924-9893-1620d4e22532 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-d1c98c70-6906-4924-9893-1620d4e22532 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d1c98c70-6906-4924-9893-1620d4e22532 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-d1c98c70-6906-4924-9893-1620d4e22532 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-567f55e2-2933-48a8-8f17-5b6ebe18caaf {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-567f55e2-2933-48a8-8f17-5b6ebe18caaf {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-567f55e2-2933-48a8-8f17-5b6ebe18caaf {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-567f55e2-2933-48a8-8f17-5b6ebe18caaf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-567f55e2-2933-48a8-8f17-5b6ebe18caaf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-567f55e2-2933-48a8-8f17-5b6ebe18caaf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-480f9253-db0e-4aa6-b7ef-69d3af9035dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a-root {
    text-align: left;
  }


#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a-root {
    text-align: left;
  }


#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a-root {
    text-align: left;
  }


#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a-root {
    text-align: center;
  }


#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a-root {
    text-align: center;
  }


#s-4e00e90f-ac2c-44c4-8e3e-3bb04ba8a33a.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-c8e4e421-606d-4c9d-9cc4-36e99e9888bd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8e4e421-606d-4c9d-9cc4-36e99e9888bd {
  min-height: 600px;
}
}@media (max-width: 767px){#s-c8e4e421-606d-4c9d-9cc4-36e99e9888bd {
  min-height: 500px;
}
}
#s-c8e4e421-606d-4c9d-9cc4-36e99e9888bd {
  background-image: url(https://i.shgcdn.com/745259c1-bed6-4d6a-bd04-6105ab09fc8a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c8e4e421-606d-4c9d-9cc4-36e99e9888bd > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-c8e4e421-606d-4c9d-9cc4-36e99e9888bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4929a1c9-8570-4bbf-92f8-56db0fb41652 {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4929a1c9-8570-4bbf-92f8-56db0fb41652 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-4929a1c9-8570-4bbf-92f8-56db0fb41652 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-4929a1c9-8570-4bbf-92f8-56db0fb41652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4929a1c9-8570-4bbf-92f8-56db0fb41652.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f2daf00-f9f0-4b2c-9d80-b56d1d136f03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f2daf00-f9f0-4b2c-9d80-b56d1d136f03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-9f2daf00-f9f0-4b2c-9d80-b56d1d136f03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-9f2daf00-f9f0-4b2c-9d80-b56d1d136f03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-9f2daf00-f9f0-4b2c-9d80-b56d1d136f03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-9f2daf00-f9f0-4b2c-9d80-b56d1d136f03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-b1e0f2ab-c938-4bd9-a0db-c042fe2bb32c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-46555c60-52b3-4227-a632-894e722911e6 {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-46555c60-52b3-4227-a632-894e722911e6:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-46555c60-52b3-4227-a632-894e722911e6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-46555c60-52b3-4227-a632-894e722911e6 {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46555c60-52b3-4227-a632-894e722911e6 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-46555c60-52b3-4227-a632-894e722911e6 {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-46555c60-52b3-4227-a632-894e722911e6-root {
    text-align: left;
  }


#s-46555c60-52b3-4227-a632-894e722911e6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46555c60-52b3-4227-a632-894e722911e6-root {
    text-align: left;
  }


#s-46555c60-52b3-4227-a632-894e722911e6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46555c60-52b3-4227-a632-894e722911e6-root {
    text-align: left;
  }


#s-46555c60-52b3-4227-a632-894e722911e6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46555c60-52b3-4227-a632-894e722911e6-root {
    text-align: center;
  }


#s-46555c60-52b3-4227-a632-894e722911e6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-46555c60-52b3-4227-a632-894e722911e6-root {
    text-align: center;
  }


#s-46555c60-52b3-4227-a632-894e722911e6.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-93aea2da-7800-43d8-bb03-82eed7d61f10 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-93aea2da-7800-43d8-bb03-82eed7d61f10 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-93aea2da-7800-43d8-bb03-82eed7d61f10 {
  min-height: 500px;
}
}
#s-93aea2da-7800-43d8-bb03-82eed7d61f10 {
  background-image: url(https://i.shgcdn.com/163cd36f-949e-4603-9594-c464ccced3e6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-93aea2da-7800-43d8-bb03-82eed7d61f10 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-93aea2da-7800-43d8-bb03-82eed7d61f10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ec50114-ced1-4f6e-8290-584335e23d9f {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 1200px){#s-8ec50114-ced1-4f6e-8290-584335e23d9f {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ec50114-ced1-4f6e-8290-584335e23d9f {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ec50114-ced1-4f6e-8290-584335e23d9f {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-8ec50114-ced1-4f6e-8290-584335e23d9f {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-8ec50114-ced1-4f6e-8290-584335e23d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ec50114-ced1-4f6e-8290-584335e23d9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e923191-f340-4a67-8fef-874b3977ad84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e923191-f340-4a67-8fef-874b3977ad84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-1e923191-f340-4a67-8fef-874b3977ad84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1e923191-f340-4a67-8fef-874b3977ad84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1e923191-f340-4a67-8fef-874b3977ad84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-1e923191-f340-4a67-8fef-874b3977ad84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-b0fb560f-89dc-4728-87d0-93fd3c7e41e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353 {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353 {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353 {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-35e92957-ef10-4a28-a7f8-4c8caa9d2353-root {
    text-align: left;
  }


#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35e92957-ef10-4a28-a7f8-4c8caa9d2353-root {
    text-align: left;
  }


#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35e92957-ef10-4a28-a7f8-4c8caa9d2353-root {
    text-align: left;
  }


#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35e92957-ef10-4a28-a7f8-4c8caa9d2353-root {
    text-align: center;
  }


#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-35e92957-ef10-4a28-a7f8-4c8caa9d2353-root {
    text-align: center;
  }


#s-35e92957-ef10-4a28-a7f8-4c8caa9d2353.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-43884807-1e2a-4335-8fe3-858ecfdc42ba {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-43884807-1e2a-4335-8fe3-858ecfdc42ba {
  min-height: 600px;
}
}@media (max-width: 767px){#s-43884807-1e2a-4335-8fe3-858ecfdc42ba {
  min-height: 500px;
}
}
#s-43884807-1e2a-4335-8fe3-858ecfdc42ba {
  background-image: url(https://i.shgcdn.com/d5001e77-1891-41fa-80a0-74c1a53e3c26/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-43884807-1e2a-4335-8fe3-858ecfdc42ba > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-43884807-1e2a-4335-8fe3-858ecfdc42ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b7d440c-5ee9-4a4f-a27c-50315476cf67 {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 1200px){#s-5b7d440c-5ee9-4a4f-a27c-50315476cf67 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b7d440c-5ee9-4a4f-a27c-50315476cf67 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b7d440c-5ee9-4a4f-a27c-50315476cf67 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-5b7d440c-5ee9-4a4f-a27c-50315476cf67 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-5b7d440c-5ee9-4a4f-a27c-50315476cf67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b7d440c-5ee9-4a4f-a27c-50315476cf67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f1a3e72-92e2-410a-a9ee-5e8ee5dbfa2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f1a3e72-92e2-410a-a9ee-5e8ee5dbfa2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-0f1a3e72-92e2-410a-a9ee-5e8ee5dbfa2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0f1a3e72-92e2-410a-a9ee-5e8ee5dbfa2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0f1a3e72-92e2-410a-a9ee-5e8ee5dbfa2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-0f1a3e72-92e2-410a-a9ee-5e8ee5dbfa2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-2468e5dd-f658-4a4e-93d6-d52c24200c96 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-ba996505-0304-46f5-bc1c-65fe973df770 {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ba996505-0304-46f5-bc1c-65fe973df770:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ba996505-0304-46f5-bc1c-65fe973df770:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ba996505-0304-46f5-bc1c-65fe973df770 {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba996505-0304-46f5-bc1c-65fe973df770 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-ba996505-0304-46f5-bc1c-65fe973df770 {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-ba996505-0304-46f5-bc1c-65fe973df770-root {
    text-align: left;
  }


#s-ba996505-0304-46f5-bc1c-65fe973df770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba996505-0304-46f5-bc1c-65fe973df770-root {
    text-align: left;
  }


#s-ba996505-0304-46f5-bc1c-65fe973df770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba996505-0304-46f5-bc1c-65fe973df770-root {
    text-align: left;
  }


#s-ba996505-0304-46f5-bc1c-65fe973df770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba996505-0304-46f5-bc1c-65fe973df770-root {
    text-align: center;
  }


#s-ba996505-0304-46f5-bc1c-65fe973df770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ba996505-0304-46f5-bc1c-65fe973df770-root {
    text-align: center;
  }


#s-ba996505-0304-46f5-bc1c-65fe973df770.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
#s-55356c4a-74ab-4abd-9644-378be32a8a04 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-55356c4a-74ab-4abd-9644-378be32a8a04 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-55356c4a-74ab-4abd-9644-378be32a8a04 {
  min-height: 500px;
}
}
#s-55356c4a-74ab-4abd-9644-378be32a8a04 {
  background-image: url(https://i.shgcdn.com/2d6e1107-ad7e-4d1c-bd9a-343f4ac40b2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-55356c4a-74ab-4abd-9644-378be32a8a04 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.4;
}#s-55356c4a-74ab-4abd-9644-378be32a8a04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5a2f33c-0012-486f-8b8b-36fba9f40159 {
  padding-left: 25%;
padding-right: 25%;
}
@media (min-width: 1200px){#s-d5a2f33c-0012-486f-8b8b-36fba9f40159 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5a2f33c-0012-486f-8b8b-36fba9f40159 {
  padding-left: 10%;
padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5a2f33c-0012-486f-8b8b-36fba9f40159 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-d5a2f33c-0012-486f-8b8b-36fba9f40159 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-d5a2f33c-0012-486f-8b8b-36fba9f40159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5a2f33c-0012-486f-8b8b-36fba9f40159.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20b13ed1-ee1e-4554-b25f-56e517e157aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-20b13ed1-ee1e-4554-b25f-56e517e157aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-20b13ed1-ee1e-4554-b25f-56e517e157aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-20b13ed1-ee1e-4554-b25f-56e517e157aa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 110px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-20b13ed1-ee1e-4554-b25f-56e517e157aa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-20b13ed1-ee1e-4554-b25f-56e517e157aa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-55067a26-9fcb-4409-a531-1844873ab616 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-55067a26-9fcb-4409-a531-1844873ab616 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
}@media (max-width: 767px){#s-55067a26-9fcb-4409-a531-1844873ab616 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
}
#s-55067a26-9fcb-4409-a531-1844873ab616 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-55067a26-9fcb-4409-a531-1844873ab616 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55067a26-9fcb-4409-a531-1844873ab616 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-55067a26-9fcb-4409-a531-1844873ab616 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-55067a26-9fcb-4409-a531-1844873ab616 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954 {
  margin-left: 0px;
padding-top: 10px;
padding-left: 45px;
padding-bottom: 10px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954 {
  margin-top: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}
}@media (max-width: 767px){#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954 {
  margin-top: 2px;
margin-left: auto;
margin-right: auto;
padding-left: 45px;
padding-right: 45px;
max-width: 175px;
text-align: center;
}
}

  #s-c1f951d2-a61b-4d80-abdc-9aa509ae8954-root {
    text-align: left;
  }


#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1f951d2-a61b-4d80-abdc-9aa509ae8954-root {
    text-align: left;
  }


#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1f951d2-a61b-4d80-abdc-9aa509ae8954-root {
    text-align: left;
  }


#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1f951d2-a61b-4d80-abdc-9aa509ae8954-root {
    text-align: center;
  }


#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1f951d2-a61b-4d80-abdc-9aa509ae8954-root {
    text-align: center;
  }


#s-c1f951d2-a61b-4d80-abdc-9aa509ae8954.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
.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-c8068769-ef02-44bb-99c4-f8a62e053f41 {
  text-align: center;
}







  #s-c8068769-ef02-44bb-99c4-f8a62e053f41 img.shogun-image {
    

    
    
    
  }


#s-c8068769-ef02-44bb-99c4-f8a62e053f41 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc961c9-b42d-4d93-bb24-bdbf197b951f {
  padding-top: 34px;
padding-left: 17%;
padding-bottom: 34px;
padding-right: 17%;
min-height: 180px;
background-color: rgba(114, 37, 61, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fdc961c9-b42d-4d93-bb24-bdbf197b951f {
  padding-top: 18px;
padding-left: 2%;
padding-bottom: 18px;
padding-right: 2%;
}
}@media (max-width: 767px){#s-fdc961c9-b42d-4d93-bb24-bdbf197b951f {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}







#s-fdc961c9-b42d-4d93-bb24-bdbf197b951f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdc961c9-b42d-4d93-bb24-bdbf197b951f.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-449d39a9-c988-4871-8b50-871a56d6c9ca {
  min-height: 143px;
}
@media (max-width: 767px){#s-449d39a9-c988-4871-8b50-871a56d6c9ca {
  display: none;
}
#s-449d39a9-c988-4871-8b50-871a56d6c9ca, #wrap-s-449d39a9-c988-4871-8b50-871a56d6c9ca { display: none !important; }}
@media (min-width: 0px) {
[id="s-449d39a9-c988-4871-8b50-871a56d6c9ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-449d39a9-c988-4871-8b50-871a56d6c9ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-449d39a9-c988-4871-8b50-871a56d6c9ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-449d39a9-c988-4871-8b50-871a56d6c9ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-a045a918-737c-4d7e-b5f0-961defe1e5c9 {
  min-height: 50px;
}








#s-a045a918-737c-4d7e-b5f0-961defe1e5c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a045a918-737c-4d7e-b5f0-961defe1e5c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df757894-cbb1-4cda-a438-caf7c2b2bba2 {
  min-height: 90px;
}

@media (min-width: 0px) {
[id="s-df757894-cbb1-4cda-a438-caf7c2b2bba2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df757894-cbb1-4cda-a438-caf7c2b2bba2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 992px) {
[id="s-df757894-cbb1-4cda-a438-caf7c2b2bba2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 1200px) {
[id="s-df757894-cbb1-4cda-a438-caf7c2b2bba2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.5px);
}

}

#s-6550ae43-7af9-4dcb-9b06-442afe25de41 {
  min-height: 143px;
}








#s-6550ae43-7af9-4dcb-9b06-442afe25de41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6550ae43-7af9-4dcb-9b06-442afe25de41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-561b4e0a-f3cb-42e9-bdc6-ea9dc0285120 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-561b4e0a-f3cb-42e9-bdc6-ea9dc0285120 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}






  #s-561b4e0a-f3cb-42e9-bdc6-ea9dc0285120 img.shogun-image {
    

    
    
    
  }


#s-561b4e0a-f3cb-42e9-bdc6-ea9dc0285120 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb1777d0-a851-497c-b113-90f7c65a276b {
  min-height: 143px;
}








#s-cb1777d0-a851-497c-b113-90f7c65a276b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb1777d0-a851-497c-b113-90f7c65a276b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-cb1777d0-a851-497c-b113-90f7c65a276b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb1777d0-a851-497c-b113-90f7c65a276b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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: ;
}

@media (max-width: 767px){#s-dca73569-1162-4eff-92d6-5e943a00dbb7 {
  display: none;
}
#s-dca73569-1162-4eff-92d6-5e943a00dbb7, #wrap-s-dca73569-1162-4eff-92d6-5e943a00dbb7 { display: none !important; }}
@media (min-width: 1200px){#s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0 {
  display: none;
}
#s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0, #wrap-s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0 {
  display: none;
}
#s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0, #wrap-s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0 {
  display: none;
}
#s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0, #wrap-s-0f1fd4ce-d6d3-4ee8-82db-e4344af4a3b0 { display: none !important; }}
#s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585 {
  min-height: 90px;
}

@media (min-width: 0px) {
[id="s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.5px);
}

[id="s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.5px);
}

}

@media (min-width: 992px) {
[id="s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.5px);
}

[id="s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.5px);
}

}

@media (min-width: 1200px) {
[id="s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.5px);
}

[id="s-d100a5df-eb0d-4dd3-a9b3-8dffcdc6a585"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.5px);
}

}

#s-ae3a97f4-8222-4dcd-8426-18160342ff77 {
  min-height: 143px;
}








#s-ae3a97f4-8222-4dcd-8426-18160342ff77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae3a97f4-8222-4dcd-8426-18160342ff77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62da149a-d18a-481d-844d-2f6dafe72042 {
  text-align: center;
}
@media (max-width: 767px){#s-62da149a-d18a-481d-844d-2f6dafe72042 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-62da149a-d18a-481d-844d-2f6dafe72042 img.shogun-image {
    

    
    
    
  }


#s-62da149a-d18a-481d-844d-2f6dafe72042 .shogun-image-content {
  
    align-items: center;
  
}

#s-24b59216-8837-40a4-aa41-ebe8e2658287 {
  min-height: 143px;
}








#s-24b59216-8837-40a4-aa41-ebe8e2658287 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24b59216-8837-40a4-aa41-ebe8e2658287.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-b880f17c-7c15-4a48-bfa8-839fc97639dd {
  display: none;
}
#s-b880f17c-7c15-4a48-bfa8-839fc97639dd, #wrap-s-b880f17c-7c15-4a48-bfa8-839fc97639dd { display: none !important; }}
@media (min-width: 1200px){#s-e3751239-c183-4ad7-b523-d65fbdcfe21f {
  display: none;
}
#s-e3751239-c183-4ad7-b523-d65fbdcfe21f, #wrap-s-e3751239-c183-4ad7-b523-d65fbdcfe21f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3751239-c183-4ad7-b523-d65fbdcfe21f {
  display: none;
}
#s-e3751239-c183-4ad7-b523-d65fbdcfe21f, #wrap-s-e3751239-c183-4ad7-b523-d65fbdcfe21f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3751239-c183-4ad7-b523-d65fbdcfe21f {
  display: none;
}
#s-e3751239-c183-4ad7-b523-d65fbdcfe21f, #wrap-s-e3751239-c183-4ad7-b523-d65fbdcfe21f { display: none !important; }}
#s-728d9969-3dc9-413c-8179-1d00607e7a2b {
  min-height: 143px;
}

@media (min-width: 0px) {
[id="s-728d9969-3dc9-413c-8179-1d00607e7a2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-728d9969-3dc9-413c-8179-1d00607e7a2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.5px);
}

[id="s-728d9969-3dc9-413c-8179-1d00607e7a2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.5px);
}

}

@media (min-width: 992px) {
[id="s-728d9969-3dc9-413c-8179-1d00607e7a2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.5px);
}

[id="s-728d9969-3dc9-413c-8179-1d00607e7a2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.5px);
}

}

@media (min-width: 1200px) {
[id="s-728d9969-3dc9-413c-8179-1d00607e7a2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.5px);
}

[id="s-728d9969-3dc9-413c-8179-1d00607e7a2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.5px);
}

}

#s-0104aa98-b6ac-4ba7-98ef-3524a0635d43 {
  min-height: 143px;
}








#s-0104aa98-b6ac-4ba7-98ef-3524a0635d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0104aa98-b6ac-4ba7-98ef-3524a0635d43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df56c2d4-c706-4416-bf39-67cbb3de882a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-df56c2d4-c706-4416-bf39-67cbb3de882a {
  padding-left: 8%;
padding-right: 8%;
}
}






  #s-df56c2d4-c706-4416-bf39-67cbb3de882a img.shogun-image {
    

    
    
    
  }


#s-df56c2d4-c706-4416-bf39-67cbb3de882a .shogun-image-content {
  
    align-items: center;
  
}

#s-136c56c0-0133-4dd4-a0d1-ba099c65fc72 {
  min-height: 143px;
}








#s-136c56c0-0133-4dd4-a0d1-ba099c65fc72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136c56c0-0133-4dd4-a0d1-ba099c65fc72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-aa77ef9c-0cf3-46ca-838f-ec5515462745 {
  display: none;
}
#s-aa77ef9c-0cf3-46ca-838f-ec5515462745, #wrap-s-aa77ef9c-0cf3-46ca-838f-ec5515462745 { display: none !important; }}
@media (min-width: 1200px){#s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f {
  display: none;
}
#s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f, #wrap-s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f {
  display: none;
}
#s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f, #wrap-s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f {
  display: none;
}
#s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f, #wrap-s-3234ad4d-b6b3-4d1f-8b0e-1ab25f265a6f { display: none !important; }}
@media (min-width: 1200px){#s-4e2a0180-90d1-409c-a7fe-1f4391826d1b {
  display: none;
}
#s-4e2a0180-90d1-409c-a7fe-1f4391826d1b, #wrap-s-4e2a0180-90d1-409c-a7fe-1f4391826d1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e2a0180-90d1-409c-a7fe-1f4391826d1b {
  display: none;
}
#s-4e2a0180-90d1-409c-a7fe-1f4391826d1b, #wrap-s-4e2a0180-90d1-409c-a7fe-1f4391826d1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e2a0180-90d1-409c-a7fe-1f4391826d1b {
  display: none;
}
#s-4e2a0180-90d1-409c-a7fe-1f4391826d1b, #wrap-s-4e2a0180-90d1-409c-a7fe-1f4391826d1b { display: none !important; }}
@media (min-width: 0px) {
[id="s-4e2a0180-90d1-409c-a7fe-1f4391826d1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e2a0180-90d1-409c-a7fe-1f4391826d1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e2a0180-90d1-409c-a7fe-1f4391826d1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e2a0180-90d1-409c-a7fe-1f4391826d1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-70a73c9b-03b2-4538-9940-2b38f4ab8eb5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-70a73c9b-03b2-4538-9940-2b38f4ab8eb5 {
  margin-bottom: 20px;
}
}







#s-70a73c9b-03b2-4538-9940-2b38f4ab8eb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70a73c9b-03b2-4538-9940-2b38f4ab8eb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6e1ec03e-9e61-4970-b7f1-22d97ff63cdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e1ec03e-9e61-4970-b7f1-22d97ff63cdc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 992px) {
[id="s-6e1ec03e-9e61-4970-b7f1-22d97ff63cdc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e1ec03e-9e61-4970-b7f1-22d97ff63cdc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.5px);
}

}

#s-6890f31c-0acd-476f-b2eb-7671f890883d {
  min-height: 143px;
}








#s-6890f31c-0acd-476f-b2eb-7671f890883d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6890f31c-0acd-476f-b2eb-7671f890883d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff25c8b1-8b47-4ff7-b3eb-a6c7f9e80dc9 {
  text-align: center;
}
@media (max-width: 767px){#s-ff25c8b1-8b47-4ff7-b3eb-a6c7f9e80dc9 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-ff25c8b1-8b47-4ff7-b3eb-a6c7f9e80dc9 img.shogun-image {
    

    
    
    
  }


#s-ff25c8b1-8b47-4ff7-b3eb-a6c7f9e80dc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-47e014fb-c115-435b-af0b-4e00491b7ee3 {
  margin-top: 25px;
min-height: 0px;
}








#s-47e014fb-c115-435b-af0b-4e00491b7ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47e014fb-c115-435b-af0b-4e00491b7ee3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-33ac9011-2d23-4f46-a820-b41aff5b55b2 {
  display: none;
}
#s-33ac9011-2d23-4f46-a820-b41aff5b55b2, #wrap-s-33ac9011-2d23-4f46-a820-b41aff5b55b2 { display: none !important; }}
@media (min-width: 1200px){#s-e417d89e-4e04-4283-b6ef-3f287439ece6 {
  display: none;
}
#s-e417d89e-4e04-4283-b6ef-3f287439ece6, #wrap-s-e417d89e-4e04-4283-b6ef-3f287439ece6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e417d89e-4e04-4283-b6ef-3f287439ece6 {
  display: none;
}
#s-e417d89e-4e04-4283-b6ef-3f287439ece6, #wrap-s-e417d89e-4e04-4283-b6ef-3f287439ece6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e417d89e-4e04-4283-b6ef-3f287439ece6 {
  display: none;
}
#s-e417d89e-4e04-4283-b6ef-3f287439ece6, #wrap-s-e417d89e-4e04-4283-b6ef-3f287439ece6 { display: none !important; }}
#s-97271061-9d5d-449a-9a1b-948950faba61 {
  min-height: 90px;
}

@media (min-width: 0px) {
[id="s-97271061-9d5d-449a-9a1b-948950faba61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97271061-9d5d-449a-9a1b-948950faba61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.5px);
}

[id="s-97271061-9d5d-449a-9a1b-948950faba61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.5px);
}

}

@media (min-width: 992px) {
[id="s-97271061-9d5d-449a-9a1b-948950faba61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.5px);
}

[id="s-97271061-9d5d-449a-9a1b-948950faba61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.5px);
}

}

@media (min-width: 1200px) {
[id="s-97271061-9d5d-449a-9a1b-948950faba61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.5px);
}

[id="s-97271061-9d5d-449a-9a1b-948950faba61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.5px);
}

}

#s-ace4e837-51a6-4980-a7e6-1dc0228aa7ff {
  min-height: 143px;
}








#s-ace4e837-51a6-4980-a7e6-1dc0228aa7ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ace4e837-51a6-4980-a7e6-1dc0228aa7ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75fcf929-736f-4ea9-b6ee-064653eb9481 {
  text-align: center;
}
@media (max-width: 767px){#s-75fcf929-736f-4ea9-b6ee-064653eb9481 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-75fcf929-736f-4ea9-b6ee-064653eb9481 img.shogun-image {
    

    
    
    
  }


#s-75fcf929-736f-4ea9-b6ee-064653eb9481 .shogun-image-content {
  
    align-items: center;
  
}

#s-42f36785-7e95-4f69-a782-574e86e9164d {
  margin-top: 25px;
min-height: 0px;
}
@media (max-width: 767px){#s-42f36785-7e95-4f69-a782-574e86e9164d {
  margin-bottom: 20px;
}
}







#s-42f36785-7e95-4f69-a782-574e86e9164d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f36785-7e95-4f69-a782-574e86e9164d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-cb989cd4-e812-4942-9f03-9914e02c064c {
  display: none;
}
#s-cb989cd4-e812-4942-9f03-9914e02c064c, #wrap-s-cb989cd4-e812-4942-9f03-9914e02c064c { display: none !important; }}
@media (min-width: 1200px){#s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142 {
  display: none;
}
#s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142, #wrap-s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142 {
  display: none;
}
#s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142, #wrap-s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142 {
  display: none;
}
#s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142, #wrap-s-9a24ea8c-a4cc-40a0-b32a-5d2745dfc142 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cf4ca0fd-4a3d-4190-9a27-cf7b4495533d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf4ca0fd-4a3d-4190-9a27-cf7b4495533d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf4ca0fd-4a3d-4190-9a27-cf7b4495533d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf4ca0fd-4a3d-4190-9a27-cf7b4495533d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf4ca0fd-4a3d-4190-9a27-cf7b4495533d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf4ca0fd-4a3d-4190-9a27-cf7b4495533d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf4ca0fd-4a3d-4190-9a27-cf7b4495533d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}








#s-f95663e8-b1b4-4ac0-b11c-bfc7bb36561a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f95663e8-b1b4-4ac0-b11c-bfc7bb36561a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f8c2f34-1f98-4c4f-8390-4949afe032af {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f8c2f34-1f98-4c4f-8390-4949afe032af {
  padding-left: 8%;
padding-right: 8%;
}
}






  #s-1f8c2f34-1f98-4c4f-8390-4949afe032af img.shogun-image {
    

    
    
    
  }


#s-1f8c2f34-1f98-4c4f-8390-4949afe032af .shogun-image-content {
  
    align-items: center;
  
}

#s-93baf22d-73a5-45a0-a5d6-f27c8b615dd6 {
  margin-top: 25px;
min-height: 0px;
}








#s-93baf22d-73a5-45a0-a5d6-f27c8b615dd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93baf22d-73a5-45a0-a5d6-f27c8b615dd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-bf4354bc-e351-4b01-b18e-2168e1c54837 {
  display: none;
}
#s-bf4354bc-e351-4b01-b18e-2168e1c54837, #wrap-s-bf4354bc-e351-4b01-b18e-2168e1c54837 { display: none !important; }}
@media (min-width: 1200px){#s-d0bd03b1-1955-46cd-a7ed-923cb0084873 {
  display: none;
}
#s-d0bd03b1-1955-46cd-a7ed-923cb0084873, #wrap-s-d0bd03b1-1955-46cd-a7ed-923cb0084873 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0bd03b1-1955-46cd-a7ed-923cb0084873 {
  display: none;
}
#s-d0bd03b1-1955-46cd-a7ed-923cb0084873, #wrap-s-d0bd03b1-1955-46cd-a7ed-923cb0084873 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0bd03b1-1955-46cd-a7ed-923cb0084873 {
  display: none;
}
#s-d0bd03b1-1955-46cd-a7ed-923cb0084873, #wrap-s-d0bd03b1-1955-46cd-a7ed-923cb0084873 { display: none !important; }}
#s-efbcf26b-b8e5-49fb-8c57-060ed7e11432 {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efbcf26b-b8e5-49fb-8c57-060ed7e11432 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-efbcf26b-b8e5-49fb-8c57-060ed7e11432 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-efbcf26b-b8e5-49fb-8c57-060ed7e11432 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efbcf26b-b8e5-49fb-8c57-060ed7e11432.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0c96de64-2ff1-47f5-b166-77302b08097e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c96de64-2ff1-47f5-b166-77302b08097e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c96de64-2ff1-47f5-b166-77302b08097e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c96de64-2ff1-47f5-b166-77302b08097e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c96de64-2ff1-47f5-b166-77302b08097e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c96de64-2ff1-47f5-b166-77302b08097e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c96de64-2ff1-47f5-b166-77302b08097e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-585bd4af-519c-499c-9bcd-68b71fe6c909 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-585bd4af-519c-499c-9bcd-68b71fe6c909 {
  margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-585bd4af-519c-499c-9bcd-68b71fe6c909 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-585bd4af-519c-499c-9bcd-68b71fe6c909 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-06446576-9b71-450b-914d-330cfa6994e6 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-06446576-9b71-450b-914d-330cfa6994e6 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06446576-9b71-450b-914d-330cfa6994e6 {
  margin-top: 10px;
}
}
#s-87548043-afdb-4c25-baed-b4f8f2236b53 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-87548043-afdb-4c25-baed-b4f8f2236b53:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-87548043-afdb-4c25-baed-b4f8f2236b53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87548043-afdb-4c25-baed-b4f8f2236b53-root {
    text-align: left;
  }


#s-87548043-afdb-4c25-baed-b4f8f2236b53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87548043-afdb-4c25-baed-b4f8f2236b53-root {
    text-align: left;
  }


#s-87548043-afdb-4c25-baed-b4f8f2236b53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87548043-afdb-4c25-baed-b4f8f2236b53-root {
    text-align: left;
  }


#s-87548043-afdb-4c25-baed-b4f8f2236b53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87548043-afdb-4c25-baed-b4f8f2236b53-root {
    text-align: left;
  }


#s-87548043-afdb-4c25-baed-b4f8f2236b53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87548043-afdb-4c25-baed-b4f8f2236b53-root {
    text-align: left;
  }


#s-87548043-afdb-4c25-baed-b4f8f2236b53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53c8e6b6-6668-487e-b888-8b98673d41c2 {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53c8e6b6-6668-487e-b888-8b98673d41c2 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-53c8e6b6-6668-487e-b888-8b98673d41c2 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-53c8e6b6-6668-487e-b888-8b98673d41c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53c8e6b6-6668-487e-b888-8b98673d41c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7a86a6d-37cd-412d-9e1c-6a75dfad630f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7a86a6d-37cd-412d-9e1c-6a75dfad630f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-fce4b4a9-62d3-46c1-ad77-9798d85a80f6 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-fce4b4a9-62d3-46c1-ad77-9798d85a80f6 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fce4b4a9-62d3-46c1-ad77-9798d85a80f6 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-adc5d6b3-2fe5-4b87-8ae9-299170932a25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adc5d6b3-2fe5-4b87-8ae9-299170932a25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-adc5d6b3-2fe5-4b87-8ae9-299170932a25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc5d6b3-2fe5-4b87-8ae9-299170932a25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-53dbdc81-fd95-4399-b97c-6836ab7926e3 {
  margin-bottom: 25px;
text-align: center;
}
@media (max-width: 767px){#s-53dbdc81-fd95-4399-b97c-6836ab7926e3 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-53dbdc81-fd95-4399-b97c-6836ab7926e3 img.shogun-image {
    

    
    
    
  }


#s-53dbdc81-fd95-4399-b97c-6836ab7926e3 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-7936ac8f-63ef-4d72-9568-9ca7361172dc {
  margin-bottom: 30px;
}
}
#s-dfcd71bb-fd19-4435-a24a-127fb097034e {
  margin-bottom: 25px;
text-align: center;
}
@media (max-width: 767px){#s-dfcd71bb-fd19-4435-a24a-127fb097034e {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-dfcd71bb-fd19-4435-a24a-127fb097034e img.shogun-image {
    

    
    
    
  }


#s-dfcd71bb-fd19-4435-a24a-127fb097034e .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-ae1b1e0d-407a-413b-90e0-d39d55771f1e {
  margin-bottom: 30px;
}
}
#s-a53420ec-ae91-478a-b7ec-b386969daf0d {
  text-align: center;
}
@media (max-width: 767px){#s-a53420ec-ae91-478a-b7ec-b386969daf0d {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-a53420ec-ae91-478a-b7ec-b386969daf0d img.shogun-image {
    

    
    
    
  }


#s-a53420ec-ae91-478a-b7ec-b386969daf0d .shogun-image-content {
  
    align-items: center;
  
}

#s-5653e6a9-e945-4b5d-90e6-56ec19aeaed5 {
  margin-top: 25px;
}

#s-00fcde84-da7e-4ca1-94b7-5764abb7505d {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00fcde84-da7e-4ca1-94b7-5764abb7505d {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-00fcde84-da7e-4ca1-94b7-5764abb7505d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-00fcde84-da7e-4ca1-94b7-5764abb7505d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00fcde84-da7e-4ca1-94b7-5764abb7505d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0d5b9b4-b52c-4396-b40e-e24944bee925 {
  padding-top: 10px;
padding-bottom: 40px;
text-align: center;
}

#s-c0d5b9b4-b52c-4396-b40e-e24944bee925 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1b75ed0b-ed06-47fd-a69d-c3d6e28b13e1 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

.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-b1e883df-ca06-4373-a615-4247ad6f2c3b {
  text-align: left;
}
@media (max-width: 767px){#s-b1e883df-ca06-4373-a615-4247ad6f2c3b {
  padding-left: 20%;
padding-right: 20%;
}
}


.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1e883df-ca06-4373-a615-4247ad6f2c3b img.shogun-image {
  width: 100%;
}



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

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

#s-a3ac0c61-0b24-4c1c-ae52-3f97cbab5b8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3ac0c61-0b24-4c1c-ae52-3f97cbab5b8e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5bb7a83c-22b1-4182-981f-a7bc5251f072 {
  text-align: center;
}

#s-5bb7a83c-22b1-4182-981f-a7bc5251f072 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5bb7a83c-22b1-4182-981f-a7bc5251f072 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5bb7a83c-22b1-4182-981f-a7bc5251f072 .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;
}

.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-49980b06-7ac6-4120-ae1b-f409ffc49bf4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-49980b06-7ac6-4120-ae1b-f409ffc49bf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49980b06-7ac6-4120-ae1b-f409ffc49bf4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-49980b06-7ac6-4120-ae1b-f409ffc49bf4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-49980b06-7ac6-4120-ae1b-f409ffc49bf4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-49980b06-7ac6-4120-ae1b-f409ffc49bf4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-49980b06-7ac6-4120-ae1b-f409ffc49bf4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-32cebeee-479c-4c0d-b19b-795caee71907 {
  text-align: left;
}
@media (max-width: 767px){#s-32cebeee-479c-4c0d-b19b-795caee71907 {
  padding-left: 20%;
padding-right: 20%;
}
}


.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32cebeee-479c-4c0d-b19b-795caee71907 img.shogun-image {
  width: 100%;
}



}
#s-0c5a2ca3-73ec-495f-badd-6f8f653ba08b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c5a2ca3-73ec-495f-badd-6f8f653ba08b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ebfa1cbf-787c-4ce9-8d5c-4aafa2eedcb6 {
  text-align: center;
}

#s-ebfa1cbf-787c-4ce9-8d5c-4aafa2eedcb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebfa1cbf-787c-4ce9-8d5c-4aafa2eedcb6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ebfa1cbf-787c-4ce9-8d5c-4aafa2eedcb6 .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-4cfb09f6-fa3a-4ad0-a9ed-74b9bb384c33 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4cfb09f6-fa3a-4ad0-a9ed-74b9bb384c33:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4cfb09f6-fa3a-4ad0-a9ed-74b9bb384c33:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4cfb09f6-fa3a-4ad0-a9ed-74b9bb384c33 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4cfb09f6-fa3a-4ad0-a9ed-74b9bb384c33.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4cfb09f6-fa3a-4ad0-a9ed-74b9bb384c33.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4cfb09f6-fa3a-4ad0-a9ed-74b9bb384c33.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 {
  text-align: left;
}
@media (max-width: 767px){#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 {
  padding-left: 20%;
padding-right: 20%;
}
}


.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e0e22d2-03f2-4d58-8dde-5cca6137d657 img.shogun-image {
  width: 100%;
}



}
#s-3bf51a47-f47b-4f50-81a1-fcc3d2e85609 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bf51a47-f47b-4f50-81a1-fcc3d2e85609 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-148ed291-9b80-43eb-b39b-44236aab2d4e {
  text-align: center;
}

#s-148ed291-9b80-43eb-b39b-44236aab2d4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-148ed291-9b80-43eb-b39b-44236aab2d4e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-148ed291-9b80-43eb-b39b-44236aab2d4e .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-18c8de31-50fe-41f6-8d7e-238fbc055105 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18c8de31-50fe-41f6-8d7e-238fbc055105:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18c8de31-50fe-41f6-8d7e-238fbc055105:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18c8de31-50fe-41f6-8d7e-238fbc055105 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18c8de31-50fe-41f6-8d7e-238fbc055105.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18c8de31-50fe-41f6-8d7e-238fbc055105.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-18c8de31-50fe-41f6-8d7e-238fbc055105.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 {
  text-align: left;
}
@media (max-width: 767px){#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 {
  padding-left: 20%;
padding-right: 20%;
}
}


.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-008a8366-1e6d-402c-bbd0-0fa5729e5530 img.shogun-image {
  width: 100%;
}



}
#s-9dcd0e89-b001-4708-83ea-4ce8d9cf7222 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dcd0e89-b001-4708-83ea-4ce8d9cf7222 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-024f5b7f-317e-4e15-af00-94f3f47a878e {
  text-align: center;
}

#s-024f5b7f-317e-4e15-af00-94f3f47a878e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-024f5b7f-317e-4e15-af00-94f3f47a878e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-024f5b7f-317e-4e15-af00-94f3f47a878e .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-07136fdb-075f-45c3-a90d-b27e4f5eebc0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-07136fdb-075f-45c3-a90d-b27e4f5eebc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07136fdb-075f-45c3-a90d-b27e4f5eebc0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07136fdb-075f-45c3-a90d-b27e4f5eebc0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07136fdb-075f-45c3-a90d-b27e4f5eebc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07136fdb-075f-45c3-a90d-b27e4f5eebc0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-07136fdb-075f-45c3-a90d-b27e4f5eebc0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea4d5139-bc39-43d0-a148-57f097d28051 {
  text-align: left;
}
@media (max-width: 767px){#s-ea4d5139-bc39-43d0-a148-57f097d28051 {
  padding-left: 20%;
padding-right: 20%;
}
}


.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea4d5139-bc39-43d0-a148-57f097d28051 img.shogun-image {
  width: 100%;
}



}
#s-25f5972b-9c48-441a-b1d6-fea539af3e27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25f5972b-9c48-441a-b1d6-fea539af3e27 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-66a2d060-498b-477d-8466-a4874e8d5af7 {
  text-align: center;
}

#s-66a2d060-498b-477d-8466-a4874e8d5af7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66a2d060-498b-477d-8466-a4874e8d5af7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-66a2d060-498b-477d-8466-a4874e8d5af7 .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-f0fcb8ed-8add-4255-a33c-01b6ae10b391 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f0fcb8ed-8add-4255-a33c-01b6ae10b391:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0fcb8ed-8add-4255-a33c-01b6ae10b391:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0fcb8ed-8add-4255-a33c-01b6ae10b391 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f0fcb8ed-8add-4255-a33c-01b6ae10b391.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f0fcb8ed-8add-4255-a33c-01b6ae10b391.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f0fcb8ed-8add-4255-a33c-01b6ae10b391.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-688af520-f8ac-4231-9f86-c85194de397e {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-688af520-f8ac-4231-9f86-c85194de397e {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-688af520-f8ac-4231-9f86-c85194de397e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688af520-f8ac-4231-9f86-c85194de397e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-12a3d155-c8cc-431d-8f70-41b9bf0a783e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12a3d155-c8cc-431d-8f70-41b9bf0a783e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12a3d155-c8cc-431d-8f70-41b9bf0a783e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12a3d155-c8cc-431d-8f70-41b9bf0a783e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e69bd86e-681e-4f92-9e75-faf6b5f73c24 {
  text-align: center;
}







  #s-e69bd86e-681e-4f92-9e75-faf6b5f73c24 img.shogun-image {
    

    
    
    
  }


#s-e69bd86e-681e-4f92-9e75-faf6b5f73c24 .shogun-image-content {
  
    align-items: center;
  
}

#s-1352a676-555b-43cd-a1fd-7c4ff12a41bc {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1352a676-555b-43cd-a1fd-7c4ff12a41bc {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-1352a676-555b-43cd-a1fd-7c4ff12a41bc {
  padding-left: 14%;
padding-right: 14%;
}
}







#s-1352a676-555b-43cd-a1fd-7c4ff12a41bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1352a676-555b-43cd-a1fd-7c4ff12a41bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8413d2a-0c9f-4971-8a50-107cbe817fc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a8413d2a-0c9f-4971-8a50-107cbe817fc3 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8413d2a-0c9f-4971-8a50-107cbe817fc3 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-a8413d2a-0c9f-4971-8a50-107cbe817fc3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-8c10927c-d11c-4127-acd3-6f06fbadfb56 {
  padding-bottom: 40px;
}

#s-98b6134e-95f2-46b6-bdb1-1d8e8f7a0653 {
  padding-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-98b6134e-95f2-46b6-bdb1-1d8e8f7a0653"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98b6134e-95f2-46b6-bdb1-1d8e8f7a0653"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-98b6134e-95f2-46b6-bdb1-1d8e8f7a0653"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-98b6134e-95f2-46b6-bdb1-1d8e8f7a0653"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

}

#s-2715ca5b-1fda-49f4-bf4c-ead63c2fe791 {
  min-height: 260px;
}








#s-2715ca5b-1fda-49f4-bf4c-ead63c2fe791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2715ca5b-1fda-49f4-bf4c-ead63c2fe791.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d80c99c-79f6-43f9-a0ac-7c80c308ea2a {
  text-align: center;
}
@media (max-width: 767px){#s-9d80c99c-79f6-43f9-a0ac-7c80c308ea2a {
  padding-left: 10%;
padding-right: 10%;
}
}






  #s-9d80c99c-79f6-43f9-a0ac-7c80c308ea2a img.shogun-image {
    

    
    
    
  }


#s-9d80c99c-79f6-43f9-a0ac-7c80c308ea2a .shogun-image-content {
  
    align-items: center;
  
}

#s-b121c6ee-683d-4299-ace4-d20fa5afc4b6 {
  min-height: 200px;
}








#s-b121c6ee-683d-4299-ace4-d20fa5afc4b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b121c6ee-683d-4299-ace4-d20fa5afc4b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8c43be34-7959-4083-832e-a824113ea2e0 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 35px;
}

#s-a706f609-57c5-4989-9780-47193eed43fa {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-565a0ecc-9722-4b61-881a-85cd57f5e32c {
  min-height: 260px;
}








#s-565a0ecc-9722-4b61-881a-85cd57f5e32c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-565a0ecc-9722-4b61-881a-85cd57f5e32c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed874b5f-8250-4bf3-9564-ebe3f64c6a98 {
  text-align: center;
}







  #s-ed874b5f-8250-4bf3-9564-ebe3f64c6a98 img.shogun-image {
    

    
    
    
  }


#s-ed874b5f-8250-4bf3-9564-ebe3f64c6a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-d693a880-9e16-4b00-b6b3-870b4a7ccac9 {
  min-height: 200px;
}








#s-d693a880-9e16-4b00-b6b3-870b4a7ccac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d693a880-9e16-4b00-b6b3-870b4a7ccac9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a5052ea-e8cb-4400-b831-8e83e552ae8c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 35px;
}

#s-ecc6a04b-ee42-41ae-9d3c-59bb3c813dae {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-bc8545c0-cf1b-4375-ad8e-bd46421cf47a {
  min-height: 260px;
}








#s-bc8545c0-cf1b-4375-ad8e-bd46421cf47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc8545c0-cf1b-4375-ad8e-bd46421cf47a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-733f90e1-ffc3-494d-a04f-089264674e0b {
  text-align: center;
}







  #s-733f90e1-ffc3-494d-a04f-089264674e0b img.shogun-image {
    

    
    
    
  }


#s-733f90e1-ffc3-494d-a04f-089264674e0b .shogun-image-content {
  
    align-items: center;
  
}

#s-d6e31011-5211-4006-8669-72f683c7e9f4 {
  min-height: 200px;
}








#s-d6e31011-5211-4006-8669-72f683c7e9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6e31011-5211-4006-8669-72f683c7e9f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-22d49570-98df-4ad1-ab45-d30102f21d98 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 35px;
}

#s-187432a4-3672-4705-8426-c7386a8104da {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 85px;
}

#s-0c7d902a-a837-4c65-9c60-aad4e129abb1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c7d902a-a837-4c65-9c60-aad4e129abb1 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-0c7d902a-a837-4c65-9c60-aad4e129abb1 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-0c7d902a-a837-4c65-9c60-aad4e129abb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c7d902a-a837-4c65-9c60-aad4e129abb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d3eda6a-224f-4909-961b-6feb0882e1fc {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3d3eda6a-224f-4909-961b-6feb0882e1fc {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d3eda6a-224f-4909-961b-6feb0882e1fc {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-3d3eda6a-224f-4909-961b-6feb0882e1fc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-cf1e9d07-1ecd-4601-b689-0035626ce5f6 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-cf1e9d07-1ecd-4601-b689-0035626ce5f6 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf1e9d07-1ecd-4601-b689-0035626ce5f6 {
  padding-left: 10%;
padding-right: 10%;
}
}
.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-bbe3749a-728c-4628-b9b0-c67f75dacfa7 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 34%;
padding-bottom: 40px;
padding-right: 34%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbe3749a-728c-4628-b9b0-c67f75dacfa7 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-bbe3749a-728c-4628-b9b0-c67f75dacfa7 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-bbe3749a-728c-4628-b9b0-c67f75dacfa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbe3749a-728c-4628-b9b0-c67f75dacfa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e9c72d4-7fbf-4691-8d46-83ce332eacd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e9c72d4-7fbf-4691-8d46-83ce332eacd5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-725fded5-ac96-4c6e-aeed-255361a90f95 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-725fded5-ac96-4c6e-aeed-255361a90f95 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-725fded5-ac96-4c6e-aeed-255361a90f95 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
  justify-content: center;
}

#s-725fded5-ac96-4c6e-aeed-255361a90f95 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 255, 255, 1);
}

#s-725fded5-ac96-4c6e-aeed-255361a90f95 .shogun-form-error-msg-container, #s-725fded5-ac96-4c6e-aeed-255361a90f95 .shogun-form-field-error-msg-container {
  display: none;
}

#s-725fded5-ac96-4c6e-aeed-255361a90f95 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-725fded5-ac96-4c6e-aeed-255361a90f95 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-684bc207-8bac-40f9-b286-331b23dd7898  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: rgba(26, 26, 26, 1);
  
  
  
  
}

#s-684bc207-8bac-40f9-b286-331b23dd7898  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(255, 255, 255, 1);
  
  
  
  
}


#s-684bc207-8bac-40f9-b286-331b23dd7898 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-684bc207-8bac-40f9-b286-331b23dd7898 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-69283338-76c9-4456-bb6c-f313d9dcc50a {
  margin-top: 20px;
}

.shogun-recaptcha-error-msg {
  visibility: hidden;
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-83b4916f-aa7f-4e5d-b1ba-8788de9d0426 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(114, 37, 61, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-83b4916f-aa7f-4e5d-b1ba-8788de9d0426:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83b4916f-aa7f-4e5d-b1ba-8788de9d0426:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-83b4916f-aa7f-4e5d-b1ba-8788de9d0426[disabled],
#s-83b4916f-aa7f-4e5d-b1ba-8788de9d0426[disabled]:hover,
#s-83b4916f-aa7f-4e5d-b1ba-8788de9d0426[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-83b4916f-aa7f-4e5d-b1ba-8788de9d0426 {
  display:  inline-block ;
  width:  auto ;
}


#s-31078237-255a-476c-957d-583a9324f9da {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31078237-255a-476c-957d-583a9324f9da {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-31078237-255a-476c-957d-583a9324f9da {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-31078237-255a-476c-957d-583a9324f9da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31078237-255a-476c-957d-583a9324f9da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-66410081-799e-4499-bef5-b1de45281304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66410081-799e-4499-bef5-b1de45281304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66410081-799e-4499-bef5-b1de45281304"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66410081-799e-4499-bef5-b1de45281304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66410081-799e-4499-bef5-b1de45281304"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66410081-799e-4499-bef5-b1de45281304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-66410081-799e-4499-bef5-b1de45281304"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-da32c0ac-7595-4a66-91a1-c2f875d2477f {
  text-align: center;
}
@media (max-width: 767px){#s-da32c0ac-7595-4a66-91a1-c2f875d2477f {
  padding-left: 20%;
padding-right: 20%;
}
}







#s-da32c0ac-7595-4a66-91a1-c2f875d2477f .shogun-image-content {
  
    align-items: center;
  
}

#s-01ff89b0-aa55-4dec-8740-ed03a24cbf0b {
  padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}
@media (max-width: 767px){#s-01ff89b0-aa55-4dec-8740-ed03a24cbf0b {
  margin-top: 30px;
}
}
#s-01ff89b0-aa55-4dec-8740-ed03a24cbf0b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-d91c0d84-d5d7-4c51-907f-cc4b7022d74f {
  margin-bottom: 25px;
}

#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-599e1ebe-fd5e-496e-9eaf-15efd90d5424-root {
    text-align: left;
  }


#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-599e1ebe-fd5e-496e-9eaf-15efd90d5424-root {
    text-align: left;
  }


#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-599e1ebe-fd5e-496e-9eaf-15efd90d5424-root {
    text-align: left;
  }


#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-599e1ebe-fd5e-496e-9eaf-15efd90d5424-root {
    text-align: left;
  }


#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-599e1ebe-fd5e-496e-9eaf-15efd90d5424-root {
    text-align: left;
  }


#s-599e1ebe-fd5e-496e-9eaf-15efd90d5424.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a2c45bf8-f356-45e2-862e-27bf5e746668 {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2c45bf8-f356-45e2-862e-27bf5e746668 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-a2c45bf8-f356-45e2-862e-27bf5e746668 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a2c45bf8-f356-45e2-862e-27bf5e746668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2c45bf8-f356-45e2-862e-27bf5e746668.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d92231a7-54bb-4740-b9b7-b2e343062b99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d92231a7-54bb-4740-b9b7-b2e343062b99 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-f37ae3dc-652d-44a0-88f7-be5b7e118b77 {
  padding-bottom: 40px;
}
@media (min-width: 1200px){#s-f37ae3dc-652d-44a0-88f7-be5b7e118b77 {
  padding-left: 10%;
padding-right: 13%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f37ae3dc-652d-44a0-88f7-be5b7e118b77 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-17e16575-3dcb-4251-abc1-a46e67ade9ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17e16575-3dcb-4251-abc1-a46e67ade9ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17e16575-3dcb-4251-abc1-a46e67ade9ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17e16575-3dcb-4251-abc1-a46e67ade9ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c0c33b7b-9940-43e6-9a4e-d7046b398542 {
  margin-top: 0px;
margin-bottom: 25px;
text-align: center;
}
@media (max-width: 767px){#s-c0c33b7b-9940-43e6-9a4e-d7046b398542 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-c0c33b7b-9940-43e6-9a4e-d7046b398542 img.shogun-image {
    

    
    
    
  }


#s-c0c33b7b-9940-43e6-9a4e-d7046b398542 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-14dd98b8-c1c7-4350-a81c-0df50f7fe26d {
  margin-bottom: 30px;
}
}
#s-4f5602cc-fd0b-4d6c-b066-4d350cb27eeb {
  margin-bottom: 25px;
text-align: center;
}
@media (max-width: 767px){#s-4f5602cc-fd0b-4d6c-b066-4d350cb27eeb {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-4f5602cc-fd0b-4d6c-b066-4d350cb27eeb img.shogun-image {
    

    
    
    
  }


#s-4f5602cc-fd0b-4d6c-b066-4d350cb27eeb .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-d3dc8863-734b-4733-9095-54b9c810b32c {
  margin-top: 30px;
margin-bottom: 30px;
}
}
#s-f33cfbb4-3263-4ce6-819b-3a3b29003a07 {
  margin-bottom: 25px;
text-align: center;
}
@media (max-width: 767px){#s-f33cfbb4-3263-4ce6-819b-3a3b29003a07 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-f33cfbb4-3263-4ce6-819b-3a3b29003a07 img.shogun-image {
    

    
    
    
  }


#s-f33cfbb4-3263-4ce6-819b-3a3b29003a07 .shogun-image-content {
  
    align-items: center;
  
}

#s-d86f1233-4ffa-45fb-b475-ff9641592b05 {
  margin-bottom: 0px;
}

#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ebe2868-9b5c-4840-8fd8-e670c00e7083-root {
    text-align: center;
  }


#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ebe2868-9b5c-4840-8fd8-e670c00e7083-root {
    text-align: center;
  }


#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ebe2868-9b5c-4840-8fd8-e670c00e7083-root {
    text-align: center;
  }


#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ebe2868-9b5c-4840-8fd8-e670c00e7083-root {
    text-align: center;
  }


#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ebe2868-9b5c-4840-8fd8-e670c00e7083-root {
    text-align: center;
  }


#s-2ebe2868-9b5c-4840-8fd8-e670c00e7083.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a70077b8-b4d7-48f4-a812-be4ec928c968 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 34%;
padding-right: 34%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-a70077b8-b4d7-48f4-a812-be4ec928c968 {
  padding-left: 25%;
padding-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a70077b8-b4d7-48f4-a812-be4ec928c968 {
  padding-left: 25%;
padding-right: 25%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a70077b8-b4d7-48f4-a812-be4ec928c968 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-a70077b8-b4d7-48f4-a812-be4ec928c968 {
  padding-left: 5%;
padding-right: 5%;
min-height: 500px;
}
}







#s-a70077b8-b4d7-48f4-a812-be4ec928c968 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
}#s-a70077b8-b4d7-48f4-a812-be4ec928c968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29631681-f5d7-4b04-85cf-59ea825347cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29631681-f5d7-4b04-85cf-59ea825347cc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-3cda3cc6-027d-4eac-8359-d2fd5ba852a2 {
  margin-top: 30px;
}

#s-5c871843-9a15-4a12-a795-5cadb68ee4ab {
  margin-top: 30px;
}

#s-75ca0979-90f2-4982-aa30-11ca9e420fa4 {
  margin-top: 5px;
}

#s-8d923885-c6d6-440f-b76d-5dc7499c5b1e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d923885-c6d6-440f-b76d-5dc7499c5b1e {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-8d923885-c6d6-440f-b76d-5dc7499c5b1e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-8d923885-c6d6-440f-b76d-5dc7499c5b1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d923885-c6d6-440f-b76d-5dc7499c5b1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a8a2348f-50ce-40a4-8714-bb281ffb2832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8a2348f-50ce-40a4-8714-bb281ffb2832"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8a2348f-50ce-40a4-8714-bb281ffb2832"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8a2348f-50ce-40a4-8714-bb281ffb2832"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8a2348f-50ce-40a4-8714-bb281ffb2832"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8a2348f-50ce-40a4-8714-bb281ffb2832"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8a2348f-50ce-40a4-8714-bb281ffb2832"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3bd7bfe2-ab7f-4234-b5fb-937ce9bc1db2 {
  text-align: center;
}
@media (max-width: 767px){#s-3bd7bfe2-ab7f-4234-b5fb-937ce9bc1db2 {
  padding-left: 20%;
padding-right: 20%;
}
}







#s-3bd7bfe2-ab7f-4234-b5fb-937ce9bc1db2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aa64fbc-157c-4b64-953f-7fb072072cb3 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: left;
}
@media (max-width: 767px){#s-6aa64fbc-157c-4b64-953f-7fb072072cb3 {
  margin-top: 30px;
}
}
#s-6aa64fbc-157c-4b64-953f-7fb072072cb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-2a07f0cd-c7e5-4494-b832-b6a7984224c2 {
  margin-bottom: 25px;
}

#s-9106a9f0-3da8-4495-a774-e2ec051dd2fb {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9106a9f0-3da8-4495-a774-e2ec051dd2fb {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-9106a9f0-3da8-4495-a774-e2ec051dd2fb {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9106a9f0-3da8-4495-a774-e2ec051dd2fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9106a9f0-3da8-4495-a774-e2ec051dd2fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9080c537-8126-46ff-ba24-49f1168b255a {
  padding-top: 10px;
padding-bottom: 35px;
text-align: center;
}

#s-9080c537-8126-46ff-ba24-49f1168b255a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-785af3c1-2102-4eba-ad8b-adb1e3d24b47 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-785af3c1-2102-4eba-ad8b-adb1e3d24b47 .shg-sld-dot {
  background-color: rgba(114, 37, 61, 1);
}

#s-785af3c1-2102-4eba-ad8b-adb1e3d24b47 .shg-sld-nav-button.shg-sld-left,
#s-785af3c1-2102-4eba-ad8b-adb1e3d24b47 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(114, 37, 61, 1);
}

#s-eb42bd3b-8a54-4c2b-9b05-7e96c073b795 {
  padding-left: 10%;
padding-right: 10%;
}

#s-d5f9af4c-3da6-4367-b6af-4a87238110cc {
  padding-left: 10%;
padding-right: 10%;
}

#s-6fcdbd2b-d7bb-46e6-9e3e-b8cfaa8d86ea {
  padding-left: 10%;
padding-right: 10%;
}

#s-87b290e5-6df1-4af6-a793-326a4211e59b {
  padding-left: 10%;
padding-right: 10%;
}

#s-91239e89-6331-4c8b-a6aa-4a6c2aeb7637 {
  padding-left: 10%;
padding-right: 10%;
}

#s-ea34d158-e011-41f2-b5a5-29136c72cb59 {
  padding-left: 10%;
padding-right: 10%;
}

#s-65c73b6a-6b28-4772-9a71-57128413a1f5 {
  padding-left: 10%;
padding-right: 10%;
}

#s-8ba1062e-0a7d-485a-b91a-aca85f6d8e81 {
  padding-left: 10%;
padding-right: 10%;
}

#s-e60cef3d-cba1-4075-901a-53e6c3a897d0 {
  padding-left: 10%;
padding-right: 10%;
}

#s-6b6eb692-7d58-4464-880f-853eedd14cdc {
  padding-left: 10%;
padding-right: 10%;
}

#s-ccd7f364-ceef-4909-ba8b-b1f26b5f9b0a {
  padding-left: 10%;
padding-right: 10%;
}

#s-803b621e-0432-4b36-838c-12d6a588f01c {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-803b621e-0432-4b36-838c-12d6a588f01c {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-803b621e-0432-4b36-838c-12d6a588f01c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-803b621e-0432-4b36-838c-12d6a588f01c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cf54982f-6908-426a-bd81-ce28e2ef71dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf54982f-6908-426a-bd81-ce28e2ef71dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf54982f-6908-426a-bd81-ce28e2ef71dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf54982f-6908-426a-bd81-ce28e2ef71dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9b280936-da7b-4ba5-8740-98a7ee7a10c5 {
  text-align: center;
}







  #s-9b280936-da7b-4ba5-8740-98a7ee7a10c5 img.shogun-image {
    

    
    
    
  }


#s-9b280936-da7b-4ba5-8740-98a7ee7a10c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-85e31411-2e3e-40db-86f6-070639b7c1d5 {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-85e31411-2e3e-40db-86f6-070639b7c1d5 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-85e31411-2e3e-40db-86f6-070639b7c1d5 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-85e31411-2e3e-40db-86f6-070639b7c1d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e31411-2e3e-40db-86f6-070639b7c1d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac22cf40-8ac8-4b5a-8cbe-2fdcddb33212 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac22cf40-8ac8-4b5a-8cbe-2fdcddb33212 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-0c212d20-0695-4dc5-a185-62289dd3938b {
  padding-bottom: 40px;
}

@media (max-width: 767px){#s-651f3294-d715-46c0-a5d9-767ed52db8fc {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-651f3294-d715-46c0-a5d9-767ed52db8fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-651f3294-d715-46c0-a5d9-767ed52db8fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-651f3294-d715-46c0-a5d9-767ed52db8fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-651f3294-d715-46c0-a5d9-767ed52db8fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1d03f0ea-d7b0-4c85-8712-861e0b366026 {
  min-height: 400px;
}








#s-1d03f0ea-d7b0-4c85-8712-861e0b366026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d03f0ea-d7b0-4c85-8712-861e0b366026.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a755ca5-c4ec-4e44-a1d2-c6fb91337e66 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-7a755ca5-c4ec-4e44-a1d2-c6fb91337e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a755ca5-c4ec-4e44-a1d2-c6fb91337e66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bf88b3a-951c-458f-aad1-371727b63584 {
  min-height: 76px;
background-color: rgba(255, 254, 251, 1);
}








#s-2bf88b3a-951c-458f-aad1-371727b63584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf88b3a-951c-458f-aad1-371727b63584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 24px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7 {
  margin-bottom: 30px;
}
}

  #s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7-root {
    text-align: center;
  }


#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7-root {
    text-align: center;
  }


#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7-root {
    text-align: center;
  }


#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7-root {
    text-align: center;
  }


#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7-root {
    text-align: center;
  }


#s-91d9a0ea-6a5e-4338-9bbd-5e66769867d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3cf65b95-f123-4fb0-8e8f-2169c38a4009 {
  min-height: 400px;
}








#s-3cf65b95-f123-4fb0-8e8f-2169c38a4009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cf65b95-f123-4fb0-8e8f-2169c38a4009.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fbd067f-18cf-4c35-b724-ff6163479d5a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-9fbd067f-18cf-4c35-b724-ff6163479d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fbd067f-18cf-4c35-b724-ff6163479d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93c115c6-0aeb-4e18-a043-8907e988d2b8 {
  min-height: 76px;
background-color: rgba(255, 254, 251, 1);
}








#s-93c115c6-0aeb-4e18-a043-8907e988d2b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c115c6-0aeb-4e18-a043-8907e988d2b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94b35328-2b34-40d1-9670-70346140668b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 24px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-94b35328-2b34-40d1-9670-70346140668b:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-94b35328-2b34-40d1-9670-70346140668b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-94b35328-2b34-40d1-9670-70346140668b {
  margin-bottom: 30px;
}
}

  #s-94b35328-2b34-40d1-9670-70346140668b-root {
    text-align: center;
  }


#s-94b35328-2b34-40d1-9670-70346140668b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-94b35328-2b34-40d1-9670-70346140668b-root {
    text-align: center;
  }


#s-94b35328-2b34-40d1-9670-70346140668b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94b35328-2b34-40d1-9670-70346140668b-root {
    text-align: center;
  }


#s-94b35328-2b34-40d1-9670-70346140668b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94b35328-2b34-40d1-9670-70346140668b-root {
    text-align: center;
  }


#s-94b35328-2b34-40d1-9670-70346140668b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-94b35328-2b34-40d1-9670-70346140668b-root {
    text-align: center;
  }


#s-94b35328-2b34-40d1-9670-70346140668b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-fc500c77-b01e-47d0-9551-8f68ba34765e {
  min-height: 400px;
}








#s-fc500c77-b01e-47d0-9551-8f68ba34765e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc500c77-b01e-47d0-9551-8f68ba34765e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8402c95-9512-4401-8b81-7e543146064b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-c8402c95-9512-4401-8b81-7e543146064b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8402c95-9512-4401-8b81-7e543146064b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2705eb86-fc1f-488b-b6de-961620328654 {
  min-height: 76px;
background-color: rgba(255, 254, 251, 1);
}








#s-2705eb86-fc1f-488b-b6de-961620328654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2705eb86-fc1f-488b-b6de-961620328654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b358f409-acac-4688-94e1-d5170204dd49 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 24px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b358f409-acac-4688-94e1-d5170204dd49:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b358f409-acac-4688-94e1-d5170204dd49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b358f409-acac-4688-94e1-d5170204dd49-root {
    text-align: center;
  }


#s-b358f409-acac-4688-94e1-d5170204dd49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b358f409-acac-4688-94e1-d5170204dd49-root {
    text-align: center;
  }


#s-b358f409-acac-4688-94e1-d5170204dd49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b358f409-acac-4688-94e1-d5170204dd49-root {
    text-align: center;
  }


#s-b358f409-acac-4688-94e1-d5170204dd49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b358f409-acac-4688-94e1-d5170204dd49-root {
    text-align: center;
  }


#s-b358f409-acac-4688-94e1-d5170204dd49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b358f409-acac-4688-94e1-d5170204dd49-root {
    text-align: center;
  }


#s-b358f409-acac-4688-94e1-d5170204dd49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-37763cf9-a8d7-4605-994a-ab78dcb020e7 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37763cf9-a8d7-4605-994a-ab78dcb020e7:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37763cf9-a8d7-4605-994a-ab78dcb020e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37763cf9-a8d7-4605-994a-ab78dcb020e7-root {
    text-align: center;
  }


#s-37763cf9-a8d7-4605-994a-ab78dcb020e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37763cf9-a8d7-4605-994a-ab78dcb020e7-root {
    text-align: center;
  }


#s-37763cf9-a8d7-4605-994a-ab78dcb020e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37763cf9-a8d7-4605-994a-ab78dcb020e7-root {
    text-align: center;
  }


#s-37763cf9-a8d7-4605-994a-ab78dcb020e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37763cf9-a8d7-4605-994a-ab78dcb020e7-root {
    text-align: center;
  }


#s-37763cf9-a8d7-4605-994a-ab78dcb020e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37763cf9-a8d7-4605-994a-ab78dcb020e7-root {
    text-align: center;
  }


#s-37763cf9-a8d7-4605-994a-ab78dcb020e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-863c7e7b-f155-484a-b409-c7b6d2f81ecb {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-863c7e7b-f155-484a-b409-c7b6d2f81ecb {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-863c7e7b-f155-484a-b409-c7b6d2f81ecb {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-863c7e7b-f155-484a-b409-c7b6d2f81ecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863c7e7b-f155-484a-b409-c7b6d2f81ecb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7b2cab7-c88d-4c78-bab4-3d25cf0cfefb {
  padding-bottom: 40px;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (min-width: 768px) {
  [id="s-30413dd8-c45f-4509-ac8b-d98d75fea7ca"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-aee74fe9-3280-478e-9d20-7db46afeeee1 {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aee74fe9-3280-478e-9d20-7db46afeeee1 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-aee74fe9-3280-478e-9d20-7db46afeeee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aee74fe9-3280-478e-9d20-7db46afeeee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d2a3744e-47f6-4b8b-bd41-e46d2e85b083"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2a3744e-47f6-4b8b-bd41-e46d2e85b083"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2a3744e-47f6-4b8b-bd41-e46d2e85b083"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2a3744e-47f6-4b8b-bd41-e46d2e85b083"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-811d907d-acb4-4af3-8874-dbbc60403837 {
  text-align: center;
}







  #s-811d907d-acb4-4af3-8874-dbbc60403837 img.shogun-image {
    

    
    
    
  }


#s-811d907d-acb4-4af3-8874-dbbc60403837 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ba0a659-821a-403a-b9fe-d29d67217087 {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ba0a659-821a-403a-b9fe-d29d67217087 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-1ba0a659-821a-403a-b9fe-d29d67217087 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-1ba0a659-821a-403a-b9fe-d29d67217087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba0a659-821a-403a-b9fe-d29d67217087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4c054ff-e3ec-49e2-9422-c0f6beefce49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4c054ff-e3ec-49e2-9422-c0f6beefce49 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-5606974f-841c-4a3d-a306-53e6c75c93a2 {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-b3aacea8-75e0-4537-ae1b-137a320fd858"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3aacea8-75e0-4537-ae1b-137a320fd858"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3aacea8-75e0-4537-ae1b-137a320fd858"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3aacea8-75e0-4537-ae1b-137a320fd858"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-186afcfa-9a0d-4a91-8050-8f351f4dfc4c {
  min-height: 400px;
}








#s-186afcfa-9a0d-4a91-8050-8f351f4dfc4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-186afcfa-9a0d-4a91-8050-8f351f4dfc4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9f01e9d-915b-47fa-8ac9-e1e2c174fd7c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-d9f01e9d-915b-47fa-8ac9-e1e2c174fd7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9f01e9d-915b-47fa-8ac9-e1e2c174fd7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c3e33c0-ff7e-4540-9687-61c183723bb9 {
  min-height: 76px;
background-color: rgba(255, 254, 251, 1);
}








#s-9c3e33c0-ff7e-4540-9687-61c183723bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c3e33c0-ff7e-4540-9687-61c183723bb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 24px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e {
  margin-bottom: 30px;
}
}

  #s-4ccd444f-fde6-4308-bc48-fbe01e206b6e-root {
    text-align: center;
  }


#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4ccd444f-fde6-4308-bc48-fbe01e206b6e-root {
    text-align: center;
  }


#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ccd444f-fde6-4308-bc48-fbe01e206b6e-root {
    text-align: center;
  }


#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ccd444f-fde6-4308-bc48-fbe01e206b6e-root {
    text-align: center;
  }


#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4ccd444f-fde6-4308-bc48-fbe01e206b6e-root {
    text-align: center;
  }


#s-4ccd444f-fde6-4308-bc48-fbe01e206b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ce50df46-2bd3-4652-b4ca-f4a82f86edd9 {
  min-height: 400px;
}








#s-ce50df46-2bd3-4652-b4ca-f4a82f86edd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce50df46-2bd3-4652-b4ca-f4a82f86edd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a7897f-0119-4317-8ee8-2d73c473898a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-95a7897f-0119-4317-8ee8-2d73c473898a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95a7897f-0119-4317-8ee8-2d73c473898a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6cd640f-a127-4458-9ec2-d818c2e99d61 {
  min-height: 76px;
background-color: rgba(255, 254, 251, 1);
}








#s-c6cd640f-a127-4458-9ec2-d818c2e99d61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6cd640f-a127-4458-9ec2-d818c2e99d61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 24px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf {
  margin-bottom: 30px;
}
}

  #s-3d1798dd-db1a-4a0f-8297-74c1516e74cf-root {
    text-align: center;
  }


#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d1798dd-db1a-4a0f-8297-74c1516e74cf-root {
    text-align: center;
  }


#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d1798dd-db1a-4a0f-8297-74c1516e74cf-root {
    text-align: center;
  }


#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d1798dd-db1a-4a0f-8297-74c1516e74cf-root {
    text-align: center;
  }


#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d1798dd-db1a-4a0f-8297-74c1516e74cf-root {
    text-align: center;
  }


#s-3d1798dd-db1a-4a0f-8297-74c1516e74cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c3ff00c0-ccd5-438a-8ed1-14b6673b5a2b {
  min-height: 400px;
}








#s-c3ff00c0-ccd5-438a-8ed1-14b6673b5a2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3ff00c0-ccd5-438a-8ed1-14b6673b5a2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a83daad-390d-448a-be35-319dd18d0fd1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-9a83daad-390d-448a-be35-319dd18d0fd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a83daad-390d-448a-be35-319dd18d0fd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e046fc-033c-49ec-ae91-1c454643dfd5 {
  min-height: 76px;
background-color: rgba(255, 254, 251, 1);
}








#s-31e046fc-033c-49ec-ae91-1c454643dfd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31e046fc-033c-49ec-ae91-1c454643dfd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-044f8eda-9f33-4815-973f-6ba0a46a1416 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 24px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-044f8eda-9f33-4815-973f-6ba0a46a1416:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-044f8eda-9f33-4815-973f-6ba0a46a1416:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-044f8eda-9f33-4815-973f-6ba0a46a1416-root {
    text-align: center;
  }


#s-044f8eda-9f33-4815-973f-6ba0a46a1416.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-044f8eda-9f33-4815-973f-6ba0a46a1416-root {
    text-align: center;
  }


#s-044f8eda-9f33-4815-973f-6ba0a46a1416.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-044f8eda-9f33-4815-973f-6ba0a46a1416-root {
    text-align: center;
  }


#s-044f8eda-9f33-4815-973f-6ba0a46a1416.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-044f8eda-9f33-4815-973f-6ba0a46a1416-root {
    text-align: center;
  }


#s-044f8eda-9f33-4815-973f-6ba0a46a1416.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-044f8eda-9f33-4815-973f-6ba0a46a1416-root {
    text-align: center;
  }


#s-044f8eda-9f33-4815-973f-6ba0a46a1416.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(114, 37, 61, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09:hover {background-color: rgba(78, 27, 42, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09-root {
    text-align: center;
  }


#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09-root {
    text-align: center;
  }


#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09-root {
    text-align: center;
  }


#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09-root {
    text-align: center;
  }


#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09-root {
    text-align: center;
  }


#s-93599a25-3e68-4cf5-b3c6-7c881b0e0d09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-70552b1e-1612-4a5d-bf93-e5f357ab15ff {
  margin-bottom: -72px;
padding-top: 35px;
padding-left: 25%;
padding-bottom: 35px;
padding-right: 25%;
min-height: 180px;
background-color: rgba(138, 86, 102, 1);
}
@media (min-width: 1200px){#s-70552b1e-1612-4a5d-bf93-e5f357ab15ff {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70552b1e-1612-4a5d-bf93-e5f357ab15ff {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70552b1e-1612-4a5d-bf93-e5f357ab15ff {
  margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-70552b1e-1612-4a5d-bf93-e5f357ab15ff {
  margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-70552b1e-1612-4a5d-bf93-e5f357ab15ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70552b1e-1612-4a5d-bf93-e5f357ab15ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1a1a593-a505-49e9-b32c-493cda9169e6 {
  min-height: 143px;
}

@media (min-width: 0px) {
[id="s-a1a1a593-a505-49e9-b32c-493cda9169e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a1a1a593-a505-49e9-b32c-493cda9169e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1a1a593-a505-49e9-b32c-493cda9169e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1a1a593-a505-49e9-b32c-493cda9169e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-95e340ed-1aff-4164-80dd-38bdfdbff76d {
  min-height: 180px;
}
@media (max-width: 767px){#s-95e340ed-1aff-4164-80dd-38bdfdbff76d {
  margin-bottom: 30px;
}
}







#s-95e340ed-1aff-4164-80dd-38bdfdbff76d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95e340ed-1aff-4164-80dd-38bdfdbff76d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4044c09-48cb-471f-8caf-b43194c91903 {
  text-align: center;
}







  #s-a4044c09-48cb-471f-8caf-b43194c91903 img.shogun-image {
    

    
    
    
  }


#s-a4044c09-48cb-471f-8caf-b43194c91903 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b0b3ef3-91c6-4c88-af25-b8d2d3bf4b8c {
  min-height: 180px;
}








#s-8b0b3ef3-91c6-4c88-af25-b8d2d3bf4b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b0b3ef3-91c6-4c88-af25-b8d2d3bf4b8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-053aa849-b064-4fb9-af0a-218756bd85b1 {
  text-align: center;
}







  #s-053aa849-b064-4fb9-af0a-218756bd85b1 img.shogun-image {
    

    
    
    
  }


#s-053aa849-b064-4fb9-af0a-218756bd85b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-764049af-26b3-4ef6-b810-a4d18df72451 {
  min-height: 180px;
}








#s-764049af-26b3-4ef6-b810-a4d18df72451 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-764049af-26b3-4ef6-b810-a4d18df72451.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2acafcc3-3bde-42b6-9e7d-db3248aac464 {
  text-align: center;
}







  #s-2acafcc3-3bde-42b6-9e7d-db3248aac464 img.shogun-image {
    

    
    
    
  }


#s-2acafcc3-3bde-42b6-9e7d-db3248aac464 .shogun-image-content {
  
    align-items: center;
  
}

#s-a49f9480-e729-4cc1-958b-923aa811933d {
  min-height: 180px;
}
@media (max-width: 767px){#s-a49f9480-e729-4cc1-958b-923aa811933d {
  margin-bottom: 30px;
}
}







#s-a49f9480-e729-4cc1-958b-923aa811933d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a49f9480-e729-4cc1-958b-923aa811933d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e66accda-1d05-43ae-9c20-ef25a2e1e9d9 {
  text-align: center;
}







  #s-e66accda-1d05-43ae-9c20-ef25a2e1e9d9 img.shogun-image {
    

    
    
    
  }


#s-e66accda-1d05-43ae-9c20-ef25a2e1e9d9 .shogun-image-content {
  
    align-items: 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: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}
