.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-9c2760ae-ba3e-47c1-831d-8e151b92882e { background-image: url(https://ucarecdn.com/0e4096cf-ab00-446d-8e57-ff32a81b1906/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: repeat;
min-height: 50px;
background-position: center center; }
#s-9c2760ae-ba3e-47c1-831d-8e151b92882e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1a758656-c435-4387-b155-1835bf12c8a6 { margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1650px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat; }
#s-1a758656-c435-4387-b155-1835bf12c8a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}
#s-ba06bd2b-5384-494d-b9b5-06640d1d4a15 { background-size: cover;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1); }
#s-ba06bd2b-5384-494d-b9b5-06640d1d4a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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 !important;
  max-width: 100% !important;
}

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a256b5ee-06ea-493d-8358-aa230e92d0d6 { text-align: center; }
#s-1a4fe548-1cbe-4238-bc12-bac8d8830acc { margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
max-width: 750px;
background-color: rgba(255, 255, 255, 0); }
#s-1a4fe548-1cbe-4238-bc12-bac8d8830acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-rich-text {
  overflow-wrap: break-word;
  text-align: left;
}

.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 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 a {
  background-color: inherit;
  color: inherit;
  cursor: text;
  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 ::-moz-selection,
.shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-a6405560-ac5b-4d27-8091-35dfe987337d { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 3%;
padding-right: 0px; }
@media (min-width: 992px) and (max-width: 1199px){#s-a6405560-ac5b-4d27-8091-35dfe987337d, #wrap-s-a6405560-ac5b-4d27-8091-35dfe987337d { display:none !important; }}@media (min-width: 1200px){#s-a6405560-ac5b-4d27-8091-35dfe987337d, #wrap-s-a6405560-ac5b-4d27-8091-35dfe987337d { display:none !important; }}
#s-78a30697-3c62-403b-810e-7128fe260fca { border-style: solid;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
border-color: rgba(0, 0, 0, 0.09); }
#s-3292c380-7e3d-492a-a067-eda450cf57c4 { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 3%;
padding-right: 0px; }
@media (max-width: 767px){#s-3292c380-7e3d-492a-a067-eda450cf57c4, #wrap-s-3292c380-7e3d-492a-a067-eda450cf57c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3292c380-7e3d-492a-a067-eda450cf57c4, #wrap-s-3292c380-7e3d-492a-a067-eda450cf57c4 { display:none !important; }}
#s-f9327b65-60dc-4517-b33f-5e3c141aa64b { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 3%;
padding-right: 0px; }
#s-2295c02e-bd49-4ed9-b38a-537f90e8b2a0 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-radius: 1px;
border-color: rgba(0, 0, 0, 0.09); }
#s-831c8f57-790c-4093-bce7-b61d070e1e85 { padding-bottom: 2%;
min-height: 50px; }
@media (min-width: 992px) and (max-width: 1199px){#s-831c8f57-790c-4093-bce7-b61d070e1e85, #wrap-s-831c8f57-790c-4093-bce7-b61d070e1e85 { display:none !important; }}@media (min-width: 1200px){#s-831c8f57-790c-4093-bce7-b61d070e1e85, #wrap-s-831c8f57-790c-4093-bce7-b61d070e1e85 { display:none !important; }}
#s-831c8f57-790c-4093-bce7-b61d070e1e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5f83f4e2-0d3b-44d6-8251-d6d1622ee520 { margin-top: -30px;
margin-left: auto;
margin-right: auto;
max-width: 140px;
text-align: center; }
#s-c0f4e3cd-303a-4eca-bfc0-54a1fdf3340e { margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
max-width: 650px;
background-color: rgba(255, 255, 255, 0); }
@media (max-width: 767px){#s-c0f4e3cd-303a-4eca-bfc0-54a1fdf3340e, #wrap-s-c0f4e3cd-303a-4eca-bfc0-54a1fdf3340e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0f4e3cd-303a-4eca-bfc0-54a1fdf3340e, #wrap-s-c0f4e3cd-303a-4eca-bfc0-54a1fdf3340e { display:none !important; }}
#s-c0f4e3cd-303a-4eca-bfc0-54a1fdf3340e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f23502e2-69c2-4e4d-bbc9-569900518392 { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px; }
#s-668cf1f9-c198-47d1-bd0f-ac98da893b59 { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px; }
#s-283a6284-384b-4e3b-b167-c38692ca171b { margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
max-width: 650px;
background-color: rgba(255, 255, 255, 0); }
#s-283a6284-384b-4e3b-b167-c38692ca171b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fbe8baab-f0b2-4a35-9914-c92083109173 { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px; }
#s-02115233-da44-491b-bae4-820e6eaf492e { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 0px; }
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3 { padding-top: %;
padding-left: 5%;
padding-bottom: 4%;
padding-right: 5%; }
@media (max-width: 767px){#s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3, #wrap-s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3, #wrap-s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f24b1e76-604f-4b5a-8caf-4c44e42ebad3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b91d0036-78d2-436a-9218-0ab66b68ed7e { padding-top: 0px;
text-align: center; }
#s-5cfbf34b-cf72-4c60-9c42-cffc8bf10610 { padding-top: 0px;
text-align: center; }
#s-91718a1f-d843-48e7-8945-2f78261ee86c { text-align: center; }
@media (max-width: 767px){#s-91718a1f-d843-48e7-8945-2f78261ee86c, #wrap-s-91718a1f-d843-48e7-8945-2f78261ee86c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91718a1f-d843-48e7-8945-2f78261ee86c, #wrap-s-91718a1f-d843-48e7-8945-2f78261ee86c { display:none !important; }}
#s-31625cd4-bed4-4f46-8fd4-0eb667c97c65 { min-height: 50px; }
#s-31625cd4-bed4-4f46-8fd4-0eb667c97c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-28db516b-b502-4660-b344-9758895a7a42 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-radius: 1px;
border-color: rgba(0, 0, 0, 0.09); }
@media (min-width: 992px) and (max-width: 1199px){#s-28db516b-b502-4660-b344-9758895a7a42, #wrap-s-28db516b-b502-4660-b344-9758895a7a42 { display:none !important; }}@media (min-width: 1200px){#s-28db516b-b502-4660-b344-9758895a7a42, #wrap-s-28db516b-b502-4660-b344-9758895a7a42 { display:none !important; }}
#s-14935b64-e3d5-4fea-be5c-8eb34306d555 { padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 1); }
@media (min-width: 992px) and (max-width: 1199px){#s-14935b64-e3d5-4fea-be5c-8eb34306d555, #wrap-s-14935b64-e3d5-4fea-be5c-8eb34306d555 { display:none !important; }}@media (min-width: 1200px){#s-14935b64-e3d5-4fea-be5c-8eb34306d555, #wrap-s-14935b64-e3d5-4fea-be5c-8eb34306d555 { display:none !important; }}
#s-14935b64-e3d5-4fea-be5c-8eb34306d555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1b503e3f-8eec-4f20-b260-f73d6957a4c2 { padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-color: rgba(255, 255, 255, 0); }
@media (min-width: 992px) and (max-width: 1199px){#s-1b503e3f-8eec-4f20-b260-f73d6957a4c2, #wrap-s-1b503e3f-8eec-4f20-b260-f73d6957a4c2 { display:none !important; }}@media (min-width: 1200px){#s-1b503e3f-8eec-4f20-b260-f73d6957a4c2, #wrap-s-1b503e3f-8eec-4f20-b260-f73d6957a4c2 { display:none !important; }}
#s-137c71d3-8dc0-4de8-9f65-d27ceb691851 { margin-left: 40px;
margin-right: 40px;
text-align: center; }
@media (max-width: 767px){#s-137c71d3-8dc0-4de8-9f65-d27ceb691851, #wrap-s-137c71d3-8dc0-4de8-9f65-d27ceb691851 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-137c71d3-8dc0-4de8-9f65-d27ceb691851, #wrap-s-137c71d3-8dc0-4de8-9f65-d27ceb691851 { display:none !important; }}
#s-433b0e87-4a41-4b74-a6e9-a73cdcb27784 { margin-top: -130px;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 600px;
background-color: rgba(0, 0, 0, 1); }
@media (max-width: 767px){#s-433b0e87-4a41-4b74-a6e9-a73cdcb27784, #wrap-s-433b0e87-4a41-4b74-a6e9-a73cdcb27784 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-433b0e87-4a41-4b74-a6e9-a73cdcb27784, #wrap-s-433b0e87-4a41-4b74-a6e9-a73cdcb27784 { display:none !important; }}
#s-433b0e87-4a41-4b74-a6e9-a73cdcb27784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-846cf5cb-46d5-492c-bd89-cd949e130404 { margin-left: px;
margin-right: px;
max-width: 600px; }
#s-3d6f437f-8481-4947-a7a4-91452dac52bd { padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
text-align: center; }
@media (min-width: 992px) and (max-width: 1199px){#s-3d6f437f-8481-4947-a7a4-91452dac52bd, #wrap-s-3d6f437f-8481-4947-a7a4-91452dac52bd { display:none !important; }}@media (min-width: 1200px){#s-3d6f437f-8481-4947-a7a4-91452dac52bd, #wrap-s-3d6f437f-8481-4947-a7a4-91452dac52bd { display:none !important; }}
#s-31439abd-6143-4e27-a61a-9980939009a4 { margin-top: 0%;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
max-width: 650px;
background-color: rgba(255, 255, 255, 0); }
#s-31439abd-6143-4e27-a61a-9980939009a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c1e180c6-42b3-4eee-8356-b530bb8c4385 { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0%;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px; }
@media (max-width: 767px){#s-c1e180c6-42b3-4eee-8356-b530bb8c4385, #wrap-s-c1e180c6-42b3-4eee-8356-b530bb8c4385 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1e180c6-42b3-4eee-8356-b530bb8c4385, #wrap-s-c1e180c6-42b3-4eee-8356-b530bb8c4385 { display:none !important; }}
#s-a2c00560-ac16-4058-ae50-8ad32ba73f47 { margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 6%;
padding-left: 0px;
padding-bottom: 2%;
padding-right: 0px; }
@media (min-width: 992px) and (max-width: 1199px){#s-a2c00560-ac16-4058-ae50-8ad32ba73f47, #wrap-s-a2c00560-ac16-4058-ae50-8ad32ba73f47 { display:none !important; }}@media (min-width: 1200px){#s-a2c00560-ac16-4058-ae50-8ad32ba73f47, #wrap-s-a2c00560-ac16-4058-ae50-8ad32ba73f47 { display:none !important; }}
#s-f05fc4db-9184-4f3e-9256-61995f084e3c { padding-top: 3%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
text-align: center; }
@media (max-width: 767px){#s-f05fc4db-9184-4f3e-9256-61995f084e3c, #wrap-s-f05fc4db-9184-4f3e-9256-61995f084e3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f05fc4db-9184-4f3e-9256-61995f084e3c, #wrap-s-f05fc4db-9184-4f3e-9256-61995f084e3c { display:none !important; }}
#s-18ec4311-2278-40d0-b456-1b354760927c { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-radius: 1px;
border-color: rgba(0, 0, 0, 0.09); }
#s-7c971b14-623b-49a6-b01c-d1d81f9d9535 { border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15); }
@media (max-width: 767px){#s-7c971b14-623b-49a6-b01c-d1d81f9d9535, #wrap-s-7c971b14-623b-49a6-b01c-d1d81f9d9535 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c971b14-623b-49a6-b01c-d1d81f9d9535, #wrap-s-7c971b14-623b-49a6-b01c-d1d81f9d9535 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7c971b14-623b-49a6-b01c-d1d81f9d9535"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a031acdc-364d-4bf3-b3a7-86e21215f4e9 { border-style: solid;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 50px;
border-color: rgba(0, 0, 0, 0.15); }
#s-a031acdc-364d-4bf3-b3a7-86e21215f4e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ef3a6cd2-2edb-4f65-b3b6-edb3a878a964 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.26); }
#s-7f2fdd45-fd7d-4085-a68d-6265cbc851ec { padding-top: 0px; }
#s-8bbfb00d-7e39-41d1-bc7f-d347b820b28a { border-style: solid;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 50px;
border-color: rgba(0, 0, 0, 0.15); }
#s-8bbfb00d-7e39-41d1-bc7f-d347b820b28a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-13e2dd85-eea5-4bec-9958-2204f04a053e { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-radius: 1px;
border-color: rgba(0, 0, 0, 0.09); }
#s-87dc1e1c-b6f6-44f8-a537-c4a2917c6428 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.26); }
#s-b557cdd5-3c7c-436c-9b0f-81f3db42a2ab { padding-top: 0px; }
#s-642962a1-8266-418a-8350-b4a02d60b0bd { border-style: solid;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 50px;
border-color: rgba(0, 0, 0, 0.15); }
#s-642962a1-8266-418a-8350-b4a02d60b0bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-32d5f63f-d278-425d-89bf-f69e9182d7b2 { border-style: solid;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15); }
#s-fb9e59af-c616-456a-8bc6-7f23e35b50b1 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.26); }
#s-844a5cda-985a-4738-b216-be7a5509d7e1 { padding-top: 0px;
padding-bottom: 0px; }
#s-2e0df3c7-1b2f-437b-9ad0-d663e74098a8 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.26); }
#s-8ecd88fb-6ac1-45ce-b21c-84910c1e2db5 { padding-top: 0px; }
#s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e { border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15); }
@media (min-width: 992px) and (max-width: 1199px){#s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e, #wrap-s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e { display:none !important; }}@media (min-width: 1200px){#s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e, #wrap-s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e { display:none !important; }}
@media (min-width: 0px) {
[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb8e38f8-79ff-4eda-9d6e-4d8890d0529e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e164830-6e84-4204-82b0-85a178cb4b86 { border-style: solid;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 50px;
border-color: rgba(0, 0, 0, 0.15); }
#s-6e164830-6e84-4204-82b0-85a178cb4b86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7c18ee48-3b52-44e1-acc6-c8db80ee5fac { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.26); }
#s-134726f2-6da4-48e6-9e06-911f918b6380 { padding-top: 0px; }
#s-ca91dbbd-c901-4d6c-b82f-60cd0c826266 { border-style: solid;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
min-height: 50px;
border-color: rgba(0, 0, 0, 0.15); }
#s-ca91dbbd-c901-4d6c-b82f-60cd0c826266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-088243cc-f9df-479b-a3f3-17833af0676a { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-radius: 1px;
border-color: rgba(0, 0, 0, 0.09); }
#s-1686dfa9-0729-4702-ab5d-324e4de939c0 { border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.26); }
#s-29b7aff0-8ea7-40cc-93c0-73ebf0f6120d { padding-top: 0px; }
#s-6d8db6c6-d35c-45ad-8541-bd5cf299ccfb { background-image: url(https://ucarecdn.com/2b44372a-00b0-435d-9efc-df76b5a0ddb7/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center; }
@media (max-width: 767px){#s-6d8db6c6-d35c-45ad-8541-bd5cf299ccfb, #wrap-s-6d8db6c6-d35c-45ad-8541-bd5cf299ccfb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d8db6c6-d35c-45ad-8541-bd5cf299ccfb, #wrap-s-6d8db6c6-d35c-45ad-8541-bd5cf299ccfb { display:none !important; }}
#s-6d8db6c6-d35c-45ad-8541-bd5cf299ccfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-05879f6e-dc4a-48ba-a700-5468f030d2e0 { margin-top: 6%;
margin-bottom: 2%; }
#s-9fa2fd36-9c15-418f-a9d9-66d3664b429a { margin-top: 0px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 0px;
min-height: 0px; }
#s-9fa2fd36-9c15-418f-a9d9-66d3664b429a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-32049664-d8fa-4e4e-a766-300cbfc32c9b { margin-top: 5%;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
max-width: 800px; }
@media (min-width: 0px) {
[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-32049664-d8fa-4e4e-a766-300cbfc32c9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d787d7be-8d21-4ce4-9360-a58d7181ba58 { border-style: solid;
margin-top: 3%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 25%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-radius: 1px;
min-height: 50px;
border-color: rgba(0, 0, 0, 0.18); }
@media (max-width: 767px){#s-d787d7be-8d21-4ce4-9360-a58d7181ba58, #wrap-s-d787d7be-8d21-4ce4-9360-a58d7181ba58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d787d7be-8d21-4ce4-9360-a58d7181ba58, #wrap-s-d787d7be-8d21-4ce4-9360-a58d7181ba58 { display:none !important; }}
#s-d787d7be-8d21-4ce4-9360-a58d7181ba58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-51607a85-34e8-42f2-86f0-be8e33e9b5d5 { padding-top: 2%;
padding-bottom: 2px; }
#s-a0c022ad-5236-45b9-8caf-00d1f0b1b5e9 { margin-left: 30%;
margin-right: 30%;
min-height: 3px; }
#s-a0c022ad-5236-45b9-8caf-00d1f0b1b5e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9701dd31-bf30-4ef3-ba11-779bd1d841a6 { margin-top: 20px;
padding-top: 5px;
padding-bottom: 10px; }
#s-2c545a50-6726-461f-a71a-f4fc8e66fe62 { padding-top: 0px;
padding-bottom: 2px; }
#s-b213f523-c1bb-4e41-a723-dcdcdadc5610 { background-image: url(https://ucarecdn.com/2b44372a-00b0-435d-9efc-df76b5a0ddb7/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center; }
@media (min-width: 992px) and (max-width: 1199px){#s-b213f523-c1bb-4e41-a723-dcdcdadc5610, #wrap-s-b213f523-c1bb-4e41-a723-dcdcdadc5610 { display:none !important; }}@media (min-width: 1200px){#s-b213f523-c1bb-4e41-a723-dcdcdadc5610, #wrap-s-b213f523-c1bb-4e41-a723-dcdcdadc5610 { display:none !important; }}
#s-b213f523-c1bb-4e41-a723-dcdcdadc5610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-05194524-a947-44af-9f53-95eb4acfd316 { margin-top: 6%;
margin-bottom: 2%; }
#s-d4ca5382-901e-40c6-bce6-95ef14266ce0 { margin-top: 0px;
margin-left: 30%;
margin-bottom: 0px;
margin-right: 30%;
padding-top: 0px;
min-height: 0px; }
#s-d4ca5382-901e-40c6-bce6-95ef14266ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f1446632-9c3e-4a19-8fba-598fb01d3c5d { margin-top: 5%;
padding-left: 8%;
padding-right: 8%; }
@media (min-width: 0px) {
[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f1446632-9c3e-4a19-8fba-598fb01d3c5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2facfa82-c24a-427f-8164-5a4a70cdcbbc { border-style: solid;
margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-radius: 1px;
min-height: 50px;
border-color: rgba(0, 0, 0, 0.18); }
@media (min-width: 992px) and (max-width: 1199px){#s-2facfa82-c24a-427f-8164-5a4a70cdcbbc, #wrap-s-2facfa82-c24a-427f-8164-5a4a70cdcbbc { display:none !important; }}@media (min-width: 1200px){#s-2facfa82-c24a-427f-8164-5a4a70cdcbbc, #wrap-s-2facfa82-c24a-427f-8164-5a4a70cdcbbc { display:none !important; }}
#s-2facfa82-c24a-427f-8164-5a4a70cdcbbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f22eb888-1844-49a0-bac9-63342607f3e1 { padding-top: 2%;
padding-bottom: 2px; }
#s-4dd99d53-ede7-4b73-8f6c-e62c2973dbdb { margin-left: 30%;
margin-right: 30%;
min-height: 3px; }
#s-4dd99d53-ede7-4b73-8f6c-e62c2973dbdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3348589f-a3c7-4646-9689-00d79619a920 { margin-top: 20px;
padding-top: 5px;
padding-bottom: 10px; }
#s-b27cf52a-1d23-4a0b-a97a-129a7414194a { padding-top: 0px;
padding-bottom: 2px; }
/*
  $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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-transform: translate(0%, -50%);
          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;
}
