@media (min-width: 768px) and (max-width: 991px){#s-ebaaea96-8423-4e03-a165-f6252322dd48 {
  
}
}@media (max-width: 767px){#s-ebaaea96-8423-4e03-a165-f6252322dd48 {
  
}
}
.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-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  display: none;
}
#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  display: none;
}
#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  display: none;
}
#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 { display:none !important; }}







#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 115px;
text-align: center;
}
@media (min-width: 1200px){#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  display: none;
}
#s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-s-051d798e-4a00-468d-9056-0f3b5a048053 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  display: none;
}
#s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-s-051d798e-4a00-468d-9056-0f3b5a048053 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  display: none;
}
#s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-s-051d798e-4a00-468d-9056-0f3b5a048053 { display:none !important; }}






  #s-051d798e-4a00-468d-9056-0f3b5a048053 img.shogun-image {
    

    
    
    
  }


#s-051d798e-4a00-468d-9056-0f3b5a048053 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3ccbd89-ba70-4764-801d-8f49480a72c3 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 45px;
min-height: 225px;
background-position: center center;
}
@media (min-width: 1200px){#s-b3ccbd89-ba70-4764-801d-8f49480a72c3 {
  display: none;
}
#s-b3ccbd89-ba70-4764-801d-8f49480a72c3, #wrap-s-b3ccbd89-ba70-4764-801d-8f49480a72c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3ccbd89-ba70-4764-801d-8f49480a72c3 {
  display: none;
}
#s-b3ccbd89-ba70-4764-801d-8f49480a72c3, #wrap-s-b3ccbd89-ba70-4764-801d-8f49480a72c3 { display:none !important; }}@media (max-width: 767px){#s-b3ccbd89-ba70-4764-801d-8f49480a72c3 {
  margin-top: 0px;
min-height: 200px;
}
}
#s-b3ccbd89-ba70-4764-801d-8f49480a72c3 {
  background-image: url(https://i.shgcdn.com/8cdf1f04-af45-428a-9d23-26dd82c3d6f5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b3ccbd89-ba70-4764-801d-8f49480a72c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ccbd89-ba70-4764-801d-8f49480a72c3 {
  cursor: pointer;
}#s-b3ccbd89-ba70-4764-801d-8f49480a72c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e77cf38d-631c-49c1-9b87-cc5d3ef05e82 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 55px;
min-height: 600px;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e77cf38d-631c-49c1-9b87-cc5d3ef05e82 {
  margin-top: 0px;
min-height: 20px;
}
}@media (max-width: 767px){#s-e77cf38d-631c-49c1-9b87-cc5d3ef05e82 {
  margin-top: 0px;
min-height: 20px;
}
}
#s-e77cf38d-631c-49c1-9b87-cc5d3ef05e82 {
  background-image: url(https://i.shgcdn.com/7aaa7bee-c576-4fc1-8317-4c6d41b1ef21/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e77cf38d-631c-49c1-9b87-cc5d3ef05e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77cf38d-631c-49c1-9b87-cc5d3ef05e82 {
  cursor: pointer;
}#s-e77cf38d-631c-49c1-9b87-cc5d3ef05e82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-587bfaa8-c248-4881-be88-d046d17feefc {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 0%;
max-width: 50%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-587bfaa8-c248-4881-be88-d046d17feefc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-587bfaa8-c248-4881-be88-d046d17feefc {
  background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-587bfaa8-c248-4881-be88-d046d17feefc {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-587bfaa8-c248-4881-be88-d046d17feefc {
  padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
max-width: 100%;
}
}







#s-587bfaa8-c248-4881-be88-d046d17feefc > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 1;
}#s-587bfaa8-c248-4881-be88-d046d17feefc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-587bfaa8-c248-4881-be88-d046d17feefc > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-587bfaa8-c248-4881-be88-d046d17feefc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-587bfaa8-c248-4881-be88-d046d17feefc > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-587bfaa8-c248-4881-be88-d046d17feefc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-9c23e8f5-b17a-443f-a859-0cba8d5ebb8a {
  min-height: 50px;
}
@media (max-width: 767px){#s-9c23e8f5-b17a-443f-a859-0cba8d5ebb8a {
  padding-top: 15px;
padding-bottom: 0px;
}
}







#s-9c23e8f5-b17a-443f-a859-0cba8d5ebb8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c23e8f5-b17a-443f-a859-0cba8d5ebb8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-6df7bdbf-193b-4342-b464-1726894a3c18 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6df7bdbf-193b-4342-b464-1726894a3c18 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-6df7bdbf-193b-4342-b464-1726894a3c18 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
text-align: center;
}
}
#s-6df7bdbf-193b-4342-b464-1726894a3c18 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6df7bdbf-193b-4342-b464-1726894a3c18 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-6df7bdbf-193b-4342-b464-1726894a3c18 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}
#s-57dde452-bfc5-40d3-b4d8-7611afe52f63 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-57dde452-bfc5-40d3-b4d8-7611afe52f63 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-57dde452-bfc5-40d3-b4d8-7611afe52f63 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-57dde452-bfc5-40d3-b4d8-7611afe52f63 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-57dde452-bfc5-40d3-b4d8-7611afe52f63 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-57dde452-bfc5-40d3-b4d8-7611afe52f63 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-7c0035da-965a-4397-b6a1-27e9093bb5ac {
  max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c0035da-965a-4397-b6a1-27e9093bb5ac {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-7c0035da-965a-4397-b6a1-27e9093bb5ac {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 92%;
}
}
#s-c0920cb1-b34e-442b-943a-ff2923b17975 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-c0920cb1-b34e-442b-943a-ff2923b17975 {
  padding-top: 5px;
display: none;
}
#s-c0920cb1-b34e-442b-943a-ff2923b17975, #wrap-s-c0920cb1-b34e-442b-943a-ff2923b17975 { display:none !important; }}







#s-c0920cb1-b34e-442b-943a-ff2923b17975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0920cb1-b34e-442b-943a-ff2923b17975.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn.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-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.5px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f:hover {background-color: rgba(225, 181, 96, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
letter-spacing: 1.5px;
}
#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
letter-spacing: 1.5px;
}
#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 768px) and (max-width: 991px){#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f {
  color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f {
  color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}

  #s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f-btn-wrapper {
    text-align: center;
  }


#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f-btn-wrapper {
    text-align: left;
  }


#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f-btn-wrapper {
    text-align: left;
  }


#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f-btn-wrapper {
    text-align: center;
  }


#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f-btn-wrapper {
    text-align: center;
  }


#s-e5beb8ea-ad94-4bd9-b1fb-827cb2c6096f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff {
  background-repeat: repeat;
background-size: contain;
padding-top: 55px;
padding-left: 10%;
padding-bottom: 65px;
padding-right: 10%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}@media (max-width: 767px){#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff {
  background-image: url(https://i.shgcdn.com/f313b983-2b90-4a97-87e5-0f6bbb5ef299/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center center;
}
@media (min-width: 1200px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  display: none;
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-s-28b2f819-3f55-4b23-8c1a-74e30c202a39 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  display: none;
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-s-28b2f819-3f55-4b23-8c1a-74e30c202a39 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  display: none;
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-s-28b2f819-3f55-4b23-8c1a-74e30c202a39 { display:none !important; }}@media (max-width: 767px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  min-height: 80px;
}
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  background-image: url(https://i.shgcdn.com/1394dccd-1155-48a5-b489-7986705f9dce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b2f819-3f55-4b23-8c1a-74e30c202a39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b9dc141-62af-42e0-8165-d12cde8111ac {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4b9dc141-62af-42e0-8165-d12cde8111ac {
  margin-top: 40px;
margin-bottom: 15px;
}
}
#s-4b9dc141-62af-42e0-8165-d12cde8111ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-4b9dc141-62af-42e0-8165-d12cde8111ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}
#s-38d7e304-47d2-49c4-8e7a-af91a3b020ec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 175px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-38d7e304-47d2-49c4-8e7a-af91a3b020ec {
  max-width: 125px;
}
}@media (max-width: 767px){#s-38d7e304-47d2-49c4-8e7a-af91a3b020ec {
  max-width: 135px;
}
}






  #s-38d7e304-47d2-49c4-8e7a-af91a3b020ec img.shogun-image {
    

    
    
    
  }


#s-38d7e304-47d2-49c4-8e7a-af91a3b020ec .shogun-image-content {
  
    align-items: center;
  
}

#s-6da90e67-77d7-42bc-95bd-88418ef956d2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6da90e67-77d7-42bc-95bd-88418ef956d2 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-6da90e67-77d7-42bc-95bd-88418ef956d2 {
  margin-bottom: 20px;
}
}
#s-6da90e67-77d7-42bc-95bd-88418ef956d2 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6da90e67-77d7-42bc-95bd-88418ef956d2 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-6da90e67-77d7-42bc-95bd-88418ef956d2 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 33%;
padding-bottom: 25px;
padding-right: 33%;
max-width: 95%;
}
@media (min-width: 1200px){#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e {
  display: none;
}
#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e, #wrap-s-b1194de4-f70e-4c3b-82a7-3293c51ef88e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e {
  display: none;
}
#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e, #wrap-s-b1194de4-f70e-4c3b-82a7-3293c51ef88e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e {
  padding-left: 15%;
padding-right: 15%;
display: none;
}
#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e, #wrap-s-b1194de4-f70e-4c3b-82a7-3293c51ef88e { display:none !important; }}@media (max-width: 767px){#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 94%;
}
}
#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e .shg-sld-dot {
  background-color: rgba(210, 210, 210, 1);
}

#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e .shg-sld-nav-button.shg-sld-left,
#s-b1194de4-f70e-4c3b-82a7-3293c51ef88e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(210, 210, 210, 1);
}

#s-9e4c052e-4539-4697-ac52-4c9c6c76f88b {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-9e4c052e-4539-4697-ac52-4c9c6c76f88b {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e4c052e-4539-4697-ac52-4c9c6c76f88b {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e4c052e-4539-4697-ac52-4c9c6c76f88b {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9e4c052e-4539-4697-ac52-4c9c6c76f88b {
  margin-bottom: 25px;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 15px;
padding-right: 7%;
}
}







#s-9e4c052e-4539-4697-ac52-4c9c6c76f88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e4c052e-4539-4697-ac52-4c9c6c76f88b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8b31931-ee73-4a60-902a-bd29366b6fe5 {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8b31931-ee73-4a60-902a-bd29366b6fe5 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-d8b31931-ee73-4a60-902a-bd29366b6fe5 {
  padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-d8b31931-ee73-4a60-902a-bd29366b6fe5 img.shogun-image {
    

    
    
    
  }


#s-d8b31931-ee73-4a60-902a-bd29366b6fe5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a99a58b-ccfd-4841-b1a8-c5a3d9fbf2d9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-7a99a58b-ccfd-4841-b1a8-c5a3d9fbf2d9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7a99a58b-ccfd-4841-b1a8-c5a3d9fbf2d9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

.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;
}

#s-90d519e3-d168-49a8-a108-9aaccd84f8b2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-90d519e3-d168-49a8-a108-9aaccd84f8b2 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-90d519e3-d168-49a8-a108-9aaccd84f8b2 {
  padding-top: 10px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e11679d7-f497-4b10-976d-f55e3b923abb {
  margin-top: -20px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e11679d7-f497-4b10-976d-f55e3b923abb hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-73a068a9-c9e3-45a5-b974-c6f1c9408b13 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-73a068a9-c9e3-45a5-b974-c6f1c9408b13 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-73a068a9-c9e3-45a5-b974-c6f1c9408b13 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-6d9fb854-6162-42ea-a6a4-a9e322cc3e16 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-6d9fb854-6162-42ea-a6a4-a9e322cc3e16 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d9fb854-6162-42ea-a6a4-a9e322cc3e16 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d9fb854-6162-42ea-a6a4-a9e322cc3e16 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6d9fb854-6162-42ea-a6a4-a9e322cc3e16 {
  margin-bottom: 25px;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 15px;
padding-right: 7%;
}
}







#s-6d9fb854-6162-42ea-a6a4-a9e322cc3e16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9fb854-6162-42ea-a6a4-a9e322cc3e16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2194be3e-bf7e-497d-9a35-280e1f73ea97 {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2194be3e-bf7e-497d-9a35-280e1f73ea97 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-2194be3e-bf7e-497d-9a35-280e1f73ea97 {
  padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-2194be3e-bf7e-497d-9a35-280e1f73ea97 img.shogun-image {
    

    
    
    
  }


#s-2194be3e-bf7e-497d-9a35-280e1f73ea97 .shogun-image-content {
  
    align-items: center;
  
}

#s-66542064-5ac1-46ed-9d0d-f246f77e4a58 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-66542064-5ac1-46ed-9d0d-f246f77e4a58 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-66542064-5ac1-46ed-9d0d-f246f77e4a58 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-2c5091d7-be6d-42ef-8901-44f9514975ef {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-2c5091d7-be6d-42ef-8901-44f9514975ef {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-2c5091d7-be6d-42ef-8901-44f9514975ef {
  padding-top: 10px;
}
}
#s-667d3f30-3494-4797-a9dd-a4def073eb80 {
  margin-top: -20px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-667d3f30-3494-4797-a9dd-a4def073eb80 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-2b61579f-3291-45ad-98b8-eae4beec8fe1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-2b61579f-3291-45ad-98b8-eae4beec8fe1 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-2b61579f-3291-45ad-98b8-eae4beec8fe1 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-dc7eb3ab-5c9b-4b0e-a697-ce3d7792f02e {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-dc7eb3ab-5c9b-4b0e-a697-ce3d7792f02e {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc7eb3ab-5c9b-4b0e-a697-ce3d7792f02e {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc7eb3ab-5c9b-4b0e-a697-ce3d7792f02e {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-dc7eb3ab-5c9b-4b0e-a697-ce3d7792f02e {
  margin-bottom: 25px;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 15px;
padding-right: 7%;
}
}







#s-dc7eb3ab-5c9b-4b0e-a697-ce3d7792f02e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc7eb3ab-5c9b-4b0e-a697-ce3d7792f02e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95b659a7-2950-473d-8764-12af04c1afbc {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-95b659a7-2950-473d-8764-12af04c1afbc {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-95b659a7-2950-473d-8764-12af04c1afbc {
  padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-95b659a7-2950-473d-8764-12af04c1afbc img.shogun-image {
    

    
    
    
  }


#s-95b659a7-2950-473d-8764-12af04c1afbc .shogun-image-content {
  
    align-items: center;
  
}

#s-ffd0bf67-e50c-4837-84c1-154f1020407e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-ffd0bf67-e50c-4837-84c1-154f1020407e .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ffd0bf67-e50c-4837-84c1-154f1020407e .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-6d5ee03d-dc88-4d93-8f53-33f0602dcfde {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-6d5ee03d-dc88-4d93-8f53-33f0602dcfde {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-6d5ee03d-dc88-4d93-8f53-33f0602dcfde {
  padding-top: 10px;
}
}
#s-7f4f2837-94d4-4d6b-976f-dde4b0e958c8 {
  margin-top: -20px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7f4f2837-94d4-4d6b-976f-dde4b0e958c8 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-e094a5a7-603d-41d1-962a-3b2a674ef259 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-e094a5a7-603d-41d1-962a-3b2a674ef259 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-e094a5a7-603d-41d1-962a-3b2a674ef259 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-e7b88e39-c1e4-4be5-90ab-7e07c15f659d {
  box-shadow:1px 1px 25px 1px rgba(242, 242, 242, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e7b88e39-c1e4-4be5-90ab-7e07c15f659d {
  padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7b88e39-c1e4-4be5-90ab-7e07c15f659d {
  padding-top: 35px;
padding-left: 10%;
padding-bottom: 35px;
padding-right: 10%;
}
}@media (max-width: 767px){#s-e7b88e39-c1e4-4be5-90ab-7e07c15f659d {
  margin-bottom: 25px;
padding-top: 35px;
padding-left: 10%;
padding-bottom: 35px;
padding-right: 10%;
}
}







#s-e7b88e39-c1e4-4be5-90ab-7e07c15f659d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7b88e39-c1e4-4be5-90ab-7e07c15f659d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-665f6d9f-02cd-4259-ba96-8cd39b11f539 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
@media (min-width: 1200px){#s-665f6d9f-02cd-4259-ba96-8cd39b11f539 {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-665f6d9f-02cd-4259-ba96-8cd39b11f539 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-665f6d9f-02cd-4259-ba96-8cd39b11f539 {
  padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-665f6d9f-02cd-4259-ba96-8cd39b11f539 img.shogun-image {
    

    
    
    
  }


#s-665f6d9f-02cd-4259-ba96-8cd39b11f539 .shogun-image-content {
  
    align-items: center;
  
}

#s-379eded5-3468-4daf-b38e-30fa0f993129 {
  padding-bottom: 5px;
max-width: 500px;
}
@media (min-width: 1200px){#s-379eded5-3468-4daf-b38e-30fa0f993129 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-379eded5-3468-4daf-b38e-30fa0f993129 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-06a2019a-e77f-4f52-9e8a-c986f70c5af3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 17px;
text-align: center;
}
@media (min-width: 1200px){#s-06a2019a-e77f-4f52-9e8a-c986f70c5af3 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06a2019a-e77f-4f52-9e8a-c986f70c5af3 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-06a2019a-e77f-4f52-9e8a-c986f70c5af3 {
  padding-top: 10px;
}
}
#s-06a2019a-e77f-4f52-9e8a-c986f70c5af3 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 23px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-06a2019a-e77f-4f52-9e8a-c986f70c5af3 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


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

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

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

#s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4 {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4 {
  
}
}@media (max-width: 767px){#s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4 {
  display: none;
}
#s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4, #wrap-s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-44594be4-7ce7-4c3d-982f-73c1b6b8f0e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-a5392c13-71ca-4949-b0cd-f35ec828b6c2 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-a5392c13-71ca-4949-b0cd-f35ec828b6c2 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5392c13-71ca-4949-b0cd-f35ec828b6c2 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5392c13-71ca-4949-b0cd-f35ec828b6c2 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
}
}@media (max-width: 767px){#s-a5392c13-71ca-4949-b0cd-f35ec828b6c2 {
  margin-bottom: 25px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-a5392c13-71ca-4949-b0cd-f35ec828b6c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5392c13-71ca-4949-b0cd-f35ec828b6c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7789dd25-ed47-4f51-835b-e07cf42ecc21 {
  max-width: 125px;
text-align: left;
}
@media (min-width: 1200px){#s-7789dd25-ed47-4f51-835b-e07cf42ecc21 {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7789dd25-ed47-4f51-835b-e07cf42ecc21 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7789dd25-ed47-4f51-835b-e07cf42ecc21 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-7789dd25-ed47-4f51-835b-e07cf42ecc21 {
  padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-7789dd25-ed47-4f51-835b-e07cf42ecc21 img.shogun-image {
    

    
    
    
  }


#s-7789dd25-ed47-4f51-835b-e07cf42ecc21 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c473a5c-a11b-4407-8fe7-8a78dc64e06c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-0c473a5c-a11b-4407-8fe7-8a78dc64e06c .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0c473a5c-a11b-4407-8fe7-8a78dc64e06c .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-635ec88e-2835-49ba-9450-d8d9261ec0ee {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-635ec88e-2835-49ba-9450-d8d9261ec0ee {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-635ec88e-2835-49ba-9450-d8d9261ec0ee {
  padding-top: 10px;
}
}
#s-e2bb4ad0-fd62-43d9-91dd-d887b32ab721 {
  padding-top: 0px;
padding-bottom: 15px;
}

#s-e2bb4ad0-fd62-43d9-91dd-d887b32ab721 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-5aacf65d-77a4-4403-a865-15a2bce932be {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-5aacf65d-77a4-4403-a865-15a2bce932be {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-5aacf65d-77a4-4403-a865-15a2bce932be {
  padding-top: 10px;
max-width: 400px;
}
}
#s-58c2af8d-15a0-42ab-bb6b-b2f28ef76f8f {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-58c2af8d-15a0-42ab-bb6b-b2f28ef76f8f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58c2af8d-15a0-42ab-bb6b-b2f28ef76f8f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-58c2af8d-15a0-42ab-bb6b-b2f28ef76f8f {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
}
}@media (max-width: 767px){#s-58c2af8d-15a0-42ab-bb6b-b2f28ef76f8f {
  margin-bottom: 25px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-58c2af8d-15a0-42ab-bb6b-b2f28ef76f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58c2af8d-15a0-42ab-bb6b-b2f28ef76f8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2fa37d3-20b5-44f3-afc5-3ea4a4ffca1f {
  max-width: 125px;
text-align: left;
}
@media (min-width: 1200px){#s-f2fa37d3-20b5-44f3-afc5-3ea4a4ffca1f {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2fa37d3-20b5-44f3-afc5-3ea4a4ffca1f {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2fa37d3-20b5-44f3-afc5-3ea4a4ffca1f {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-f2fa37d3-20b5-44f3-afc5-3ea4a4ffca1f {
  padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-f2fa37d3-20b5-44f3-afc5-3ea4a4ffca1f img.shogun-image {
    

    
    
    
  }


#s-f2fa37d3-20b5-44f3-afc5-3ea4a4ffca1f .shogun-image-content {
  
    align-items: center;
  
}

#s-d1c19331-d7af-43a9-b594-56fe1b5808ec {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-d1c19331-d7af-43a9-b594-56fe1b5808ec .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d1c19331-d7af-43a9-b594-56fe1b5808ec .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-861b81a5-5c12-4c01-bffd-da038001b896 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-861b81a5-5c12-4c01-bffd-da038001b896 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-861b81a5-5c12-4c01-bffd-da038001b896 {
  padding-top: 10px;
}
}
#s-a44968f8-7e16-47ee-84e8-e68bd49cd868 {
  padding-top: 0px;
padding-bottom: 15px;
}

#s-a44968f8-7e16-47ee-84e8-e68bd49cd868 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-6a7815ff-5e09-4838-bb75-7596fa3e46ac {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-6a7815ff-5e09-4838-bb75-7596fa3e46ac {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-6a7815ff-5e09-4838-bb75-7596fa3e46ac {
  padding-top: 10px;
max-width: 400px;
}
}
#s-e8390892-4b83-470d-b89f-4f0bdc1f7c5f {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-e8390892-4b83-470d-b89f-4f0bdc1f7c5f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8390892-4b83-470d-b89f-4f0bdc1f7c5f {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8390892-4b83-470d-b89f-4f0bdc1f7c5f {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
}
}@media (max-width: 767px){#s-e8390892-4b83-470d-b89f-4f0bdc1f7c5f {
  margin-bottom: 25px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-e8390892-4b83-470d-b89f-4f0bdc1f7c5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8390892-4b83-470d-b89f-4f0bdc1f7c5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4000eb79-a006-43d9-87e0-f44665f90a98 {
  max-width: 125px;
text-align: left;
}
@media (min-width: 1200px){#s-4000eb79-a006-43d9-87e0-f44665f90a98 {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4000eb79-a006-43d9-87e0-f44665f90a98 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4000eb79-a006-43d9-87e0-f44665f90a98 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-4000eb79-a006-43d9-87e0-f44665f90a98 {
  padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-4000eb79-a006-43d9-87e0-f44665f90a98 img.shogun-image {
    

    
    
    
  }


#s-4000eb79-a006-43d9-87e0-f44665f90a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c5a652c-0ba8-480a-bce2-b2918754bd95 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-3c5a652c-0ba8-480a-bce2-b2918754bd95 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3c5a652c-0ba8-480a-bce2-b2918754bd95 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-38ff3825-744d-4598-b272-5d85fa4b52f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-38ff3825-744d-4598-b272-5d85fa4b52f6 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-38ff3825-744d-4598-b272-5d85fa4b52f6 {
  padding-top: 10px;
}
}
#s-eb1ce0fd-8db1-4c86-ab63-9018da373d6a {
  padding-top: 0px;
padding-bottom: 15px;
}

#s-eb1ce0fd-8db1-4c86-ab63-9018da373d6a hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-3e55b364-b8eb-478c-a291-273ce5c9f6d3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-3e55b364-b8eb-478c-a291-273ce5c9f6d3 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-3e55b364-b8eb-478c-a291-273ce5c9f6d3 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1.5px;
}
#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270:hover {background-color: rgba(225, 181, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270:active {background-color: rgba(189, 163, 74, 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-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270 {
  display: none;
}
#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270, #wrap-s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270 { display:none !important; }}

  #s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270-btn-wrapper {
    text-align: center;
  }


#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270-btn-wrapper {
    text-align: center;
  }


#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270-btn-wrapper {
    text-align: center;
  }


#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270-btn-wrapper {
    text-align: center;
  }


#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270-btn-wrapper {
    text-align: center;
  }


#s-35a6f39a-8f8d-4c87-8a63-5ee6db8ce270.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  border-style: solid;
margin-top: 45px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-19a8059a-8b72-4a39-9ac1-114c8f731205 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-19a8059a-8b72-4a39-9ac1-114c8f731205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b652147-0c10-4cc5-be3c-2db461d37b43 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (max-width: 767px) {
  [id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  padding-left: 10%;
padding-bottom: 35px;
padding-right: 0%;
min-height: 50px;
max-width: 85%;
}
@media (min-width: 1200px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  max-width: 90%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 0%;
max-width: 90%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  padding-bottom: 25px;
max-width: 90%;
}
}@media (max-width: 767px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 0%;
max-width: 95%;
}
}







#s-d4059f2f-5490-4d75-a6e5-28832053503f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4059f2f-5490-4d75-a6e5-28832053503f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  margin-left: -75px;
margin-bottom: 0px;
max-width: 70px;
text-align: left;
}
@media (min-width: 1200px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  margin-left: -30%;
max-width: 55px;
}
}@media (max-width: 767px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  margin-left: 0px;
margin-bottom: 10px;
max-width: 55px;
}
}






  #s-376922bd-320c-4a7d-901c-442bf3c56996 img.shogun-image {
    

    
    
    
  }


#s-376922bd-320c-4a7d-901c-442bf3c56996 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6779304-7510-4e65-8aad-2415e800737d {
  border-style: solid;
margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: left;
}

#s-a6779304-7510-4e65-8aad-2415e800737d .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-48760643-5a85-4318-87f6-615133e74619 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-48760643-5a85-4318-87f6-615133e74619 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 3%;
margin-right: 0%;
min-height: 375px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 {
  min-height: 230px;
}
}@media (max-width: 767px){#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 {
  margin-left: 0%;
min-height: 200px;
}
}







#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 {
  cursor: pointer;
}#s-de0ee5ed-17f2-406f-bc73-32299aec65b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17b33077-4a85-459e-9ed7-43261b747036 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 35px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  padding-top: 25px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
}@media (max-width: 767px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 35px;
}
}







#s-17b33077-4a85-459e-9ed7-43261b747036 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-17b33077-4a85-459e-9ed7-43261b747036.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e83450a8-997c-41ad-ab08-ae248e6bdc8d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 {
  background-repeat: no-repeat;
background-size: cover;
margin-right: 3%;
min-height: 375px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 {
  min-height: 230px;
}
}@media (max-width: 767px){#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 {
  margin-right: 0%;
min-height: 200px;
}
}







#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 {
  cursor: pointer;
}#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b62c8a11-3f10-444b-86bf-db5408b06975 {
  padding-left: 10%;
padding-bottom: 35px;
padding-right: 0%;
min-height: 50px;
max-width: 85%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b62c8a11-3f10-444b-86bf-db5408b06975 {
  padding-bottom: 25px;
max-width: 90%;
}
}@media (max-width: 767px){#s-b62c8a11-3f10-444b-86bf-db5408b06975 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 25px;
max-width: 95%;
}
}







#s-b62c8a11-3f10-444b-86bf-db5408b06975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62c8a11-3f10-444b-86bf-db5408b06975.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  margin-left: -75px;
margin-bottom: 0px;
max-width: 70px;
text-align: left;
}
@media (min-width: 1200px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  margin-left: -30%;
max-width: 55px;
}
}@media (max-width: 767px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  margin-left: 0px;
margin-bottom: 10px;
max-width: 55px;
}
}






  #s-7947327e-f599-4525-9bc5-59103b89ff97 img.shogun-image {
    

    
    
    
  }


#s-7947327e-f599-4525-9bc5-59103b89ff97 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8f4334e-1899-43bc-8c01-927c544622cb {
  border-style: solid;
margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: left;
}

#s-b8f4334e-1899-43bc-8c01-927c544622cb .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1fe18a5b-e53e-4805-a831-9cdec2a4f85d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1fe18a5b-e53e-4805-a831-9cdec2a4f85d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fe18a5b-e53e-4805-a831-9cdec2a4f85d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fe18a5b-e53e-4805-a831-9cdec2a4f85d {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-1fe18a5b-e53e-4805-a831-9cdec2a4f85d {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-1fe18a5b-e53e-4805-a831-9cdec2a4f85d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1fe18a5b-e53e-4805-a831-9cdec2a4f85d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f31ec19-e725-4922-bac4-c83e92cf740d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (max-width: 767px) {
  [id="s-8f31ec19-e725-4922-bac4-c83e92cf740d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-40d3b809-ffb4-4928-8dc5-baa351327775 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-40d3b809-ffb4-4928-8dc5-baa351327775 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-40d3b809-ffb4-4928-8dc5-baa351327775 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-40d3b809-ffb4-4928-8dc5-baa351327775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40d3b809-ffb4-4928-8dc5-baa351327775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-652ad3ad-22f5-4330-b881-339e82c66d2d {
  padding-left: 10%;
padding-bottom: 35px;
padding-right: 0%;
min-height: 50px;
max-width: 85%;
}
@media (min-width: 1200px){#s-652ad3ad-22f5-4330-b881-339e82c66d2d {
  max-width: 90%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-652ad3ad-22f5-4330-b881-339e82c66d2d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 0%;
max-width: 90%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-652ad3ad-22f5-4330-b881-339e82c66d2d {
  padding-bottom: 25px;
max-width: 90%;
}
}@media (max-width: 767px){#s-652ad3ad-22f5-4330-b881-339e82c66d2d {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 0%;
max-width: 95%;
}
}







#s-652ad3ad-22f5-4330-b881-339e82c66d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-652ad3ad-22f5-4330-b881-339e82c66d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2eb47b4d-808f-4fba-9931-273d0bc9f603 {
  margin-left: -75px;
margin-bottom: 0px;
max-width: 70px;
text-align: left;
}
@media (min-width: 1200px){#s-2eb47b4d-808f-4fba-9931-273d0bc9f603 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2eb47b4d-808f-4fba-9931-273d0bc9f603 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2eb47b4d-808f-4fba-9931-273d0bc9f603 {
  margin-left: -30%;
max-width: 55px;
}
}@media (max-width: 767px){#s-2eb47b4d-808f-4fba-9931-273d0bc9f603 {
  margin-left: 0px;
margin-bottom: 10px;
max-width: 55px;
}
}






  #s-2eb47b4d-808f-4fba-9931-273d0bc9f603 img.shogun-image {
    

    
    
    
  }


#s-2eb47b4d-808f-4fba-9931-273d0bc9f603 .shogun-image-content {
  
    align-items: center;
  
}

#s-22a33339-e6cf-45ef-a5cc-f14f2b0e3903 {
  border-style: solid;
margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: left;
}

#s-22a33339-e6cf-45ef-a5cc-f14f2b0e3903 .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-864d791b-135f-4267-9698-920f2ccbab32 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-864d791b-135f-4267-9698-920f2ccbab32 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-47debeef-2238-40f2-a384-b61f39e22507 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 3%;
margin-right: 0%;
min-height: 375px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-47debeef-2238-40f2-a384-b61f39e22507 {
  min-height: 230px;
}
}@media (max-width: 767px){#s-47debeef-2238-40f2-a384-b61f39e22507 {
  margin-left: 0%;
min-height: 200px;
}
}







#s-47debeef-2238-40f2-a384-b61f39e22507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47debeef-2238-40f2-a384-b61f39e22507 {
  cursor: pointer;
}#s-47debeef-2238-40f2-a384-b61f39e22507.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 75px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  padding-top: 25px;
padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 35px;
}
}







#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-202c5d6d-933f-47d5-bff9-06567b1c90b9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

#s-741a1e40-fe5e-4842-8bef-b0bb38941875 {
  background-repeat: no-repeat;
background-size: cover;
margin-right: 3%;
min-height: 375px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-741a1e40-fe5e-4842-8bef-b0bb38941875 {
  min-height: 230px;
}
}@media (max-width: 767px){#s-741a1e40-fe5e-4842-8bef-b0bb38941875 {
  margin-right: 0%;
min-height: 200px;
}
}







#s-741a1e40-fe5e-4842-8bef-b0bb38941875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741a1e40-fe5e-4842-8bef-b0bb38941875 {
  cursor: pointer;
}#s-741a1e40-fe5e-4842-8bef-b0bb38941875.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 {
  padding-left: 10%;
padding-bottom: 35px;
padding-right: 0%;
min-height: 50px;
max-width: 85%;
}
@media (min-width: 768px) and (max-width: 991px){#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 {
  padding-bottom: 25px;
max-width: 90%;
}
}@media (max-width: 767px){#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 25px;
max-width: 95%;
}
}







#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  margin-left: -75px;
margin-bottom: 0px;
max-width: 70px;
text-align: left;
}
@media (min-width: 1200px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  margin-left: -30%;
max-width: 55px;
}
}@media (max-width: 767px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  margin-left: 0px;
margin-bottom: 10px;
max-width: 55px;
}
}






  #s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c img.shogun-image {
    

    
    
    
  }


#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c .shogun-image-content {
  
    align-items: center;
  
}

#s-33359c1a-1341-4f01-9aee-1baa84b53a7e {
  border-style: solid;
margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: left;
}

#s-33359c1a-1341-4f01-9aee-1baa84b53a7e .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 425px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 {
  min-height: 250px;
}
}@media (max-width: 767px){#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 {
  min-height: 290px;
}
}







#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 {
  cursor: pointer;
}#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-70bc0bce-d591-486c-9851-5535cf45a570 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-70bc0bce-d591-486c-9851-5535cf45a570 {
  padding-top: 10px;
max-width: 70%;
}
}
#s-fe17b033-586e-4289-8813-cd30624c6108 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 45px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fe17b033-586e-4289-8813-cd30624c6108 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-fe17b033-586e-4289-8813-cd30624c6108 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-fe17b033-586e-4289-8813-cd30624c6108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe17b033-586e-4289-8813-cd30624c6108.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-2c10c3fd-f8cf-4181-854d-c6df324cac49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c10c3fd-f8cf-4181-854d-c6df324cac49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2c10c3fd-f8cf-4181-854d-c6df324cac49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c10c3fd-f8cf-4181-854d-c6df324cac49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-5bd160ec-7441-43a3-b74d-01f2f726809a {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
padding-top: 35px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 75%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-5bd160ec-7441-43a3-b74d-01f2f726809a {
  margin-right: auto;
padding-top: 15px;
padding-bottom: 10px;
max-width: 100%;
}
}@media (max-width: 767px){#s-5bd160ec-7441-43a3-b74d-01f2f726809a {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0%;
max-width: 100%;
}
}







#s-5bd160ec-7441-43a3-b74d-01f2f726809a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bd160ec-7441-43a3-b74d-01f2f726809a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fe5bfc3-6251-4a07-b5ce-cba2e58aa871 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fe5bfc3-6251-4a07-b5ce-cba2e58aa871 {
  min-height: 150px;
}
}@media (max-width: 767px){#s-8fe5bfc3-6251-4a07-b5ce-cba2e58aa871 {
  min-height: 150px;
}
}







#s-8fe5bfc3-6251-4a07-b5ce-cba2e58aa871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe5bfc3-6251-4a07-b5ce-cba2e58aa871 {
  cursor: pointer;
}#s-8fe5bfc3-6251-4a07-b5ce-cba2e58aa871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35986954-7532-49ca-b888-001e8eb7d43c {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-35986954-7532-49ca-b888-001e8eb7d43c .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-35986954-7532-49ca-b888-001e8eb7d43c .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-13883ac9-1c3e-464e-9fca-d548e80fc1db {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-13883ac9-1c3e-464e-9fca-d548e80fc1db {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-13883ac9-1c3e-464e-9fca-d548e80fc1db {
  padding-top: 10px;
}
}
#s-5d0f0ad9-3148-410c-8408-8310c9d6fe0a {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
border-style: solid;
margin-left: auto;
padding-top: 35px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 75%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-5d0f0ad9-3148-410c-8408-8310c9d6fe0a {
  margin-left: 0%;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d0f0ad9-3148-410c-8408-8310c9d6fe0a {
  margin-left: 0%;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d0f0ad9-3148-410c-8408-8310c9d6fe0a {
  margin-right: auto;
padding-top: 15px;
padding-bottom: 10px;
max-width: 100%;
}
}@media (max-width: 767px){#s-5d0f0ad9-3148-410c-8408-8310c9d6fe0a {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0%;
max-width: 100%;
}
}







#s-5d0f0ad9-3148-410c-8408-8310c9d6fe0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d0f0ad9-3148-410c-8408-8310c9d6fe0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-130d0d9b-d813-44dd-92a0-3c4da465da2a {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-130d0d9b-d813-44dd-92a0-3c4da465da2a {
  min-height: 150px;
}
}@media (max-width: 767px){#s-130d0d9b-d813-44dd-92a0-3c4da465da2a {
  min-height: 150px;
}
}







#s-130d0d9b-d813-44dd-92a0-3c4da465da2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-130d0d9b-d813-44dd-92a0-3c4da465da2a {
  cursor: pointer;
}#s-130d0d9b-d813-44dd-92a0-3c4da465da2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18e88188-80fc-4457-b165-380a6802184b {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-18e88188-80fc-4457-b165-380a6802184b .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-18e88188-80fc-4457-b165-380a6802184b .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-18e88188-80fc-4457-b165-380a6802184b .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: -1px;
  text-align: left;
}


}
#s-da712b37-3338-4cd8-b3d2-cf26aa889b5d {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-da712b37-3338-4cd8-b3d2-cf26aa889b5d {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-da712b37-3338-4cd8-b3d2-cf26aa889b5d {
  padding-top: 10px;
}
}
#s-6e8d8001-8cd0-4c93-ba15-9429903ed663 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-bottom: 0px;
background-position: center center;
}








#s-6e8d8001-8cd0-4c93-ba15-9429903ed663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.7;
}#s-6e8d8001-8cd0-4c93-ba15-9429903ed663.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center center;
}
@media (max-width: 767px){#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85 {
  min-height: 80px;
}
}







#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 {
  margin-bottom: 0px;
padding-top: 35px;
padding-left: 10%;
padding-bottom: 65px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 35px;
padding-right: 3%;
}
}@media (max-width: 767px){#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8084482c-1059-4fc2-9273-ca56b3f54437 {
  border-style: solid;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: center;
}

#s-8084482c-1059-4fc2-9273-ca56b3f54437 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8084482c-1059-4fc2-9273-ca56b3f54437 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-8084482c-1059-4fc2-9273-ca56b3f54437 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


}
#s-c6f0dd52-6c05-47cb-925e-6dae3a4b0e45 {
  margin-left: auto;
margin-right: auto;
max-width: 55%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6f0dd52-6c05-47cb-925e-6dae3a4b0e45 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-c6f0dd52-6c05-47cb-925e-6dae3a4b0e45 {
  max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-c6f0dd52-6c05-47cb-925e-6dae3a4b0e45"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c6f0dd52-6c05-47cb-925e-6dae3a4b0e45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c6f0dd52-6c05-47cb-925e-6dae3a4b0e45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6f0dd52-6c05-47cb-925e-6dae3a4b0e45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6a4ca9e5-5faa-4985-8846-263a998b28a7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-6a4ca9e5-5faa-4985-8846-263a998b28a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a4ca9e5-5faa-4985-8846-263a998b28a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a74a0581-dd3a-4915-8cae-9434bb7ea072 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
}
@media (max-width: 767px){#s-a74a0581-dd3a-4915-8cae-9434bb7ea072 {
  max-width: 55px;
}
}






  #s-a74a0581-dd3a-4915-8cae-9434bb7ea072 img.shogun-image {
    

    
    
    
  }


#s-a74a0581-dd3a-4915-8cae-9434bb7ea072 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f717233-289c-40b9-8cf0-de0866329c70 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-6f717233-289c-40b9-8cf0-de0866329c70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-6f717233-289c-40b9-8cf0-de0866329c70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6f717233-289c-40b9-8cf0-de0866329c70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  
}


}
#s-5734487c-b8f2-465d-89a1-97c902370646 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-5734487c-b8f2-465d-89a1-97c902370646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5734487c-b8f2-465d-89a1-97c902370646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad9ee29c-813a-4889-b79b-de90756ddca9 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
}
@media (max-width: 767px){#s-ad9ee29c-813a-4889-b79b-de90756ddca9 {
  max-width: 55px;
}
}






  #s-ad9ee29c-813a-4889-b79b-de90756ddca9 img.shogun-image {
    

    
    
    
  }


#s-ad9ee29c-813a-4889-b79b-de90756ddca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd915fbe-220e-4533-9d92-60dc60a0eb9c {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-bd915fbe-220e-4533-9d92-60dc60a0eb9c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-bd915fbe-220e-4533-9d92-60dc60a0eb9c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bd915fbe-220e-4533-9d92-60dc60a0eb9c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  
}


}
#s-60deff92-7285-43da-b38f-bb9bc4d34e05 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-60deff92-7285-43da-b38f-bb9bc4d34e05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60deff92-7285-43da-b38f-bb9bc4d34e05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aefb5939-f6d9-4001-91df-290a8f0d5134 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-aefb5939-f6d9-4001-91df-290a8f0d5134 {
  max-width: 55px;
}
}






  #s-aefb5939-f6d9-4001-91df-290a8f0d5134 img.shogun-image {
    

    
    
    
  }


#s-aefb5939-f6d9-4001-91df-290a8f0d5134 .shogun-image-content {
  
    align-items: center;
  
}

#s-780ca7d6-0584-4309-a415-651f2ec5e4eb {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-780ca7d6-0584-4309-a415-651f2ec5e4eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-780ca7d6-0584-4309-a415-651f2ec5e4eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-780ca7d6-0584-4309-a415-651f2ec5e4eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  
}


}
#s-d886ff85-a849-4959-950e-45bf18f915d2 {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1.5px;
}
#s-d886ff85-a849-4959-950e-45bf18f915d2:hover {background-color: rgba(225, 181, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d886ff85-a849-4959-950e-45bf18f915d2:active {background-color: rgba(189, 163, 74, 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-d886ff85-a849-4959-950e-45bf18f915d2 {
  display: none;
}
#s-d886ff85-a849-4959-950e-45bf18f915d2, #wrap-s-d886ff85-a849-4959-950e-45bf18f915d2 { display:none !important; }}

  #s-d886ff85-a849-4959-950e-45bf18f915d2-btn-wrapper {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-btn-wrapper {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-btn-wrapper {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-btn-wrapper {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-btn-wrapper {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-95ec5f55-70ad-4e34-b8e6-4235fed5b335 {
  padding-top: 15px;
padding-bottom: 65px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-95ec5f55-70ad-4e34-b8e6-4235fed5b335 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95ec5f55-70ad-4e34-b8e6-4235fed5b335 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95ec5f55-70ad-4e34-b8e6-4235fed5b335 {
  padding-bottom: 15px;
}
}







#s-95ec5f55-70ad-4e34-b8e6-4235fed5b335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ec5f55-70ad-4e34-b8e6-4235fed5b335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca52b341-0932-4846-8440-1be9ac43b4e4 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
max-width: 75px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca52b341-0932-4846-8440-1be9ac43b4e4 {
  max-width: 50px;
}
}@media (max-width: 767px){#s-ca52b341-0932-4846-8440-1be9ac43b4e4 {
  max-width: 60px;
}
}






  #s-ca52b341-0932-4846-8440-1be9ac43b4e4 img.shogun-image {
    

    
    
    
  }


#s-ca52b341-0932-4846-8440-1be9ac43b4e4 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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