.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-b564b930-edf7-4366-b467-f971b33aff9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-b564b930-edf7-4366-b467-f971b33aff9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b564b930-edf7-4366-b467-f971b33aff9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4eadef27-e38b-4ff5-beb2-00165a55d0e4 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

.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-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc0aff60-ceb3-4bc4-8e03-3cf7bd745566"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-58c05f9f-1970-4605-b13a-ed18de2442f5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-58c05f9f-1970-4605-b13a-ed18de2442f5 {
  display: none;
}
#s-58c05f9f-1970-4605-b13a-ed18de2442f5, #wrap-s-58c05f9f-1970-4605-b13a-ed18de2442f5 { display: none !important; }}







#s-58c05f9f-1970-4605-b13a-ed18de2442f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58c05f9f-1970-4605-b13a-ed18de2442f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e42af13-3e3d-40df-b491-ea601cd07744 {
  margin-bottom: 40px;
margin-right: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1e42af13-3e3d-40df-b491-ea601cd07744 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e42af13-3e3d-40df-b491-ea601cd07744 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e42af13-3e3d-40df-b491-ea601cd07744 {
  
}
}@media (max-width: 767px){#s-1e42af13-3e3d-40df-b491-ea601cd07744 {
  display: none;
}
#s-1e42af13-3e3d-40df-b491-ea601cd07744, #wrap-s-1e42af13-3e3d-40df-b491-ea601cd07744 { display: none !important; }}







#s-1e42af13-3e3d-40df-b491-ea601cd07744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e42af13-3e3d-40df-b491-ea601cd07744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7495e2d-8426-4e20-ba45-329ceeae15a6 {
  margin-top: 15px;
}

#s-b993cef7-1404-4f61-8760-9d8247dd139a {
  margin-top: 15px;
}








#s-5081c256-00f7-48de-a00b-775efe38d64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5081c256-00f7-48de-a00b-775efe38d64c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0644ef5f-7638-4b2a-99d8-b69dc06517b0 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-0644ef5f-7638-4b2a-99d8-b69dc06517b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0644ef5f-7638-4b2a-99d8-b69dc06517b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -1px;
min-height: 150px;
background-position: center center;
}
@media (max-width: 767px){#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  display: none;
}
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7, #wrap-s-3c56dff7-ca41-465d-99a8-25da1202f5d7 { display: none !important; }}
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/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-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/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-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-3c56dff7-ca41-465d-99a8-25da1202f5d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c56dff7-ca41-465d-99a8-25da1202f5d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-554d30db-5df8-4ff7-a37b-f693f1c03092 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: -1px;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-554d30db-5df8-4ff7-a37b-f693f1c03092 {
  display: none;
}
#s-554d30db-5df8-4ff7-a37b-f693f1c03092, #wrap-s-554d30db-5df8-4ff7-a37b-f693f1c03092 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-554d30db-5df8-4ff7-a37b-f693f1c03092 {
  display: none;
}
#s-554d30db-5df8-4ff7-a37b-f693f1c03092, #wrap-s-554d30db-5df8-4ff7-a37b-f693f1c03092 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-554d30db-5df8-4ff7-a37b-f693f1c03092 {
  display: none;
}
#s-554d30db-5df8-4ff7-a37b-f693f1c03092, #wrap-s-554d30db-5df8-4ff7-a37b-f693f1c03092 { display: none !important; }}
#s-554d30db-5df8-4ff7-a37b-f693f1c03092 {
  background-image: url(https://i.shgcdn.com/85631e65-1092-4d21-b606-34802720880a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-554d30db-5df8-4ff7-a37b-f693f1c03092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-554d30db-5df8-4ff7-a37b-f693f1c03092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-90d7b08d-3f18-4d2d-857f-0a0f41fc098a {
  display: none;
}
#s-90d7b08d-3f18-4d2d-857f-0a0f41fc098a, #wrap-s-90d7b08d-3f18-4d2d-857f-0a0f41fc098a { display: none !important; }}







#s-90d7b08d-3f18-4d2d-857f-0a0f41fc098a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90d7b08d-3f18-4d2d-857f-0a0f41fc098a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-1497723f-eb8b-42bb-a20b-589ed75fc805 {
  max-width: 1800px;
aspect-ratio: 1800/1224;
text-align: center;
}
@media (max-width: 767px){#s-1497723f-eb8b-42bb-a20b-589ed75fc805 {
  display: none;
}
#s-1497723f-eb8b-42bb-a20b-589ed75fc805, #wrap-s-1497723f-eb8b-42bb-a20b-589ed75fc805 { display: none !important; }}




  #s-1497723f-eb8b-42bb-a20b-589ed75fc805 img.shogun-image,
  #s-1497723f-eb8b-42bb-a20b-589ed75fc805 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1497723f-eb8b-42bb-a20b-589ed75fc805 {
    width: 100%;
    height: auto;
  }



  #s-1497723f-eb8b-42bb-a20b-589ed75fc805 img.shogun-image {
    

    
    
    
  }


#s-1497723f-eb8b-42bb-a20b-589ed75fc805 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ee9de46c-0013-42de-be54-92fd306bf28c {
  margin-top: 3%;
margin-left: 5%;
min-height: 50px;
}








#s-ee9de46c-0013-42de-be54-92fd306bf28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee9de46c-0013-42de-be54-92fd306bf28c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe6c46f7-78d0-44d0-be8a-4fce7d3bb21e {
  margin-bottom: 5px;
}

#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 {
  display: none;
}
#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7, #wrap-s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 {
  display: none;
}
#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7, #wrap-s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 {
  display: none;
}
#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7, #wrap-s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 { display: none !important; }}@media (max-width: 767px){#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 {
  
}
}







#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7 {
  cursor: pointer;
}#s-f01a0020-e93a-4cf8-bfd8-a9dbb12f6cf7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-42065817-a997-4e8e-8ed5-3ab034382c40 {
  max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-42065817-a997-4e8e-8ed5-3ab034382c40 img.shogun-image,
  #s-42065817-a997-4e8e-8ed5-3ab034382c40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42065817-a997-4e8e-8ed5-3ab034382c40 {
    width: 100%;
    height: auto;
  }



  #s-42065817-a997-4e8e-8ed5-3ab034382c40 img.shogun-image {
    

    
    
    
  }


#s-42065817-a997-4e8e-8ed5-3ab034382c40 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-bf378845-ad29-48f6-a40e-2b667c0c363d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf378845-ad29-48f6-a40e-2b667c0c363d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf378845-ad29-48f6-a40e-2b667c0c363d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf378845-ad29-48f6-a40e-2b667c0c363d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf90f9df-c451-4008-93d3-3b63ba08c0ca {
  margin-top: 5%;
margin-left: 6%;
min-height: 50px;
}








#s-cf90f9df-c451-4008-93d3-3b63ba08c0ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf90f9df-c451-4008-93d3-3b63ba08c0ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fc67c10-ff33-4945-acf8-873b40bd2f58 {
  margin-top: -5px;
margin-bottom: 5px;
}

#s-0106f79e-c5ce-492c-80b0-0e7c63b6b1d6 {
  margin-top: 0px;
}

#s-2607494e-5cac-4dba-9cdf-5cbf4b710df2 {
  margin-top: 40px;
min-height: 50px;
}








#s-2607494e-5cac-4dba-9cdf-5cbf4b710df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2607494e-5cac-4dba-9cdf-5cbf4b710df2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-75970624-63e2-4382-84dd-93a4fa7f2d47 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-75970624-63e2-4382-84dd-93a4fa7f2d47 {
  display: none;
}
#s-75970624-63e2-4382-84dd-93a4fa7f2d47, #wrap-s-75970624-63e2-4382-84dd-93a4fa7f2d47 { display: none !important; }}
#s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c {
  display: none;
}
#s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c, #wrap-s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c {
  display: none;
}
#s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c, #wrap-s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c {
  display: none;
}
#s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c, #wrap-s-75eb4e18-51f5-4beb-91e0-0c8957b9cb3c { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-08d21a4f-927c-41bf-ae37-02d0b0fbd991 {
  margin-top: -35px;
}
@media (max-width: 767px){#s-08d21a4f-927c-41bf-ae37-02d0b0fbd991 {
  display: none;
}
#s-08d21a4f-927c-41bf-ae37-02d0b0fbd991, #wrap-s-08d21a4f-927c-41bf-ae37-02d0b0fbd991 { display: none !important; }}
#s-08d21a4f-927c-41bf-ae37-02d0b0fbd991 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 {
  margin-top: -35px;
padding-left: 2px;
padding-right: 2px;
}
@media (min-width: 1200px){#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 {
  display: none;
}
#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3, #wrap-s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 {
  display: none;
}
#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3, #wrap-s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 {
  display: none;
}
#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3, #wrap-s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 { display: none !important; }}
#s-0ad8f210-c47e-4a34-860f-4e7306d54fb3 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-42d4eae7-0e5b-457e-b840-0189852317f7 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-42d4eae7-0e5b-457e-b840-0189852317f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-42d4eae7-0e5b-457e-b840-0189852317f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-42d4eae7-0e5b-457e-b840-0189852317f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-42d4eae7-0e5b-457e-b840-0189852317f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-08373896-61dc-4a18-88ba-65989b8c3953 {
  min-height: 50px;
}








#s-08373896-61dc-4a18-88ba-65989b8c3953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08373896-61dc-4a18-88ba-65989b8c3953 {
  cursor: pointer;
}#s-08373896-61dc-4a18-88ba-65989b8c3953.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1a7e200-9dc0-484b-a401-21979f92eade {
  text-align: center;
}







  #s-e1a7e200-9dc0-484b-a401-21979f92eade img.shogun-image {
    

    
    
    
  }


#s-e1a7e200-9dc0-484b-a401-21979f92eade .shogun-image-content {
  
    align-items: center;
  
}

#s-693ff35c-7713-46b6-8798-9a0f49c9d1d4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0522e9fb-c69c-4966-b6ce-8fbb0f50c9c2 {
  min-height: 50px;
}








#s-0522e9fb-c69c-4966-b6ce-8fbb0f50c9c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0522e9fb-c69c-4966-b6ce-8fbb0f50c9c2 {
  cursor: pointer;
}#s-0522e9fb-c69c-4966-b6ce-8fbb0f50c9c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a59d2ef-998c-47e2-aa5b-abce68af2bdf {
  text-align: center;
}







  #s-8a59d2ef-998c-47e2-aa5b-abce68af2bdf img.shogun-image {
    

    
    
    
  }


#s-8a59d2ef-998c-47e2-aa5b-abce68af2bdf .shogun-image-content {
  
    align-items: center;
  
}

#s-7cc48934-e4ad-4c62-aa42-fc4c5f91335b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4b2fecb1-6827-479e-b25a-968896c1cf97 {
  min-height: 50px;
}








#s-4b2fecb1-6827-479e-b25a-968896c1cf97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b2fecb1-6827-479e-b25a-968896c1cf97 {
  cursor: pointer;
}#s-4b2fecb1-6827-479e-b25a-968896c1cf97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b933777-280e-4781-a2ae-ee7ccfaaea05 {
  text-align: center;
}







  #s-3b933777-280e-4781-a2ae-ee7ccfaaea05 img.shogun-image {
    

    
    
    
  }


#s-3b933777-280e-4781-a2ae-ee7ccfaaea05 .shogun-image-content {
  
    align-items: center;
  
}

#s-41afbe84-b9e8-4e11-8257-e55b4867789f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e9ee16b0-343a-4416-a858-d25cb1eca006 {
  min-height: 50px;
}








#s-e9ee16b0-343a-4416-a858-d25cb1eca006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ee16b0-343a-4416-a858-d25cb1eca006 {
  cursor: pointer;
}#s-e9ee16b0-343a-4416-a858-d25cb1eca006.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0298992-d1cb-4b70-9d22-b9b75779a2d8 {
  text-align: center;
}







  #s-a0298992-d1cb-4b70-9d22-b9b75779a2d8 img.shogun-image {
    

    
    
    
  }


#s-a0298992-d1cb-4b70-9d22-b9b75779a2d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-175eee3a-6d22-451a-a489-426ca85d93ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c3c576b2-995b-40ce-b50b-551d183e21f5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c3c576b2-995b-40ce-b50b-551d183e21f5 {
  display: none;
}
#s-c3c576b2-995b-40ce-b50b-551d183e21f5, #wrap-s-c3c576b2-995b-40ce-b50b-551d183e21f5 { display: none !important; }}







#s-c3c576b2-995b-40ce-b50b-551d183e21f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c576b2-995b-40ce-b50b-551d183e21f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15051513-7b48-4228-b4ef-99cac0845a64 {
  margin-bottom: 6%;
min-height: 617px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-15051513-7b48-4228-b4ef-99cac0845a64 {
  
}
}







#s-15051513-7b48-4228-b4ef-99cac0845a64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15051513-7b48-4228-b4ef-99cac0845a64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb3ba196-a8e9-4cca-a794-525b9779c33c {
  margin-left: 83px;
}

@media (min-width: 0px) {
[id="s-cb3ba196-a8e9-4cca-a794-525b9779c33c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb3ba196-a8e9-4cca-a794-525b9779c33c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb3ba196-a8e9-4cca-a794-525b9779c33c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb3ba196-a8e9-4cca-a794-525b9779c33c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb3ba196-a8e9-4cca-a794-525b9779c33c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb3ba196-a8e9-4cca-a794-525b9779c33c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb3ba196-a8e9-4cca-a794-525b9779c33c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e50cc408-b257-4de2-b765-2f3cd2ef5276 {
  margin-top: 18%;
margin-bottom: 4%;
min-height: 50px;
}








#s-e50cc408-b257-4de2-b765-2f3cd2ef5276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e50cc408-b257-4de2-b765-2f3cd2ef5276.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7081c10f-18d0-4d95-8bff-95d980f6f207 {
  margin-bottom: 10px;
}

#s-620e4bb6-eeae-4505-9fed-202f42b7926f {
  margin-bottom: 15px;
max-width: 375px;
}

#s-59c3013b-ed7e-4f6c-b97f-9dba7074ec0e {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 318px;
text-align: center;
}







  #s-59c3013b-ed7e-4f6c-b97f-9dba7074ec0e img.shogun-image {
    

    
    
    
  }


#s-59c3013b-ed7e-4f6c-b97f-9dba7074ec0e .shogun-image-content {
  
    align-items: center;
  
}

#s-5d90f50a-79bf-456f-aa81-207931f42b5d {
  text-align: center;
}







  #s-5d90f50a-79bf-456f-aa81-207931f42b5d img.shogun-image {
    

    
    
    
  }


#s-5d90f50a-79bf-456f-aa81-207931f42b5d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2318edd9-79bb-4668-9fbb-b36b6abc2831 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}

#s-2318edd9-79bb-4668-9fbb-b36b6abc2831 {
  background-image: url();
}








#s-2318edd9-79bb-4668-9fbb-b36b6abc2831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2318edd9-79bb-4668-9fbb-b36b6abc2831.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-baf70ce1-ea04-4dd4-8175-d43e833891fb {
  margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-baf70ce1-ea04-4dd4-8175-d43e833891fb {
  display: none;
}
#s-baf70ce1-ea04-4dd4-8175-d43e833891fb, #wrap-s-baf70ce1-ea04-4dd4-8175-d43e833891fb { display: none !important; }}







#s-baf70ce1-ea04-4dd4-8175-d43e833891fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baf70ce1-ea04-4dd4-8175-d43e833891fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-889c9d1a-ab6c-4e50-9c25-58dbd19633f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-6bab6f28-5ddb-4024-8032-c3f8e726ceae {
  min-height: 50px;
}








#s-6bab6f28-5ddb-4024-8032-c3f8e726ceae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bab6f28-5ddb-4024-8032-c3f8e726ceae {
  cursor: pointer;
}#s-6bab6f28-5ddb-4024-8032-c3f8e726ceae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a049076-5e7d-47c3-a245-81c5d86945ab {
  text-align: center;
}







  #s-7a049076-5e7d-47c3-a245-81c5d86945ab img.shogun-image {
    

    
    
    
  }


#s-7a049076-5e7d-47c3-a245-81c5d86945ab .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-51990683-fb35-4969-abc7-d5cebbec8bc2 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 3%;
min-height: 50px;
}








#s-51990683-fb35-4969-abc7-d5cebbec8bc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51990683-fb35-4969-abc7-d5cebbec8bc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b26aa7ec-387a-4ee4-bf92-114d689b8fb3 {
  margin-bottom: 10px;
}

#s-086d957c-452c-4ce1-93d9-2d3bde1c96b4 {
  min-height: 50px;
}








#s-086d957c-452c-4ce1-93d9-2d3bde1c96b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-086d957c-452c-4ce1-93d9-2d3bde1c96b4 {
  cursor: pointer;
}#s-086d957c-452c-4ce1-93d9-2d3bde1c96b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6648429e-3547-4095-9c13-5652b2d98b88 {
  text-align: center;
}







  #s-6648429e-3547-4095-9c13-5652b2d98b88 img.shogun-image {
    

    
    
    
  }


#s-6648429e-3547-4095-9c13-5652b2d98b88 .shogun-image-content {
  
    align-items: center;
  
}

#s-4019623a-d6e9-4b27-8a8a-b9ef5167190a {
  margin-top: 5%;
margin-bottom: 9%;
min-height: 50px;
}








#s-4019623a-d6e9-4b27-8a8a-b9ef5167190a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4019623a-d6e9-4b27-8a8a-b9ef5167190a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de151d08-dbb8-46f2-b685-7cd5603de33d {
  margin-bottom: 10px;
}

#s-bedc22e9-1fa0-4f7d-b369-c92365aae989 {
  margin-bottom: 15px;
}

#s-6951a7b2-48ad-45b4-b410-97adf0ebde62 {
  margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (min-width: 1200px){#s-6951a7b2-48ad-45b4-b410-97adf0ebde62 {
  display: none;
}
#s-6951a7b2-48ad-45b4-b410-97adf0ebde62, #wrap-s-6951a7b2-48ad-45b4-b410-97adf0ebde62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6951a7b2-48ad-45b4-b410-97adf0ebde62 {
  display: none;
}
#s-6951a7b2-48ad-45b4-b410-97adf0ebde62, #wrap-s-6951a7b2-48ad-45b4-b410-97adf0ebde62 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6951a7b2-48ad-45b4-b410-97adf0ebde62 {
  display: none;
}
#s-6951a7b2-48ad-45b4-b410-97adf0ebde62, #wrap-s-6951a7b2-48ad-45b4-b410-97adf0ebde62 { display: none !important; }}







#s-6951a7b2-48ad-45b4-b410-97adf0ebde62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6951a7b2-48ad-45b4-b410-97adf0ebde62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5827dc31-a975-4904-99de-c2e95418f3e4 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-5827dc31-a975-4904-99de-c2e95418f3e4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5827dc31-a975-4904-99de-c2e95418f3e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5827dc31-a975-4904-99de-c2e95418f3e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5827dc31-a975-4904-99de-c2e95418f3e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5827dc31-a975-4904-99de-c2e95418f3e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5827dc31-a975-4904-99de-c2e95418f3e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5827dc31-a975-4904-99de-c2e95418f3e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cbbdb2ce-49b3-4db9-a4d2-e6ae09dde2ee {
  min-height: 50px;
}








#s-cbbdb2ce-49b3-4db9-a4d2-e6ae09dde2ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbbdb2ce-49b3-4db9-a4d2-e6ae09dde2ee {
  cursor: pointer;
}#s-cbbdb2ce-49b3-4db9-a4d2-e6ae09dde2ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdc4e680-2ebe-4aa9-8251-c5b808c39043 {
  margin-top: 10px;
margin-bottom: 4%;
min-height: 50px;
}








#s-fdc4e680-2ebe-4aa9-8251-c5b808c39043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdc4e680-2ebe-4aa9-8251-c5b808c39043 {
  cursor: pointer;
}#s-fdc4e680-2ebe-4aa9-8251-c5b808c39043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-290f9b9f-6008-4fc3-9987-f6806013c272 {
  margin-bottom: 5px;
}

#s-8b013749-2776-4685-833e-c4cad8ffab68 {
  min-height: 50px;
}








#s-8b013749-2776-4685-833e-c4cad8ffab68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b013749-2776-4685-833e-c4cad8ffab68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecdb1469-e171-4dad-baa8-d9d41126548b {
  text-align: center;
}







  #s-ecdb1469-e171-4dad-baa8-d9d41126548b img.shogun-image {
    

    
    
    
  }


#s-ecdb1469-e171-4dad-baa8-d9d41126548b .shogun-image-content {
  
    align-items: center;
  
}

#s-de639577-dfd5-4414-9b4e-15cdea865bac {
  margin-top: 5%;
min-height: 100px;
}








#s-de639577-dfd5-4414-9b4e-15cdea865bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de639577-dfd5-4414-9b4e-15cdea865bac.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-5a4532c0-8f47-4e4f-ac67-a5aa0a2c6507"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5a4532c0-8f47-4e4f-ac67-a5aa0a2c6507"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a4532c0-8f47-4e4f-ac67-a5aa0a2c6507"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a4532c0-8f47-4e4f-ac67-a5aa0a2c6507"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-0c0d2787-472f-45b1-b0a9-d633db45c019 {
  min-height: 50px;
}








#s-0c0d2787-472f-45b1-b0a9-d633db45c019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0d2787-472f-45b1-b0a9-d633db45c019.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f279860-ad3e-45e3-a624-2041f8adc514 {
  text-align: center;
}







  #s-3f279860-ad3e-45e3-a624-2041f8adc514 img.shogun-image {
    

    
    
    
  }


#s-3f279860-ad3e-45e3-a624-2041f8adc514 .shogun-image-content {
  
    align-items: center;
  
}

#s-abae5bff-7232-4560-9909-faa4fc60eba3 {
  margin-top: 12%;
margin-bottom: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-abae5bff-7232-4560-9909-faa4fc60eba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abae5bff-7232-4560-9909-faa4fc60eba3 {
  cursor: pointer;
}#s-abae5bff-7232-4560-9909-faa4fc60eba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d6f2201-1305-4af6-953e-76a05c9f8a75 {
  margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (min-width: 1200px){#s-7d6f2201-1305-4af6-953e-76a05c9f8a75 {
  display: none;
}
#s-7d6f2201-1305-4af6-953e-76a05c9f8a75, #wrap-s-7d6f2201-1305-4af6-953e-76a05c9f8a75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d6f2201-1305-4af6-953e-76a05c9f8a75 {
  display: none;
}
#s-7d6f2201-1305-4af6-953e-76a05c9f8a75, #wrap-s-7d6f2201-1305-4af6-953e-76a05c9f8a75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d6f2201-1305-4af6-953e-76a05c9f8a75 {
  display: none;
}
#s-7d6f2201-1305-4af6-953e-76a05c9f8a75, #wrap-s-7d6f2201-1305-4af6-953e-76a05c9f8a75 { display: none !important; }}







#s-7d6f2201-1305-4af6-953e-76a05c9f8a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6f2201-1305-4af6-953e-76a05c9f8a75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5668ab48-7cd1-47bd-914b-6c549eee09d0 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-5668ab48-7cd1-47bd-914b-6c549eee09d0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5668ab48-7cd1-47bd-914b-6c549eee09d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5668ab48-7cd1-47bd-914b-6c549eee09d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5668ab48-7cd1-47bd-914b-6c549eee09d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5668ab48-7cd1-47bd-914b-6c549eee09d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5668ab48-7cd1-47bd-914b-6c549eee09d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5668ab48-7cd1-47bd-914b-6c549eee09d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1551b704-152a-49b7-ae2a-805edda3ce9b {
  min-height: 50px;
}








#s-1551b704-152a-49b7-ae2a-805edda3ce9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1551b704-152a-49b7-ae2a-805edda3ce9b {
  cursor: pointer;
}#s-1551b704-152a-49b7-ae2a-805edda3ce9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c33ad7e-dd54-4737-82bb-11b2d33c5050 {
  margin-top: 20px;
margin-bottom: 4%;
min-height: 50px;
}








#s-0c33ad7e-dd54-4737-82bb-11b2d33c5050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c33ad7e-dd54-4737-82bb-11b2d33c5050 {
  cursor: pointer;
}#s-0c33ad7e-dd54-4737-82bb-11b2d33c5050.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dc669ef-08c5-4952-91fc-0f2e9ad55bb4 {
  margin-bottom: 5px;
}

#s-758b291f-6250-4c40-9e68-7188db04d2c2 {
  min-height: 50px;
}








#s-758b291f-6250-4c40-9e68-7188db04d2c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-758b291f-6250-4c40-9e68-7188db04d2c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8ce957f-72a8-4e4e-8b08-86684e97f4c8 {
  text-align: center;
}







  #s-c8ce957f-72a8-4e4e-8b08-86684e97f4c8 img.shogun-image {
    

    
    
    
  }


#s-c8ce957f-72a8-4e4e-8b08-86684e97f4c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f593dbdb-a5aa-4be0-9a82-26c305ef3269 {
  margin-top: 5%;
min-height: 100px;
}








#s-f593dbdb-a5aa-4be0-9a82-26c305ef3269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f593dbdb-a5aa-4be0-9a82-26c305ef3269.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-97400dd6-5af2-425f-8d50-9c02bd777a12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-97400dd6-5af2-425f-8d50-9c02bd777a12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97400dd6-5af2-425f-8d50-9c02bd777a12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97400dd6-5af2-425f-8d50-9c02bd777a12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3aeb0a59-9d5e-41f5-9b61-da77de99f380 {
  min-height: 50px;
}








#s-3aeb0a59-9d5e-41f5-9b61-da77de99f380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aeb0a59-9d5e-41f5-9b61-da77de99f380 {
  cursor: pointer;
}#s-3aeb0a59-9d5e-41f5-9b61-da77de99f380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb37d64b-be9b-43b1-b69d-d49f1b322f36 {
  text-align: center;
}







  #s-fb37d64b-be9b-43b1-b69d-d49f1b322f36 img.shogun-image {
    

    
    
    
  }


#s-fb37d64b-be9b-43b1-b69d-d49f1b322f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0f9bbf4-54b1-4d23-9200-9c65684cfd77 {
  margin-top: 12%;
margin-bottom: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-d0f9bbf4-54b1-4d23-9200-9c65684cfd77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0f9bbf4-54b1-4d23-9200-9c65684cfd77 {
  cursor: pointer;
}#s-d0f9bbf4-54b1-4d23-9200-9c65684cfd77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f098d049-431f-4717-b5c1-7f1631198240 {
  margin-bottom: 10px;
}

#s-e3ea2b18-91a0-4bc4-a21b-b006ab07ad79 {
  min-height: 50px;
}








#s-e3ea2b18-91a0-4bc4-a21b-b006ab07ad79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3ea2b18-91a0-4bc4-a21b-b006ab07ad79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4c6a7af1-79c3-4848-b91c-2373c066dfab {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-4c6a7af1-79c3-4848-b91c-2373c066dfab {
  display: none;
}
#s-4c6a7af1-79c3-4848-b91c-2373c066dfab, #wrap-s-4c6a7af1-79c3-4848-b91c-2373c066dfab { display: none !important; }}
#s-b05df433-1d9f-43d8-b524-d909f63debd4 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-b05df433-1d9f-43d8-b524-d909f63debd4 {
  display: none;
}
#s-b05df433-1d9f-43d8-b524-d909f63debd4, #wrap-s-b05df433-1d9f-43d8-b524-d909f63debd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b05df433-1d9f-43d8-b524-d909f63debd4 {
  display: none;
}
#s-b05df433-1d9f-43d8-b524-d909f63debd4, #wrap-s-b05df433-1d9f-43d8-b524-d909f63debd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b05df433-1d9f-43d8-b524-d909f63debd4 {
  display: none;
}
#s-b05df433-1d9f-43d8-b524-d909f63debd4, #wrap-s-b05df433-1d9f-43d8-b524-d909f63debd4 { display: none !important; }}
#s-a3d1376a-a4eb-4ddc-bf1d-ea9d86aab4e6 {
  margin-top: -35px;
}

#s-a3d1376a-a4eb-4ddc-bf1d-ea9d86aab4e6 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-9fb2879e-9fef-4c92-bab3-21d7646fee9a {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-9fb2879e-9fef-4c92-bab3-21d7646fee9a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9fb2879e-9fef-4c92-bab3-21d7646fee9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9fb2879e-9fef-4c92-bab3-21d7646fee9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fb2879e-9fef-4c92-bab3-21d7646fee9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-574842f7-cb9c-4ba4-90ad-426665011e40 {
  min-height: 50px;
}








#s-574842f7-cb9c-4ba4-90ad-426665011e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-574842f7-cb9c-4ba4-90ad-426665011e40 {
  cursor: pointer;
}#s-574842f7-cb9c-4ba4-90ad-426665011e40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf73f04e-0d1d-49ab-9f6d-02a72f77c24c {
  text-align: center;
}







  #s-cf73f04e-0d1d-49ab-9f6d-02a72f77c24c img.shogun-image {
    

    
    
    
  }


#s-cf73f04e-0d1d-49ab-9f6d-02a72f77c24c .shogun-image-content {
  
    align-items: center;
  
}

#s-fbdf2dd1-a464-43e1-9f5e-756ccb54f1c0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-62626fe7-1b70-4612-b239-49433ce070af {
  min-height: 50px;
}








#s-62626fe7-1b70-4612-b239-49433ce070af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62626fe7-1b70-4612-b239-49433ce070af {
  cursor: pointer;
}#s-62626fe7-1b70-4612-b239-49433ce070af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a671e556-51f3-47fc-982b-f13b918c4f49 {
  text-align: center;
}







  #s-a671e556-51f3-47fc-982b-f13b918c4f49 img.shogun-image {
    

    
    
    
  }


#s-a671e556-51f3-47fc-982b-f13b918c4f49 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ee12773-9588-47dd-9f39-83ac58abcf7b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5815df62-ed74-4749-be13-efbf7b45ec10 {
  min-height: 50px;
}








#s-5815df62-ed74-4749-be13-efbf7b45ec10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5815df62-ed74-4749-be13-efbf7b45ec10 {
  cursor: pointer;
}#s-5815df62-ed74-4749-be13-efbf7b45ec10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eb84082-eb80-4bfa-a026-f9229a0ec36a {
  text-align: center;
}







  #s-5eb84082-eb80-4bfa-a026-f9229a0ec36a img.shogun-image {
    

    
    
    
  }


#s-5eb84082-eb80-4bfa-a026-f9229a0ec36a .shogun-image-content {
  
    align-items: center;
  
}

#s-2bac395f-44ba-428b-a753-9e75ecaaeda2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9cfbdf90-2275-470c-8bbf-0cb14bc7c2ee {
  min-height: 50px;
}








#s-9cfbdf90-2275-470c-8bbf-0cb14bc7c2ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cfbdf90-2275-470c-8bbf-0cb14bc7c2ee {
  cursor: pointer;
}#s-9cfbdf90-2275-470c-8bbf-0cb14bc7c2ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-801f4945-1571-4f76-9c4a-0b4aa89e8ede {
  text-align: center;
}







  #s-801f4945-1571-4f76-9c4a-0b4aa89e8ede img.shogun-image {
    

    
    
    
  }


#s-801f4945-1571-4f76-9c4a-0b4aa89e8ede .shogun-image-content {
  
    align-items: center;
  
}

#s-87aef4f9-3971-4a06-979b-abd2d3cab1d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0bd71511-b66d-4869-bbc6-5579a2e79cd1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0bd71511-b66d-4869-bbc6-5579a2e79cd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bd71511-b66d-4869-bbc6-5579a2e79cd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bd71511-b66d-4869-bbc6-5579a2e79cd1 {
  
}
}







#s-0bd71511-b66d-4869-bbc6-5579a2e79cd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd71511-b66d-4869-bbc6-5579a2e79cd1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-db1f6898-b915-44c4-b3c9-fe83a3fca0ab {
  
}
}@media (max-width: 767px){#s-db1f6898-b915-44c4-b3c9-fe83a3fca0ab {
  display: none;
}
#s-db1f6898-b915-44c4-b3c9-fe83a3fca0ab, #wrap-s-db1f6898-b915-44c4-b3c9-fe83a3fca0ab { display: none !important; }}
#s-db1f6898-b915-44c4-b3c9-fe83a3fca0ab hr {
  border-top: 1px solid #ddd;
}

#s-84f75c7b-4af3-4c6f-a968-4b2276480bf1 {
  margin-left: 10px;
margin-right: 10px;
}

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