.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-0458ecd8-8428-4e80-91fe-fdc1a7ee428a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a {
  display: none;
}
#s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a, #wrap-s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a { display: none !important; }}@media (max-width: 767px){#s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a {
  display: none;
}
#s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a, #wrap-s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a { display: none !important; }}







#s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0458ecd8-8428-4e80-91fe-fdc1a7ee428a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-244fee1d-996d-4ad3-a4cf-db769f2901ae {
  background-color: rgba(44, 42, 38, 1);
}

@media (min-width: 0px) {
[id="s-244fee1d-996d-4ad3-a4cf-db769f2901ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-244fee1d-996d-4ad3-a4cf-db769f2901ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-244fee1d-996d-4ad3-a4cf-db769f2901ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-244fee1d-996d-4ad3-a4cf-db769f2901ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fc367fc2-ccf1-4571-b9b2-ce17635db6b9 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(44, 42, 38, 1);
}








#s-fc367fc2-ccf1-4571-b9b2-ce17635db6b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc367fc2-ccf1-4571-b9b2-ce17635db6b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b {
  margin-left: 26%;
margin-bottom: 7%;
margin-right: 26%;
padding-top: 0%;
padding-bottom: 0%;
max-width: 1056px;
text-align: center;
}







  img.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
    
    
  }


.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b .shogun-image-content {
  
    align-items: center;
  
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
    
    
  }


.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b .shogun-image-content {
  
    align-items: center;
  
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
    
    
  }


.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b .shogun-image-content {
  
    align-items: center;
  
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
    
    
  }


.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b .shogun-image-content {
  
    align-items: center;
  
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
    
    
  }


.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b .shogun-image-content {
  
    align-items: center;
  
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be5605ce-0c00-4c4b-8643-6d9fd4d26c1b.shogun-image {
  box-sizing: border-box;
}



}
#s-29ac213e-50dd-405c-97df-693570325883 {
  margin-top: 4%;
margin-left: 25%;
margin-bottom: 6%;
margin-right: 25%;
padding-left: 0%;
padding-right: 0%;
max-width: 946px;
text-align: center;
}







  img.s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
    
    
  }


.s-29ac213e-50dd-405c-97df-693570325883 .shogun-image-content {
  
    align-items: center;
  
}

.s-29ac213e-50dd-405c-97df-693570325883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ac213e-50dd-405c-97df-693570325883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
    
    
  }


.s-29ac213e-50dd-405c-97df-693570325883 .shogun-image-content {
  
    align-items: center;
  
}

.s-29ac213e-50dd-405c-97df-693570325883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ac213e-50dd-405c-97df-693570325883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
  box-sizing: border-box;
}



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





  img.s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
    
    
  }


.s-29ac213e-50dd-405c-97df-693570325883 .shogun-image-content {
  
    align-items: center;
  
}

.s-29ac213e-50dd-405c-97df-693570325883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ac213e-50dd-405c-97df-693570325883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
  box-sizing: border-box;
}



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





  img.s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
    
    
  }


.s-29ac213e-50dd-405c-97df-693570325883 .shogun-image-content {
  
    align-items: center;
  
}

.s-29ac213e-50dd-405c-97df-693570325883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ac213e-50dd-405c-97df-693570325883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
  box-sizing: border-box;
}



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





  img.s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
    
    
  }


.s-29ac213e-50dd-405c-97df-693570325883 .shogun-image-content {
  
    align-items: center;
  
}

.s-29ac213e-50dd-405c-97df-693570325883.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29ac213e-50dd-405c-97df-693570325883.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29ac213e-50dd-405c-97df-693570325883.shogun-image {
  box-sizing: border-box;
}



}
.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-04855043-b478-40cb-9a7f-e812845d408e {
  margin-top: 5%;
margin-bottom: 3%;
padding-left: 14%;
padding-right: 14%;
}

#s-2f12d0f7-b141-40c6-a42d-401834ddd0c6 {
  padding-left: 14%;
padding-right: 14%;
}

#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(237, 236, 229, 1);
border-style: solid;
min-height: 50px;
background-position: center center;
}

#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/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-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/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-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-26501555-16cd-41ff-a687-4512a46ad280 {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-26501555-16cd-41ff-a687-4512a46ad280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26501555-16cd-41ff-a687-4512a46ad280.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 {
  display: none;
}
#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6, #wrap-s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 { display: none !important; }}@media (max-width: 767px){#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 {
  display: none;
}
#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6, #wrap-s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 { display: none !important; }}







#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-328afc7c-ef6f-44b1-85f7-d0b12fca38b6.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-66ff604b-f1ae-48cc-a244-88ac35d0753a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
max-width: 2846px;
aspect-ratio: 2846/705;
text-align: center;
}
@media (min-width: 1200px){#s-66ff604b-f1ae-48cc-a244-88ac35d0753a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66ff604b-f1ae-48cc-a244-88ac35d0753a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-66ff604b-f1ae-48cc-a244-88ac35d0753a {
  display: none;
}
#s-66ff604b-f1ae-48cc-a244-88ac35d0753a, #wrap-s-66ff604b-f1ae-48cc-a244-88ac35d0753a { display: none !important; }}@media (max-width: 767px){#s-66ff604b-f1ae-48cc-a244-88ac35d0753a {
  display: none;
}
#s-66ff604b-f1ae-48cc-a244-88ac35d0753a, #wrap-s-66ff604b-f1ae-48cc-a244-88ac35d0753a { display: none !important; }}




  #s-66ff604b-f1ae-48cc-a244-88ac35d0753a img.shogun-image,
  #s-66ff604b-f1ae-48cc-a244-88ac35d0753a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66ff604b-f1ae-48cc-a244-88ac35d0753a {
    width: 100%;
    height: auto;
  }



  #s-66ff604b-f1ae-48cc-a244-88ac35d0753a img.shogun-image {
    

    
    
    
  }


#s-66ff604b-f1ae-48cc-a244-88ac35d0753a .shogun-image-content {
  
    align-items: center;
  
}

#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c {
  display: none;
}
#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c, #wrap-s-147827ef-71b2-42d1-b47c-91f9e7a53e3c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c {
  display: none;
}
#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c, #wrap-s-147827ef-71b2-42d1-b47c-91f9e7a53e3c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c {
  display: unset;
}
#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c, #wrap-s-147827ef-71b2-42d1-b47c-91f9e7a53e3c { display: unset !important; }}@media (max-width: 767px){#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c {
  display: unset;
}
#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c, #wrap-s-147827ef-71b2-42d1-b47c-91f9e7a53e3c { display: unset !important; }}







#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147827ef-71b2-42d1-b47c-91f9e7a53e3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9f625d5-1237-4f53-9c34-10a6c2676d81 {
  background-color: rgba(44, 42, 38, 1);
}

@media (min-width: 0px) {
[id="s-d9f625d5-1237-4f53-9c34-10a6c2676d81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9f625d5-1237-4f53-9c34-10a6c2676d81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9f625d5-1237-4f53-9c34-10a6c2676d81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9f625d5-1237-4f53-9c34-10a6c2676d81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0a8b6925-3a79-4dd0-835b-fddc33d49ea3 {
  min-height: 50px;
}








#s-0a8b6925-3a79-4dd0-835b-fddc33d49ea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a8b6925-3a79-4dd0-835b-fddc33d49ea3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14a4eec9-014c-49a9-bb62-859aaf829d8b {
  margin-top: 8%;
margin-bottom: 6%;
padding-top: 0%;
padding-left: 17%;
padding-bottom: 0%;
padding-right: 17%;
max-width: 1056px;
text-align: center;
}







  img.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
    
    
  }


.s-14a4eec9-014c-49a9-bb62-859aaf829d8b .shogun-image-content {
  
    align-items: center;
  
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
    
    
  }


.s-14a4eec9-014c-49a9-bb62-859aaf829d8b .shogun-image-content {
  
    align-items: center;
  
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
    
    
  }


.s-14a4eec9-014c-49a9-bb62-859aaf829d8b .shogun-image-content {
  
    align-items: center;
  
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
    
    
  }


.s-14a4eec9-014c-49a9-bb62-859aaf829d8b .shogun-image-content {
  
    align-items: center;
  
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
    
    
  }


.s-14a4eec9-014c-49a9-bb62-859aaf829d8b .shogun-image-content {
  
    align-items: center;
  
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a4eec9-014c-49a9-bb62-859aaf829d8b.shogun-image {
  box-sizing: border-box;
}



}
#s-4375c760-256c-4274-9cf6-88be78a1e48c {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 19%;
padding-right: 19%;
max-width: 946px;
text-align: center;
}







  img.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
    
    
  }


.s-4375c760-256c-4274-9cf6-88be78a1e48c .shogun-image-content {
  
    align-items: center;
  
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
    
    
  }


.s-4375c760-256c-4274-9cf6-88be78a1e48c .shogun-image-content {
  
    align-items: center;
  
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
    
    
  }


.s-4375c760-256c-4274-9cf6-88be78a1e48c .shogun-image-content {
  
    align-items: center;
  
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
    
    
  }


.s-4375c760-256c-4274-9cf6-88be78a1e48c .shogun-image-content {
  
    align-items: center;
  
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
    
    
  }


.s-4375c760-256c-4274-9cf6-88be78a1e48c .shogun-image-content {
  
    align-items: center;
  
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4375c760-256c-4274-9cf6-88be78a1e48c.shogun-image {
  box-sizing: border-box;
}



}
#s-28d8c95e-678e-4ca2-af81-9d0c33224f95 {
  margin-top: 5%;
margin-bottom: 6%;
padding-left: 8%;
padding-right: 8%;
}

#s-4a7c869e-a2b7-46f3-b724-b997a1a6ce06 {
  margin-bottom: 8%;
padding-left: 8%;
padding-right: 8%;
}

#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 52%;
padding-bottom: 52%;
min-height: 50px;
background-position: center top;
}

#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/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-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/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-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d344a42d-78ce-45e0-b857-a4906a197a2c {
  background-image: url(https://i.shgcdn.com/0e2d9182-b51f-4aa7-a966-2873e46b1f8b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d344a42d-78ce-45e0-b857-a4906a197a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d344a42d-78ce-45e0-b857-a4906a197a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fa9de94-ced0-444d-a7cc-9849246c2d86 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7fa9de94-ced0-444d-a7cc-9849246c2d86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fa9de94-ced0-444d-a7cc-9849246c2d86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fa9de94-ced0-444d-a7cc-9849246c2d86 {
  display: none;
}
#s-7fa9de94-ced0-444d-a7cc-9849246c2d86, #wrap-s-7fa9de94-ced0-444d-a7cc-9849246c2d86 { display: none !important; }}@media (max-width: 767px){#s-7fa9de94-ced0-444d-a7cc-9849246c2d86 {
  display: none;
}
#s-7fa9de94-ced0-444d-a7cc-9849246c2d86, #wrap-s-7fa9de94-ced0-444d-a7cc-9849246c2d86 { display: none !important; }}







#s-7fa9de94-ced0-444d-a7cc-9849246c2d86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fa9de94-ced0-444d-a7cc-9849246c2d86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2cfd273-dd56-4934-b679-17049099cfb3 {
  min-height: 50px;
background-color: rgba(237, 236, 229, 1);
}








#s-a2cfd273-dd56-4934-b679-17049099cfb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2cfd273-dd56-4934-b679-17049099cfb3.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-af4c2720-b273-4515-8dc0-f67cc155a882 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 9%;
padding-bottom: 3%;
padding-right: 9%;
}
@media (min-width: 1200px){#s-af4c2720-b273-4515-8dc0-f67cc155a882 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af4c2720-b273-4515-8dc0-f67cc155a882 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af4c2720-b273-4515-8dc0-f67cc155a882 {
  display: none;
}
#s-af4c2720-b273-4515-8dc0-f67cc155a882, #wrap-s-af4c2720-b273-4515-8dc0-f67cc155a882 { display: none !important; }}@media (max-width: 767px){#s-af4c2720-b273-4515-8dc0-f67cc155a882 {
  display: none;
}
#s-af4c2720-b273-4515-8dc0-f67cc155a882, #wrap-s-af4c2720-b273-4515-8dc0-f67cc155a882 { display: none !important; }}
#s-af4c2720-b273-4515-8dc0-f67cc155a882 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(237, 236, 229, 1);
}

#s-af4c2720-b273-4515-8dc0-f67cc155a882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 236, 229, 1);
  padding: 10px;
}

#s-af4c2720-b273-4515-8dc0-f67cc155a882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(44, 42, 38, 1);
}

#s-af4c2720-b273-4515-8dc0-f67cc155a882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(237, 236, 229, 1);
  border-top: 1px solid rgba(237, 236, 229, 1);
}

#s-af4c2720-b273-4515-8dc0-f67cc155a882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(44, 42, 38, 1);
  text-align: left;
  font-family: Calling Code Bold;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-af4c2720-b273-4515-8dc0-f67cc155a882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-acf700e8-31c1-46ed-ad05-1a15ab4e641b {
  min-height: 50px;
}








#s-acf700e8-31c1-46ed-ad05-1a15ab4e641b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acf700e8-31c1-46ed-ad05-1a15ab4e641b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e75f8f78-32ce-4fab-9729-1742f8586a92 {
  padding-top: 20px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}

#s-1dccc199-7265-4758-97c8-e8ebe27bb9ab {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-left: 30%;
padding-right: 30%;
max-width: 4167px;
text-align: center;
}







  #s-1dccc199-7265-4758-97c8-e8ebe27bb9ab img.shogun-image {
    

    
    
    
  }


#s-1dccc199-7265-4758-97c8-e8ebe27bb9ab .shogun-image-content {
  
    align-items: center;
  
}

#s-3829a682-3ed3-4450-adf5-8e07b4b1ce52 {
  margin-left: 24%;
margin-right: 24%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 3000px;
text-align: center;
}







  #s-3829a682-3ed3-4450-adf5-8e07b4b1ce52 img.shogun-image {
    

    
    
    
  }


#s-3829a682-3ed3-4450-adf5-8e07b4b1ce52 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4f76e6a-27c7-4bda-835d-082ad6977f3f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 6px;
padding-left: 1%;
padding-bottom: 15px;
padding-right: 1%;
}

#s-75356022-10c8-4ace-8ccd-d08d5b639a4d {
  min-height: 50px;
}








#s-75356022-10c8-4ace-8ccd-d08d5b639a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75356022-10c8-4ace-8ccd-d08d5b639a4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-615db20f-c70a-416b-845b-ddeafac69460 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 1%;
padding-bottom: 20px;
padding-right: 1%;
}

#s-4a582169-46cd-484b-adfb-144948c3faed {
  margin-left: 7%;
margin-right: 7%;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
}

#s-dc716bc9-c0ea-47e5-834c-247282770831 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 30px;
}

#s-5d07a62a-44c1-45ab-b9db-5208d1289818 {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
}

#s-f3cc32cc-20ae-4988-acde-4bdffbb6a010 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3cc32cc-20ae-4988-acde-4bdffbb6a010 {
  display: none;
}
#s-f3cc32cc-20ae-4988-acde-4bdffbb6a010, #wrap-s-f3cc32cc-20ae-4988-acde-4bdffbb6a010 { display: none !important; }}@media (max-width: 767px){#s-f3cc32cc-20ae-4988-acde-4bdffbb6a010 {
  display: none;
}
#s-f3cc32cc-20ae-4988-acde-4bdffbb6a010, #wrap-s-f3cc32cc-20ae-4988-acde-4bdffbb6a010 { display: none !important; }}







#s-f3cc32cc-20ae-4988-acde-4bdffbb6a010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3cc32cc-20ae-4988-acde-4bdffbb6a010.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 {
  text-align: center;
}
@media (min-width: 1200px){#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 {
  display: none;
}
#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666, #wrap-s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 { display: none !important; }}@media (max-width: 767px){#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 {
  display: none;
}
#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666, #wrap-s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 { display: none !important; }}






  #s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 img.shogun-image {
    

    
    
    
  }


#s-fd3b7b9f-0af0-4816-95d3-0f119bae2666 .shogun-image-content {
  
    align-items: 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;
  }
}

@media (min-width: 1200px){#s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6 {
  display: none;
}
#s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6, #wrap-s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6 {
  display: none;
}
#s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6, #wrap-s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6 { display: none !important; }}
#s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6 .shg-sld-nav-button.shg-sld-left,
#s-b0fbeb88-c4fb-473a-ad79-a8b584f322c6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c44c06ec-02b9-4bd9-b75e-ca20c7acb996 {
  text-align: center;
}







  #s-c44c06ec-02b9-4bd9-b75e-ca20c7acb996 img.shogun-image {
    

    
    
    
  }


#s-c44c06ec-02b9-4bd9-b75e-ca20c7acb996 .shogun-image-content {
  
    align-items: center;
  
}

#s-b899d014-55d7-44ba-9263-6fb1faade7ce {
  text-align: center;
}







  #s-b899d014-55d7-44ba-9263-6fb1faade7ce img.shogun-image {
    

    
    
    
  }


#s-b899d014-55d7-44ba-9263-6fb1faade7ce .shogun-image-content {
  
    align-items: center;
  
}

#s-7ab8df18-b28c-4b98-98db-eff6ba5eb731 {
  text-align: center;
}







  #s-7ab8df18-b28c-4b98-98db-eff6ba5eb731 img.shogun-image {
    

    
    
    
  }


#s-7ab8df18-b28c-4b98-98db-eff6ba5eb731 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6 {
  display: none;
}
#s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6, #wrap-s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6 {
  display: none;
}
#s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6, #wrap-s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6 { display: none !important; }}







#s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceab8e28-3ec6-4eb6-b3ba-ba2515dd88c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
  max-width: 1667px;
aspect-ratio: 1667/598;
text-align: center;
}





  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image,
  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
    width: 100%;
    height: auto;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
    
    
  }


.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
      --shg-aspect-ratio: calc(1667/598); 
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
      position: relative;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image,
  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
    width: 100%;
    height: auto;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
    
    
  }


.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
      --shg-aspect-ratio: calc(1667/598); 
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
      position: relative;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image,
  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
    width: 100%;
    height: auto;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
    
    
  }


.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
      --shg-aspect-ratio: calc(1667/598); 
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
      position: relative;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image,
  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
    width: 100%;
    height: auto;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
    
    
  }


.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
      --shg-aspect-ratio: calc(1667/598); 
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
      position: relative;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image,
  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
    width: 100%;
    height: auto;
  }

  #s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
    
    
  }


.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 {
      --shg-aspect-ratio: calc(1667/598); 
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container {
      position: relative;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95c2eb3-2010-4e4c-ae84-be15b9a026a4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 6%;
padding-bottom: 7%;
min-height: 50px;
background-color: rgba(237, 236, 229, 1);
}
@media (min-width: 1200px){#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea {
  display: none;
}
#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea, #wrap-s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea {
  display: none;
}
#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea, #wrap-s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea {
  
}
}







#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9f8ed8a-c656-4fe3-9bbd-b19f03f773ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 {
  display: none;
}
#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74, #wrap-s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 {
  display: none;
}
#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74, #wrap-s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 {
  
}
}@media (max-width: 767px){#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 {
  
}
}
#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(237, 236, 229, 1);
}

#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(237, 236, 229, 1);
  padding: 10px;
}

#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(237, 236, 229, 1);
  border-top: 1px solid rgba(237, 236, 229, 1);
}

#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Calling Code Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-647c89ce-9138-425e-abdf-6cdd8dd9fb74 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1f1b995a-11a5-4540-92bd-871485628dac {
  min-height: 50px;
}








#s-1f1b995a-11a5-4540-92bd-871485628dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1b995a-11a5-4540-92bd-871485628dac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f24a8e3f-a419-409a-901c-2fcb2c7f8ba8 {
  padding-top: 20px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}

#s-a7c103b1-dcfe-45de-9218-8eaab3e26b11 {
  margin-top: 8px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 4167px;
text-align: center;
}







  #s-a7c103b1-dcfe-45de-9218-8eaab3e26b11 img.shogun-image {
    

    
    
    
  }


#s-a7c103b1-dcfe-45de-9218-8eaab3e26b11 .shogun-image-content {
  
    align-items: center;
  
}

#s-e63f8c4b-a7ac-4ccf-aa4f-893c6106e792 {
  margin-left: -1%;
margin-right: -1%;
padding-top: 18px;
padding-left: 0%;
padding-bottom: 18px;
padding-right: 0%;
max-width: 3000px;
text-align: center;
}







  #s-e63f8c4b-a7ac-4ccf-aa4f-893c6106e792 img.shogun-image {
    

    
    
    
  }


#s-e63f8c4b-a7ac-4ccf-aa4f-893c6106e792 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a462bd5-3df3-4501-9ba5-987fb5681e5b {
  padding-top: 6px;
padding-bottom: 15px;
min-height: 50px;
}








#s-8a462bd5-3df3-4501-9ba5-987fb5681e5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a462bd5-3df3-4501-9ba5-987fb5681e5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00d08b65-cfa3-4a78-8032-1f8c695d416c {
  margin-left: 5%;
margin-right: 5%;
padding-left: 4%;
padding-bottom: 20px;
padding-right: 4%;
}

#s-0077ecc1-ea65-4ffc-90c5-c6bf7f43c516 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 6px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
}

#s-d1b89b7d-6d94-4f07-98ac-39a21afc96c6 {
  margin-left: 7%;
margin-right: 7%;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-60cbd91c-8787-4e3d-9a0d-c480ac9d02f8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 30px;
}

#s-4961c808-b313-46ab-9ced-ca4d1c8c037d {
  padding-top: 20px;
padding-left: 7%;
padding-bottom: 20px;
padding-right: 7%;
}

#s-8652e510-4f68-4256-9628-27b6f4f2ed2c {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8652e510-4f68-4256-9628-27b6f4f2ed2c {
  display: none;
}
#s-8652e510-4f68-4256-9628-27b6f4f2ed2c, #wrap-s-8652e510-4f68-4256-9628-27b6f4f2ed2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8652e510-4f68-4256-9628-27b6f4f2ed2c {
  display: none;
}
#s-8652e510-4f68-4256-9628-27b6f4f2ed2c, #wrap-s-8652e510-4f68-4256-9628-27b6f4f2ed2c { display: none !important; }}







#s-8652e510-4f68-4256-9628-27b6f4f2ed2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8652e510-4f68-4256-9628-27b6f4f2ed2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-254109af-aceb-453a-9d1d-388f8a72a37e {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
    
    
  }


.s-254109af-aceb-453a-9d1d-388f8a72a37e .shogun-image-content {
  
    align-items: center;
  
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
    
    
  }


.s-254109af-aceb-453a-9d1d-388f8a72a37e .shogun-image-content {
  
    align-items: center;
  
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
    
    
  }


.s-254109af-aceb-453a-9d1d-388f8a72a37e .shogun-image-content {
  
    align-items: center;
  
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
    
    
  }


.s-254109af-aceb-453a-9d1d-388f8a72a37e .shogun-image-content {
  
    align-items: center;
  
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
    
    
  }


.s-254109af-aceb-453a-9d1d-388f8a72a37e .shogun-image-content {
  
    align-items: center;
  
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-254109af-aceb-453a-9d1d-388f8a72a37e.shogun-image {
  box-sizing: border-box;
}



}
#s-14ef76fd-f3ce-4006-82d3-d5a95845622c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-14ef76fd-f3ce-4006-82d3-d5a95845622c {
  display: none;
}
#s-14ef76fd-f3ce-4006-82d3-d5a95845622c, #wrap-s-14ef76fd-f3ce-4006-82d3-d5a95845622c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14ef76fd-f3ce-4006-82d3-d5a95845622c {
  display: none;
}
#s-14ef76fd-f3ce-4006-82d3-d5a95845622c, #wrap-s-14ef76fd-f3ce-4006-82d3-d5a95845622c { display: none !important; }}







#s-14ef76fd-f3ce-4006-82d3-d5a95845622c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ef76fd-f3ce-4006-82d3-d5a95845622c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-775afadd-7760-4c63-8594-a3459cf0ddbe {
  padding-left: 18%;
padding-right: 18%;
text-align: center;
}







  img.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
    
    
  }


.s-775afadd-7760-4c63-8594-a3459cf0ddbe .shogun-image-content {
  
    align-items: center;
  
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
    
    
  }


.s-775afadd-7760-4c63-8594-a3459cf0ddbe .shogun-image-content {
  
    align-items: center;
  
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
    
    
  }


.s-775afadd-7760-4c63-8594-a3459cf0ddbe .shogun-image-content {
  
    align-items: center;
  
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
    
    
  }


.s-775afadd-7760-4c63-8594-a3459cf0ddbe .shogun-image-content {
  
    align-items: center;
  
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
  box-sizing: border-box;
}



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





  img.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
    
    
  }


.s-775afadd-7760-4c63-8594-a3459cf0ddbe .shogun-image-content {
  
    align-items: center;
  
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-775afadd-7760-4c63-8594-a3459cf0ddbe.shogun-image {
  box-sizing: border-box;
}



}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-f1df89ef-1f85-4c6f-a45a-f6c7a8efc61e {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%;
}

#s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 6%;
padding-bottom: 6%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca {
  display: none;
}
#s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca, #wrap-s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca { display: none !important; }}@media (max-width: 767px){#s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca {
  display: none;
}
#s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca, #wrap-s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca { display: none !important; }}







#s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ca82ef-bc9d-496b-bfb4-cc2a7f6596ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21f32488-6f8b-4b5e-95fb-a584a0ad9173 {
  padding-left: 8%;
padding-right: 8%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21f32488-6f8b-4b5e-95fb-a584a0ad9173 {
  display: none;
}
#s-21f32488-6f8b-4b5e-95fb-a584a0ad9173, #wrap-s-21f32488-6f8b-4b5e-95fb-a584a0ad9173 { display: none !important; }}@media (max-width: 767px){#s-21f32488-6f8b-4b5e-95fb-a584a0ad9173 {
  display: none;
}
#s-21f32488-6f8b-4b5e-95fb-a584a0ad9173, #wrap-s-21f32488-6f8b-4b5e-95fb-a584a0ad9173 { display: none !important; }}
@media (min-width: 0px) {
[id="s-21f32488-6f8b-4b5e-95fb-a584a0ad9173"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21f32488-6f8b-4b5e-95fb-a584a0ad9173"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 27.5px);
}

[id="s-21f32488-6f8b-4b5e-95fb-a584a0ad9173"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 27.5px);
}

}

@media (min-width: 992px) {
[id="s-21f32488-6f8b-4b5e-95fb-a584a0ad9173"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 27.5px);
}

[id="s-21f32488-6f8b-4b5e-95fb-a584a0ad9173"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 27.5px);
}

}

@media (min-width: 1200px) {
[id="s-21f32488-6f8b-4b5e-95fb-a584a0ad9173"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 27.5px);
}

[id="s-21f32488-6f8b-4b5e-95fb-a584a0ad9173"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 27.5px);
}

}

#s-966c1856-a9a8-42e3-802d-1162987ec307 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-966c1856-a9a8-42e3-802d-1162987ec307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-966c1856-a9a8-42e3-802d-1162987ec307.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2e7ad4a0-c02e-4197-8892-96bd7d8505eb {
  padding-left: 22%;
padding-right: 16%;
text-align: center;
}







  #s-2e7ad4a0-c02e-4197-8892-96bd7d8505eb img.shogun-image {
    

    
    
    
  }


#s-2e7ad4a0-c02e-4197-8892-96bd7d8505eb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cc382be8-7244-49a5-b45b-79d539ad0273 {
  min-height: 47px;
}








#s-cc382be8-7244-49a5-b45b-79d539ad0273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc382be8-7244-49a5-b45b-79d539ad0273.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a328a38-5f45-4695-a8a1-77ed5f9f1d82 {
  padding-left: 0%;
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: 15px;
}

@media (min-width: 1200px){#s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0 {
  display: none;
}
#s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0, #wrap-s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0 {
  display: none;
}
#s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0, #wrap-s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0 {
  
}
}
@media (min-width: 0px) {
[id="s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49ace8d5-a0f0-40c8-8586-51c9b1daafa0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b18f462c-260e-4bfd-8873-897ae5362052 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 1%;
text-align: center;
}







  #s-b18f462c-260e-4bfd-8873-897ae5362052 img.shogun-image {
    

    
    
    
  }


#s-b18f462c-260e-4bfd-8873-897ae5362052 .shogun-image-content {
  
    align-items: center;
  
}

#s-20e974fd-76eb-4b12-a311-ad93b62222da {
  margin-left: 2%;
margin-right: 2%;
}

/*
  $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}
