.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-8d108fe8-3611-4089-8b2e-964178644653 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8d108fe8-3611-4089-8b2e-964178644653 .shg-sld-nav-button.shg-sld-left,
#s-8d108fe8-3611-4089-8b2e-964178644653 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-1e827751-0f13-415d-b21b-d7fd3755a7ea {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-1e827751-0f13-415d-b21b-d7fd3755a7ea {
  display: none;
}
#s-1e827751-0f13-415d-b21b-d7fd3755a7ea, #wrap-s-1e827751-0f13-415d-b21b-d7fd3755a7ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e827751-0f13-415d-b21b-d7fd3755a7ea {
  display: none;
}
#s-1e827751-0f13-415d-b21b-d7fd3755a7ea, #wrap-s-1e827751-0f13-415d-b21b-d7fd3755a7ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e827751-0f13-415d-b21b-d7fd3755a7ea {
  min-height: 480px;
}
}@media (max-width: 767px){#s-1e827751-0f13-415d-b21b-d7fd3755a7ea {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10%;
padding-left: 22%;
padding-right: 22%;
min-height: 480px;
}
}
#s-1e827751-0f13-415d-b21b-d7fd3755a7ea {
  background-image: url(https://i.shgcdn.com/8afc1bf4-3d25-49d3-8fd1-83673c3afd09/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1e827751-0f13-415d-b21b-d7fd3755a7ea > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-1e827751-0f13-415d-b21b-d7fd3755a7ea {
  cursor: pointer;
}#s-1e827751-0f13-415d-b21b-d7fd3755a7ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 1200px){#s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52 {
  
}
}@media (max-width: 767px){#s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52 {
  display: none;
}
#s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52, #wrap-s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52 { display:none !important; }}
@media (min-width: 0px) {
[id="s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-980a41f7-d1d4-4f6c-903d-f69b18d0bd52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

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

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

#s-4ebecdc4-0e72-4b3f-88b4-8b96a5474d81 {
  text-align: center;
}
@media (max-width: 767px){#s-4ebecdc4-0e72-4b3f-88b4-8b96a5474d81 {
  
}
}
#s-4ebecdc4-0e72-4b3f-88b4-8b96a5474d81 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-ca905157-b5b8-4ea2-8cae-5155a2322096 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca905157-b5b8-4ea2-8cae-5155a2322096 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: center;
}



#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 {
  text-align: center;
}
@media (min-width: 1200px){#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 {
  display: none;
}
#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0, #wrap-s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 {
  display: none;
}
#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0, #wrap-s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 {
  display: none;
}
#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0, #wrap-s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 { display:none !important; }}@media (max-width: 767px){#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 {
  
}
}
#s-880d6ccb-69b9-404e-8a6c-9a334b5078b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-bc725905-045a-45dd-9ced-a581369f9334 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc725905-045a-45dd-9ced-a581369f9334 {
  display: none;
}
#s-bc725905-045a-45dd-9ced-a581369f9334, #wrap-s-bc725905-045a-45dd-9ced-a581369f9334 { display:none !important; }}
#s-bc725905-045a-45dd-9ced-a581369f9334 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}



.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-06eabcf1-d892-4e35-9cee-8d947657fc7f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(76, 97, 107, 0.25);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-06eabcf1-d892-4e35-9cee-8d947657fc7f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06eabcf1-d892-4e35-9cee-8d947657fc7f:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-06eabcf1-d892-4e35-9cee-8d947657fc7f {
  
}
}

  #s-06eabcf1-d892-4e35-9cee-8d947657fc7f-root {
    text-align: center;
  }


#s-06eabcf1-d892-4e35-9cee-8d947657fc7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06eabcf1-d892-4e35-9cee-8d947657fc7f-root {
    text-align: center;
  }


#s-06eabcf1-d892-4e35-9cee-8d947657fc7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06eabcf1-d892-4e35-9cee-8d947657fc7f-root {
    text-align: center;
  }


#s-06eabcf1-d892-4e35-9cee-8d947657fc7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06eabcf1-d892-4e35-9cee-8d947657fc7f-root {
    text-align: center;
  }


#s-06eabcf1-d892-4e35-9cee-8d947657fc7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06eabcf1-d892-4e35-9cee-8d947657fc7f-root {
    text-align: center;
  }


#s-06eabcf1-d892-4e35-9cee-8d947657fc7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0c652366-45b9-48c4-973e-3f856c22482f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-0c652366-45b9-48c4-973e-3f856c22482f {
  display: none;
}
#s-0c652366-45b9-48c4-973e-3f856c22482f, #wrap-s-0c652366-45b9-48c4-973e-3f856c22482f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c652366-45b9-48c4-973e-3f856c22482f {
  display: none;
}
#s-0c652366-45b9-48c4-973e-3f856c22482f, #wrap-s-0c652366-45b9-48c4-973e-3f856c22482f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c652366-45b9-48c4-973e-3f856c22482f {
  min-height: 480px;
}
}@media (max-width: 767px){#s-0c652366-45b9-48c4-973e-3f856c22482f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10%;
padding-left: 22%;
padding-right: 22%;
min-height: 480px;
}
}
#s-0c652366-45b9-48c4-973e-3f856c22482f {
  background-image: url(https://i.shgcdn.com/f1852527-3887-4424-a5a2-205bd53bab4b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0c652366-45b9-48c4-973e-3f856c22482f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-0c652366-45b9-48c4-973e-3f856c22482f {
  cursor: pointer;
}#s-0c652366-45b9-48c4-973e-3f856c22482f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-29973f0a-4b09-4a33-ad9e-1475af9e6024 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29973f0a-4b09-4a33-ad9e-1475af9e6024 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29973f0a-4b09-4a33-ad9e-1475af9e6024 {
  
}
}@media (max-width: 767px){#s-29973f0a-4b09-4a33-ad9e-1475af9e6024 {
  display: none;
}
#s-29973f0a-4b09-4a33-ad9e-1475af9e6024, #wrap-s-29973f0a-4b09-4a33-ad9e-1475af9e6024 { display:none !important; }}
@media (min-width: 0px) {
[id="s-29973f0a-4b09-4a33-ad9e-1475af9e6024"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29973f0a-4b09-4a33-ad9e-1475af9e6024"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29973f0a-4b09-4a33-ad9e-1475af9e6024"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29973f0a-4b09-4a33-ad9e-1475af9e6024"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29973f0a-4b09-4a33-ad9e-1475af9e6024"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29973f0a-4b09-4a33-ad9e-1475af9e6024"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29973f0a-4b09-4a33-ad9e-1475af9e6024"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-011fcda3-1700-407a-9ff5-a42a8288ace9 {
  text-align: center;
}
@media (max-width: 767px){#s-011fcda3-1700-407a-9ff5-a42a8288ace9 {
  
}
}
#s-011fcda3-1700-407a-9ff5-a42a8288ace9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-e40f3a9b-32bf-40b4-be7a-548fc1272b5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e40f3a9b-32bf-40b4-be7a-548fc1272b5b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: center;
}



#s-395ddbfe-0108-4244-b33d-b1458fe5ed30 {
  text-align: center;
}
@media (min-width: 1200px){#s-395ddbfe-0108-4244-b33d-b1458fe5ed30 {
  display: none;
}
#s-395ddbfe-0108-4244-b33d-b1458fe5ed30, #wrap-s-395ddbfe-0108-4244-b33d-b1458fe5ed30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-395ddbfe-0108-4244-b33d-b1458fe5ed30 {
  display: none;
}
#s-395ddbfe-0108-4244-b33d-b1458fe5ed30, #wrap-s-395ddbfe-0108-4244-b33d-b1458fe5ed30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-395ddbfe-0108-4244-b33d-b1458fe5ed30 {
  display: none;
}
#s-395ddbfe-0108-4244-b33d-b1458fe5ed30, #wrap-s-395ddbfe-0108-4244-b33d-b1458fe5ed30 { display:none !important; }}@media (max-width: 767px){#s-395ddbfe-0108-4244-b33d-b1458fe5ed30 {
  
}
}
#s-395ddbfe-0108-4244-b33d-b1458fe5ed30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-b56a2266-1eca-44bd-8f26-c148e128bd37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b56a2266-1eca-44bd-8f26-c148e128bd37 {
  display: none;
}
#s-b56a2266-1eca-44bd-8f26-c148e128bd37, #wrap-s-b56a2266-1eca-44bd-8f26-c148e128bd37 { display:none !important; }}
#s-b56a2266-1eca-44bd-8f26-c148e128bd37 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}



#s-af4987e5-1296-446d-9dce-af9533bc01e3 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(76, 97, 107, 0.25);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-af4987e5-1296-446d-9dce-af9533bc01e3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af4987e5-1296-446d-9dce-af9533bc01e3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-af4987e5-1296-446d-9dce-af9533bc01e3 {
  
}
}

  #s-af4987e5-1296-446d-9dce-af9533bc01e3-root {
    text-align: center;
  }


#s-af4987e5-1296-446d-9dce-af9533bc01e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af4987e5-1296-446d-9dce-af9533bc01e3-root {
    text-align: center;
  }


#s-af4987e5-1296-446d-9dce-af9533bc01e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af4987e5-1296-446d-9dce-af9533bc01e3-root {
    text-align: center;
  }


#s-af4987e5-1296-446d-9dce-af9533bc01e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af4987e5-1296-446d-9dce-af9533bc01e3-root {
    text-align: center;
  }


#s-af4987e5-1296-446d-9dce-af9533bc01e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af4987e5-1296-446d-9dce-af9533bc01e3-root {
    text-align: center;
  }


#s-af4987e5-1296-446d-9dce-af9533bc01e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-3e390577-a239-48dc-93ab-0eddae00e689 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e390577-a239-48dc-93ab-0eddae00e689 {
  display: none;
}
#s-3e390577-a239-48dc-93ab-0eddae00e689, #wrap-s-3e390577-a239-48dc-93ab-0eddae00e689 { display:none !important; }}@media (max-width: 767px){#s-3e390577-a239-48dc-93ab-0eddae00e689 {
  display: none;
}
#s-3e390577-a239-48dc-93ab-0eddae00e689, #wrap-s-3e390577-a239-48dc-93ab-0eddae00e689 { display:none !important; }}
#s-3e390577-a239-48dc-93ab-0eddae00e689 {
  background-image: url(https://i.shgcdn.com/8ca7e0dc-cf3f-4232-b95c-fb94da286b27/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3e390577-a239-48dc-93ab-0eddae00e689 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3e390577-a239-48dc-93ab-0eddae00e689 {
  cursor: pointer;
}#s-3e390577-a239-48dc-93ab-0eddae00e689.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-216a4f74-e3b6-4afb-8b0d-a6af8f71702d {
  margin-left: 0px;
margin-right: 0px;
max-width: 70%;
text-align: left;
}

#s-216a4f74-e3b6-4afb-8b0d-a6af8f71702d .shogun-heading-component h1 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 46px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-249e4054-576b-424b-aef7-5dc73232a95a {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
max-width: 70%;
text-align: left;
}

#s-249e4054-576b-424b-aef7-5dc73232a95a .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: left;
}



#s-4a56720e-a82e-4130-aa57-bdb684059753 {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(228, 177, 165, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
background-position: center top;
}
#s-4a56720e-a82e-4130-aa57-bdb684059753:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a56720e-a82e-4130-aa57-bdb684059753:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-4a56720e-a82e-4130-aa57-bdb684059753 {
  
}
}

  #s-4a56720e-a82e-4130-aa57-bdb684059753-root {
    text-align: left;
  }


#s-4a56720e-a82e-4130-aa57-bdb684059753.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a56720e-a82e-4130-aa57-bdb684059753-root {
    text-align: left;
  }


#s-4a56720e-a82e-4130-aa57-bdb684059753.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a56720e-a82e-4130-aa57-bdb684059753-root {
    text-align: left;
  }


#s-4a56720e-a82e-4130-aa57-bdb684059753.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a56720e-a82e-4130-aa57-bdb684059753-root {
    text-align: left;
  }


#s-4a56720e-a82e-4130-aa57-bdb684059753.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a56720e-a82e-4130-aa57-bdb684059753-root {
    text-align: left;
  }


#s-4a56720e-a82e-4130-aa57-bdb684059753.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0px;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 {
  display: none;
}
#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64, #wrap-s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 { display:none !important; }}@media (max-width: 767px){#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 {
  display: none;
}
#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64, #wrap-s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 { display:none !important; }}
#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 {
  background-image: url(https://i.shgcdn.com/8afc1bf4-3d25-49d3-8fd1-83673c3afd09/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64 {
  cursor: pointer;
}#s-557c2e49-bcc2-4ab7-bf90-e3254ddb7b64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23e227aa-b22f-44d5-8395-f4a04cf580aa {
  text-align: center;
}

#s-23e227aa-b22f-44d5-8395-f4a04cf580aa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: center;
}



#s-c48793d1-0d98-4618-954c-2e35bf7cde0c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}

#s-c48793d1-0d98-4618-954c-2e35bf7cde0c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: center;
}



#s-ae45009c-85ba-4899-98d6-b1531067c4e3 {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(76, 97, 107, 0.25);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-ae45009c-85ba-4899-98d6-b1531067c4e3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae45009c-85ba-4899-98d6-b1531067c4e3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-ae45009c-85ba-4899-98d6-b1531067c4e3 {
  
}
}

  #s-ae45009c-85ba-4899-98d6-b1531067c4e3-root {
    text-align: center;
  }


#s-ae45009c-85ba-4899-98d6-b1531067c4e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae45009c-85ba-4899-98d6-b1531067c4e3-root {
    text-align: center;
  }


#s-ae45009c-85ba-4899-98d6-b1531067c4e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae45009c-85ba-4899-98d6-b1531067c4e3-root {
    text-align: center;
  }


#s-ae45009c-85ba-4899-98d6-b1531067c4e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae45009c-85ba-4899-98d6-b1531067c4e3-root {
    text-align: center;
  }


#s-ae45009c-85ba-4899-98d6-b1531067c4e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae45009c-85ba-4899-98d6-b1531067c4e3-root {
    text-align: center;
  }


#s-ae45009c-85ba-4899-98d6-b1531067c4e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-69d6a6c0-7885-4098-90f9-c98822c108d8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0px;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-69d6a6c0-7885-4098-90f9-c98822c108d8 {
  display: none;
}
#s-69d6a6c0-7885-4098-90f9-c98822c108d8, #wrap-s-69d6a6c0-7885-4098-90f9-c98822c108d8 { display:none !important; }}@media (max-width: 767px){#s-69d6a6c0-7885-4098-90f9-c98822c108d8 {
  display: none;
}
#s-69d6a6c0-7885-4098-90f9-c98822c108d8, #wrap-s-69d6a6c0-7885-4098-90f9-c98822c108d8 { display:none !important; }}
#s-69d6a6c0-7885-4098-90f9-c98822c108d8 {
  background-image: url(https://i.shgcdn.com/f1852527-3887-4424-a5a2-205bd53bab4b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-69d6a6c0-7885-4098-90f9-c98822c108d8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-69d6a6c0-7885-4098-90f9-c98822c108d8 {
  cursor: pointer;
}#s-69d6a6c0-7885-4098-90f9-c98822c108d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d3eb967-d450-4216-8b55-e1fe23395d6e {
  text-align: center;
}

#s-4d3eb967-d450-4216-8b55-e1fe23395d6e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: center;
}



#s-df6668f6-ee83-4a17-a827-9c7526f8b9c7 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
}

#s-df6668f6-ee83-4a17-a827-9c7526f8b9c7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: center;
}



#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd {
  border-style: solid;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(76, 97, 107, 0.25);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd {
  
}
}

  #s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd-root {
    text-align: center;
  }


#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd-root {
    text-align: center;
  }


#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd-root {
    text-align: center;
  }


#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd-root {
    text-align: center;
  }


#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd-root {
    text-align: center;
  }


#s-4a682232-804a-4f8f-ab84-ec0a30f1e4fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-36befe8b-1105-407a-8ceb-0825eb99fea3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 8%;
min-height: 720px;
background-position: 57% center;
}
@media (min-width: 1200px){#s-36befe8b-1105-407a-8ceb-0825eb99fea3 {
  display: none;
}
#s-36befe8b-1105-407a-8ceb-0825eb99fea3, #wrap-s-36befe8b-1105-407a-8ceb-0825eb99fea3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36befe8b-1105-407a-8ceb-0825eb99fea3 {
  display: none;
}
#s-36befe8b-1105-407a-8ceb-0825eb99fea3, #wrap-s-36befe8b-1105-407a-8ceb-0825eb99fea3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36befe8b-1105-407a-8ceb-0825eb99fea3 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-36befe8b-1105-407a-8ceb-0825eb99fea3 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 480px;
}
}
#s-36befe8b-1105-407a-8ceb-0825eb99fea3 {
  background-image: url(https://i.shgcdn.com/8ca7e0dc-cf3f-4232-b95c-fb94da286b27/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-36befe8b-1105-407a-8ceb-0825eb99fea3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-36befe8b-1105-407a-8ceb-0825eb99fea3 {
  cursor: pointer;
}#s-36befe8b-1105-407a-8ceb-0825eb99fea3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d42ba87-b54f-448d-a939-17d6161fae19 {
  margin-left: 0px;
margin-right: 0px;
max-width: 70%;
text-align: left;
}

#s-6d42ba87-b54f-448d-a939-17d6161fae19 .shogun-heading-component h1 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6d42ba87-b54f-448d-a939-17d6161fae19 .shogun-heading-component h1 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  text-align: left;
}


}
#s-6807678d-3bd2-4412-b359-0a0199603fb3 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
max-width: 70%;
text-align: left;
}

#s-6807678d-3bd2-4412-b359-0a0199603fb3 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.8px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6807678d-3bd2-4412-b359-0a0199603fb3 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: left;
}


}
#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd {
  border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(228, 177, 165, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
background-position: center top;
}
#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd {
  
}
}

  #s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd-root {
    text-align: left;
  }


#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd-root {
    text-align: left;
  }


#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd-root {
    text-align: left;
  }


#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd-root {
    text-align: left;
  }


#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd-root {
    text-align: left;
  }


#s-845c54db-cb0e-48e5-9fd0-8adf9ab202cd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-942e95c9-6b8c-4630-9860-88a912b378fb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
background-color: rgba(228, 177, 165, 1);
}
@media (min-width: 1200px){#s-942e95c9-6b8c-4630-9860-88a912b378fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-942e95c9-6b8c-4630-9860-88a912b378fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-942e95c9-6b8c-4630-9860-88a912b378fb {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-942e95c9-6b8c-4630-9860-88a912b378fb {
  
}
}







#s-942e95c9-6b8c-4630-9860-88a912b378fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-942e95c9-6b8c-4630-9860-88a912b378fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4991d0f6-7eaf-48ca-9019-c600c7e60034 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4991d0f6-7eaf-48ca-9019-c600c7e60034 .shogun-heading-component h4 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 1.2px;
  text-align: center;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px){#s-14409aa3-fed2-4f61-8789-408b3a393e3c {
  display: none;
}
#s-14409aa3-fed2-4f61-8789-408b3a393e3c, #wrap-s-14409aa3-fed2-4f61-8789-408b3a393e3c { display:none !important; }}@media (max-width: 767px){#s-14409aa3-fed2-4f61-8789-408b3a393e3c {
  display: none;
}
#s-14409aa3-fed2-4f61-8789-408b3a393e3c, #wrap-s-14409aa3-fed2-4f61-8789-408b3a393e3c { display:none !important; }}
#s-14409aa3-fed2-4f61-8789-408b3a393e3c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-14409aa3-fed2-4f61-8789-408b3a393e3c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-14409aa3-fed2-4f61-8789-408b3a393e3c td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
}

#s-14409aa3-fed2-4f61-8789-408b3a393e3c td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

#s-14409aa3-fed2-4f61-8789-408b3a393e3c td.shogun-table-column, #s-14409aa3-fed2-4f61-8789-408b3a393e3c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

.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;
}
#s-aaf5fb59-1de4-487a-860e-7be8e71e9b8c {
  text-align: center;
}







  #s-aaf5fb59-1de4-487a-860e-7be8e71e9b8c img.shogun-image {
    

    
    
    
  }


#s-aaf5fb59-1de4-487a-860e-7be8e71e9b8c .shogun-image-content {
  
    align-items: center;
  
}

#s-2cb80825-22cb-48fe-a701-c980fc71340f {
  text-align: center;
}







  #s-2cb80825-22cb-48fe-a701-c980fc71340f img.shogun-image {
    

    
    
    
  }


#s-2cb80825-22cb-48fe-a701-c980fc71340f .shogun-image-content {
  
    align-items: center;
  
}

#s-3924f938-5d02-4c60-b041-2e7aaef78e8f {
  text-align: center;
}







  #s-3924f938-5d02-4c60-b041-2e7aaef78e8f img.shogun-image {
    

    
    
    
  }


#s-3924f938-5d02-4c60-b041-2e7aaef78e8f .shogun-image-content {
  
    align-items: center;
  
}

#s-903896e8-d611-4df8-95dd-52e48ef6a2ad {
  text-align: center;
}







  #s-903896e8-d611-4df8-95dd-52e48ef6a2ad img.shogun-image {
    

    
    
    
  }


#s-903896e8-d611-4df8-95dd-52e48ef6a2ad .shogun-image-content {
  
    align-items: center;
  
}

#s-ae2826b4-f276-422e-abe6-b7ccc2afd148 {
  text-align: center;
}







  #s-ae2826b4-f276-422e-abe6-b7ccc2afd148 img.shogun-image {
    

    
    
    
  }


#s-ae2826b4-f276-422e-abe6-b7ccc2afd148 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbdf0db4-aa9b-472e-a380-8f514ec63c8f {
  text-align: center;
}







  #s-cbdf0db4-aa9b-472e-a380-8f514ec63c8f img.shogun-image {
    

    
    
    
  }


#s-cbdf0db4-aa9b-472e-a380-8f514ec63c8f .shogun-image-content {
  
    align-items: center;
  
}

#s-edbc5f3d-05ff-437b-904d-2c9ca6888f65 {
  text-align: center;
}







  #s-edbc5f3d-05ff-437b-904d-2c9ca6888f65 img.shogun-image {
    

    
    
    
  }


#s-edbc5f3d-05ff-437b-904d-2c9ca6888f65 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e7c57997-7636-47f1-bcad-aef6c2660a36 {
  display: none;
}
#s-e7c57997-7636-47f1-bcad-aef6c2660a36, #wrap-s-e7c57997-7636-47f1-bcad-aef6c2660a36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7c57997-7636-47f1-bcad-aef6c2660a36 {
  display: none;
}
#s-e7c57997-7636-47f1-bcad-aef6c2660a36, #wrap-s-e7c57997-7636-47f1-bcad-aef6c2660a36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7c57997-7636-47f1-bcad-aef6c2660a36 {
  display: none;
}
#s-e7c57997-7636-47f1-bcad-aef6c2660a36, #wrap-s-e7c57997-7636-47f1-bcad-aef6c2660a36 { display:none !important; }}
#s-e7c57997-7636-47f1-bcad-aef6c2660a36 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e7c57997-7636-47f1-bcad-aef6c2660a36 .shg-sld-nav-button.shg-sld-left,
#s-e7c57997-7636-47f1-bcad-aef6c2660a36 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 1200px){#s-ff2f1116-2237-4f81-ab16-f85204a66759 {
  display: none;
}
#s-ff2f1116-2237-4f81-ab16-f85204a66759, #wrap-s-ff2f1116-2237-4f81-ab16-f85204a66759 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff2f1116-2237-4f81-ab16-f85204a66759 {
  display: none;
}
#s-ff2f1116-2237-4f81-ab16-f85204a66759, #wrap-s-ff2f1116-2237-4f81-ab16-f85204a66759 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff2f1116-2237-4f81-ab16-f85204a66759 {
  display: none;
}
#s-ff2f1116-2237-4f81-ab16-f85204a66759, #wrap-s-ff2f1116-2237-4f81-ab16-f85204a66759 { display:none !important; }}
#s-ff2f1116-2237-4f81-ab16-f85204a66759 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ff2f1116-2237-4f81-ab16-f85204a66759 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ff2f1116-2237-4f81-ab16-f85204a66759 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
}

#s-ff2f1116-2237-4f81-ab16-f85204a66759 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

#s-ff2f1116-2237-4f81-ab16-f85204a66759 td.shogun-table-column, #s-ff2f1116-2237-4f81-ab16-f85204a66759 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9412b006-36f3-40d3-96eb-969b5a9812af {
  text-align: center;
}







  #s-9412b006-36f3-40d3-96eb-969b5a9812af img.shogun-image {
    

    
    
    
  }


#s-9412b006-36f3-40d3-96eb-969b5a9812af .shogun-image-content {
  
    align-items: center;
  
}

#s-1af1b1c7-fc5e-4ac9-a53b-cc38a0e9e769 {
  text-align: center;
}







  #s-1af1b1c7-fc5e-4ac9-a53b-cc38a0e9e769 img.shogun-image {
    

    
    
    
  }


#s-1af1b1c7-fc5e-4ac9-a53b-cc38a0e9e769 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a3222c8-16aa-4a73-932c-7ee41c139710 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5a3222c8-16aa-4a73-932c-7ee41c139710 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5a3222c8-16aa-4a73-932c-7ee41c139710 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
}

#s-5a3222c8-16aa-4a73-932c-7ee41c139710 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

#s-5a3222c8-16aa-4a73-932c-7ee41c139710 td.shogun-table-column, #s-5a3222c8-16aa-4a73-932c-7ee41c139710 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9606a178-6855-45f0-a4aa-9c349f1040db {
  text-align: center;
}







  #s-9606a178-6855-45f0-a4aa-9c349f1040db img.shogun-image {
    

    
    
    
  }


#s-9606a178-6855-45f0-a4aa-9c349f1040db .shogun-image-content {
  
    align-items: center;
  
}

#s-474a2a54-8153-4a8c-a614-9bc0be50f362 {
  text-align: center;
}







  #s-474a2a54-8153-4a8c-a614-9bc0be50f362 img.shogun-image {
    

    
    
    
  }


#s-474a2a54-8153-4a8c-a614-9bc0be50f362 .shogun-image-content {
  
    align-items: center;
  
}

#s-86174d7d-a2af-40e6-b4b7-455627b6c6df .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-86174d7d-a2af-40e6-b4b7-455627b6c6df table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-86174d7d-a2af-40e6-b4b7-455627b6c6df td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
}

#s-86174d7d-a2af-40e6-b4b7-455627b6c6df td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

#s-86174d7d-a2af-40e6-b4b7-455627b6c6df td.shogun-table-column, #s-86174d7d-a2af-40e6-b4b7-455627b6c6df td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0d0a20e1-1be9-4cac-b503-0e6ab27239a0 {
  text-align: center;
}







  #s-0d0a20e1-1be9-4cac-b503-0e6ab27239a0 img.shogun-image {
    

    
    
    
  }


#s-0d0a20e1-1be9-4cac-b503-0e6ab27239a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4745097-6310-4d58-9c1c-6e4fb273c0c8 {
  text-align: center;
}







  #s-b4745097-6310-4d58-9c1c-6e4fb273c0c8 img.shogun-image {
    

    
    
    
  }


#s-b4745097-6310-4d58-9c1c-6e4fb273c0c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc896422-2837-4b8c-81b7-40e0135b31d3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-dc896422-2837-4b8c-81b7-40e0135b31d3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dc896422-2837-4b8c-81b7-40e0135b31d3 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
}

#s-dc896422-2837-4b8c-81b7-40e0135b31d3 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

#s-dc896422-2837-4b8c-81b7-40e0135b31d3 td.shogun-table-column, #s-dc896422-2837-4b8c-81b7-40e0135b31d3 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-194dca9c-ab79-4963-9bcb-160f034c53a8 {
  text-align: center;
}







  #s-194dca9c-ab79-4963-9bcb-160f034c53a8 img.shogun-image {
    

    
    
    
  }


#s-194dca9c-ab79-4963-9bcb-160f034c53a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-54aad501-3341-4268-8012-11dda50bfdc7 {
  text-align: center;
}







  #s-54aad501-3341-4268-8012-11dda50bfdc7 img.shogun-image {
    

    
    
    
  }


#s-54aad501-3341-4268-8012-11dda50bfdc7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 {
  display: none;
}
#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5, #wrap-s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 {
  display: none;
}
#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5, #wrap-s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 { display:none !important; }}@media (max-width: 767px){#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 {
  display: none;
}
#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5, #wrap-s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 { display:none !important; }}
#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 .shg-sld-nav-button.shg-sld-left,
#s-1f140d61-43bd-4a1e-a950-34cef8f98ee5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-093da192-cda9-4eb4-b8cf-e00e51504ae2 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-093da192-cda9-4eb4-b8cf-e00e51504ae2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-093da192-cda9-4eb4-b8cf-e00e51504ae2 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
}

#s-093da192-cda9-4eb4-b8cf-e00e51504ae2 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

#s-093da192-cda9-4eb4-b8cf-e00e51504ae2 td.shogun-table-column, #s-093da192-cda9-4eb4-b8cf-e00e51504ae2 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-051b49fc-dff7-4fb4-9775-75bc8329eb64 {
  text-align: center;
}







  #s-051b49fc-dff7-4fb4-9775-75bc8329eb64 img.shogun-image {
    

    
    
    
  }


#s-051b49fc-dff7-4fb4-9775-75bc8329eb64 .shogun-image-content {
  
    align-items: center;
  
}

#s-20406de2-9ecb-435a-be11-6cda6e2bad83 {
  text-align: center;
}







  #s-20406de2-9ecb-435a-be11-6cda6e2bad83 img.shogun-image {
    

    
    
    
  }


#s-20406de2-9ecb-435a-be11-6cda6e2bad83 .shogun-image-content {
  
    align-items: center;
  
}

#s-373d310e-2fa4-46be-95df-98373e4bdc69 {
  text-align: center;
}







  #s-373d310e-2fa4-46be-95df-98373e4bdc69 img.shogun-image {
    

    
    
    
  }


#s-373d310e-2fa4-46be-95df-98373e4bdc69 .shogun-image-content {
  
    align-items: center;
  
}

#s-19f01af5-f148-4ec9-8ae8-ff33673ff477 {
  text-align: center;
}







  #s-19f01af5-f148-4ec9-8ae8-ff33673ff477 img.shogun-image {
    

    
    
    
  }


#s-19f01af5-f148-4ec9-8ae8-ff33673ff477 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c6aae5c-6103-4be9-9df3-f2964093839e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2c6aae5c-6103-4be9-9df3-f2964093839e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2c6aae5c-6103-4be9-9df3-f2964093839e td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
}

#s-2c6aae5c-6103-4be9-9df3-f2964093839e td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
}

#s-2c6aae5c-6103-4be9-9df3-f2964093839e td.shogun-table-column, #s-2c6aae5c-6103-4be9-9df3-f2964093839e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-39094591-5c65-4dcb-83e3-fb866f6faef0 {
  text-align: center;
}







  #s-39094591-5c65-4dcb-83e3-fb866f6faef0 img.shogun-image {
    

    
    
    
  }


#s-39094591-5c65-4dcb-83e3-fb866f6faef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a8ba44-2baa-4b48-ab14-49334269d0f6 {
  text-align: center;
}







  #s-d7a8ba44-2baa-4b48-ab14-49334269d0f6 img.shogun-image {
    

    
    
    
  }


#s-d7a8ba44-2baa-4b48-ab14-49334269d0f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5951bf10-9507-4364-a5e3-d2fd8fc8720d {
  text-align: center;
}







  #s-5951bf10-9507-4364-a5e3-d2fd8fc8720d img.shogun-image {
    

    
    
    
  }


#s-5951bf10-9507-4364-a5e3-d2fd8fc8720d .shogun-image-content {
  
    align-items: center;
  
}

#s-f9c22a32-01bf-489c-ac08-b6608a32fd3b {
  text-align: center;
}







  #s-f9c22a32-01bf-489c-ac08-b6608a32fd3b img.shogun-image {
    

    
    
    
  }


#s-f9c22a32-01bf-489c-ac08-b6608a32fd3b .shogun-image-content {
  
    align-items: center;
  
}

#s-17d81777-881b-4be2-b279-24a491870768 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
background-color: rgba(255, 246, 240, 1);
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-17d81777-881b-4be2-b279-24a491870768 {
  padding-top: 50px;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-17d81777-881b-4be2-b279-24a491870768 {
  padding-top: 50px;
}
}







#s-17d81777-881b-4be2-b279-24a491870768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d81777-881b-4be2-b279-24a491870768.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7e8e930a-edb1-42f8-805e-091d642da558"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e8e930a-edb1-42f8-805e-091d642da558"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e8e930a-edb1-42f8-805e-091d642da558"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e8e930a-edb1-42f8-805e-091d642da558"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e8e930a-edb1-42f8-805e-091d642da558"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e8e930a-edb1-42f8-805e-091d642da558"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7e8e930a-edb1-42f8-805e-091d642da558"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-233716ce-2c7d-4f5b-927d-c25ce27433a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-233716ce-2c7d-4f5b-927d-c25ce27433a1 .shogun-heading-component h2 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-233716ce-2c7d-4f5b-927d-c25ce27433a1 .shogun-heading-component h2 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-233716ce-2c7d-4f5b-927d-c25ce27433a1 .shogun-heading-component h2 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.1em;
  
  text-align: center;
}


}
#s-6b18025f-47f5-46ec-b6ed-7e1335f33730 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6b18025f-47f5-46ec-b6ed-7e1335f33730 {
  
}
}
#s-6b18025f-47f5-46ec-b6ed-7e1335f33730 .shogun-heading-component h3 {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 75px;
padding-left: 10%;
padding-bottom: 75px;
padding-right: 10%;
background-color: rgba(255, 246, 240, 1);
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc, #wrap-s-8da933a9-ddc0-4917-9680-8ff49c18f9fc { display:none !important; }}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-68108651-f3e2-4956-9cf9-f2a19a3bbe8d {
  min-height: 50px;
}
@media (max-width: 767px){#s-68108651-f3e2-4956-9cf9-f2a19a3bbe8d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-68108651-f3e2-4956-9cf9-f2a19a3bbe8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68108651-f3e2-4956-9cf9-f2a19a3bbe8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fee3583-29db-492e-b3bd-257f9d06820a {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 48px;
text-align: center;
}







  #s-0fee3583-29db-492e-b3bd-257f9d06820a img.shogun-image {
    

    
    
    
  }


#s-0fee3583-29db-492e-b3bd-257f9d06820a .shogun-image-content {
  
    align-items: center;
  
}

#s-110f206d-35d5-4ab7-a719-51a3800ab327 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-110f206d-35d5-4ab7-a719-51a3800ab327 {
  
}
}
#s-110f206d-35d5-4ab7-a719-51a3800ab327 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9d58b10d-4585-4463-9ec2-75e7088a4e3e {
  margin-top: 10px;
}

#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 64px;
text-align: center;
}







  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 img.shogun-image {
    

    
    
    
  }


#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d {
  
}
}
#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-65309c33-624f-4331-b686-35c54246d536 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 64px;
text-align: center;
}







  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 img.shogun-image {
    

    
    
    
  }


#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 {
  
}
}
#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-43757720-be18-4c6f-934e-20f09aa1644c {
  margin-top: 10px;
}

#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-336df74f-6f92-4e07-96db-adf773077c95 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 64px;
text-align: center;
}
@media (max-width: 767px){#s-336df74f-6f92-4e07-96db-adf773077c95 {
  margin-bottom: 3px;
}
}






  #s-336df74f-6f92-4e07-96db-adf773077c95 img.shogun-image {
    

    
    
    
  }


#s-336df74f-6f92-4e07-96db-adf773077c95 .shogun-image-content {
  
    align-items: center;
  
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 {
  
}
}
#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-8fc68945-34de-48ef-99b6-a94cb341f7a0 {
  margin-top: 10px;
}

#s-5367c91a-7a4d-43da-bd13-2139d25faa5d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 75px;
padding-left: 10%;
padding-bottom: 75px;
padding-right: 10%;
background-color: rgba(255, 246, 240, 1);
}
@media (min-width: 1200px){#s-5367c91a-7a4d-43da-bd13-2139d25faa5d {
  display: none;
}
#s-5367c91a-7a4d-43da-bd13-2139d25faa5d, #wrap-s-5367c91a-7a4d-43da-bd13-2139d25faa5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5367c91a-7a4d-43da-bd13-2139d25faa5d {
  display: none;
}
#s-5367c91a-7a4d-43da-bd13-2139d25faa5d, #wrap-s-5367c91a-7a4d-43da-bd13-2139d25faa5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5367c91a-7a4d-43da-bd13-2139d25faa5d {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-5367c91a-7a4d-43da-bd13-2139d25faa5d, #wrap-s-5367c91a-7a4d-43da-bd13-2139d25faa5d { display:none !important; }}@media (max-width: 767px){#s-5367c91a-7a4d-43da-bd13-2139d25faa5d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5367c91a-7a4d-43da-bd13-2139d25faa5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5367c91a-7a4d-43da-bd13-2139d25faa5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-eff0973b-0531-47e0-b268-a35e3e8473ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eff0973b-0531-47e0-b268-a35e3e8473ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eff0973b-0531-47e0-b268-a35e3e8473ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eff0973b-0531-47e0-b268-a35e3e8473ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-022c7843-2fb8-4057-a75c-1a05cca9180d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-022c7843-2fb8-4057-a75c-1a05cca9180d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-022c7843-2fb8-4057-a75c-1a05cca9180d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-022c7843-2fb8-4057-a75c-1a05cca9180d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-444f29a9-0bce-46ef-b2e9-eeaf4fcedb6f {
  min-height: 50px;
}
@media (max-width: 767px){#s-444f29a9-0bce-46ef-b2e9-eeaf4fcedb6f {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-444f29a9-0bce-46ef-b2e9-eeaf4fcedb6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444f29a9-0bce-46ef-b2e9-eeaf4fcedb6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bfdf45a-45e0-42b5-9206-598787a018ff {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 48px;
text-align: center;
}







  #s-6bfdf45a-45e0-42b5-9206-598787a018ff img.shogun-image {
    

    
    
    
  }


#s-6bfdf45a-45e0-42b5-9206-598787a018ff .shogun-image-content {
  
    align-items: center;
  
}

#s-6b9d2261-6c26-45af-ad06-038353dc93c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6b9d2261-6c26-45af-ad06-038353dc93c5 {
  
}
}
#s-6b9d2261-6c26-45af-ad06-038353dc93c5 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-ff2c4688-ab8b-4c93-a35c-3af1b76571f4 {
  margin-top: 10px;
}

#s-6f3361fd-3b41-4918-83e3-d5af146bb29d {
  min-height: 50px;
}
@media (max-width: 767px){#s-6f3361fd-3b41-4918-83e3-d5af146bb29d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-6f3361fd-3b41-4918-83e3-d5af146bb29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f3361fd-3b41-4918-83e3-d5af146bb29d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c20c576b-a382-4953-9cbc-1297a371d6d4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 64px;
text-align: center;
}







  #s-c20c576b-a382-4953-9cbc-1297a371d6d4 img.shogun-image {
    

    
    
    
  }


#s-c20c576b-a382-4953-9cbc-1297a371d6d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-52a82c6a-631a-490c-953b-bf68dd1d0a45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-52a82c6a-631a-490c-953b-bf68dd1d0a45 {
  
}
}
#s-52a82c6a-631a-490c-953b-bf68dd1d0a45 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-f2ab9dde-0712-4d19-bb7d-efe017b40a0f {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-ab8eea2e-2fae-4053-bf33-ebdeef2d0c3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab8eea2e-2fae-4053-bf33-ebdeef2d0c3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab8eea2e-2fae-4053-bf33-ebdeef2d0c3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab8eea2e-2fae-4053-bf33-ebdeef2d0c3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2733a05c-6e0e-4b17-bcad-43ad42e4ef06 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-2733a05c-6e0e-4b17-bcad-43ad42e4ef06 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-2733a05c-6e0e-4b17-bcad-43ad42e4ef06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2733a05c-6e0e-4b17-bcad-43ad42e4ef06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf746dd1-58b4-42a7-a3d5-9ae0847fbc07 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 64px;
text-align: center;
}







  #s-cf746dd1-58b4-42a7-a3d5-9ae0847fbc07 img.shogun-image {
    

    
    
    
  }


#s-cf746dd1-58b4-42a7-a3d5-9ae0847fbc07 .shogun-image-content {
  
    align-items: center;
  
}

#s-a28f9035-effc-4739-88f8-e3d41911f809 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a28f9035-effc-4739-88f8-e3d41911f809 {
  
}
}
#s-a28f9035-effc-4739-88f8-e3d41911f809 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-cfc96e48-56ab-4614-a445-61372bcecb64 {
  margin-top: 10px;
}

#s-326f3f94-389f-4e47-9f19-6dce0a1dea57 {
  min-height: 50px;
}
@media (max-width: 767px){#s-326f3f94-389f-4e47-9f19-6dce0a1dea57 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-326f3f94-389f-4e47-9f19-6dce0a1dea57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-326f3f94-389f-4e47-9f19-6dce0a1dea57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b9fa04d-8e0b-4361-a154-0743b804ad1d {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 64px;
max-width: 64px;
text-align: center;
}
@media (max-width: 767px){#s-5b9fa04d-8e0b-4361-a154-0743b804ad1d {
  margin-bottom: 3px;
}
}






  #s-5b9fa04d-8e0b-4361-a154-0743b804ad1d img.shogun-image {
    

    
    
    
  }


#s-5b9fa04d-8e0b-4361-a154-0743b804ad1d .shogun-image-content {
  
    align-items: center;
  
}

#s-b3df7f0e-c3df-47a3-be19-85fc7e31438e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b3df7f0e-c3df-47a3-be19-85fc7e31438e {
  
}
}
#s-b3df7f0e-c3df-47a3-be19-85fc7e31438e .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-b43e2cb6-6f76-4b86-b629-4981cc326341 {
  margin-top: 10px;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  padding-bottom: 40px;
text-align: center;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 1.2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52623d9f-2322-4c30-9d8b-8e11cdd6cf88 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  text-align: left;
}



.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b 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-106561e2-571f-4d2e-9637-dafc1663dfbf {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-106561e2-571f-4d2e-9637-dafc1663dfbf .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.4px;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb {
  margin-bottom: 20px;
text-align: center;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .shg-product-sold-out {
  display: none;
  color: rgba(76, 97, 107, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .shg-product-price {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-0411b55b-08b1-4004-9973-c5a07837e2fb .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-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(76, 97, 107, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(76, 97, 107, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Roboto;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}



#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  min-height: 50px;
}
@media (max-width: 767px){#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-01d986d7-4f90-48c5-9c4e-dfe488035bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d986d7-4f90-48c5-9c4e-dfe488035bab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8696c6de-796f-4e2b-ad1a-a8e7ee43afc3 {
  display: none;
}
#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  text-align: left;
}



.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



}
#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.4px;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e {
  margin-bottom: 20px;
text-align: center;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-sold-out {
  display: none;
  color: rgba(76, 97, 107, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .shg-product-price {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-07c86be4-0cb6-4945-9286-1f7abe8d9f7e .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-79226f50-82a9-4b72-ad70-68b23b38d50e {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(76, 97, 107, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(76, 97, 107, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-79226f50-82a9-4b72-ad70-68b23b38d50e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79226f50-82a9-4b72-ad70-68b23b38d50e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Roboto;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}



#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  margin-top: 0px;
}
}







#s-4b98a257-7dfa-4549-aebb-713a6067a02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b98a257-7dfa-4549-aebb-713a6067a02d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d77dd93e-f5c5-4f72-b2f2-6fc78f636e34 {
  display: none;
}
#s-c97775fa-fc1f-4319-a316-925934458b33 {
  text-align: left;
}



.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



}
#s-297a3bcd-2100-4570-92dc-ed645ce9c033 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-297a3bcd-2100-4570-92dc-ed645ce9c033 .shg-product-title-component h3 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.4px;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 {
  margin-bottom: 20px;
text-align: center;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 .shg-product-sold-out {
  display: none;
  color: rgba(76, 97, 107, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 .shg-product-price {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 15px;
}

#s-22fed4b8-7e2a-4e06-8c6d-2a794ef19b34 .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-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(76, 97, 107, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(76, 97, 107, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-eea08b61-e07b-489d-a7da-2baf1f5e461e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-eea08b61-e07b-489d-a7da-2baf1f5e461e:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}


#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  display:  inline-block ;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Roboto;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}



#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-color: rgba(228, 177, 165, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  cursor: pointer;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32504371-864e-434c-89f4-7a4b088bf17c {
  min-height: 50px;
}








#s-32504371-864e-434c-89f4-7a4b088bf17c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32504371-864e-434c-89f4-7a4b088bf17c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.1em;
  
  text-align: center;
}


}
#s-35af0057-54f5-4ffd-956b-1c8466300a6a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(76, 97, 107, 1);
border-radius: 4px;
background-color: rgba(76, 97, 107, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-35af0057-54f5-4ffd-956b-1c8466300a6a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35af0057-54f5-4ffd-956b-1c8466300a6a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-35af0057-54f5-4ffd-956b-1c8466300a6a {
  
}
}

  #s-35af0057-54f5-4ffd-956b-1c8466300a6a-root {
    text-align: center;
  }


#s-35af0057-54f5-4ffd-956b-1c8466300a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35af0057-54f5-4ffd-956b-1c8466300a6a-root {
    text-align: center;
  }


#s-35af0057-54f5-4ffd-956b-1c8466300a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35af0057-54f5-4ffd-956b-1c8466300a6a-root {
    text-align: center;
  }


#s-35af0057-54f5-4ffd-956b-1c8466300a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35af0057-54f5-4ffd-956b-1c8466300a6a-root {
    text-align: center;
  }


#s-35af0057-54f5-4ffd-956b-1c8466300a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35af0057-54f5-4ffd-956b-1c8466300a6a-root {
    text-align: center;
  }


#s-35af0057-54f5-4ffd-956b-1c8466300a6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  min-height: 300px;
}
}







#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  cursor: pointer;
}#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f91a306-fbd2-4d7d-991e-ef6e4b7a12d2 {
  min-height: 50px;
}








#s-2f91a306-fbd2-4d7d-991e-ef6e4b7a12d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f91a306-fbd2-4d7d-991e-ef6e4b7a12d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17039285-0d07-4d24-8805-5e3d00f9a4ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.1em;
  
  text-align: center;
}


}
#s-113cd330-2e15-475d-b4b2-484574c7d0e3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(76, 97, 107, 1);
border-radius: 4px;
background-color: rgba(76, 97, 107, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-113cd330-2e15-475d-b4b2-484574c7d0e3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-113cd330-2e15-475d-b4b2-484574c7d0e3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-113cd330-2e15-475d-b4b2-484574c7d0e3 {
  
}
}

  #s-113cd330-2e15-475d-b4b2-484574c7d0e3-root {
    text-align: center;
  }


#s-113cd330-2e15-475d-b4b2-484574c7d0e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-113cd330-2e15-475d-b4b2-484574c7d0e3-root {
    text-align: center;
  }


#s-113cd330-2e15-475d-b4b2-484574c7d0e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-113cd330-2e15-475d-b4b2-484574c7d0e3-root {
    text-align: center;
  }


#s-113cd330-2e15-475d-b4b2-484574c7d0e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-113cd330-2e15-475d-b4b2-484574c7d0e3-root {
    text-align: center;
  }


#s-113cd330-2e15-475d-b4b2-484574c7d0e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-113cd330-2e15-475d-b4b2-484574c7d0e3-root {
    text-align: center;
  }


#s-113cd330-2e15-475d-b4b2-484574c7d0e3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 75px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 680px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-043d3034-a6e8-48be-9ffd-970b06d1f777 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
}







#s-043d3034-a6e8-48be-9ffd-970b06d1f777 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-043d3034-a6e8-48be-9ffd-970b06d1f777.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2db9445-023a-4c0d-ba0d-29e2660c8b41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2db9445-023a-4c0d-ba0d-29e2660c8b41 .shogun-heading-component h3 {
  color: rgba(255, 246, 240, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 1.2px;
  text-align: center;
}



@media (min-width: 1200px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}@media (max-width: 767px){#s-e84136e9-574f-4e9c-b0ed-7f904e88f46b {
  
}
}
@media (min-width: 0px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e84136e9-574f-4e9c-b0ed-7f904e88f46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  
}
}@media (max-width: 767px){#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb9c3c6b-5a2d-4506-aa02-bd19f8e77d99.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 {
  
}
}
#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1.1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-4513f42e-a0b4-4185-8888-35f8ca9f10d2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  text-align: center;
}


}
#s-81f5ef19-be1f-485a-bedd-18671c349a94 {
  padding-top: 10px;
padding-bottom: 40px;
text-align: center;
}
@media (max-width: 767px){#s-81f5ef19-be1f-485a-bedd-18671c349a94 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-81f5ef19-be1f-485a-bedd-18671c349a94 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: center;
}



#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(76, 97, 107, 1);
border-radius: 4px;
background-color: rgba(76, 97, 107, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32 {
  
}
}

  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed405c41-b933-4ae1-88b1-04a57c4f3a32-root {
    text-align: center;
  }


#s-ed405c41-b933-4ae1-88b1-04a57c4f3a32.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-744bf32e-8e7d-40fe-a087-87f114c8f1bd {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 850px;
}

#s-744bf32e-8e7d-40fe-a087-87f114c8f1bd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-744bf32e-8e7d-40fe-a087-87f114c8f1bd .shg-sld-nav-button.shg-sld-left,
#s-744bf32e-8e7d-40fe-a087-87f114c8f1bd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-26c5bdf2-e27f-4767-8543-85d47ac17ebe {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 0.75);
padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-26c5bdf2-e27f-4767-8543-85d47ac17ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c5bdf2-e27f-4767-8543-85d47ac17ebe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f57805f5-d8f7-4298-91fd-0e966a5d309b {
  min-height: 50px;
}








#s-f57805f5-d8f7-4298-91fd-0e966a5d309b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57805f5-d8f7-4298-91fd-0e966a5d309b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf8c4a32-ea11-4da3-925d-144a277360a4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-cf8c4a32-ea11-4da3-925d-144a277360a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-cf8c4a32-ea11-4da3-925d-144a277360a4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(58, 58, 60, 1);
}

#s-e6c612e1-b0be-4375-bdc8-e82a93294e79 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6c612e1-b0be-4375-bdc8-e82a93294e79 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-e6c612e1-b0be-4375-bdc8-e82a93294e79 .shogun-heading-component h6 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: center;
}



#s-cd450bb7-d353-4be5-968d-1555632af793 {
  min-height: 50px;
}








#s-cd450bb7-d353-4be5-968d-1555632af793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd450bb7-d353-4be5-968d-1555632af793.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebd2abbe-85ff-4167-a553-86c2a11200a0 {
  text-align: center;
}
@media (max-width: 767px){#s-ebd2abbe-85ff-4167-a553-86c2a11200a0 {
  
}
}
#s-ebd2abbe-85ff-4167-a553-86c2a11200a0 .shogun-heading-component h6 {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-7802c125-1ae9-4f01-be0f-e5758893207c {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 0.75);
padding-top: 40px;
padding-left: 15px;
padding-bottom: 40px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-7802c125-1ae9-4f01-be0f-e5758893207c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7802c125-1ae9-4f01-be0f-e5758893207c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13031180-0eb3-4c72-9c76-4ef167016f01 {
  min-height: 50px;
}








#s-13031180-0eb3-4c72-9c76-4ef167016f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13031180-0eb3-4c72-9c76-4ef167016f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce46e006-ecb7-497b-96ea-9f6cdf7fe759 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ce46e006-ecb7-497b-96ea-9f6cdf7fe759 .shogun-icon-wrapper {
  text-align: center;
}


#s-ce46e006-ecb7-497b-96ea-9f6cdf7fe759 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(58, 58, 60, 1);
}

#s-682b3ab7-2e91-4964-ac01-e76f98a720cd {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-682b3ab7-2e91-4964-ac01-e76f98a720cd {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-682b3ab7-2e91-4964-ac01-e76f98a720cd .shogun-heading-component h6 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: center;
}



#s-63a3d88c-e851-4ef8-b075-5a7d1b0d1578 {
  min-height: 50px;
}








#s-63a3d88c-e851-4ef8-b075-5a7d1b0d1578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a3d88c-e851-4ef8-b075-5a7d1b0d1578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fb3bf03-5270-4981-b0a3-e4ca7ece0bc1 {
  text-align: center;
}
@media (max-width: 767px){#s-9fb3bf03-5270-4981-b0a3-e4ca7ece0bc1 {
  
}
}
#s-9fb3bf03-5270-4981-b0a3-e4ca7ece0bc1 .shogun-heading-component h6 {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-21c83963-5ccf-4863-bb96-fb1293edc52c {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 0.75);
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-21c83963-5ccf-4863-bb96-fb1293edc52c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21c83963-5ccf-4863-bb96-fb1293edc52c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a7d43eb-28b2-4b78-8880-597363ac34f6 {
  min-height: 50px;
}








#s-6a7d43eb-28b2-4b78-8880-597363ac34f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a7d43eb-28b2-4b78-8880-597363ac34f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b17e04c-0aee-4d36-86fa-ad827691f161 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2b17e04c-0aee-4d36-86fa-ad827691f161 .shogun-icon-wrapper {
  text-align: center;
}


#s-2b17e04c-0aee-4d36-86fa-ad827691f161 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(58, 58, 60, 1);
}

#s-29e2822d-555b-4dee-94a3-1d9cf5d503f0 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-29e2822d-555b-4dee-94a3-1d9cf5d503f0 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-29e2822d-555b-4dee-94a3-1d9cf5d503f0 .shogun-heading-component h6 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: center;
}



#s-0b6bb77c-1ec8-4588-be38-aaa77c7c64ac {
  min-height: 50px;
}








#s-0b6bb77c-1ec8-4588-be38-aaa77c7c64ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b6bb77c-1ec8-4588-be38-aaa77c7c64ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2e783ed-5a97-48ca-b270-54ef79c26550 {
  text-align: center;
}
@media (max-width: 767px){#s-a2e783ed-5a97-48ca-b270-54ef79c26550 {
  
}
}
#s-a2e783ed-5a97-48ca-b270-54ef79c26550 .shogun-heading-component h6 {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-6b695d73-7b52-4499-8b55-8fb835377062 {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 0.75);
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-6b695d73-7b52-4499-8b55-8fb835377062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b695d73-7b52-4499-8b55-8fb835377062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30cc7fb6-44ea-43da-815a-1b72fb055081 {
  min-height: 50px;
}








#s-30cc7fb6-44ea-43da-815a-1b72fb055081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30cc7fb6-44ea-43da-815a-1b72fb055081.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d6e3bf5-0c11-4d08-94a2-8af80ac9eb52 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1d6e3bf5-0c11-4d08-94a2-8af80ac9eb52 .shogun-icon-wrapper {
  text-align: center;
}


#s-1d6e3bf5-0c11-4d08-94a2-8af80ac9eb52 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(58, 58, 60, 1);
}

#s-fe0da10e-7c8e-415e-8012-059e91ad772b {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe0da10e-7c8e-415e-8012-059e91ad772b {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-fe0da10e-7c8e-415e-8012-059e91ad772b .shogun-heading-component h6 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: center;
}



#s-0a11a32f-8d67-49e8-971e-6a59b3e8fda6 {
  min-height: 50px;
}








#s-0a11a32f-8d67-49e8-971e-6a59b3e8fda6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a11a32f-8d67-49e8-971e-6a59b3e8fda6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b89eb0e5-2fdd-48f7-8bf8-b3a34fe331ef {
  text-align: center;
}
@media (max-width: 767px){#s-b89eb0e5-2fdd-48f7-8bf8-b3a34fe331ef {
  
}
}
#s-b89eb0e5-2fdd-48f7-8bf8-b3a34fe331ef .shogun-heading-component h6 {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-ab3971fe-e01c-4372-9c6b-68717d7aca1d {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 0.75);
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-ab3971fe-e01c-4372-9c6b-68717d7aca1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab3971fe-e01c-4372-9c6b-68717d7aca1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cfe311c-f43f-4710-9d6b-510a5226616d {
  min-height: 50px;
}








#s-6cfe311c-f43f-4710-9d6b-510a5226616d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cfe311c-f43f-4710-9d6b-510a5226616d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89b6f62b-332a-4dd2-9943-e657b87b66a3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-89b6f62b-332a-4dd2-9943-e657b87b66a3 .shogun-icon-wrapper {
  text-align: center;
}


#s-89b6f62b-332a-4dd2-9943-e657b87b66a3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(58, 58, 60, 1);
}

#s-f052f4c4-bb83-4997-ab13-b553b0cd5603 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f052f4c4-bb83-4997-ab13-b553b0cd5603 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-f052f4c4-bb83-4997-ab13-b553b0cd5603 .shogun-heading-component h6 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: center;
}



#s-9f0ae648-41d6-444e-bacc-490e34bdb889 {
  min-height: 50px;
}








#s-9f0ae648-41d6-444e-bacc-490e34bdb889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f0ae648-41d6-444e-bacc-490e34bdb889.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c87ad6db-2ce7-4e5f-90f0-9b16fd528f03 {
  text-align: center;
}
@media (max-width: 767px){#s-c87ad6db-2ce7-4e5f-90f0-9b16fd528f03 {
  
}
}
#s-c87ad6db-2ce7-4e5f-90f0-9b16fd528f03 .shogun-heading-component h6 {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-c7971026-c94a-44b2-8a1b-39f780f60b5e {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 0.75);
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(235, 235, 235, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}








#s-c7971026-c94a-44b2-8a1b-39f780f60b5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7971026-c94a-44b2-8a1b-39f780f60b5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d92bf1af-1307-4f07-ad70-fc930317d309 {
  min-height: 50px;
}








#s-d92bf1af-1307-4f07-ad70-fc930317d309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d92bf1af-1307-4f07-ad70-fc930317d309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78ef5c2a-88d6-4e72-9d31-1f68e963d6f9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-78ef5c2a-88d6-4e72-9d31-1f68e963d6f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-78ef5c2a-88d6-4e72-9d31-1f68e963d6f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(58, 58, 60, 1);
}

#s-b9e99f25-b0e3-4255-8a2b-aae11df9fb47 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9e99f25-b0e3-4255-8a2b-aae11df9fb47 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b9e99f25-b0e3-4255-8a2b-aae11df9fb47 .shogun-heading-component h6 {
  color: rgba(58, 58, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: center;
}



#s-ed76e240-190f-4711-98a1-9a41631f7478 {
  min-height: 50px;
}








#s-ed76e240-190f-4711-98a1-9a41631f7478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed76e240-190f-4711-98a1-9a41631f7478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3e617bf-d0ee-45f7-ba95-7060f3c74902 {
  text-align: center;
}
@media (max-width: 767px){#s-f3e617bf-d0ee-45f7-ba95-7060f3c74902 {
  
}
}
#s-f3e617bf-d0ee-45f7-ba95-7060f3c74902 .shogun-heading-component h6 {
  color: rgba(76, 97, 107, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  
}



#s-8ddaad12-8f6b-4131-b867-2edc018bf28b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-left: 100px;
padding-bottom: 200px;
padding-right: 100px;
min-height: 720px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ddaad12-8f6b-4131-b867-2edc018bf28b {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-8ddaad12-8f6b-4131-b867-2edc018bf28b {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
min-height: 600px;
}
}







#s-8ddaad12-8f6b-4131-b867-2edc018bf28b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-8ddaad12-8f6b-4131-b867-2edc018bf28b {
  cursor: pointer;
}#s-8ddaad12-8f6b-4131-b867-2edc018bf28b.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-c59de5b5-ed13-4aff-975f-c9c5f976f96d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c59de5b5-ed13-4aff-975f-c9c5f976f96d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c59de5b5-ed13-4aff-975f-c9c5f976f96d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c59de5b5-ed13-4aff-975f-c9c5f976f96d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c59de5b5-ed13-4aff-975f-c9c5f976f96d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c59de5b5-ed13-4aff-975f-c9c5f976f96d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c59de5b5-ed13-4aff-975f-c9c5f976f96d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-67a615cd-5292-4519-9e8d-a0f70d510ab0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-67a615cd-5292-4519-9e8d-a0f70d510ab0 {
  
}
}
#s-67a615cd-5292-4519-9e8d-a0f70d510ab0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1.1em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-67a615cd-5292-4519-9e8d-a0f70d510ab0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-67a615cd-5292-4519-9e8d-a0f70d510ab0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Caslon Old Face";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.1em;
  
  text-align: center;
}


}
#s-1fda53fe-9bb4-4147-a617-0e429d95e6e4 {
  padding-top: 10px;
padding-bottom: 40px;
text-align: center;
}

#s-1fda53fe-9bb4-4147-a617-0e429d95e6e4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.7em;
  letter-spacing: 0.8px;
  text-align: center;
}



#s-11be21dc-8cf8-47c2-b02f-89b22a24b480 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-11be21dc-8cf8-47c2-b02f-89b22a24b480 {
  
}
}@media (max-width: 767px){#s-11be21dc-8cf8-47c2-b02f-89b22a24b480 {
  
}
}







#s-11be21dc-8cf8-47c2-b02f-89b22a24b480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11be21dc-8cf8-47c2-b02f-89b22a24b480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2adc8e68-012c-4ff8-8def-2d82b52c9730 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(76, 97, 107, 1);
border-radius: 4px;
background-color: rgba(76, 97, 107, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 2.1em;
letter-spacing: 1.4px;
}
#s-2adc8e68-012c-4ff8-8def-2d82b52c9730:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2adc8e68-012c-4ff8-8def-2d82b52c9730:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(228, 177, 165, 1) !important;
border-radius: 4px !important;
background-color: rgba(228, 177, 165, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-2adc8e68-012c-4ff8-8def-2d82b52c9730 {
  
}
}

  #s-2adc8e68-012c-4ff8-8def-2d82b52c9730-root {
    text-align: center;
  }


#s-2adc8e68-012c-4ff8-8def-2d82b52c9730.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2adc8e68-012c-4ff8-8def-2d82b52c9730-root {
    text-align: center;
  }


#s-2adc8e68-012c-4ff8-8def-2d82b52c9730.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2adc8e68-012c-4ff8-8def-2d82b52c9730-root {
    text-align: center;
  }


#s-2adc8e68-012c-4ff8-8def-2d82b52c9730.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2adc8e68-012c-4ff8-8def-2d82b52c9730-root {
    text-align: center;
  }


#s-2adc8e68-012c-4ff8-8def-2d82b52c9730.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2adc8e68-012c-4ff8-8def-2d82b52c9730-root {
    text-align: center;
  }


#s-2adc8e68-012c-4ff8-8def-2d82b52c9730.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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