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

.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-cee5d8df-0df9-4834-b0cc-889c718e20a2 {
  min-height: 600px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cee5d8df-0df9-4834-b0cc-889c718e20a2 {
  display: none;
}
#s-cee5d8df-0df9-4834-b0cc-889c718e20a2, #wrap-s-cee5d8df-0df9-4834-b0cc-889c718e20a2 { display:none !important; }}@media (max-width: 767px){#s-cee5d8df-0df9-4834-b0cc-889c718e20a2 {
  display: none;
}
#s-cee5d8df-0df9-4834-b0cc-889c718e20a2, #wrap-s-cee5d8df-0df9-4834-b0cc-889c718e20a2 { display:none !important; }}







#s-cee5d8df-0df9-4834-b0cc-889c718e20a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee5d8df-0df9-4834-b0cc-889c718e20a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24168a6d-58e9-41af-b2d5-0e44ddefe939 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-6df0a03e-97b5-4619-b9b6-5cc4ed22f21d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-6df0a03e-97b5-4619-b9b6-5cc4ed22f21d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6df0a03e-97b5-4619-b9b6-5cc4ed22f21d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-a70a8a31-bf26-4894-ac5a-9f42d31c640c {
  margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-a70a8a31-bf26-4894-ac5a-9f42d31c640c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a70a8a31-bf26-4894-ac5a-9f42d31c640c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a70a8a31-bf26-4894-ac5a-9f42d31c640c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a70a8a31-bf26-4894-ac5a-9f42d31c640c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9b2fc66a-88a4-4f1e-8ea8-24eb229fa367 {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}








#s-9b2fc66a-88a4-4f1e-8ea8-24eb229fa367 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b2fc66a-88a4-4f1e-8ea8-24eb229fa367.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-211d1ae7-f587-4ff7-9ecd-a51c4a8a1700 {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}








#s-211d1ae7-f587-4ff7-9ecd-a51c4a8a1700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211d1ae7-f587-4ff7-9ecd-a51c4a8a1700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee9aad85-42fd-4aa1-9e79-590cebb929cd {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-ee9aad85-42fd-4aa1-9e79-590cebb929cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee9aad85-42fd-4aa1-9e79-590cebb929cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee9aad85-42fd-4aa1-9e79-590cebb929cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee9aad85-42fd-4aa1-9e79-590cebb929cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d75ec547-4cd9-474b-a11a-1b644dfbf843 {
  margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-d75ec547-4cd9-474b-a11a-1b644dfbf843"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d75ec547-4cd9-474b-a11a-1b644dfbf843"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d75ec547-4cd9-474b-a11a-1b644dfbf843"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d75ec547-4cd9-474b-a11a-1b644dfbf843"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df68336b-7c41-4542-8053-87e351d2132b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-df68336b-7c41-4542-8053-87e351d2132b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df68336b-7c41-4542-8053-87e351d2132b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34a8803c-e05b-49ee-ab11-d69bdcf18ac9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-34a8803c-e05b-49ee-ab11-d69bdcf18ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a8803c-e05b-49ee-ab11-d69bdcf18ac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93aead88-b0a2-43c1-9a93-2bb4b04053a9 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-93aead88-b0a2-43c1-9a93-2bb4b04053a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93aead88-b0a2-43c1-9a93-2bb4b04053a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93aead88-b0a2-43c1-9a93-2bb4b04053a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93aead88-b0a2-43c1-9a93-2bb4b04053a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bca3c6f2-bc1c-4d1a-9652-09cd2f354bf2 {
  margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-bca3c6f2-bc1c-4d1a-9652-09cd2f354bf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bca3c6f2-bc1c-4d1a-9652-09cd2f354bf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bca3c6f2-bc1c-4d1a-9652-09cd2f354bf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bca3c6f2-bc1c-4d1a-9652-09cd2f354bf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1cbc9072-fbf5-429a-995a-db9c0ba46f68 {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}








#s-1cbc9072-fbf5-429a-995a-db9c0ba46f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cbc9072-fbf5-429a-995a-db9c0ba46f68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dfef811-2af7-4ab7-b1a7-373df4205c8b {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-4dfef811-2af7-4ab7-b1a7-373df4205c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dfef811-2af7-4ab7-b1a7-373df4205c8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5ddb732-c6e4-4c33-97cc-85f70dc3eebc {
  margin-top: 20px;
margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-c5ddb732-c6e4-4c33-97cc-85f70dc3eebc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5ddb732-c6e4-4c33-97cc-85f70dc3eebc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5ddb732-c6e4-4c33-97cc-85f70dc3eebc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5ddb732-c6e4-4c33-97cc-85f70dc3eebc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-72279e76-ec08-4091-bde1-930eacc81630 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-72279e76-ec08-4091-bde1-930eacc81630 {
  display: none;
}
#s-72279e76-ec08-4091-bde1-930eacc81630, #wrap-s-72279e76-ec08-4091-bde1-930eacc81630 { display:none !important; }}@media (max-width: 767px){#s-72279e76-ec08-4091-bde1-930eacc81630 {
  display: none;
}
#s-72279e76-ec08-4091-bde1-930eacc81630, #wrap-s-72279e76-ec08-4091-bde1-930eacc81630 { display:none !important; }}







#s-72279e76-ec08-4091-bde1-930eacc81630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72279e76-ec08-4091-bde1-930eacc81630.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c6d15f6-0143-4592-b47c-4941d305efba {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-9fd71ee4-4256-4e09-8066-66d9d60d8c58 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-9b418650-1ada-4557-bca3-dc0c1772b576 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-9b418650-1ada-4557-bca3-dc0c1772b576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b418650-1ada-4557-bca3-dc0c1772b576.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c91c6e8c-0b8c-4ae2-b0be-05682a36d5a6 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 1200px;
}

#s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e {
  display: none;
}
#s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e, #wrap-s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e { display:none !important; }}@media (max-width: 767px){#s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e {
  display: none;
}
#s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e, #wrap-s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e { display:none !important; }}







#s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c6e3da-ae8a-45f0-9f50-c7b7de78063e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f27b616c-5331-43b5-bb15-c28a8dfa3e28 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-da11977f-b10e-46ad-b361-120c91f2446b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-0c449992-271a-4631-b8b8-a14ac70afea0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-0c449992-271a-4631-b8b8-a14ac70afea0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c449992-271a-4631-b8b8-a14ac70afea0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8effee7a-f5fe-4085-b426-c6d6b64b2e16 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8effee7a-f5fe-4085-b426-c6d6b64b2e16 {
  display: none;
}
#s-8effee7a-f5fe-4085-b426-c6d6b64b2e16, #wrap-s-8effee7a-f5fe-4085-b426-c6d6b64b2e16 { display:none !important; }}@media (max-width: 767px){#s-8effee7a-f5fe-4085-b426-c6d6b64b2e16 {
  display: none;
}
#s-8effee7a-f5fe-4085-b426-c6d6b64b2e16, #wrap-s-8effee7a-f5fe-4085-b426-c6d6b64b2e16 { display:none !important; }}







#s-8effee7a-f5fe-4085-b426-c6d6b64b2e16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8effee7a-f5fe-4085-b426-c6d6b64b2e16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc8dcfb0-914c-4dbd-ad89-6f9a3c71614d {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-601d5ad5-556f-4e63-ab25-d2f2e548757e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-8c8e4d9f-3933-407a-b9af-e64a6c84e66d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-8c8e4d9f-3933-407a-b9af-e64a6c84e66d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c8e4d9f-3933-407a-b9af-e64a6c84e66d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1 {
  display: none;
}
#s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1, #wrap-s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1 { display:none !important; }}@media (max-width: 767px){#s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1 {
  display: none;
}
#s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1, #wrap-s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1 { display:none !important; }}







#s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d83995ea-459a-49f6-ba0c-8bbbfe49c7b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97760554-fba0-4e32-9318-5737be3c5996 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-32bad170-8005-4da8-b3ea-9942123804d9 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-9378f6b4-d800-4886-a86d-254d5829c97e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-9378f6b4-d800-4886-a86d-254d5829c97e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9378f6b4-d800-4886-a86d-254d5829c97e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08e1046d-4fd7-4e15-8873-93bdf290e7da {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-08e1046d-4fd7-4e15-8873-93bdf290e7da {
  display: none;
}
#s-08e1046d-4fd7-4e15-8873-93bdf290e7da, #wrap-s-08e1046d-4fd7-4e15-8873-93bdf290e7da { display:none !important; }}@media (max-width: 767px){#s-08e1046d-4fd7-4e15-8873-93bdf290e7da {
  display: none;
}
#s-08e1046d-4fd7-4e15-8873-93bdf290e7da, #wrap-s-08e1046d-4fd7-4e15-8873-93bdf290e7da { display:none !important; }}







#s-08e1046d-4fd7-4e15-8873-93bdf290e7da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08e1046d-4fd7-4e15-8873-93bdf290e7da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7649c66-03c8-4b62-8598-7aae9799b8b8 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-afb3cfe6-0f06-4b4b-808a-6db0fde34b82 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-dc1b7620-2f77-4eed-a190-32cfbb44f5ec {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-dc1b7620-2f77-4eed-a190-32cfbb44f5ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc1b7620-2f77-4eed-a190-32cfbb44f5ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecdb1f31-b22a-40ff-b132-6b8fd0b71c0e {
  margin-top: 350px;
margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
max-width: 1200px;
}

#s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8 {
  display: none;
}
#s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8, #wrap-s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8 { display:none !important; }}@media (max-width: 767px){#s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8 {
  display: none;
}
#s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8, #wrap-s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8 { display:none !important; }}







#s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02f5baeb-cf4b-4810-9ae3-27ee22b158a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-705bdd4d-8e9f-41e2-96d4-f9b60e02eefa {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-868022ab-fafb-4ac4-8bfa-ec8478508b8b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-95bc1765-5f49-411e-bc34-82c072a32a06 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-95bc1765-5f49-411e-bc34-82c072a32a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95bc1765-5f49-411e-bc34-82c072a32a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7f1078e-68bf-419d-9e33-e765d86ed79f {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d7f1078e-68bf-419d-9e33-e765d86ed79f {
  display: none;
}
#s-d7f1078e-68bf-419d-9e33-e765d86ed79f, #wrap-s-d7f1078e-68bf-419d-9e33-e765d86ed79f { display:none !important; }}@media (max-width: 767px){#s-d7f1078e-68bf-419d-9e33-e765d86ed79f {
  display: none;
}
#s-d7f1078e-68bf-419d-9e33-e765d86ed79f, #wrap-s-d7f1078e-68bf-419d-9e33-e765d86ed79f { display:none !important; }}







#s-d7f1078e-68bf-419d-9e33-e765d86ed79f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7f1078e-68bf-419d-9e33-e765d86ed79f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7a72755-e0fb-4de1-8522-e75523616ccf {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-7e7ea709-7494-4315-a5eb-40fa85aabb8e {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-5e29e6e7-a9b4-4403-83dd-c9b93d5b54d9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-5e29e6e7-a9b4-4403-83dd-c9b93d5b54d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e29e6e7-a9b4-4403-83dd-c9b93d5b54d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0222e85-cdda-41c2-a9cf-0c292b9e3714 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b0222e85-cdda-41c2-a9cf-0c292b9e3714 {
  display: none;
}
#s-b0222e85-cdda-41c2-a9cf-0c292b9e3714, #wrap-s-b0222e85-cdda-41c2-a9cf-0c292b9e3714 { display:none !important; }}@media (max-width: 767px){#s-b0222e85-cdda-41c2-a9cf-0c292b9e3714 {
  display: none;
}
#s-b0222e85-cdda-41c2-a9cf-0c292b9e3714, #wrap-s-b0222e85-cdda-41c2-a9cf-0c292b9e3714 { display:none !important; }}







#s-b0222e85-cdda-41c2-a9cf-0c292b9e3714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0222e85-cdda-41c2-a9cf-0c292b9e3714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4421dac1-84d4-45b4-b902-a9cfb1f784a4 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-5852be9d-ee00-4689-a411-9849e316ff90 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-5852be9d-ee00-4689-a411-9849e316ff90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5852be9d-ee00-4689-a411-9849e316ff90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9 {
  display: none;
}
#s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9, #wrap-s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9 { display:none !important; }}@media (max-width: 767px){#s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9 {
  display: none;
}
#s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9, #wrap-s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9 { display:none !important; }}







#s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f5c6c1c-1ec5-4502-8e5e-5da03ffc06e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac87d4cc-085e-4681-9fd4-1d650ecdbb80 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-643ec62f-48cd-4d6e-9035-527d594d229a {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-color: rgba(245, 245, 245, 1);
}








#s-643ec62f-48cd-4d6e-9035-527d594d229a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-643ec62f-48cd-4d6e-9035-527d594d229a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a86b5646-1775-4a08-9735-e92a04199f77 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-a86b5646-1775-4a08-9735-e92a04199f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a86b5646-1775-4a08-9735-e92a04199f77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a86b5646-1775-4a08-9735-e92a04199f77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a86b5646-1775-4a08-9735-e92a04199f77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eaeadff7-0ae4-40a9-9f6d-745aaf29180d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-eaeadff7-0ae4-40a9-9f6d-745aaf29180d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaeadff7-0ae4-40a9-9f6d-745aaf29180d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eaeadff7-0ae4-40a9-9f6d-745aaf29180d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaeadff7-0ae4-40a9-9f6d-745aaf29180d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b969440f-9974-488f-bac9-4c9874f4f7e3 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-b969440f-9974-488f-bac9-4c9874f4f7e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b969440f-9974-488f-bac9-4c9874f4f7e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b969440f-9974-488f-bac9-4c9874f4f7e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b969440f-9974-488f-bac9-4c9874f4f7e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2d7dfd32-ac5e-4551-92f7-0d39aaf6c607 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-2d7dfd32-ac5e-4551-92f7-0d39aaf6c607"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d7dfd32-ac5e-4551-92f7-0d39aaf6c607"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d7dfd32-ac5e-4551-92f7-0d39aaf6c607"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d7dfd32-ac5e-4551-92f7-0d39aaf6c607"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-49d38fd7-40ae-4f79-8bdc-87a58562eac6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-49d38fd7-40ae-4f79-8bdc-87a58562eac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49d38fd7-40ae-4f79-8bdc-87a58562eac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49d38fd7-40ae-4f79-8bdc-87a58562eac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d38fd7-40ae-4f79-8bdc-87a58562eac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eda4af03-8716-4c44-b6aa-f0b0f8dceb24 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-eda4af03-8716-4c44-b6aa-f0b0f8dceb24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eda4af03-8716-4c44-b6aa-f0b0f8dceb24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eda4af03-8716-4c44-b6aa-f0b0f8dceb24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eda4af03-8716-4c44-b6aa-f0b0f8dceb24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f599ba01-bf4e-4591-ad9b-c8fa13c5d867 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-f599ba01-bf4e-4591-ad9b-c8fa13c5d867"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f599ba01-bf4e-4591-ad9b-c8fa13c5d867"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f599ba01-bf4e-4591-ad9b-c8fa13c5d867"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f599ba01-bf4e-4591-ad9b-c8fa13c5d867"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-95111902-64cb-4fa1-a88d-820aa3fb4006 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-95111902-64cb-4fa1-a88d-820aa3fb4006"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95111902-64cb-4fa1-a88d-820aa3fb4006"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95111902-64cb-4fa1-a88d-820aa3fb4006"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95111902-64cb-4fa1-a88d-820aa3fb4006"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf06e81c-39ea-4f87-b1e6-5a703d810856 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-cf06e81c-39ea-4f87-b1e6-5a703d810856"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf06e81c-39ea-4f87-b1e6-5a703d810856"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf06e81c-39ea-4f87-b1e6-5a703d810856"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf06e81c-39ea-4f87-b1e6-5a703d810856"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c337fcc-4897-4725-82b8-0eb29a9af1e3 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-8c337fcc-4897-4725-82b8-0eb29a9af1e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c337fcc-4897-4725-82b8-0eb29a9af1e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c337fcc-4897-4725-82b8-0eb29a9af1e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c337fcc-4897-4725-82b8-0eb29a9af1e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-34aea361-108c-4d66-b9b3-6ece8e09060f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-34aea361-108c-4d66-b9b3-6ece8e09060f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34aea361-108c-4d66-b9b3-6ece8e09060f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34aea361-108c-4d66-b9b3-6ece8e09060f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34aea361-108c-4d66-b9b3-6ece8e09060f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946 {
  display: none;
}
#s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946, #wrap-s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946 {
  display: none;
}
#s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946, #wrap-s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946 { display:none !important; }}
@media (min-width: 0px) {
[id="s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-db59c63f-9fa5-4e7c-a2aa-a2dc3fb09946"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-638cec5b-f7b2-452f-83dd-1f0477b68b63 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-638cec5b-f7b2-452f-83dd-1f0477b68b63 {
  display: none;
}
#s-638cec5b-f7b2-452f-83dd-1f0477b68b63, #wrap-s-638cec5b-f7b2-452f-83dd-1f0477b68b63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-638cec5b-f7b2-452f-83dd-1f0477b68b63 {
  display: none;
}
#s-638cec5b-f7b2-452f-83dd-1f0477b68b63, #wrap-s-638cec5b-f7b2-452f-83dd-1f0477b68b63 { display:none !important; }}







#s-638cec5b-f7b2-452f-83dd-1f0477b68b63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-638cec5b-f7b2-452f-83dd-1f0477b68b63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-148eca10-ca74-4974-a2e0-ea23ed56237b {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

.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-1baab71a-6abf-469c-b8ae-92609efb0d7a {
  text-align: center;
}
@media (min-width: 1200px){#s-1baab71a-6abf-469c-b8ae-92609efb0d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1baab71a-6abf-469c-b8ae-92609efb0d7a {
  
}
}






  #s-1baab71a-6abf-469c-b8ae-92609efb0d7a img.shogun-image {
    

    
    
    
  }


#s-1baab71a-6abf-469c-b8ae-92609efb0d7a .shogun-image-content {
  
    align-items: center;
  
}

#s-ddae6415-58a1-4bc4-a5be-56122146ddc5 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ddae6415-58a1-4bc4-a5be-56122146ddc5 {
  display: none;
}
#s-ddae6415-58a1-4bc4-a5be-56122146ddc5, #wrap-s-ddae6415-58a1-4bc4-a5be-56122146ddc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddae6415-58a1-4bc4-a5be-56122146ddc5 {
  display: none;
}
#s-ddae6415-58a1-4bc4-a5be-56122146ddc5, #wrap-s-ddae6415-58a1-4bc4-a5be-56122146ddc5 { display:none !important; }}







#s-ddae6415-58a1-4bc4-a5be-56122146ddc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddae6415-58a1-4bc4-a5be-56122146ddc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e04ec4d-c5b3-42c3-8edd-c37b9ebc30a8 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7e04ec4d-c5b3-42c3-8edd-c37b9ebc30a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e04ec4d-c5b3-42c3-8edd-c37b9ebc30a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e04ec4d-c5b3-42c3-8edd-c37b9ebc30a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e04ec4d-c5b3-42c3-8edd-c37b9ebc30a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3511265f-f60b-4200-9bd9-a88615394c57 {
  min-height: 50px;
}








#s-3511265f-f60b-4200-9bd9-a88615394c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3511265f-f60b-4200-9bd9-a88615394c57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-506b6508-a974-4660-ae95-39047a8a4431 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-506b6508-a974-4660-ae95-39047a8a4431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-506b6508-a974-4660-ae95-39047a8a4431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aaecc87-e3c5-4111-a0a6-a4d5e9c09430 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-8aaecc87-e3c5-4111-a0a6-a4d5e9c09430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aaecc87-e3c5-4111-a0a6-a4d5e9c09430.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-d7ec0d33-34d5-4f20-8517-940ad317bdf2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d7ec0d33-34d5-4f20-8517-940ad317bdf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ec0d33-34d5-4f20-8517-940ad317bdf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ec0d33-34d5-4f20-8517-940ad317bdf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-56c453fd-032f-4469-ad7c-6fc07e695d9f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-56c453fd-032f-4469-ad7c-6fc07e695d9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56c453fd-032f-4469-ad7c-6fc07e695d9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56c453fd-032f-4469-ad7c-6fc07e695d9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56c453fd-032f-4469-ad7c-6fc07e695d9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d629431b-0f8a-44a6-bb02-b6712bda5b0d {
  min-height: 50px;
}








#s-d629431b-0f8a-44a6-bb02-b6712bda5b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d629431b-0f8a-44a6-bb02-b6712bda5b0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78b8eed9-7c70-4af9-89d9-461570561be4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-78b8eed9-7c70-4af9-89d9-461570561be4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b8eed9-7c70-4af9-89d9-461570561be4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9fd689b-691c-442e-9ab0-cb0fc0ae487f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-c9fd689b-691c-442e-9ab0-cb0fc0ae487f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9fd689b-691c-442e-9ab0-cb0fc0ae487f.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-0c53aca1-f0fe-4abf-928c-beac9492d4e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c53aca1-f0fe-4abf-928c-beac9492d4e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c53aca1-f0fe-4abf-928c-beac9492d4e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c53aca1-f0fe-4abf-928c-beac9492d4e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a12ebef-f45b-4686-9fde-7e7372859057 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8a12ebef-f45b-4686-9fde-7e7372859057"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8a12ebef-f45b-4686-9fde-7e7372859057"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a12ebef-f45b-4686-9fde-7e7372859057"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a12ebef-f45b-4686-9fde-7e7372859057"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca9a3e9f-cacb-4b9b-a1bb-0ed05fddc23f {
  min-height: 50px;
}








#s-ca9a3e9f-cacb-4b9b-a1bb-0ed05fddc23f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca9a3e9f-cacb-4b9b-a1bb-0ed05fddc23f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a7ac3ab-d8d0-4a4a-bc23-3f51b9ffeae4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-0a7ac3ab-d8d0-4a4a-bc23-3f51b9ffeae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a7ac3ab-d8d0-4a4a-bc23-3f51b9ffeae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b61d0680-969d-4f9f-839f-d78f1f685f83 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-b61d0680-969d-4f9f-839f-d78f1f685f83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b61d0680-969d-4f9f-839f-d78f1f685f83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c088e47-6a65-41fe-b3ee-322c1bcee207 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-1c088e47-6a65-41fe-b3ee-322c1bcee207"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c088e47-6a65-41fe-b3ee-322c1bcee207"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c088e47-6a65-41fe-b3ee-322c1bcee207"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c088e47-6a65-41fe-b3ee-322c1bcee207"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-184b8d8b-ea1b-4100-9b1a-92a12e812299 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-184b8d8b-ea1b-4100-9b1a-92a12e812299 {
  display: none;
}
#s-184b8d8b-ea1b-4100-9b1a-92a12e812299, #wrap-s-184b8d8b-ea1b-4100-9b1a-92a12e812299 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-184b8d8b-ea1b-4100-9b1a-92a12e812299 {
  display: none;
}
#s-184b8d8b-ea1b-4100-9b1a-92a12e812299, #wrap-s-184b8d8b-ea1b-4100-9b1a-92a12e812299 { display:none !important; }}







#s-184b8d8b-ea1b-4100-9b1a-92a12e812299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-184b8d8b-ea1b-4100-9b1a-92a12e812299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac306cdf-a4a9-406c-96a5-5f18cfed460e {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-cb583d6b-37f7-4ff3-904a-edf8bd205b20 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-a5dd5572-a97e-4f51-b1b2-f6974c1a36ac {
  text-align: center;
}







  #s-a5dd5572-a97e-4f51-b1b2-f6974c1a36ac img.shogun-image {
    

    
    
    
  }


#s-a5dd5572-a97e-4f51-b1b2-f6974c1a36ac .shogun-image-content {
  
    align-items: center;
  
}

#s-fba3595a-7cea-4864-8a6e-f866b1133cee {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

#s-60558354-26d9-40d7-a604-629e4dd76661 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-60558354-26d9-40d7-a604-629e4dd76661 {
  display: none;
}
#s-60558354-26d9-40d7-a604-629e4dd76661, #wrap-s-60558354-26d9-40d7-a604-629e4dd76661 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60558354-26d9-40d7-a604-629e4dd76661 {
  display: none;
}
#s-60558354-26d9-40d7-a604-629e4dd76661, #wrap-s-60558354-26d9-40d7-a604-629e4dd76661 { display:none !important; }}







#s-60558354-26d9-40d7-a604-629e4dd76661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60558354-26d9-40d7-a604-629e4dd76661.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5056449c-2d42-4f06-b2ab-0304ac6fd787 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-0487c141-5be1-45e1-b87b-5e4803784df6 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-2f570c95-b591-4893-9a4e-bd721bcab31f {
  margin-bottom: 40px;
text-align: center;
}







  #s-2f570c95-b591-4893-9a4e-bd721bcab31f img.shogun-image {
    

    
    
    
  }


#s-2f570c95-b591-4893-9a4e-bd721bcab31f .shogun-image-content {
  
    align-items: center;
  
}

#s-5815b041-e46c-40ee-97d7-8c21e1f5bd31 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5815b041-e46c-40ee-97d7-8c21e1f5bd31 {
  display: none;
}
#s-5815b041-e46c-40ee-97d7-8c21e1f5bd31, #wrap-s-5815b041-e46c-40ee-97d7-8c21e1f5bd31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5815b041-e46c-40ee-97d7-8c21e1f5bd31 {
  display: none;
}
#s-5815b041-e46c-40ee-97d7-8c21e1f5bd31, #wrap-s-5815b041-e46c-40ee-97d7-8c21e1f5bd31 { display:none !important; }}







#s-5815b041-e46c-40ee-97d7-8c21e1f5bd31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5815b041-e46c-40ee-97d7-8c21e1f5bd31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd23d9b2-528a-45c4-81d2-1dc3891fe66e {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-6ff0bd2a-ca84-43a5-9e4e-7622d303994a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-06e4bbc0-9de9-4789-814b-8bacc66aaa1b {
  margin-bottom: 40px;
text-align: center;
}







  #s-06e4bbc0-9de9-4789-814b-8bacc66aaa1b img.shogun-image {
    

    
    
    
  }


#s-06e4bbc0-9de9-4789-814b-8bacc66aaa1b .shogun-image-content {
  
    align-items: center;
  
}

#s-77563456-20b2-40bd-aa6b-ed9793e56001 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-77563456-20b2-40bd-aa6b-ed9793e56001 {
  display: none;
}
#s-77563456-20b2-40bd-aa6b-ed9793e56001, #wrap-s-77563456-20b2-40bd-aa6b-ed9793e56001 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77563456-20b2-40bd-aa6b-ed9793e56001 {
  display: none;
}
#s-77563456-20b2-40bd-aa6b-ed9793e56001, #wrap-s-77563456-20b2-40bd-aa6b-ed9793e56001 { display:none !important; }}







#s-77563456-20b2-40bd-aa6b-ed9793e56001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77563456-20b2-40bd-aa6b-ed9793e56001.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a8ff8d4-40bf-4e71-b843-e322c5d20998 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-3d86e302-325d-480c-8ed3-622ddea3102e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-a6b53de7-52f6-48ef-8b67-106875fda033 {
  margin-bottom: 40px;
text-align: center;
}







  #s-a6b53de7-52f6-48ef-8b67-106875fda033 img.shogun-image {
    

    
    
    
  }


#s-a6b53de7-52f6-48ef-8b67-106875fda033 .shogun-image-content {
  
    align-items: center;
  
}

#s-59b76204-f4b2-430c-a020-df5044cf590c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-59b76204-f4b2-430c-a020-df5044cf590c {
  display: none;
}
#s-59b76204-f4b2-430c-a020-df5044cf590c, #wrap-s-59b76204-f4b2-430c-a020-df5044cf590c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59b76204-f4b2-430c-a020-df5044cf590c {
  display: none;
}
#s-59b76204-f4b2-430c-a020-df5044cf590c, #wrap-s-59b76204-f4b2-430c-a020-df5044cf590c { display:none !important; }}







#s-59b76204-f4b2-430c-a020-df5044cf590c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59b76204-f4b2-430c-a020-df5044cf590c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7354c312-6df7-46bb-b0d3-979b7659c4af {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-b295d148-961a-4646-a22e-e4c8fd158b92 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-2525b1cb-fab9-4826-8071-81993cd0dac0 {
  margin-bottom: 40px;
text-align: center;
}







  #s-2525b1cb-fab9-4826-8071-81993cd0dac0 img.shogun-image {
    

    
    
    
  }


#s-2525b1cb-fab9-4826-8071-81993cd0dac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-27db61b4-f395-4e30-a9bd-c4ab17077e13 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

#s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb {
  display: none;
}
#s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb, #wrap-s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb {
  display: none;
}
#s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb, #wrap-s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb { display:none !important; }}







#s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8904c1a2-1c9b-46f0-9886-c5fc0887a3bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-169ecc6f-e10a-4390-b83f-a7b8f5b8fbaa {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-7bc0dfe9-5dcd-4739-9947-de504387d5a4 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-601eeab6-11c3-4501-bd91-f2d4b9ce896e {
  margin-bottom: 40px;
text-align: center;
}







  #s-601eeab6-11c3-4501-bd91-f2d4b9ce896e img.shogun-image {
    

    
    
    
  }


#s-601eeab6-11c3-4501-bd91-f2d4b9ce896e .shogun-image-content {
  
    align-items: center;
  
}

#s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4 {
  display: none;
}
#s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4, #wrap-s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4 {
  display: none;
}
#s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4, #wrap-s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4 { display:none !important; }}







#s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-496b15bb-23bb-4f83-a7a8-d7bd6f4e91d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cd8038e-0ed7-41b2-aa76-f6ff836da043 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-8f2a1f5f-280c-4c2c-ad81-d92a0efcde4e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-73ffe832-cda4-481f-8a09-828565d23ea8 {
  margin-bottom: 40px;
text-align: center;
}







  #s-73ffe832-cda4-481f-8a09-828565d23ea8 img.shogun-image {
    

    
    
    
  }


#s-73ffe832-cda4-481f-8a09-828565d23ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-06beaabc-361a-419a-b567-b85d9fed3005 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-06beaabc-361a-419a-b567-b85d9fed3005 {
  display: none;
}
#s-06beaabc-361a-419a-b567-b85d9fed3005, #wrap-s-06beaabc-361a-419a-b567-b85d9fed3005 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06beaabc-361a-419a-b567-b85d9fed3005 {
  display: none;
}
#s-06beaabc-361a-419a-b567-b85d9fed3005, #wrap-s-06beaabc-361a-419a-b567-b85d9fed3005 { display:none !important; }}







#s-06beaabc-361a-419a-b567-b85d9fed3005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06beaabc-361a-419a-b567-b85d9fed3005.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d1c18ee-49a7-42f4-b1aa-846099efbc67 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-011d5f95-17e6-496b-9809-87e10effe25f {
  margin-bottom: 40px;
text-align: center;
}







  #s-011d5f95-17e6-496b-9809-87e10effe25f img.shogun-image {
    

    
    
    
  }


#s-011d5f95-17e6-496b-9809-87e10effe25f .shogun-image-content {
  
    align-items: center;
  
}

#s-1a33544f-103a-4524-96de-06b0c09ce960 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1a33544f-103a-4524-96de-06b0c09ce960 {
  display: none;
}
#s-1a33544f-103a-4524-96de-06b0c09ce960, #wrap-s-1a33544f-103a-4524-96de-06b0c09ce960 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a33544f-103a-4524-96de-06b0c09ce960 {
  display: none;
}
#s-1a33544f-103a-4524-96de-06b0c09ce960, #wrap-s-1a33544f-103a-4524-96de-06b0c09ce960 { display:none !important; }}







#s-1a33544f-103a-4524-96de-06b0c09ce960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a33544f-103a-4524-96de-06b0c09ce960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cc78036-02fb-48ca-9602-dcdef8462238 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-1b070ebc-a017-417a-9bef-659456712c92 {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-1b070ebc-a017-417a-9bef-659456712c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b070ebc-a017-417a-9bef-659456712c92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2a2884b-1fa1-4b5d-b299-a588ca539af5 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a2a2884b-1fa1-4b5d-b299-a588ca539af5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a2a2884b-1fa1-4b5d-b299-a588ca539af5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2a2884b-1fa1-4b5d-b299-a588ca539af5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2a2884b-1fa1-4b5d-b299-a588ca539af5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-473d99e0-4c56-48f6-abd6-0be5b99e442b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-473d99e0-4c56-48f6-abd6-0be5b99e442b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-473d99e0-4c56-48f6-abd6-0be5b99e442b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-473d99e0-4c56-48f6-abd6-0be5b99e442b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-473d99e0-4c56-48f6-abd6-0be5b99e442b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-09098480-1e2d-42ef-a087-045d3759dbfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-09098480-1e2d-42ef-a087-045d3759dbfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09098480-1e2d-42ef-a087-045d3759dbfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09098480-1e2d-42ef-a087-045d3759dbfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ba561a7-e339-4aaa-a9af-c10d18262161 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6ba561a7-e339-4aaa-a9af-c10d18262161"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ba561a7-e339-4aaa-a9af-c10d18262161"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ba561a7-e339-4aaa-a9af-c10d18262161"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ba561a7-e339-4aaa-a9af-c10d18262161"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dca01547-af9f-441c-a66f-aec1176e2329 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dca01547-af9f-441c-a66f-aec1176e2329"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dca01547-af9f-441c-a66f-aec1176e2329"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dca01547-af9f-441c-a66f-aec1176e2329"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dca01547-af9f-441c-a66f-aec1176e2329"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1fa3de7c-59e8-4e38-bec8-b4902d0f05f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1fa3de7c-59e8-4e38-bec8-b4902d0f05f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1fa3de7c-59e8-4e38-bec8-b4902d0f05f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1fa3de7c-59e8-4e38-bec8-b4902d0f05f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fa3de7c-59e8-4e38-bec8-b4902d0f05f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0d9e1dd7-f384-4540-8ec5-096dee8eb288"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d9e1dd7-f384-4540-8ec5-096dee8eb288"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d9e1dd7-f384-4540-8ec5-096dee8eb288"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d9e1dd7-f384-4540-8ec5-096dee8eb288"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-491a2440-6de2-4b52-a982-ae245574f7f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-491a2440-6de2-4b52-a982-ae245574f7f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-491a2440-6de2-4b52-a982-ae245574f7f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-491a2440-6de2-4b52-a982-ae245574f7f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-491a2440-6de2-4b52-a982-ae245574f7f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-492b3d68-c4b3-4ff4-901e-1f6563d82e35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-492b3d68-c4b3-4ff4-901e-1f6563d82e35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-492b3d68-c4b3-4ff4-901e-1f6563d82e35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-492b3d68-c4b3-4ff4-901e-1f6563d82e35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c90f48be-3b5f-43ee-96d1-918d0d8461ca {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c90f48be-3b5f-43ee-96d1-918d0d8461ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c90f48be-3b5f-43ee-96d1-918d0d8461ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c90f48be-3b5f-43ee-96d1-918d0d8461ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c90f48be-3b5f-43ee-96d1-918d0d8461ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adc08d2a-480c-4332-b113-9d6d1430b28a {
  margin-top: 10px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-adc08d2a-480c-4332-b113-9d6d1430b28a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-adc08d2a-480c-4332-b113-9d6d1430b28a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adc08d2a-480c-4332-b113-9d6d1430b28a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adc08d2a-480c-4332-b113-9d6d1430b28a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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