.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-660960b6-994b-4da5-a51f-ef4ccb1f96cb {
  background-color: rgba(245, 244, 243, 1);
}

@media (min-width: 0px) {
[id="s-660960b6-994b-4da5-a51f-ef4ccb1f96cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-660960b6-994b-4da5-a51f-ef4ccb1f96cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-660960b6-994b-4da5-a51f-ef4ccb1f96cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-660960b6-994b-4da5-a51f-ef4ccb1f96cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-660960b6-994b-4da5-a51f-ef4ccb1f96cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-660960b6-994b-4da5-a51f-ef4ccb1f96cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-660960b6-994b-4da5-a51f-ef4ccb1f96cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-4498a721-7b69-4b74-aeac-bd51db88792d {
  min-height: 40px;
}








#s-4498a721-7b69-4b74-aeac-bd51db88792d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4498a721-7b69-4b74-aeac-bd51db88792d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53aa6f8f-2432-490c-9624-9c52b735e31a {
  min-height: 40px;
}








#s-53aa6f8f-2432-490c-9624-9c52b735e31a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53aa6f8f-2432-490c-9624-9c52b735e31a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-93c45c9b-50d4-4f4b-92aa-eda882f75e24 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-20ed9499-5d5f-4e70-a42d-add123548aad {
  padding-top: 0px;
padding-bottom: 20px;
background-color: rgba(245, 244, 243, 1);
}
@media (max-width: 767px){#s-20ed9499-5d5f-4e70-a42d-add123548aad {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-20ed9499-5d5f-4e70-a42d-add123548aad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20ed9499-5d5f-4e70-a42d-add123548aad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20ed9499-5d5f-4e70-a42d-add123548aad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20ed9499-5d5f-4e70-a42d-add123548aad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20ed9499-5d5f-4e70-a42d-add123548aad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20ed9499-5d5f-4e70-a42d-add123548aad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20ed9499-5d5f-4e70-a42d-add123548aad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-1e5cc071-23e3-4d88-8327-0584dd85cb76 {
  padding-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-1e5cc071-23e3-4d88-8327-0584dd85cb76 {
  padding-left: 3%;
padding-right: 3%;
}
}






  #s-1e5cc071-23e3-4d88-8327-0584dd85cb76 img.shogun-image {
    

    
    
    
  }


#s-1e5cc071-23e3-4d88-8327-0584dd85cb76 .shogun-image-content {
  
    align-items: center;
  
}

#s-f23a6a1e-f4cd-4685-a005-47967d6f1086 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(245, 244, 243, 1);
}
@media (max-width: 767px){#s-f23a6a1e-f4cd-4685-a005-47967d6f1086 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-f23a6a1e-f4cd-4685-a005-47967d6f1086"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f23a6a1e-f4cd-4685-a005-47967d6f1086"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f23a6a1e-f4cd-4685-a005-47967d6f1086"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f23a6a1e-f4cd-4685-a005-47967d6f1086"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f23a6a1e-f4cd-4685-a005-47967d6f1086"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f23a6a1e-f4cd-4685-a005-47967d6f1086"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f23a6a1e-f4cd-4685-a005-47967d6f1086"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-a45b03f9-54e1-43ca-a0c2-22f1cb757383"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a45b03f9-54e1-43ca-a0c2-22f1cb757383"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a45b03f9-54e1-43ca-a0c2-22f1cb757383"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a45b03f9-54e1-43ca-a0c2-22f1cb757383"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a45b03f9-54e1-43ca-a0c2-22f1cb757383"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a45b03f9-54e1-43ca-a0c2-22f1cb757383"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a45b03f9-54e1-43ca-a0c2-22f1cb757383"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c0f8aad0-eb0c-49eb-a6c2-49462763266a {
  text-align: center;
}
@media (max-width: 767px){#s-c0f8aad0-eb0c-49eb-a6c2-49462763266a {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-c0f8aad0-eb0c-49eb-a6c2-49462763266a .shogun-image-content {
  
    align-items: center;
  
}

#s-06f6131c-d364-4d92-b213-ad4c8a88060a {
  text-align: center;
}
@media (max-width: 767px){#s-06f6131c-d364-4d92-b213-ad4c8a88060a {
  padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-06f6131c-d364-4d92-b213-ad4c8a88060a .shogun-image-content {
  
    align-items: center;
  
}

#s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(245, 244, 243, 1);
}
@media (max-width: 767px){#s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1 {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-310fc6ef-94e2-4d7c-84cf-ddfe58566de1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-614e24eb-e6ff-48d8-8ac1-4f43846318ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-614e24eb-e6ff-48d8-8ac1-4f43846318ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-614e24eb-e6ff-48d8-8ac1-4f43846318ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-614e24eb-e6ff-48d8-8ac1-4f43846318ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-614e24eb-e6ff-48d8-8ac1-4f43846318ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-614e24eb-e6ff-48d8-8ac1-4f43846318ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-614e24eb-e6ff-48d8-8ac1-4f43846318ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a8e72881-6f82-46c3-94a3-979b13a257cf {
  text-align: center;
}
@media (max-width: 767px){#s-a8e72881-6f82-46c3-94a3-979b13a257cf {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-a8e72881-6f82-46c3-94a3-979b13a257cf .shogun-image-content {
  
    align-items: center;
  
}

#s-01d6ac87-6853-4742-8f22-ea4551be0253 {
  text-align: center;
}
@media (max-width: 767px){#s-01d6ac87-6853-4742-8f22-ea4551be0253 {
  padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-01d6ac87-6853-4742-8f22-ea4551be0253 .shogun-image-content {
  
    align-items: center;
  
}

#s-37a2d572-e779-4e58-8760-042c60a2b209 {
  padding-top: 0px;
padding-bottom: 40px;
background-color: rgba(245, 244, 243, 1);
}
@media (max-width: 767px){#s-37a2d572-e779-4e58-8760-042c60a2b209 {
  
}
}
@media (min-width: 0px) {
[id="s-37a2d572-e779-4e58-8760-042c60a2b209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37a2d572-e779-4e58-8760-042c60a2b209"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37a2d572-e779-4e58-8760-042c60a2b209"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37a2d572-e779-4e58-8760-042c60a2b209"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37a2d572-e779-4e58-8760-042c60a2b209"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37a2d572-e779-4e58-8760-042c60a2b209"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-37a2d572-e779-4e58-8760-042c60a2b209"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-28c63863-3330-4785-aba5-817ef4bb60cf {
  padding-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-28c63863-3330-4785-aba5-817ef4bb60cf {
  padding-left: 3%;
padding-right: 3%;
}
}






  #s-28c63863-3330-4785-aba5-817ef4bb60cf img.shogun-image {
    

    
    
    
  }


#s-28c63863-3330-4785-aba5-817ef4bb60cf .shogun-image-content {
  
    align-items: center;
  
}

#s-f0d2b337-4d8a-4650-a925-d86c0b9426b5 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f0d2b337-4d8a-4650-a925-d86c0b9426b5 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-f0d2b337-4d8a-4650-a925-d86c0b9426b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0d2b337-4d8a-4650-a925-d86c0b9426b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0d2b337-4d8a-4650-a925-d86c0b9426b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f0d2b337-4d8a-4650-a925-d86c0b9426b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0d2b337-4d8a-4650-a925-d86c0b9426b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0d2b337-4d8a-4650-a925-d86c0b9426b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f0d2b337-4d8a-4650-a925-d86c0b9426b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px){#s-c053dda1-bc8c-4749-908e-51a575548d3c {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-f60d9dcc-9418-4dc6-9097-159932298839 {
  min-height: 40px;
}
@media (min-width: 1200px){#s-f60d9dcc-9418-4dc6-9097-159932298839 {
  display: none;
}
#s-f60d9dcc-9418-4dc6-9097-159932298839, #wrap-s-f60d9dcc-9418-4dc6-9097-159932298839 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f60d9dcc-9418-4dc6-9097-159932298839 {
  display: none;
}
#s-f60d9dcc-9418-4dc6-9097-159932298839, #wrap-s-f60d9dcc-9418-4dc6-9097-159932298839 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f60d9dcc-9418-4dc6-9097-159932298839 {
  display: none;
}
#s-f60d9dcc-9418-4dc6-9097-159932298839, #wrap-s-f60d9dcc-9418-4dc6-9097-159932298839 { display:none !important; }}







#s-f60d9dcc-9418-4dc6-9097-159932298839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f60d9dcc-9418-4dc6-9097-159932298839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7fc2873c-b044-4df6-acfe-acb6bc7919d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7fc2873c-b044-4df6-acfe-acb6bc7919d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fc2873c-b044-4df6-acfe-acb6bc7919d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fc2873c-b044-4df6-acfe-acb6bc7919d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-b906365b-fb71-43c8-a16a-0e5d115ffb48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b906365b-fb71-43c8-a16a-0e5d115ffb48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b906365b-fb71-43c8-a16a-0e5d115ffb48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b906365b-fb71-43c8-a16a-0e5d115ffb48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b906365b-fb71-43c8-a16a-0e5d115ffb48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b906365b-fb71-43c8-a16a-0e5d115ffb48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b906365b-fb71-43c8-a16a-0e5d115ffb48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0e3c88f0-da46-476a-84d3-f5cfc5300160 {
  min-height: 30px;
}








#s-0e3c88f0-da46-476a-84d3-f5cfc5300160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e3c88f0-da46-476a-84d3-f5cfc5300160.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56299974-79c5-44b5-8dcc-5c3ff76a6556 {
  text-align: center;
}
@media (min-width: 1200px){#s-56299974-79c5-44b5-8dcc-5c3ff76a6556 {
  display: none;
}
#s-56299974-79c5-44b5-8dcc-5c3ff76a6556, #wrap-s-56299974-79c5-44b5-8dcc-5c3ff76a6556 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56299974-79c5-44b5-8dcc-5c3ff76a6556 {
  display: none;
}
#s-56299974-79c5-44b5-8dcc-5c3ff76a6556, #wrap-s-56299974-79c5-44b5-8dcc-5c3ff76a6556 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56299974-79c5-44b5-8dcc-5c3ff76a6556 {
  display: none;
}
#s-56299974-79c5-44b5-8dcc-5c3ff76a6556, #wrap-s-56299974-79c5-44b5-8dcc-5c3ff76a6556 { display:none !important; }}






  #s-56299974-79c5-44b5-8dcc-5c3ff76a6556 img.shogun-image {
    

    
    
    
  }


#s-56299974-79c5-44b5-8dcc-5c3ff76a6556 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-50f0b682-d6e9-4e03-9454-a25e7e6eb269 {
  display: none;
}
#s-50f0b682-d6e9-4e03-9454-a25e7e6eb269, #wrap-s-50f0b682-d6e9-4e03-9454-a25e7e6eb269 { display:none !important; }}
@media (min-width: 0px) {
[id="s-50f0b682-d6e9-4e03-9454-a25e7e6eb269"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-50f0b682-d6e9-4e03-9454-a25e7e6eb269"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-50f0b682-d6e9-4e03-9454-a25e7e6eb269"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-50f0b682-d6e9-4e03-9454-a25e7e6eb269"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dcd3a28b-876a-4b5a-a756-cd073e27af10 {
  text-align: center;
}
@media (max-width: 767px){#s-dcd3a28b-876a-4b5a-a756-cd073e27af10 {
  display: none;
}
#s-dcd3a28b-876a-4b5a-a756-cd073e27af10, #wrap-s-dcd3a28b-876a-4b5a-a756-cd073e27af10 { display:none !important; }}






  #s-dcd3a28b-876a-4b5a-a756-cd073e27af10 img.shogun-image {
    

    
    
    
  }


#s-dcd3a28b-876a-4b5a-a756-cd073e27af10 .shogun-image-content {
  
    align-items: center;
  
}

#s-90449b42-2f20-4053-84c3-50a8bed8aef3 {
  padding-top: 40px;
padding-bottom: 0px;
background-color: rgba(245, 244, 243, 1);
}
@media (max-width: 767px){#s-90449b42-2f20-4053-84c3-50a8bed8aef3 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-90449b42-2f20-4053-84c3-50a8bed8aef3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90449b42-2f20-4053-84c3-50a8bed8aef3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90449b42-2f20-4053-84c3-50a8bed8aef3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90449b42-2f20-4053-84c3-50a8bed8aef3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90449b42-2f20-4053-84c3-50a8bed8aef3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90449b42-2f20-4053-84c3-50a8bed8aef3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-90449b42-2f20-4053-84c3-50a8bed8aef3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px){#s-4c9180a6-de6d-4fda-86dc-8eb22e6bbb9e {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}
#s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(245, 244, 243, 1);
}

@media (min-width: 0px) {
[id="s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5370fd1e-63fb-429b-ba3d-699a8aff9d9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-2e3d2312-471d-4ec5-91d3-0e7ee728bd77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e3d2312-471d-4ec5-91d3-0e7ee728bd77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-2e3d2312-471d-4ec5-91d3-0e7ee728bd77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e3d2312-471d-4ec5-91d3-0e7ee728bd77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-de7654cc-541e-4980-ba2f-4a53d06d1c99 {
  text-align: center;
}
@media (max-width: 767px){#s-de7654cc-541e-4980-ba2f-4a53d06d1c99 {
  padding-left: 3%;
padding-right: 3%;
}
}






  #s-de7654cc-541e-4980-ba2f-4a53d06d1c99 img.shogun-image {
    

    
    
    
  }


#s-de7654cc-541e-4980-ba2f-4a53d06d1c99 .shogun-image-content {
  
    align-items: center;
  
}

#s-38a733ba-8403-42cc-9bdb-812883a766e6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-38a733ba-8403-42cc-9bdb-812883a766e6 {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-707a8e18-5c45-4473-8a1d-dd95b442acc3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-707a8e18-5c45-4473-8a1d-dd95b442acc3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-707a8e18-5c45-4473-8a1d-dd95b442acc3 .shg-sld-nav-button.shg-sld-left,
#s-707a8e18-5c45-4473-8a1d-dd95b442acc3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9a321c66-cf8c-4eed-a5bd-d490969092bb {
  padding-bottom: 15px;
}

#s-0a9977e7-5e41-4419-abe6-d8c28e5e7d13 {
  padding-bottom: 15px;
}

#s-5e4b2438-b28c-4041-98b6-188b572c5564 {
  padding-bottom: 15px;
}

#s-edc93305-42de-421a-95af-ec4de5b8c6a4 {
  padding-bottom: 15px;
}

#s-fba2c3cf-01cb-40c5-8170-cf730373a876 {
  padding-bottom: 15px;
}

#s-dab597ab-78c4-4653-8b54-a8a7f816666d {
  padding-bottom: 15px;
}

#s-975f3d87-81eb-4f5e-ac76-2754a9dc7e86 {
  text-align: center;
}







  #s-975f3d87-81eb-4f5e-ac76-2754a9dc7e86 img.shogun-image {
    

    
    
    
  }


#s-975f3d87-81eb-4f5e-ac76-2754a9dc7e86 .shogun-image-content {
  
    align-items: center;
  
}

#s-692de75f-4595-4de5-b371-13da88051c64 {
  text-align: center;
}







  #s-692de75f-4595-4de5-b371-13da88051c64 img.shogun-image {
    

    
    
    
  }


#s-692de75f-4595-4de5-b371-13da88051c64 .shogun-image-content {
  
    align-items: center;
  
}

#s-42e596ea-9c5c-4f42-bb54-25e444d1274c {
  text-align: center;
}







  #s-42e596ea-9c5c-4f42-bb54-25e444d1274c img.shogun-image {
    

    
    
    
  }


#s-42e596ea-9c5c-4f42-bb54-25e444d1274c .shogun-image-content {
  
    align-items: center;
  
}

#s-2ac9b217-6679-423e-9c9f-d6857741d991 {
  text-align: center;
}







  #s-2ac9b217-6679-423e-9c9f-d6857741d991 img.shogun-image {
    

    
    
    
  }


#s-2ac9b217-6679-423e-9c9f-d6857741d991 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e1f08ec-55c4-461c-8702-2cef366deaa2 {
  text-align: center;
}







  #s-1e1f08ec-55c4-461c-8702-2cef366deaa2 img.shogun-image {
    

    
    
    
  }


#s-1e1f08ec-55c4-461c-8702-2cef366deaa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4af1a64c-48c1-48f8-b6ab-e323eced552d {
  text-align: center;
}







  #s-4af1a64c-48c1-48f8-b6ab-e323eced552d img.shogun-image {
    

    
    
    
  }


#s-4af1a64c-48c1-48f8-b6ab-e323eced552d .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 {
  display: none;
}
#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0, #wrap-s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 {
  display: none;
}
#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0, #wrap-s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 {
  display: none;
}
#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0, #wrap-s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 { display:none !important; }}
#s-0f9524b6-9546-4716-a74e-1fbbab8ba3f0 hr {
  border-top: 2px solid #ddd;
}

#s-87b9815c-a453-4f61-89ae-f36df471284d {
  text-align: center;
}
@media (max-width: 767px){#s-87b9815c-a453-4f61-89ae-f36df471284d {
  padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}






  #s-87b9815c-a453-4f61-89ae-f36df471284d img.shogun-image {
    

    
    
    
  }


#s-87b9815c-a453-4f61-89ae-f36df471284d .shogun-image-content {
  
    align-items: center;
  
}

#s-0876ed80-f7a4-4d97-ad10-37762bed42c6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-0876ed80-f7a4-4d97-ad10-37762bed42c6 {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-86e4abfd-5cef-4c3a-be5b-738dc06fb492 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-86e4abfd-5cef-4c3a-be5b-738dc06fb492 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-86e4abfd-5cef-4c3a-be5b-738dc06fb492 .shg-sld-nav-button.shg-sld-left,
#s-86e4abfd-5cef-4c3a-be5b-738dc06fb492 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5eaa35da-070d-471c-8384-d43f8c8bc69b {
  padding-bottom: 15px;
}

#s-fbd631bc-0d93-4f17-bb94-798b61c4d1d9 {
  padding-bottom: 15px;
}

#s-cadb25bc-c687-4e13-9beb-7f1b02c7bd6b {
  padding-bottom: 15px;
}

#s-a2fac5ab-cd60-404b-89e4-bfe3caabe89e {
  padding-bottom: 15px;
}

#s-6191023f-09d6-40ef-be8b-05b1aa181045 {
  padding-bottom: 15px;
}

#s-0bd213d9-8b93-43ff-958e-14840b7d4768 {
  padding-bottom: 15px;
}

#s-707a2c9f-1600-4dbd-aa1c-afd1dd538b57 {
  text-align: center;
}







  #s-707a2c9f-1600-4dbd-aa1c-afd1dd538b57 img.shogun-image {
    

    
    
    
  }


#s-707a2c9f-1600-4dbd-aa1c-afd1dd538b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-745667de-4e3d-442e-97d7-52e136ca97ea {
  text-align: center;
}







  #s-745667de-4e3d-442e-97d7-52e136ca97ea img.shogun-image {
    

    
    
    
  }


#s-745667de-4e3d-442e-97d7-52e136ca97ea .shogun-image-content {
  
    align-items: center;
  
}

#s-9c35b0fc-928a-4018-bdda-d863e1c11d67 {
  text-align: center;
}







  #s-9c35b0fc-928a-4018-bdda-d863e1c11d67 img.shogun-image {
    

    
    
    
  }


#s-9c35b0fc-928a-4018-bdda-d863e1c11d67 .shogun-image-content {
  
    align-items: center;
  
}

#s-69228652-2f11-41a9-ad62-62ae9ba29fd0 {
  text-align: center;
}







  #s-69228652-2f11-41a9-ad62-62ae9ba29fd0 img.shogun-image {
    

    
    
    
  }


#s-69228652-2f11-41a9-ad62-62ae9ba29fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-282dcb9c-5e6f-4145-8c3f-448d3a095fe5 {
  text-align: center;
}







  #s-282dcb9c-5e6f-4145-8c3f-448d3a095fe5 img.shogun-image {
    

    
    
    
  }


#s-282dcb9c-5e6f-4145-8c3f-448d3a095fe5 .shogun-image-content {
  
    align-items: center;
  
}

#s-418f42cd-f2b4-4057-a476-a760c99a7ac2 {
  text-align: center;
}







  #s-418f42cd-f2b4-4057-a476-a760c99a7ac2 img.shogun-image {
    

    
    
    
  }


#s-418f42cd-f2b4-4057-a476-a760c99a7ac2 .shogun-image-content {
  
    align-items: center;
  
}

#s-02488002-e620-45b8-89f4-948ecb57635d {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-02488002-e620-45b8-89f4-948ecb57635d {
  display: none;
}
#s-02488002-e620-45b8-89f4-948ecb57635d, #wrap-s-02488002-e620-45b8-89f4-948ecb57635d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02488002-e620-45b8-89f4-948ecb57635d {
  display: none;
}
#s-02488002-e620-45b8-89f4-948ecb57635d, #wrap-s-02488002-e620-45b8-89f4-948ecb57635d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02488002-e620-45b8-89f4-948ecb57635d {
  display: none;
}
#s-02488002-e620-45b8-89f4-948ecb57635d, #wrap-s-02488002-e620-45b8-89f4-948ecb57635d { display:none !important; }}
#s-02488002-e620-45b8-89f4-948ecb57635d hr {
  border-top: 2px solid #ddd;
}

#s-b2a8d694-bd76-449b-bf80-8f3740770331 {
  text-align: center;
}
@media (max-width: 767px){#s-b2a8d694-bd76-449b-bf80-8f3740770331 {
  padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}






  #s-b2a8d694-bd76-449b-bf80-8f3740770331 img.shogun-image {
    

    
    
    
  }


#s-b2a8d694-bd76-449b-bf80-8f3740770331 .shogun-image-content {
  
    align-items: center;
  
}

#s-39e6155a-ee47-4bb5-8fa9-d7c6f6e2d36a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-39e6155a-ee47-4bb5-8fa9-d7c6f6e2d36a {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-40415c81-046f-47e0-aaab-55c0b41f80f5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-40415c81-046f-47e0-aaab-55c0b41f80f5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-40415c81-046f-47e0-aaab-55c0b41f80f5 .shg-sld-nav-button.shg-sld-left,
#s-40415c81-046f-47e0-aaab-55c0b41f80f5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9fb40509-89e7-4103-b596-8d5ae2a2c986 {
  padding-bottom: 15px;
}

#s-ce217111-0e1e-46d3-aa9d-810dd3e6d0be {
  padding-bottom: 15px;
}

#s-d51e892a-285a-46dd-94b3-de68b60a2bef {
  padding-bottom: 15px;
}

#s-0e22a463-dbbb-4f81-bef2-823e17b0eaca {
  padding-bottom: 15px;
}

#s-dd2698bd-b52d-445e-a533-8d45a67c59dc {
  padding-bottom: 15px;
}

#s-b32e8666-669b-4245-8ac4-54321fc23ae3 {
  padding-bottom: 15px;
}

#s-a8fc11e4-e312-41fc-a03a-461c02cb916e {
  text-align: center;
}







  #s-a8fc11e4-e312-41fc-a03a-461c02cb916e img.shogun-image {
    

    
    
    
  }


#s-a8fc11e4-e312-41fc-a03a-461c02cb916e .shogun-image-content {
  
    align-items: center;
  
}

#s-5eda04f0-5c99-4fb6-868a-65ea199fd111 {
  text-align: center;
}







  #s-5eda04f0-5c99-4fb6-868a-65ea199fd111 img.shogun-image {
    

    
    
    
  }


#s-5eda04f0-5c99-4fb6-868a-65ea199fd111 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff7806ba-27da-4fb0-b370-6951698c5bc0 {
  text-align: center;
}







  #s-ff7806ba-27da-4fb0-b370-6951698c5bc0 img.shogun-image {
    

    
    
    
  }


#s-ff7806ba-27da-4fb0-b370-6951698c5bc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e61320ae-c9ca-47bd-bc4f-ab34fd3a4c7b {
  text-align: center;
}







  #s-e61320ae-c9ca-47bd-bc4f-ab34fd3a4c7b img.shogun-image {
    

    
    
    
  }


#s-e61320ae-c9ca-47bd-bc4f-ab34fd3a4c7b .shogun-image-content {
  
    align-items: center;
  
}

#s-ea02157a-b39f-455c-8300-0b250f9bfdcf {
  text-align: center;
}







  #s-ea02157a-b39f-455c-8300-0b250f9bfdcf img.shogun-image {
    

    
    
    
  }


#s-ea02157a-b39f-455c-8300-0b250f9bfdcf .shogun-image-content {
  
    align-items: center;
  
}

#s-271a9d62-3810-4b76-b901-3c1955f765aa {
  text-align: center;
}







  #s-271a9d62-3810-4b76-b901-3c1955f765aa img.shogun-image {
    

    
    
    
  }


#s-271a9d62-3810-4b76-b901-3c1955f765aa .shogun-image-content {
  
    align-items: center;
  
}

#s-14fff75c-5c27-400c-8629-1a758226bc64 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-14fff75c-5c27-400c-8629-1a758226bc64 {
  display: none;
}
#s-14fff75c-5c27-400c-8629-1a758226bc64, #wrap-s-14fff75c-5c27-400c-8629-1a758226bc64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14fff75c-5c27-400c-8629-1a758226bc64 {
  display: none;
}
#s-14fff75c-5c27-400c-8629-1a758226bc64, #wrap-s-14fff75c-5c27-400c-8629-1a758226bc64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14fff75c-5c27-400c-8629-1a758226bc64 {
  display: none;
}
#s-14fff75c-5c27-400c-8629-1a758226bc64, #wrap-s-14fff75c-5c27-400c-8629-1a758226bc64 { display:none !important; }}
#s-14fff75c-5c27-400c-8629-1a758226bc64 hr {
  border-top: 2px solid #ddd;
}

#s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03 {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(245, 244, 243, 1);
}

@media (min-width: 0px) {
[id="s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-38b5901b-9f06-4c2e-b05f-93c73b0eeb03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-63b9e905-ea87-4e68-96bb-cccacf6d1a5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63b9e905-ea87-4e68-96bb-cccacf6d1a5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-63b9e905-ea87-4e68-96bb-cccacf6d1a5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-63b9e905-ea87-4e68-96bb-cccacf6d1a5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-36dd0189-2621-4a63-9e4d-76ca7cf234b1 {
  text-align: center;
}
@media (max-width: 767px){#s-36dd0189-2621-4a63-9e4d-76ca7cf234b1 {
  padding-left: 3%;
padding-right: 3%;
}
}






  #s-36dd0189-2621-4a63-9e4d-76ca7cf234b1 img.shogun-image {
    

    
    
    
  }


#s-36dd0189-2621-4a63-9e4d-76ca7cf234b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f19c3dc-5b44-4eb5-b71f-9af99cc05918 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-2f19c3dc-5b44-4eb5-b71f-9af99cc05918 {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-08029b19-621b-4fe9-a386-5a10babbf89c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-08029b19-621b-4fe9-a386-5a10babbf89c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-08029b19-621b-4fe9-a386-5a10babbf89c .shg-sld-nav-button.shg-sld-left,
#s-08029b19-621b-4fe9-a386-5a10babbf89c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5a12dc5d-040e-4c68-a997-04e01c112d05 {
  padding-bottom: 15px;
}

#s-73256948-38d2-4ca8-9b5d-f59087520b8a {
  padding-bottom: 15px;
}

#s-d697e4b3-04b4-4fa7-a785-ef1709851fd2 {
  padding-bottom: 15px;
}

#s-2dc48f31-3740-4ed3-8a0d-64d393f568d1 {
  padding-bottom: 15px;
}

#s-7c5e90f4-55e4-4f21-b89e-1baaadcc33dd {
  padding-bottom: 15px;
}

#s-d228f0e8-296e-4198-b3e0-f8febfbbee21 {
  padding-bottom: 15px;
}

#s-c352c7d6-df60-4175-8416-6323ee2f32e9 {
  text-align: center;
}







  #s-c352c7d6-df60-4175-8416-6323ee2f32e9 img.shogun-image {
    

    
    
    
  }


#s-c352c7d6-df60-4175-8416-6323ee2f32e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d65b489e-6261-46d9-a902-6b8aa86bf062 {
  text-align: center;
}







  #s-d65b489e-6261-46d9-a902-6b8aa86bf062 img.shogun-image {
    

    
    
    
  }


#s-d65b489e-6261-46d9-a902-6b8aa86bf062 .shogun-image-content {
  
    align-items: center;
  
}

#s-69adf15c-78ff-496d-a02f-b8bd0499a667 {
  text-align: center;
}







  #s-69adf15c-78ff-496d-a02f-b8bd0499a667 img.shogun-image {
    

    
    
    
  }


#s-69adf15c-78ff-496d-a02f-b8bd0499a667 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b46f17e-1656-4547-b934-fb70315ddd88 {
  text-align: center;
}







  #s-8b46f17e-1656-4547-b934-fb70315ddd88 img.shogun-image {
    

    
    
    
  }


#s-8b46f17e-1656-4547-b934-fb70315ddd88 .shogun-image-content {
  
    align-items: center;
  
}

#s-e758cfa8-ce98-4a3c-aef3-b0646a191c31 {
  text-align: center;
}







  #s-e758cfa8-ce98-4a3c-aef3-b0646a191c31 img.shogun-image {
    

    
    
    
  }


#s-e758cfa8-ce98-4a3c-aef3-b0646a191c31 .shogun-image-content {
  
    align-items: center;
  
}

#s-c099a5b0-f9ae-42b9-9834-e434a56d2030 {
  text-align: center;
}







  #s-c099a5b0-f9ae-42b9-9834-e434a56d2030 img.shogun-image {
    

    
    
    
  }


#s-c099a5b0-f9ae-42b9-9834-e434a56d2030 .shogun-image-content {
  
    align-items: center;
  
}

#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f {
  display: none;
}
#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f, #wrap-s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f {
  display: none;
}
#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f, #wrap-s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f {
  display: none;
}
#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f, #wrap-s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f { display:none !important; }}
#s-72bbf85d-6c8c-4d3e-aab6-36997d11e84f hr {
  border-top: 2px solid #ddd;
}

#s-bdc8b65a-83dc-490f-b1e6-5de296b45a7d {
  text-align: center;
}
@media (max-width: 767px){#s-bdc8b65a-83dc-490f-b1e6-5de296b45a7d {
  padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}






  #s-bdc8b65a-83dc-490f-b1e6-5de296b45a7d img.shogun-image {
    

    
    
    
  }


#s-bdc8b65a-83dc-490f-b1e6-5de296b45a7d .shogun-image-content {
  
    align-items: center;
  
}

#s-7a21cf73-744e-4dcd-b419-df00443240ba {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-7a21cf73-744e-4dcd-b419-df00443240ba {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-5741b61c-0126-4ccc-9f47-4baae0fb3462 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5741b61c-0126-4ccc-9f47-4baae0fb3462 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5741b61c-0126-4ccc-9f47-4baae0fb3462 .shg-sld-nav-button.shg-sld-left,
#s-5741b61c-0126-4ccc-9f47-4baae0fb3462 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-363bc019-29f7-4a4d-9e5b-f1197374df41 {
  padding-bottom: 15px;
}

#s-50d4a1c7-78a8-4d44-95d0-7ffb6ed382db {
  padding-bottom: 15px;
}

#s-e5f1c627-f4db-4778-845a-3640e3bf95e5 {
  padding-bottom: 15px;
}

#s-a4ffda99-ebce-421c-81f3-df4f8f2ba1bc {
  padding-bottom: 15px;
}

#s-26aa6b11-e1c6-4293-af72-4b3d354316d5 {
  padding-bottom: 15px;
}

#s-26e9adb0-3c82-4cad-a485-46c2e85d399c {
  padding-bottom: 15px;
}

#s-88ffd3f7-1baa-4467-9090-9e95759097f1 {
  text-align: center;
}







  #s-88ffd3f7-1baa-4467-9090-9e95759097f1 img.shogun-image {
    

    
    
    
  }


#s-88ffd3f7-1baa-4467-9090-9e95759097f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0e6f1a5-c3c7-4e07-9526-55230fd47fb3 {
  text-align: center;
}







  #s-b0e6f1a5-c3c7-4e07-9526-55230fd47fb3 img.shogun-image {
    

    
    
    
  }


#s-b0e6f1a5-c3c7-4e07-9526-55230fd47fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-504480d6-a9d7-44ce-9812-625798a8b17b {
  text-align: center;
}







  #s-504480d6-a9d7-44ce-9812-625798a8b17b img.shogun-image {
    

    
    
    
  }


#s-504480d6-a9d7-44ce-9812-625798a8b17b .shogun-image-content {
  
    align-items: center;
  
}

#s-6b704df8-f3a7-45c2-9816-e9bc50e99ef2 {
  text-align: center;
}







  #s-6b704df8-f3a7-45c2-9816-e9bc50e99ef2 img.shogun-image {
    

    
    
    
  }


#s-6b704df8-f3a7-45c2-9816-e9bc50e99ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ff3a8bb-e677-4f07-af5a-3781b085f09f {
  text-align: center;
}







  #s-8ff3a8bb-e677-4f07-af5a-3781b085f09f img.shogun-image {
    

    
    
    
  }


#s-8ff3a8bb-e677-4f07-af5a-3781b085f09f .shogun-image-content {
  
    align-items: center;
  
}

#s-1f40182d-8fe8-439c-aedd-19612d90e46b {
  text-align: center;
}







  #s-1f40182d-8fe8-439c-aedd-19612d90e46b img.shogun-image {
    

    
    
    
  }


#s-1f40182d-8fe8-439c-aedd-19612d90e46b .shogun-image-content {
  
    align-items: center;
  
}

#s-b2144ac7-9787-46ae-8208-716edeae1f28 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-b2144ac7-9787-46ae-8208-716edeae1f28 {
  display: none;
}
#s-b2144ac7-9787-46ae-8208-716edeae1f28, #wrap-s-b2144ac7-9787-46ae-8208-716edeae1f28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2144ac7-9787-46ae-8208-716edeae1f28 {
  display: none;
}
#s-b2144ac7-9787-46ae-8208-716edeae1f28, #wrap-s-b2144ac7-9787-46ae-8208-716edeae1f28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2144ac7-9787-46ae-8208-716edeae1f28 {
  display: none;
}
#s-b2144ac7-9787-46ae-8208-716edeae1f28, #wrap-s-b2144ac7-9787-46ae-8208-716edeae1f28 { display:none !important; }}
#s-b2144ac7-9787-46ae-8208-716edeae1f28 hr {
  border-top: 2px solid #ddd;
}

#s-586dcc17-7f44-4a6c-964a-48d359a06ef3 {
  text-align: center;
}
@media (max-width: 767px){#s-586dcc17-7f44-4a6c-964a-48d359a06ef3 {
  padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}






  #s-586dcc17-7f44-4a6c-964a-48d359a06ef3 img.shogun-image {
    

    
    
    
  }


#s-586dcc17-7f44-4a6c-964a-48d359a06ef3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9efb232b-38ca-400b-ab98-aa1770867ca4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-9efb232b-38ca-400b-ab98-aa1770867ca4 {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-5e2b8907-e69c-4f19-a0f2-9aa38a4bfc7c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5e2b8907-e69c-4f19-a0f2-9aa38a4bfc7c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5e2b8907-e69c-4f19-a0f2-9aa38a4bfc7c .shg-sld-nav-button.shg-sld-left,
#s-5e2b8907-e69c-4f19-a0f2-9aa38a4bfc7c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6588f400-92a0-4a2e-b28f-3740b5cac5f9 {
  padding-bottom: 15px;
}

#s-733a749d-0913-4cad-a633-b20b05f6b4c5 {
  padding-bottom: 15px;
}

#s-1907994f-b8db-4622-b042-85f2698037e6 {
  padding-bottom: 15px;
}

#s-81f76348-34d9-4cf8-be9a-64ec537310cb {
  padding-bottom: 15px;
}

#s-85d18f17-e4b4-4b07-ae2e-b94a5989931d {
  padding-bottom: 15px;
}

#s-b4677354-7a7d-49fd-a8a4-06f0535a466e {
  padding-bottom: 15px;
}

#s-debb6011-af45-44de-a9a1-1bc42473e2a4 {
  text-align: center;
}







  #s-debb6011-af45-44de-a9a1-1bc42473e2a4 img.shogun-image {
    

    
    
    
  }


#s-debb6011-af45-44de-a9a1-1bc42473e2a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e675d29-79cb-40c4-a7f8-30a4457a344b {
  text-align: center;
}







  #s-3e675d29-79cb-40c4-a7f8-30a4457a344b img.shogun-image {
    

    
    
    
  }


#s-3e675d29-79cb-40c4-a7f8-30a4457a344b .shogun-image-content {
  
    align-items: center;
  
}

#s-e37956de-5055-42ba-872e-8e4089ec3fe7 {
  text-align: center;
}







  #s-e37956de-5055-42ba-872e-8e4089ec3fe7 img.shogun-image {
    

    
    
    
  }


#s-e37956de-5055-42ba-872e-8e4089ec3fe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ef5d1ca-43b9-4c77-ada4-ac924f4658e3 {
  text-align: center;
}







  #s-8ef5d1ca-43b9-4c77-ada4-ac924f4658e3 img.shogun-image {
    

    
    
    
  }


#s-8ef5d1ca-43b9-4c77-ada4-ac924f4658e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-33e80c4b-7f03-4fb8-a2bc-4bb13453d20c {
  text-align: center;
}







  #s-33e80c4b-7f03-4fb8-a2bc-4bb13453d20c img.shogun-image {
    

    
    
    
  }


#s-33e80c4b-7f03-4fb8-a2bc-4bb13453d20c .shogun-image-content {
  
    align-items: center;
  
}

#s-083ec535-f78e-473a-8ac4-938197bea088 {
  text-align: center;
}







  #s-083ec535-f78e-473a-8ac4-938197bea088 img.shogun-image {
    

    
    
    
  }


#s-083ec535-f78e-473a-8ac4-938197bea088 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9ee6179-ca89-4c94-b909-0928c49e600e {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-d9ee6179-ca89-4c94-b909-0928c49e600e {
  display: none;
}
#s-d9ee6179-ca89-4c94-b909-0928c49e600e, #wrap-s-d9ee6179-ca89-4c94-b909-0928c49e600e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9ee6179-ca89-4c94-b909-0928c49e600e {
  display: none;
}
#s-d9ee6179-ca89-4c94-b909-0928c49e600e, #wrap-s-d9ee6179-ca89-4c94-b909-0928c49e600e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9ee6179-ca89-4c94-b909-0928c49e600e {
  display: none;
}
#s-d9ee6179-ca89-4c94-b909-0928c49e600e, #wrap-s-d9ee6179-ca89-4c94-b909-0928c49e600e { display:none !important; }}
#s-d9ee6179-ca89-4c94-b909-0928c49e600e hr {
  border-top: 2px solid #ddd;
}

#s-a7aa1238-2174-4731-9630-f36e2cdf1e5d {
  padding-top: 30px;
padding-bottom: 20px;
background-color: rgba(245, 244, 243, 1);
}

@media (min-width: 0px) {
[id="s-a7aa1238-2174-4731-9630-f36e2cdf1e5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7aa1238-2174-4731-9630-f36e2cdf1e5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7aa1238-2174-4731-9630-f36e2cdf1e5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7aa1238-2174-4731-9630-f36e2cdf1e5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7aa1238-2174-4731-9630-f36e2cdf1e5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7aa1238-2174-4731-9630-f36e2cdf1e5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a7aa1238-2174-4731-9630-f36e2cdf1e5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-7f7c2b52-68c5-4ae2-97ba-5e9b731b9216"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f7c2b52-68c5-4ae2-97ba-5e9b731b9216"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-7f7c2b52-68c5-4ae2-97ba-5e9b731b9216"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f7c2b52-68c5-4ae2-97ba-5e9b731b9216"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-5897154c-5243-4662-a507-b8652674dccd {
  text-align: center;
}
@media (max-width: 767px){#s-5897154c-5243-4662-a507-b8652674dccd {
  padding-left: 3%;
padding-right: 3%;
}
}






  #s-5897154c-5243-4662-a507-b8652674dccd img.shogun-image {
    

    
    
    
  }


#s-5897154c-5243-4662-a507-b8652674dccd .shogun-image-content {
  
    align-items: center;
  
}

#s-86d9f9b6-fd8d-444b-a03f-a77daf55af27 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-86d9f9b6-fd8d-444b-a03f-a77daf55af27 {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-83d47e09-fb7f-4b90-a1aa-e972af6af2c7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-83d47e09-fb7f-4b90-a1aa-e972af6af2c7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-83d47e09-fb7f-4b90-a1aa-e972af6af2c7 .shg-sld-nav-button.shg-sld-left,
#s-83d47e09-fb7f-4b90-a1aa-e972af6af2c7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b86c0524-0ec1-4763-98dd-7b9f5e5de77a {
  padding-bottom: 15px;
}

#s-46817e94-ecfe-4582-b7ff-d16a9529e3a0 {
  padding-bottom: 15px;
}

#s-a2725b46-916b-4e0d-b348-b9068212d9b0 {
  padding-bottom: 15px;
}

#s-aad718ce-a7e2-40d3-9ea3-f873d3e56d2e {
  padding-bottom: 15px;
}

#s-1ec142f8-b5b6-4d1b-9ff5-ca48f47c8a7c {
  padding-bottom: 15px;
}

#s-da4acf54-d293-406a-a278-f9df662ff212 {
  padding-bottom: 15px;
}

#s-577aa066-218e-4a24-81e5-729a77579438 {
  text-align: center;
}







  #s-577aa066-218e-4a24-81e5-729a77579438 img.shogun-image {
    

    
    
    
  }


#s-577aa066-218e-4a24-81e5-729a77579438 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbeac2d0-be64-45b9-ac54-c6dafd6a78a0 {
  text-align: center;
}







  #s-cbeac2d0-be64-45b9-ac54-c6dafd6a78a0 img.shogun-image {
    

    
    
    
  }


#s-cbeac2d0-be64-45b9-ac54-c6dafd6a78a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-65b0db75-de76-447f-9204-058edb1d36f8 {
  text-align: center;
}







  #s-65b0db75-de76-447f-9204-058edb1d36f8 img.shogun-image {
    

    
    
    
  }


#s-65b0db75-de76-447f-9204-058edb1d36f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c1e28f3-d55c-480f-bb91-5ab82f436d20 {
  text-align: center;
}







  #s-4c1e28f3-d55c-480f-bb91-5ab82f436d20 img.shogun-image {
    

    
    
    
  }


#s-4c1e28f3-d55c-480f-bb91-5ab82f436d20 .shogun-image-content {
  
    align-items: center;
  
}

#s-fccd911e-27fa-4354-b24d-dac8cda8d6e2 {
  text-align: center;
}







  #s-fccd911e-27fa-4354-b24d-dac8cda8d6e2 img.shogun-image {
    

    
    
    
  }


#s-fccd911e-27fa-4354-b24d-dac8cda8d6e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c88ffa6b-1804-4334-b62e-61e0e742c545 {
  text-align: center;
}







  #s-c88ffa6b-1804-4334-b62e-61e0e742c545 img.shogun-image {
    

    
    
    
  }


#s-c88ffa6b-1804-4334-b62e-61e0e742c545 .shogun-image-content {
  
    align-items: center;
  
}

#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b {
  display: none;
}
#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b, #wrap-s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b {
  display: none;
}
#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b, #wrap-s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b {
  display: none;
}
#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b, #wrap-s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b { display:none !important; }}
#s-397f9e36-2a4a-4b0f-9a0c-2cdbe2790f4b hr {
  border-top: 2px solid #ddd;
}

#s-6e8915be-1861-4b0a-96f9-6baec6a0e6e1 {
  text-align: center;
}
@media (max-width: 767px){#s-6e8915be-1861-4b0a-96f9-6baec6a0e6e1 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}






  #s-6e8915be-1861-4b0a-96f9-6baec6a0e6e1 img.shogun-image {
    

    
    
    
  }


#s-6e8915be-1861-4b0a-96f9-6baec6a0e6e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1685125-0912-4946-98c2-1c9b91d9fd37 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-a1685125-0912-4946-98c2-1c9b91d9fd37 {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-3f62798c-fa94-41f2-a0fd-7573c7fc52a2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3f62798c-fa94-41f2-a0fd-7573c7fc52a2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3f62798c-fa94-41f2-a0fd-7573c7fc52a2 .shg-sld-nav-button.shg-sld-left,
#s-3f62798c-fa94-41f2-a0fd-7573c7fc52a2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3f348b7e-98f9-47e3-b83e-5e5d3f5ccd71 {
  padding-bottom: 15px;
}

#s-20e3ef65-91b6-4d18-9488-13f1fe76228a {
  padding-bottom: 15px;
}

#s-7d5e58ce-c16b-4c70-86c1-b2fadedc3942 {
  padding-bottom: 15px;
}

#s-b293b57b-51a4-484a-80b1-1e41d28ecad9 {
  padding-bottom: 15px;
}

#s-99360235-98ad-46c3-9d08-44faacdc6535 {
  padding-bottom: 15px;
}

#s-c5c12350-40d3-4927-804f-106c99186d1d {
  padding-bottom: 15px;
}

#s-8ef941a0-ef61-44b1-bfd2-f28736340c92 {
  text-align: center;
}







  #s-8ef941a0-ef61-44b1-bfd2-f28736340c92 img.shogun-image {
    

    
    
    
  }


#s-8ef941a0-ef61-44b1-bfd2-f28736340c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-30381b68-923c-4676-8a64-4f043d53718d {
  text-align: center;
}







  #s-30381b68-923c-4676-8a64-4f043d53718d img.shogun-image {
    

    
    
    
  }


#s-30381b68-923c-4676-8a64-4f043d53718d .shogun-image-content {
  
    align-items: center;
  
}

#s-3d25326d-d948-4f90-a0d9-05bf7918dacc {
  text-align: center;
}







  #s-3d25326d-d948-4f90-a0d9-05bf7918dacc img.shogun-image {
    

    
    
    
  }


#s-3d25326d-d948-4f90-a0d9-05bf7918dacc .shogun-image-content {
  
    align-items: center;
  
}

#s-00f8dbf9-d7c4-4ba7-80d3-46c52cd7126e {
  text-align: center;
}







  #s-00f8dbf9-d7c4-4ba7-80d3-46c52cd7126e img.shogun-image {
    

    
    
    
  }


#s-00f8dbf9-d7c4-4ba7-80d3-46c52cd7126e .shogun-image-content {
  
    align-items: center;
  
}

#s-c34fd309-7171-409c-a86c-033626372642 {
  text-align: center;
}







  #s-c34fd309-7171-409c-a86c-033626372642 img.shogun-image {
    

    
    
    
  }


#s-c34fd309-7171-409c-a86c-033626372642 .shogun-image-content {
  
    align-items: center;
  
}

#s-4426f8a5-c82e-4126-ac2f-791d2afc6577 {
  text-align: center;
}







  #s-4426f8a5-c82e-4126-ac2f-791d2afc6577 img.shogun-image {
    

    
    
    
  }


#s-4426f8a5-c82e-4126-ac2f-791d2afc6577 .shogun-image-content {
  
    align-items: center;
  
}

#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d {
  display: none;
}
#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d, #wrap-s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d {
  display: none;
}
#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d, #wrap-s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d {
  display: none;
}
#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d, #wrap-s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d { display:none !important; }}
#s-c30782c4-a7ec-4a47-a8da-93ef8685cc2d hr {
  border-top: 2px solid #ddd;
}

#s-df335e32-9b1e-4f39-a6d9-7fda3603f15b {
  text-align: center;
}
@media (max-width: 767px){#s-df335e32-9b1e-4f39-a6d9-7fda3603f15b {
  padding-top: 10px;
padding-left: 3%;
padding-right: 3%;
}
}






  #s-df335e32-9b1e-4f39-a6d9-7fda3603f15b img.shogun-image {
    

    
    
    
  }


#s-df335e32-9b1e-4f39-a6d9-7fda3603f15b .shogun-image-content {
  
    align-items: center;
  
}

#s-35cfd16c-2088-46ba-8ece-5ef9bae6cc38 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
}
@media (max-width: 767px){#s-35cfd16c-2088-46ba-8ece-5ef9bae6cc38 {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}
#s-d03f74ab-c8cb-4d58-96e0-d56405979036 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d03f74ab-c8cb-4d58-96e0-d56405979036 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d03f74ab-c8cb-4d58-96e0-d56405979036 .shg-sld-nav-button.shg-sld-left,
#s-d03f74ab-c8cb-4d58-96e0-d56405979036 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-01a9a665-8bfa-46ca-8f77-c00b797ea7d2 {
  padding-bottom: 15px;
}

#s-b3abef37-944b-4c87-b897-623b5a98fe6b {
  padding-bottom: 15px;
}

#s-63686659-39b5-45e1-86c5-60c731c603b5 {
  padding-bottom: 15px;
}

#s-063ba9cf-ab26-4ef1-809c-3a895c5ef600 {
  padding-bottom: 15px;
}

#s-0cbaa170-b621-4dab-b4dc-863d342b992b {
  padding-bottom: 15px;
}

#s-4319de63-9671-4859-a4a1-27c8f0d98d5a {
  padding-bottom: 15px;
}

#s-098be4cf-2cd0-4d15-a702-2c560c7857ad {
  text-align: center;
}







  #s-098be4cf-2cd0-4d15-a702-2c560c7857ad img.shogun-image {
    

    
    
    
  }


#s-098be4cf-2cd0-4d15-a702-2c560c7857ad .shogun-image-content {
  
    align-items: center;
  
}

#s-70513667-62ff-4c43-9a0e-481849097e19 {
  text-align: center;
}







  #s-70513667-62ff-4c43-9a0e-481849097e19 img.shogun-image {
    

    
    
    
  }


#s-70513667-62ff-4c43-9a0e-481849097e19 .shogun-image-content {
  
    align-items: center;
  
}

#s-428e2996-11f8-4be5-9797-274ceb5fb924 {
  text-align: center;
}







  #s-428e2996-11f8-4be5-9797-274ceb5fb924 img.shogun-image {
    

    
    
    
  }


#s-428e2996-11f8-4be5-9797-274ceb5fb924 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b3f28e9-d9f6-4990-a08d-1b71d6a11796 {
  text-align: center;
}







  #s-1b3f28e9-d9f6-4990-a08d-1b71d6a11796 img.shogun-image {
    

    
    
    
  }


#s-1b3f28e9-d9f6-4990-a08d-1b71d6a11796 .shogun-image-content {
  
    align-items: center;
  
}

#s-c97b262d-0838-4063-b2ce-905563ac55ec {
  text-align: center;
}







  #s-c97b262d-0838-4063-b2ce-905563ac55ec img.shogun-image {
    

    
    
    
  }


#s-c97b262d-0838-4063-b2ce-905563ac55ec .shogun-image-content {
  
    align-items: center;
  
}

#s-87aeb5a3-3b09-4574-8ee7-ddbadac9eb6c {
  text-align: center;
}







  #s-87aeb5a3-3b09-4574-8ee7-ddbadac9eb6c img.shogun-image {
    

    
    
    
  }


#s-87aeb5a3-3b09-4574-8ee7-ddbadac9eb6c .shogun-image-content {
  
    align-items: center;
  
}

#s-1c190e65-156b-49ee-8fe4-26dc3758bd7f {
  padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(245, 244, 243, 1);
}

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