.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: 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-98a29898-b300-4e3f-9f4d-b590faccc5bc {
  min-height: 50px;
}








#s-98a29898-b300-4e3f-9f4d-b590faccc5bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98a29898-b300-4e3f-9f4d-b590faccc5bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-32e9a13b-8abe-4998-9c29-32188c24a64e {
  background-size: cover;
min-height: 200px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
background-attachment: scroll;
}








#s-32e9a13b-8abe-4998-9c29-32188c24a64e > .shg-box-overlay {
  background-color: rgba(4, 4, 4, 1);
  opacity: 0;
}#s-32e9a13b-8abe-4998-9c29-32188c24a64e.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-96347cc8-bad8-400e-92ba-759dfb1d6874 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.47);
}

#s-96347cc8-bad8-400e-92ba-759dfb1d6874 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-879659bf-f834-4eb9-98a1-fc1695e61849 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-879659bf-f834-4eb9-98a1-fc1695e61849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-879659bf-f834-4eb9-98a1-fc1695e61849.shg-box.shg-c {
  justify-content: flex-start;
}

.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-9adbba33-8db8-4d6b-af76-cab0961de165 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9adbba33-8db8-4d6b-af76-cab0961de165"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-73ccadf2-9374-483c-8964-f8491d5b5575 {
  min-height: 50px;
}








#s-73ccadf2-9374-483c-8964-f8491d5b5575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73ccadf2-9374-483c-8964-f8491d5b5575.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-e246b10e-279e-4dea-9f21-e4b3447caacc {
  margin-left: 20px;
margin-right: 20px;
}

.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 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 ::-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-90f00427-90e7-4bb4-8d0c-1bd50bb0886e {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-d8898e31-db3e-4685-a744-ec0dd3cfe7b0 {
  min-height: 50px;
}








#s-d8898e31-db3e-4685-a744-ec0dd3cfe7b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8898e31-db3e-4685-a744-ec0dd3cfe7b0.shg-box.shg-c {
  justify-content: center;
}

#s-6a38b486-a781-4ed1-ab04-bf33b280cfcd {
  margin-left: 20px;
margin-right: 20px;
}

#s-dc464731-796e-4fd4-8340-9a9cf23b69c5 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-d2935656-08bd-4829-bdc7-30be95dfb173 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(0, 0, 0, 1);
}








#s-d2935656-08bd-4829-bdc7-30be95dfb173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2935656-08bd-4829-bdc7-30be95dfb173.shg-box.shg-c {
  justify-content: center;
}

#s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955 {
  margin-bottom: 50px;
padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-89fd8775-4ff9-4701-8b4b-a8a8e6ba1955"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-c3ded9fa-9777-48c8-a68d-c4c3b3c9892c {
  min-height: 50px;
}








#s-c3ded9fa-9777-48c8-a68d-c4c3b3c9892c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3ded9fa-9777-48c8-a68d-c4c3b3c9892c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cb657bcd-1cd0-4476-ad39-fc93e4237695 {
  margin-left: 20px;
margin-right: 20px;
}

#s-dab00005-e19d-4d64-92ee-782acb62e976 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-daf23bab-3079-4e53-a28e-693c5bba4fdb {
  min-height: 50px;
}








#s-daf23bab-3079-4e53-a28e-693c5bba4fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf23bab-3079-4e53-a28e-693c5bba4fdb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-323332e1-cabe-4660-be3e-42e03eb78015 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e00e3d04-8675-4b48-a46f-69b63de39b2e {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-45be1e35-345a-479a-85b4-f21806bc801f {
  min-height: 50px;
}








#s-45be1e35-345a-479a-85b4-f21806bc801f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45be1e35-345a-479a-85b4-f21806bc801f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6c93e67f-4524-4a24-a885-b9f6e8585103 {
  margin-left: 20px;
margin-right: 20px;
}

#s-68ae5c67-1fb5-44bb-9e46-51edabd1ec4d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-c30defc7-c631-4204-8287-11ac8449ab42 {
  padding-top: 100px;
padding-left: 30px;
padding-bottom: 100px;
padding-right: 30px;
background-color: rgba(0, 0, 0, 1);
}








#s-c30defc7-c631-4204-8287-11ac8449ab42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c30defc7-c631-4204-8287-11ac8449ab42.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c4f35229-48fc-4b3b-9c55-eba5df415c3a {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-c4f35229-48fc-4b3b-9c55-eba5df415c3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-14fa0921-f1b6-4cd2-b37b-c496b82792f7 {
  min-height: 50px;
}








#s-14fa0921-f1b6-4cd2-b37b-c496b82792f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14fa0921-f1b6-4cd2-b37b-c496b82792f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0b4af32e-5135-4322-bcf8-03c3d5301b43 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5146b30d-3de0-45a0-be7b-e254859b35e0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-6cf598e6-46b4-4179-8c6e-c584b67bd2b8 {
  min-height: 50px;
}








#s-6cf598e6-46b4-4179-8c6e-c584b67bd2b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cf598e6-46b4-4179-8c6e-c584b67bd2b8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-964fed09-2313-4f1f-86bb-d81cc062a08c {
  margin-left: 20px;
margin-right: 20px;
}

#s-10c2d1a4-5ce5-4f64-8599-98b4463b4b42 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-f3b99253-78f2-4609-8332-30b0ec21fd37 {
  min-height: 50px;
}








#s-f3b99253-78f2-4609-8332-30b0ec21fd37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b99253-78f2-4609-8332-30b0ec21fd37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e6e297c6-ee49-4198-8b09-5c4979e1d774 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8b358e0e-372f-4204-ba23-4e00ccd40510 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-c729502e-f0e2-4daf-aaaa-a9260322ac34 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-c729502e-f0e2-4daf-aaaa-a9260322ac34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c729502e-f0e2-4daf-aaaa-a9260322ac34.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7fce59c6-e0ae-42e3-b9e1-4ec772ee2b02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-6df49851-17d3-4458-8241-dcaab5d88754 {
  min-height: 50px;
}








#s-6df49851-17d3-4458-8241-dcaab5d88754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6df49851-17d3-4458-8241-dcaab5d88754.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a11769a1-7c44-4376-80c3-17c4a9252099 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a6f285b8-100a-4e5b-9b84-604a277ad959 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-972a32bf-a2d6-4b94-9dcd-9313de55d88f {
  min-height: 50px;
}








#s-972a32bf-a2d6-4b94-9dcd-9313de55d88f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972a32bf-a2d6-4b94-9dcd-9313de55d88f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10ee6429-813e-4a60-ad36-582fea961d0d {
  margin-left: 20px;
margin-right: 20px;
}

#s-a4187d20-7b32-4b9f-b097-5c97dde8f8bd {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-6c0527df-2b75-4f0b-970e-fd7996b14464 {
  min-height: 50px;
}








#s-6c0527df-2b75-4f0b-970e-fd7996b14464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c0527df-2b75-4f0b-970e-fd7996b14464.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a66b68b4-5be7-44b2-b9b2-1916478a03cc {
  margin-left: 20px;
margin-right: 20px;
}

#s-da8b1ecc-cc98-4910-88c3-0b4c39041c4e {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-283f028a-6396-4b68-ad14-69efe5aa44f4 {
  padding-left: 30px;
padding-bottom: 150px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-283f028a-6396-4b68-ad14-69efe5aa44f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-283f028a-6396-4b68-ad14-69efe5aa44f4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-d1f60298-56ab-4278-a626-76e9e8fd411e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-c1a2fcaf-07b9-4334-a214-f4f1bb0b328b {
  min-height: 50px;
}








#s-c1a2fcaf-07b9-4334-a214-f4f1bb0b328b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1a2fcaf-07b9-4334-a214-f4f1bb0b328b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cbc638d1-207b-4b2b-b57d-7176a0e94c1e {
  margin-left: 20px;
margin-right: 20px;
}

#s-16b69b8b-8a39-4dba-8e49-90b9f9f43c3c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-753cc8d3-34ea-4639-9b3c-172012e92a41 {
  min-height: 50px;
}








#s-753cc8d3-34ea-4639-9b3c-172012e92a41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753cc8d3-34ea-4639-9b3c-172012e92a41.shg-box.shg-c {
  justify-content: flex-start;
}

#s-120f9289-7352-4547-91e3-56333783bebe {
  margin-left: 20px;
margin-right: 20px;
}

#s-fd451cc6-6539-4daa-bcf4-ed58c82ab3e8 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-23c2e4f6-65a8-4122-83ac-fcba07057efd {
  min-height: 50px;
}








#s-23c2e4f6-65a8-4122-83ac-fcba07057efd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c2e4f6-65a8-4122-83ac-fcba07057efd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d040233-fceb-4185-821e-9a11d4708123 {
  margin-left: 20px;
margin-right: 20px;
}

#s-50665740-79ce-4ac7-91c9-3f8a61656609 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-de849f1f-46ad-409c-a2a0-a22cee38552d {
  padding-top: 100px;
padding-left: 30px;
padding-bottom: 100px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-de849f1f-46ad-409c-a2a0-a22cee38552d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de849f1f-46ad-409c-a2a0-a22cee38552d.shg-box.shg-c {
  justify-content: center;
}

#s-74d8ee63-df27-4ba4-8fb2-99a022476333 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-74d8ee63-df27-4ba4-8fb2-99a022476333"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-fca9a49c-b71d-4326-bd9b-549b182464f7 {
  min-height: 50px;
}








#s-fca9a49c-b71d-4326-bd9b-549b182464f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca9a49c-b71d-4326-bd9b-549b182464f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ead96ce2-807c-47f9-8c03-901d8731c958 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a3cb710f-f518-409b-a549-dae69ab4f58c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-2f1a2efb-83e5-47cc-9c8b-f31d1c26c447 {
  min-height: 50px;
}








#s-2f1a2efb-83e5-47cc-9c8b-f31d1c26c447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f1a2efb-83e5-47cc-9c8b-f31d1c26c447.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ee5339cf-524f-4983-926f-a2e05dfb272b {
  margin-left: 20px;
margin-right: 20px;
}

#s-75c087d9-1fbc-4fb5-9158-7de9278d2149 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-293dc5bb-83cd-493b-8449-07b77d7bfc6f {
  min-height: 50px;
}








#s-293dc5bb-83cd-493b-8449-07b77d7bfc6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-293dc5bb-83cd-493b-8449-07b77d7bfc6f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3dab397d-c048-4edf-81ea-45601203ac70 {
  margin-left: 20px;
margin-right: 20px;
}

#s-85325952-91ea-4215-bcec-f9325d96cea9 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-da50bf67-d44d-4ec4-96d1-034ddc736858 {
  padding-top: 100px;
padding-left: 30px;
padding-bottom: 100px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-da50bf67-d44d-4ec4-96d1-034ddc736858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da50bf67-d44d-4ec4-96d1-034ddc736858.shg-box.shg-c {
  justify-content: center;
}

#s-3aff09de-38d1-44d3-9cba-c43481126477 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3aff09de-38d1-44d3-9cba-c43481126477"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-0ed8c53d-f69d-477c-8310-f15009d20862 {
  min-height: 50px;
}








#s-0ed8c53d-f69d-477c-8310-f15009d20862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ed8c53d-f69d-477c-8310-f15009d20862.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4300514-0925-41b1-81cb-c19c6765b8f5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-167b4e87-74b1-4af0-8c8b-6d24f2e760b7 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-0ed0a788-3e3a-4d2d-996a-be9e6ada52e6 {
  min-height: 50px;
}








#s-0ed0a788-3e3a-4d2d-996a-be9e6ada52e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ed0a788-3e3a-4d2d-996a-be9e6ada52e6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8381ed40-4fa6-4237-ad36-bb5f9d0559b7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2449c18f-d43c-4c55-b366-122cc68aeca4 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-2ba7b4b5-f09d-4b53-8a0b-61dd2369106f {
  min-height: 50px;
}








#s-2ba7b4b5-f09d-4b53-8a0b-61dd2369106f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ba7b4b5-f09d-4b53-8a0b-61dd2369106f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d5b74b70-f207-43f0-ad7b-2eb04fa2d2a4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8a80a0bb-64a1-44f6-9986-6eb021a1059c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-0f9e8fb9-2438-4887-84ba-27ec4463cbf8 {
  padding-top: 100px;
padding-left: 30px;
padding-bottom: 100px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-0f9e8fb9-2438-4887-84ba-27ec4463cbf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f9e8fb9-2438-4887-84ba-27ec4463cbf8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4a8ea8df-1ff7-4445-8592-5364bed719c2 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-4a8ea8df-1ff7-4445-8592-5364bed719c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-e1e003cc-184f-4dd0-9176-ce293895b445 {
  min-height: 50px;
}








#s-e1e003cc-184f-4dd0-9176-ce293895b445 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1e003cc-184f-4dd0-9176-ce293895b445.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6bdafd86-3c9c-492f-bd49-1fc29a439032 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6b8dbc0a-5075-4602-8986-70e18acfcdfe {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-2f54bc04-b1b3-4246-bdae-c556f1a238d5 {
  min-height: 50px;
}








#s-2f54bc04-b1b3-4246-bdae-c556f1a238d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f54bc04-b1b3-4246-bdae-c556f1a238d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d88bcfcb-4195-4a49-941f-b3c821d3655a {
  margin-left: 20px;
margin-right: 20px;
}

#s-805c9353-c037-44ed-bdc4-3575c9c161e8 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-9ae4cfc4-1012-4863-8aff-03dd3c5dac1b {
  min-height: 50px;
}








#s-9ae4cfc4-1012-4863-8aff-03dd3c5dac1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ae4cfc4-1012-4863-8aff-03dd3c5dac1b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3a4091bf-8865-4950-8a2a-91fc2b91dce8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ffa0ded4-c776-4510-bc57-66cde7a0381d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-456d03b9-5b7d-48bc-9516-4ca53c2dcce6 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 30px;
padding-bottom: 150px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-456d03b9-5b7d-48bc-9516-4ca53c2dcce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456d03b9-5b7d-48bc-9516-4ca53c2dcce6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-6bfefa51-ea52-45d0-aeba-11b5de0a45b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-825499d4-9bfa-4538-850e-c29cc07d31db {
  min-height: 50px;
}








#s-825499d4-9bfa-4538-850e-c29cc07d31db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825499d4-9bfa-4538-850e-c29cc07d31db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae3b1726-2dd5-4d6f-a748-337a36bb6933 {
  margin-left: 20px;
margin-right: 20px;
}

#s-83e21335-1e6c-487d-9c73-4100223caaa1 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-7e6bb206-66ac-48cd-aeb9-d52dec3bde4b {
  min-height: 50px;
}








#s-7e6bb206-66ac-48cd-aeb9-d52dec3bde4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e6bb206-66ac-48cd-aeb9-d52dec3bde4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7825786e-196d-4da3-8e82-6f6a082f4230 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e76ee919-1529-462f-b71c-307ff6ec7655 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-41cbe98f-70d5-49ed-9e28-0f92f8f39e0e {
  min-height: 50px;
}








#s-41cbe98f-70d5-49ed-9e28-0f92f8f39e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41cbe98f-70d5-49ed-9e28-0f92f8f39e0e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1f0595a7-2c12-4840-8486-f97f2a037ceb {
  margin-left: 20px;
margin-right: 20px;
}

#s-46034053-9ede-4600-86b5-69795d850f5f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-232ea3e9-0ff4-42ce-9f5b-78859f10a3f9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGQ2OWRmYTQtOTJjNi00OGU5LWE3YjItNWVhZmI1ZTM4ZmViIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdiN2I3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZDY5ZGZhNC05MmM2LTQ4ZTktYTdiMi01ZWFmYjVlMzhmZWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: -150px;
margin-bottom: -150px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-232ea3e9-0ff4-42ce-9f5b-78859f10a3f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-232ea3e9-0ff4-42ce-9f5b-78859f10a3f9.shg-box.shg-c {
  justify-content: center;
}

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