.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-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cfb47c3-1506-498e-81b9-a0326a94722a {
  background-image: url(https://i.shgcdn.com/a4dba60c-5cfb-4f31-b996-ee2046f84919/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4cfb47c3-1506-498e-81b9-a0326a94722a > .shg-box-overlay {
  background-color: rgba(87, 72, 81, 1);
  opacity: 0.5;
}#s-4cfb47c3-1506-498e-81b9-a0326a94722a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbe5da43-e728-45ed-a80e-74095cd3128f {
  min-height: 50px;
}








#s-cbe5da43-e728-45ed-a80e-74095cd3128f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbe5da43-e728-45ed-a80e-74095cd3128f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-187ee771-c85f-473d-8747-22b35d4420c1 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-187ee771-c85f-473d-8747-22b35d4420c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-187ee771-c85f-473d-8747-22b35d4420c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-96e27fae-dd2d-43dc-b3ce-65c821fee3b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96e27fae-dd2d-43dc-b3ce-65c821fee3b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e263c9f0-81f9-4817-8fbc-414f28254b6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e263c9f0-81f9-4817-8fbc-414f28254b6b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d52f1bc2-0a3c-41b5-a650-53814bbd8477 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-d52f1bc2-0a3c-41b5-a650-53814bbd8477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d52f1bc2-0a3c-41b5-a650-53814bbd8477.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-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(232, 88, 51, 1);
border-radius: 50px;
background-color: rgba(232, 88, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.6em;
}
#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(232, 88, 51, 1) !important;
background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(232, 88, 51, 1) !important;}#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3:active {background-color: rgba(255, 255, 255, 0.43) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(232, 88, 51, 1) !important;}

  #s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3-root {
    text-align: center;
  }


#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Sphere-regular;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3-root {
    text-align: center;
  }


#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Sphere-regular;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3-root {
    text-align: center;
  }


#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Sphere-regular;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3-root {
    text-align: center;
  }


#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Sphere-regular;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3-root {
    text-align: center;
  }


#s-8f5522cf-77c5-4b51-9aa0-2e44aad563e3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Sphere-regular;
  display:  inline-block ;
}
}
#s-d61111e9-ead3-4d50-b6d9-64dfe9b0a8a3 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-d61111e9-ead3-4d50-b6d9-64dfe9b0a8a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d61111e9-ead3-4d50-b6d9-64dfe9b0a8a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11f3c44e-c6b1-4361-a808-241810a178d6 {
  min-height: 50px;
}








#s-11f3c44e-c6b1-4361-a808-241810a178d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11f3c44e-c6b1-4361-a808-241810a178d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e2e086a-0ba2-49de-b023-7403551e602d {
  min-height: 50px;
}








#s-6e2e086a-0ba2-49de-b023-7403551e602d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e2e086a-0ba2-49de-b023-7403551e602d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03de26a8-bc65-47c7-be18-fd3c84103fa1 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-03de26a8-bc65-47c7-be18-fd3c84103fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03de26a8-bc65-47c7-be18-fd3c84103fa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a3df03d7-af99-4c10-913b-ff6df60e7c0a {
  max-width: 800px;
}

#s-d3d471cc-5d7a-4b34-88c8-4acbc1146999 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-d3d471cc-5d7a-4b34-88c8-4acbc1146999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3d471cc-5d7a-4b34-88c8-4acbc1146999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca28be51-cc7b-4039-ac41-36c1ee0fc5a8 {
  min-height: 50px;
}








#s-ca28be51-cc7b-4039-ac41-36c1ee0fc5a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca28be51-cc7b-4039-ac41-36c1ee0fc5a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-781d55dc-e064-4a26-ac31-103a24183b42 {
  min-height: 50px;
}








#s-781d55dc-e064-4a26-ac31-103a24183b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-781d55dc-e064-4a26-ac31-103a24183b42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1f648b5-17da-4bcd-ac38-9dabd243f291 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-b1f648b5-17da-4bcd-ac38-9dabd243f291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1f648b5-17da-4bcd-ac38-9dabd243f291.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa60ef22-28d3-48fd-bc1a-fc2778a6e2cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa60ef22-28d3-48fd-bc1a-fc2778a6e2cb .shogun-heading-component h2 {
  color: rgba(232, 88, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-910d7f12-6ded-41a8-b25a-e3c16bc04cce {
  max-width: 800px;
}

#s-e0a6fd3d-97cd-45aa-94b6-751979665c47 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}








#s-e0a6fd3d-97cd-45aa-94b6-751979665c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0a6fd3d-97cd-45aa-94b6-751979665c47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b7ef3e36-1d63-408a-a289-07c6e64631e2 {
  max-width: 2400px;
aspect-ratio: 2400/751;
text-align: center;
}





  #s-b7ef3e36-1d63-408a-a289-07c6e64631e2 img.shogun-image,
  #s-b7ef3e36-1d63-408a-a289-07c6e64631e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7ef3e36-1d63-408a-a289-07c6e64631e2 {
    width: 100%;
    height: auto;
  }



  #s-b7ef3e36-1d63-408a-a289-07c6e64631e2 img.shogun-image {
    

    
    
    
  }


#s-b7ef3e36-1d63-408a-a289-07c6e64631e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9af5263d-cd0e-4c5f-b174-9e391ba6d77c {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-9af5263d-cd0e-4c5f-b174-9e391ba6d77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9af5263d-cd0e-4c5f-b174-9e391ba6d77c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-399efc42-f07d-46c0-8632-d500b8254532 {
  min-height: 50px;
}








#s-399efc42-f07d-46c0-8632-d500b8254532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-399efc42-f07d-46c0-8632-d500b8254532.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5455063-aba5-49a2-ada3-a1259b4462c2 {
  min-height: 50px;
}








#s-e5455063-aba5-49a2-ada3-a1259b4462c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5455063-aba5-49a2-ada3-a1259b4462c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9e6b856-a593-404d-98ab-6a00b4f2adaa {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-b9e6b856-a593-404d-98ab-6a00b4f2adaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e6b856-a593-404d-98ab-6a00b4f2adaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab264fbb-9375-4fa6-bf68-a3a0ffb6c725 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab264fbb-9375-4fa6-bf68-a3a0ffb6c725 .shogun-heading-component h2 {
  color: rgba(232, 88, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-6251e12e-8cbd-4331-bc56-c9c50eb47a71 {
  max-width: 800px;
}

#s-91241d17-bd8d-4a85-8b69-9db81ed74f01 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}








#s-91241d17-bd8d-4a85-8b69-9db81ed74f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91241d17-bd8d-4a85-8b69-9db81ed74f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-164cc917-4bba-418c-ac4b-51ce308322f1 {
  max-width: 2400px;
aspect-ratio: 2400/751;
text-align: center;
}





  #s-164cc917-4bba-418c-ac4b-51ce308322f1 img.shogun-image,
  #s-164cc917-4bba-418c-ac4b-51ce308322f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-164cc917-4bba-418c-ac4b-51ce308322f1 {
    width: 100%;
    height: auto;
  }



  #s-164cc917-4bba-418c-ac4b-51ce308322f1 img.shogun-image {
    

    
    
    
  }


#s-164cc917-4bba-418c-ac4b-51ce308322f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa79eaeb-a3fd-4101-a8fa-6055f6290a4c {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-aa79eaeb-a3fd-4101-a8fa-6055f6290a4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa79eaeb-a3fd-4101-a8fa-6055f6290a4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45b95fac-9c74-4b55-8958-10a40b916944 {
  min-height: 50px;
}








#s-45b95fac-9c74-4b55-8958-10a40b916944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b95fac-9c74-4b55-8958-10a40b916944.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e9cce2d-49ba-4cd9-b881-035808c6c3b5 {
  min-height: 50px;
}








#s-9e9cce2d-49ba-4cd9-b881-035808c6c3b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9cce2d-49ba-4cd9-b881-035808c6c3b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba500ffd-eefd-4289-a6e8-401d7dfae90c {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-ba500ffd-eefd-4289-a6e8-401d7dfae90c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba500ffd-eefd-4289-a6e8-401d7dfae90c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d87d1525-9021-49e5-ad50-675c2c399ed0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d87d1525-9021-49e5-ad50-675c2c399ed0 .shogun-heading-component h2 {
  color: rgba(232, 88, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-ffdb24cf-beb5-40b9-9ba7-34d51bcf7c27 {
  max-width: 400px;
}

#s-c45a1fe1-0676-460c-9048-0d97cb2bd860 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}








#s-c45a1fe1-0676-460c-9048-0d97cb2bd860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c45a1fe1-0676-460c-9048-0d97cb2bd860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f33128d-f935-4019-886d-856e74592728 {
  max-width: 2400px;
aspect-ratio: 2400/751;
text-align: center;
}





  #s-8f33128d-f935-4019-886d-856e74592728 img.shogun-image,
  #s-8f33128d-f935-4019-886d-856e74592728 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f33128d-f935-4019-886d-856e74592728 {
    width: 100%;
    height: auto;
  }



  #s-8f33128d-f935-4019-886d-856e74592728 img.shogun-image {
    

    
    
    
  }


#s-8f33128d-f935-4019-886d-856e74592728 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fde5098-42f0-46b8-9e43-f7b4168daa18 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-2fde5098-42f0-46b8-9e43-f7b4168daa18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fde5098-42f0-46b8-9e43-f7b4168daa18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27d5f374-a918-451b-89f4-1f085a8003b7 {
  min-height: 50px;
}








#s-27d5f374-a918-451b-89f4-1f085a8003b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27d5f374-a918-451b-89f4-1f085a8003b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b826a8f-8f11-48f5-a116-1a453fa36538 {
  min-height: 50px;
}








#s-8b826a8f-8f11-48f5-a116-1a453fa36538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b826a8f-8f11-48f5-a116-1a453fa36538.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ac936eb-f315-4c87-8cba-0c1383861d78 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-2ac936eb-f315-4c87-8cba-0c1383861d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ac936eb-f315-4c87-8cba-0c1383861d78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3e11de8-e0b1-43f8-9230-4197787a33fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3e11de8-e0b1-43f8-9230-4197787a33fa .shogun-heading-component h2 {
  color: rgba(232, 88, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-37c73143-3b05-4c65-b11b-f6f190970a00 {
  max-width: 800px;
}

#s-a9125469-8874-49ad-ac06-83920118e298 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}








#s-a9125469-8874-49ad-ac06-83920118e298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9125469-8874-49ad-ac06-83920118e298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-244d11a1-ce6f-4bcc-9934-3bdcda436693 {
  max-width: 2400px;
aspect-ratio: 2400/751;
text-align: center;
}





  #s-244d11a1-ce6f-4bcc-9934-3bdcda436693 img.shogun-image,
  #s-244d11a1-ce6f-4bcc-9934-3bdcda436693 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-244d11a1-ce6f-4bcc-9934-3bdcda436693 {
    width: 100%;
    height: auto;
  }



  #s-244d11a1-ce6f-4bcc-9934-3bdcda436693 img.shogun-image {
    

    
    
    
  }


#s-244d11a1-ce6f-4bcc-9934-3bdcda436693 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ad68dc1-42ec-4354-b138-57981c79f32b {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-8ad68dc1-42ec-4354-b138-57981c79f32b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ad68dc1-42ec-4354-b138-57981c79f32b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d3c6ecb-e052-4b1f-9629-a86b2de9b2a3 {
  min-height: 50px;
}








#s-5d3c6ecb-e052-4b1f-9629-a86b2de9b2a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d3c6ecb-e052-4b1f-9629-a86b2de9b2a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9f8ff1e-d5d1-4cd4-9cce-fce84155ee7b {
  min-height: 50px;
}








#s-a9f8ff1e-d5d1-4cd4-9cce-fce84155ee7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9f8ff1e-d5d1-4cd4-9cce-fce84155ee7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7653bc5e-a1ff-49e6-8dbf-b816b98fdccc {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-7653bc5e-a1ff-49e6-8dbf-b816b98fdccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7653bc5e-a1ff-49e6-8dbf-b816b98fdccc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eac4e23-c4ef-4934-904e-a4caddd5260d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eac4e23-c4ef-4934-904e-a4caddd5260d .shogun-heading-component h2 {
  color: rgba(232, 88, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-0204b9ea-5009-418d-a682-3c04f21c30db {
  max-width: 800px;
}

#s-92863a62-c82c-4f9b-9082-6e9b93e79b5e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}








#s-92863a62-c82c-4f9b-9082-6e9b93e79b5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92863a62-c82c-4f9b-9082-6e9b93e79b5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b234db68-843e-4c46-9628-0695e2996172 {
  max-width: 2400px;
aspect-ratio: 2400/751;
text-align: center;
}





  #s-b234db68-843e-4c46-9628-0695e2996172 img.shogun-image,
  #s-b234db68-843e-4c46-9628-0695e2996172 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b234db68-843e-4c46-9628-0695e2996172 {
    width: 100%;
    height: auto;
  }



  #s-b234db68-843e-4c46-9628-0695e2996172 img.shogun-image {
    

    
    
    
  }


#s-b234db68-843e-4c46-9628-0695e2996172 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b44b687-90d5-454a-bc61-18297183c7bd {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-8b44b687-90d5-454a-bc61-18297183c7bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b44b687-90d5-454a-bc61-18297183c7bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa4c2958-934b-4c1a-8e0f-b43defee0e9a {
  min-height: 50px;
}








#s-aa4c2958-934b-4c1a-8e0f-b43defee0e9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa4c2958-934b-4c1a-8e0f-b43defee0e9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-334afa00-553b-4093-8e55-14b4ad6253cd {
  min-height: 50px;
}








#s-334afa00-553b-4093-8e55-14b4ad6253cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334afa00-553b-4093-8e55-14b4ad6253cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7d1707a-d783-4e5d-b8f4-77106d45df58 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-b7d1707a-d783-4e5d-b8f4-77106d45df58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7d1707a-d783-4e5d-b8f4-77106d45df58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f50a40d0-82c3-4fc9-bbc3-070ffc3f4f29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f50a40d0-82c3-4fc9-bbc3-070ffc3f4f29 .shogun-heading-component h2 {
  color: rgba(232, 88, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-dfa04b4e-8b8b-4d12-95ea-a0760d0e2e44 {
  max-width: 800px;
}

#s-7f6d243f-c85b-425f-86c0-cf4f7f49c5a4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}








#s-7f6d243f-c85b-425f-86c0-cf4f7f49c5a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f6d243f-c85b-425f-86c0-cf4f7f49c5a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c7e5399-dfee-426a-832c-79d6cd5085e6 {
  max-width: 2400px;
aspect-ratio: 2400/751;
text-align: center;
}





  #s-4c7e5399-dfee-426a-832c-79d6cd5085e6 img.shogun-image,
  #s-4c7e5399-dfee-426a-832c-79d6cd5085e6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c7e5399-dfee-426a-832c-79d6cd5085e6 {
    width: 100%;
    height: auto;
  }



  #s-4c7e5399-dfee-426a-832c-79d6cd5085e6 img.shogun-image {
    

    
    
    
  }


#s-4c7e5399-dfee-426a-832c-79d6cd5085e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e35f82f7-652f-4017-9cef-231458ce0984 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-e35f82f7-652f-4017-9cef-231458ce0984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e35f82f7-652f-4017-9cef-231458ce0984.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d2b552d-ad7f-4922-8d64-3ce4db416eba {
  min-height: 50px;
}








#s-7d2b552d-ad7f-4922-8d64-3ce4db416eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d2b552d-ad7f-4922-8d64-3ce4db416eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70de10f6-5a93-4d10-810b-69c9d26ddf75 {
  min-height: 50px;
}








#s-70de10f6-5a93-4d10-810b-69c9d26ddf75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70de10f6-5a93-4d10-810b-69c9d26ddf75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4eeffe8-5fae-4608-8df5-b0a5cdfe98f9 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-a4eeffe8-5fae-4608-8df5-b0a5cdfe98f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4eeffe8-5fae-4608-8df5-b0a5cdfe98f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-932ba1d0-1c3a-4253-9697-87b16d287eab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-932ba1d0-1c3a-4253-9697-87b16d287eab .shogun-heading-component h2 {
  color: rgba(232, 88, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-57f8f737-1d06-4b5d-a94e-89138f86eb6e {
  max-width: 800px;
}

#s-9785d69d-ff28-4cf6-a85b-f771ce0746e1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 20px;
}








#s-9785d69d-ff28-4cf6-a85b-f771ce0746e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9785d69d-ff28-4cf6-a85b-f771ce0746e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c2a578d-d550-4b27-bc79-746b0d5c2281 {
  max-width: 2400px;
aspect-ratio: 2400/751;
text-align: center;
}





  #s-1c2a578d-d550-4b27-bc79-746b0d5c2281 img.shogun-image,
  #s-1c2a578d-d550-4b27-bc79-746b0d5c2281 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1c2a578d-d550-4b27-bc79-746b0d5c2281 {
    width: 100%;
    height: auto;
  }



  #s-1c2a578d-d550-4b27-bc79-746b0d5c2281 img.shogun-image {
    

    
    
    
  }


#s-1c2a578d-d550-4b27-bc79-746b0d5c2281 .shogun-image-content {
  
    align-items: center;
  
}

#s-03eb7b20-0b21-4b6e-b375-84f9ad5043fb {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 20px;
}








#s-03eb7b20-0b21-4b6e-b375-84f9ad5043fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03eb7b20-0b21-4b6e-b375-84f9ad5043fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-690e225d-c4ce-4402-88fa-1a485a979140 {
  min-height: 50px;
background-color: rgba(246, 246, 248, 1);
}








#s-690e225d-c4ce-4402-88fa-1a485a979140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-690e225d-c4ce-4402-88fa-1a485a979140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c8311d4-8e30-4560-a2b3-9e8445ae7e26 {
  min-height: 50px;
}








#s-7c8311d4-8e30-4560-a2b3-9e8445ae7e26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c8311d4-8e30-4560-a2b3-9e8445ae7e26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e402514-050a-4633-bd4a-09c649979594 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-2e402514-050a-4633-bd4a-09c649979594 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e402514-050a-4633-bd4a-09c649979594.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-008642b5-bc5a-4300-9fe3-d48cdadf0026 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-008642b5-bc5a-4300-9fe3-d48cdadf0026 .shogun-heading-component h2 {
  color: rgba(87, 72, 81, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-11e8bef0-4c56-4f8e-bf9b-6e65cc679d1f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-11e8bef0-4c56-4f8e-bf9b-6e65cc679d1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11e8bef0-4c56-4f8e-bf9b-6e65cc679d1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-3116c9d8-44ff-41b2-8d20-386fe81d6254 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3116c9d8-44ff-41b2-8d20-386fe81d6254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(87, 72, 81, 1);
  padding: 14px;
}

#s-3116c9d8-44ff-41b2-8d20-386fe81d6254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-3116c9d8-44ff-41b2-8d20-386fe81d6254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3116c9d8-44ff-41b2-8d20-386fe81d6254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3116c9d8-44ff-41b2-8d20-386fe81d6254 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-84d05c7e-23c1-427a-9c37-b95bcc732754 {
  min-height: 50px;
}








#s-84d05c7e-23c1-427a-9c37-b95bcc732754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84d05c7e-23c1-427a-9c37-b95bcc732754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a800b67f-d383-4d47-b0a2-8c9af979cab7 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-a800b67f-d383-4d47-b0a2-8c9af979cab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a800b67f-d383-4d47-b0a2-8c9af979cab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-b3d891bf-e071-40d1-a827-d1e1ee5e6310"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3d891bf-e071-40d1-a827-d1e1ee5e6310"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3d891bf-e071-40d1-a827-d1e1ee5e6310"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3d891bf-e071-40d1-a827-d1e1ee5e6310"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e7e69a2b-abde-4fa0-8362-5ea71e24cc06 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-e7e69a2b-abde-4fa0-8362-5ea71e24cc06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7e69a2b-abde-4fa0-8362-5ea71e24cc06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-231cf5ba-f7b5-4741-9c44-55890d46ce69 {
  min-height: 50px;
}








#s-231cf5ba-f7b5-4741-9c44-55890d46ce69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-231cf5ba-f7b5-4741-9c44-55890d46ce69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87d9a6cd-8dde-46ee-8c87-32ea35aee444 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-87d9a6cd-8dde-46ee-8c87-32ea35aee444 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87d9a6cd-8dde-46ee-8c87-32ea35aee444.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84f03b10-6560-4136-b56d-1845aa1c6db3 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-84f03b10-6560-4136-b56d-1845aa1c6db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84f03b10-6560-4136-b56d-1845aa1c6db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82ef7b6d-541a-4573-ac25-2a927017aeaf {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-82ef7b6d-541a-4573-ac25-2a927017aeaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82ef7b6d-541a-4573-ac25-2a927017aeaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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