.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,243,211;--color-primary-1:241,228,195;--color-primary-2:255,196,37;--color-primary-3:153,118,22;--color-primary-4:51,39,7;--color-secondary-0:222,232,225;--color-secondary-1:144,177,156;--color-secondary-2:32,99,56;--color-secondary-3:16,50,28;--color-secondary-4:5,15,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;overflow:visible;position:relative;display:block; }#qQy6ILt6la9ZcFvUyMiXgElgnsbio3lP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:15.5rem;top:2.375rem;left:4.75rem;overflow:hidden;display:block; }
#oOm1scbX8kCk2pPcMuZ6MRVTGxJTo7UF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.5625rem;left:55.8125rem;display:block; }
#g8PuPQcRuBJyMNTan0Kx2GHxZnVeSSVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rx8HssNbKEaThGTltEk5e4ALQVer0vtw { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.625rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09d80f1f-8188-4150-8859-2c6a84b84c61/stctreeremovalheader.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI.adaptive-delivery-prevent-bg, #J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI.lazyload, #J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI.lazyloading { background-image: none; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container { background-color: transparent; background-image: none; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container > .video-iframe-container { display: none; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row > .video-iframe-container { display: none; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container { border-width: 0; border-radius: 0; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#PTXNaXgiZfpRpr6TL7sfeIe0kwPKkREQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:22.875rem;top:0rem;left:49.125rem;display:block; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-form-header {  }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;height:4.0625rem;font-family:"open sans";overflow:hidden; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-container:first-of-type{padding-top:0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-container:last-of-type{padding-bottom:0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.3740234375rem;left:50.5615234375rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM {display:block;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.3740234375rem;left:50.5615234375rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #pyTVA3D8Lo9Gapqh86u7KVwPT20IB81V { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #DyBzEZrz1bWyddEBAR8v1v7C0326uIru { position:relative;display:none; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #BZK7KHx0efg6m0bdaoJHNqMaLvL0Tluc { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #uSyVVarACKkfm48zPwKZgS1eRcPnervc { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #wboV4xl8JxkUPviRMTgSJid5BFBLT0KC { position:relative;display:none; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #STtOU37ovNBTumiTRwI7Pxe3lMuzfaoc { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #P2Omuyyegde7m2XPzOpVr5xMawkx56gI { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #gDmsQP1b2Z9L4imcK5i3baTx2q80Iu3F { position:relative;display:none; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #wxAfNR88to25HNaz0TN18Ja0NHWw5Fac { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #sU4slxZcVRNpSXzHGiVtdT0kSy6XlLTd { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #VVH4wT5yBJqSqOQOXK0NSRBsIDwx7LLs { position:relative;display:none; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #dp0TriAK3sigFTb46PhSnmcMvAtWw4wW { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #mv09z67ZFbIhmJyfCEd8whBbq4GivWwi { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #hvG6kI88TLOrlHESaLdvb35TEhXH4xHa { position:relative;display:none; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #UpRQZoiFOxFHOm5C18ot50wTIsAvZaLM { position:relative; }
#v0DFUQX7JlfiNIl9K6hub6HR9soRTmLw { position:relative;display:block; }
#XkMT47Ur34NRQUDJsCLsccBlpccEi1zi { position:relative;display:block; }
#QGeOH3JwePIUF967WRkC0JEuweV0hRt6 { position:relative;display:block; }
#k0v0VDCJUVJlK4USCcqWUxt666BOqwTA { position:relative;display:block; }
#zi67FaZ5oSJN7eklZeTOQvXfNl7sTEcn { position:relative;display:block; }
#yZaOTg8zvFLqkVJTxQP7388HpKR8KHN8 { position:relative;display:block; }
#D9m01TP9K6wOMgODM1ckMlKU6HEZ8yL2 { position:relative;display:block; }
#qsIampFyagb1XxbptKwydvAuW1KcThJP { position:relative;display:block; }
#dPgT8xqus0HKLxeU2wIwUIJA9nzdzDCp { position:relative;display:block; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #axGynx1fgge0SVJd3mOJS6BLrcmK6z68 { position:relative; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #T2J9fEgCtSrBHJVzN2UDhJlcMtTIoHm4 { position:relative; }
#FGLifJgUs81vkS70AgygBR6vsKHOZR45 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.20703125rem;left:50.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bawcNucWZ0EgNICHGPdCvydoU27TL8Xx { color:rgba(var(--color-primary-2),1);display:block;width:40.375rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.25rem;left:4.25rem;height:7.69925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oRkMGWELk63ZUOgF77ueK0ldhll8IVwx { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:4.25rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gDEp2ilOO2Z6DtLWNBv7py3i0cO6eZUf { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:37.5625rem;top:25.875rem;left:-45.0625rem;display:none; }
#LmTw7tGU8U4nedU1qqhlSewAeSgXNJum { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.55078125rem;left:51.90625rem;height:1.94921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lvrKl6X0HwTkqWvbSdGTHTxNIo6Rn69L { color:rgba(var(--color-primary-2),1);display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.1875rem;left:4.25rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nc85JIZekBLlnRJtTv51A3LIuTqpC2JZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11.3125rem;top:31.5625rem;left:15.1875rem;display:block; }
#e8lu4cseiaitucCOSbTtRNIVQGSzgPWl { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:4.5625rem;top:30.6875rem;left:28.125rem;overflow:hidden;display:block; }
#ax7J8hVSqFaQqLf6XWykOI3hTvGDl4nT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.375rem;top:32.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#CM9WAkuODAAprB4QQRTTdr9MQbZwA3sR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.125rem;top:31.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#IsBZhSym1Aovr41kMKJ0W6JmTNWXT5ag { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.0625rem;top:24.3125rem;left:4.375rem;overflow:hidden;display:block; }
#ETTEbAypILcoBVUqdBi1LTQTFXyz80ow { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:3.1875rem;top:23.5rem;left:12.5rem;overflow:hidden;display:block; }
#EEBlCxUTXRzIJnBHlbFO7kUXAINTMkHw { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7rem;top:23.8125rem;left:18.5rem;overflow:hidden;display:block; }
#TUsq5h202ffbTOpISQrXaJiU6T4TQz6x { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:23.875rem;left:27.75rem;overflow:hidden;display:block; }
#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container { background-color: transparent; background-image: none; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container > .video-iframe-container { display: none; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row > .video-iframe-container { display: none; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container { border-width: 0; border-radius: 0; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#q2pehTVvyugBdX4XZ4MqQFqrZxOGH0xm { color:rgba(var(--color-tertiary-0),1);display:block;width:69.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.349609375rem;left:2.09375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container { background-color: transparent; background-image: none; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container > .video-iframe-container { display: none; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row > .video-iframe-container { display: none; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container { border-width: 0; border-radius: 0; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#UHrfrwrw2TKQCToKbT1NKaWrLTD1MeuZ { position:absolute;display:block;z-index:15000;background-color:#f0f3f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:19.6875rem;top:2.4375rem;left:5.375rem;display:block; }
#IHyEtf3on8clhIeneps5CCO0p7I2Gasz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:29.3125rem;left:6.125rem;overflow:hidden;display:block; }
#hsXpwoK5oLSMQhBArwbvP8eQ2e5Xt9ra { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.5625rem;top:31.625rem;left:10.75rem;overflow:hidden;display:block; }
#x3P9rHhzgFo2DWS55nTkDSZK8JOypZaA { position:absolute;display:block;z-index:15001;background-color:#f0f3f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:19.6875rem;top:2.375rem;left:27.375rem;display:block; }
#T04lfO4ET7ypDRM1vAVdMgzBTyTeXL38 { position:absolute;display:block;z-index:15002;background-color:#f0f3f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:19.6875rem;top:2.25rem;left:49.125rem;display:block; }
#diqGVyg31WGi87qxGgHkpyQbJ5JOuwPv { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.1884765625rem;left:6.125rem;height:22.39455rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#LvLs2Z1CEFemUR2WHXNAupqwLGeUXMka { color:#333333;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.25rem;left:10.75rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ln485h9KfsMwKU79Wt6sKM0tyoFuf7Hg { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:3.18798828125rem;left:28.125rem;height:23.994125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#d3pMFFdBD3CLGeW5x3HQioTQgcDrepv2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.5625rem;top:31.625rem;left:32.75rem;overflow:hidden;display:block; }
#ea5GACTfgvtiIwNXRRXODlTeqwPOmyE9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:29.3125rem;left:28.125rem;overflow:hidden;display:block; }
#fdthlluGsZbMyXh2c5zVoP7eCTtk0tcM { color:#333333;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:30.25rem;left:32.75rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4GkkTxTdR1RsLERGbokAhvsEOiRTKoA { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.1884765625rem;left:49.875rem;height:22.39455rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#sBOuQ5kDlV2NiZgH8LtRuvAiFfXJK9Zl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.5625rem;top:31.625rem;left:54.5rem;overflow:hidden;display:block; }
#MvlVLNIUTdF8USrPTlyU5cqQAZ32XUoA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:29.3125rem;left:49.875rem;overflow:hidden;display:block; }
#ICTMoQVXFhBcxIRT8RbZSGzwqeEGL6qZ { color:#333333;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:30.25rem;left:54.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfe8e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container { background-color: transparent; background-image: none; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container > .video-iframe-container { display: none; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row > .video-iframe-container { display: none; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container { border-width: 0; border-radius: 0; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#wTWFdB8gqIv38TmOy1hHcDzzGEwT7r9l { color:#126e43;display:block;width:65.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.71875rem;left:4.90625rem;height:11.6996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUiz6GRH8PoIHk79GJVmr3E6Jdk1AVp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:16.9384765625rem;left:13.84375rem;height:6.07470625rem;text-align:center;text-align-last:center;display:block; }
#iF8rIJGmpuzFVS4JKtLQ4IoDUFFyyTI1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.5625rem;left:23.875rem;display:block; }
#kxPq9hNMWbVPiwqScCTp3pJ70nlMkGC6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container { background-color: transparent; background-image: none; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container > .video-iframe-container { display: none; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row > .video-iframe-container { display: none; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container { border-width: 0; border-radius: 0; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#iRP7GZP2vHXTNgCtxrho5Jq9tgDci3qZ { color:rgba(var(--color-secondary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0244140625rem;left:13.125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cz7uu6voAsJLRk5trDGmpnx6pinoHcHD { color:rgba(var(--color-secondary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:12.6875rem;height:1.625rem;font-style:normal;display:block; }
#tttLNHpdXVdamRABADGRk9p41yGeuW8s { color:#333333;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.3125rem;left:12.6875rem;height:3.8994125rem;display:block; }
#NTKzzbkUBMlyoGNaUldqgE79BdZmvpL4 { color:rgba(var(--color-secondary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.9375rem;left:12.6875rem;height:1.625rem;font-style:normal;display:block; }
#TATz2fTFJUeRgh4HzCfUiDEUEFootVgH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.8125rem;left:10.0625rem;overflow:hidden;display:block; }
#nMDfhVuvbNxV5T6lEZUtyRmR6NNPM3VJ { color:#333333;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.5625rem;left:12.6875rem;height:5.19921875rem;display:block; }
#kI84zLVbleIFcTeTazSAh8cFiMzUF93S { color:rgba(var(--color-secondary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.0625rem;left:12.6875rem;height:1.625rem;font-style:normal;display:block; }
#v1euxCwcBXlIh0yM8gBAVpwcE0TH1Wvl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.9375rem;left:10.0625rem;overflow:hidden;display:block; }
#Um0ScoJsmSTe124aeuG4x9mrdq2wXoR5 { color:#333333;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.6875rem;left:12.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#BgZSfAbEHBe2HryFSQ6u4XGGdopGKGsf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.3125rem;left:10.0625rem;overflow:hidden;display:block; }
#l2i7Au1EiTQ4swaPod6euR4V4mivwTdu { color:#333333;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:42.875rem;height:5.19921875rem;display:block; }
#g4At5MwQXXKr32s7oTluUISFSnODODut { color:rgba(var(--color-secondary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:29.0625rem;left:42.875rem;height:1.625rem;font-style:normal;display:block; }
#zNlo1womUtxl3Af5JJ7GpyGJUK26R5Cw { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.0625rem;left:40.25rem;overflow:hidden;display:block; }
#czihnL4qQylwDzNOmHPGp09gZWu4IZXD { color:#333333;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.3125rem;left:42.875rem;height:3.8994125rem;display:block; }
#ep3JG6oHifF6WKQPhSHNOASdOvsyLP5K { color:rgba(var(--color-secondary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.9375rem;left:42.875rem;height:1.625rem;font-style:normal;display:block; }
#UtG5ZqpR3JkdUZmUd6Kgp2R3gIcIKacB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.8125rem;left:40.25rem;overflow:hidden;display:block; }
#eefL94BFcdV9ID3FQLZ7bndxvX2qkbFl { color:#333333;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:42.875rem;height:3.8994125rem;display:block; }
#yiE35MyWcT6XQbpRPZtCCD14UFkam0gU { color:rgba(var(--color-secondary-2),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:42.875rem;height:1.625rem;font-style:normal;display:block; }
#bdhm12zC7dBVhZsFawCXdKlzi80NQaTg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.3125rem;left:40.25rem;overflow:hidden;display:block; }
#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container { background-color: transparent; background-image: none; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container > .video-iframe-container { display: none; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row > .video-iframe-container { display: none; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container { border-width: 0; border-radius: 0; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#HlgzJ8x8RyldgeLC9Pcal6TZqCWVQs9z { color:rgba(var(--color-secondary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.40625rem;left:12.21875rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxpcPV6gOtzxJKXoBPFR2ICuSCwlyQfl { color:#333333;display:block;width:47.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.125rem;left:13.65625rem;height:7.19925rem;text-align:left;text-align-last:left;display:block; }
#dclomvWo8kIc9MO7THtVZQoiOZoaO29H { color:rgba(var(--color-secondary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.431640625rem;left:8.71875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#almOseB0oSqbs3vB9T2SvqrDT6PUtEgT { color:#333333;display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:20.81103515625rem;left:8.71875rem;height:12.59911875rem;text-align:left;text-align-last:left;display:block; }
#zN6OBU5pJqhEqfVkiOhbTlbfVouivkyR { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/62a369b8-69ef-4358-921d-ba93970570c8/stckerrypark096daniellepalmerfriedman20220930_10rc0i80pw0i800q000028.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.5rem;width:29.125rem;top:16.861328125rem;left:38.5625rem;display:block; }#zN6OBU5pJqhEqfVkiOhbTlbfVouivkyR.adaptive-delivery-prevent-bg, #zN6OBU5pJqhEqfVkiOhbTlbfVouivkyR.lazyload, #zN6OBU5pJqhEqfVkiOhbTlbfVouivkyR.lazyloading { background-image: none; }
#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfe8e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container { background-color: transparent; background-image: none; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container > .video-iframe-container { display: none; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row > .video-iframe-container { display: none; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container { border-width: 0; border-radius: 0; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#TTFzKwNpKPCkRsRMRZQJApqKnFUT3rnS { color:rgba(var(--color-secondary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:39.1875rem;height:5.8496125rem;font-style:normal;display:block; }
#GdxIB1qP3Vvs7OCm0quNZ5yK0qImLLmo { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:7.875rem;left:39.1875rem;height:12.598625rem;display:block; }
#kh1iBoyd0lRBErfKlCbK7cweWDmTKwg1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.8125rem;left:39.1875rem;display:block; }
#tEQbxkWT0XrHbXsXud0EJfKUWkUgcmZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3LEslaNTJ5dd7tOaGTJzwRAk8pmefRz { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e36dc63-7698-43f0-8458-0326880908d3/stctreeremoval.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25rem;width:30.625rem;top:3.5rem;left:5.0625rem;display:block; }#R3LEslaNTJ5dd7tOaGTJzwRAk8pmefRz.adaptive-delivery-prevent-bg, #R3LEslaNTJ5dd7tOaGTJzwRAk8pmefRz.lazyload, #R3LEslaNTJ5dd7tOaGTJzwRAk8pmefRz.lazyloading { background-image: none; }
#WIziVdAMaE8rHrJqFH3alSGdqITawvUq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container { background-color: transparent; background-image: none; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container > .video-iframe-container { display: none; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row > .video-iframe-container { display: none; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container { border-width: 0; border-radius: 0; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#g8zrPSB8JpCROQ07FgG8gSRV9HzU34M3 { color:rgba(var(--color-secondary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:4.375rem;height:5.8496125rem;font-style:normal;display:block; }
#isDR2NVZTtu7Jllnq2EOcqFRFaPUqTpW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:8.0625rem;left:4.375rem;height:12.598625rem;display:block; }
#wmaaTLVgWFJN3nDubKMkSku3iS5kWpnR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.125rem;left:4.375rem;display:block; }
#fMkdThr3hJNpXT5nlUQ0Owl8tn9s66zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbHNaxplQ9WzdiyR7XKQTCpPCQ0dy8DF { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/56df77e2-fc99-4761-afe6-0dbd852627d9/treeremoval02.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25rem;width:30.625rem;top:3.625rem;left:38.5rem;display:block; }#IbHNaxplQ9WzdiyR7XKQTCpPCQ0dy8DF.adaptive-delivery-prevent-bg, #IbHNaxplQ9WzdiyR7XKQTCpPCQ0dy8DF.lazyload, #IbHNaxplQ9WzdiyR7XKQTCpPCQ0dy8DF.lazyloading { background-image: none; }
#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfe8e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container { background-color: transparent; background-image: none; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container > .video-iframe-container { display: none; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row > .video-iframe-container { display: none; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container { border-width: 0; border-radius: 0; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#aSmsIDQZoTiZumKexzngArWBctodvpDg { color:rgba(var(--color-secondary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:39.1875rem;height:5.8496125rem;font-style:normal;display:block; }
#klTCl5B4sHuiMi3qs2spqUAyGEIO6tSq { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:10.60009765625rem;left:39.1875rem;height:8.999rem;display:block; }
#d764he9HaWsdwGOHOOmnwXgzGTfsl061 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.8125rem;left:39.1875rem;display:block; }
#TPmo3mATnH7KJhAgRVGbNAs0T0tZ0k9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQGw9sZqO8yxfh3DqcIRNJAFFi4oRek6 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c2fb5066-9340-4e96-a70c-e9fc675b7ee7/stccraneremoval.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25rem;width:30.625rem;top:3.5rem;left:5.0625rem;display:block; }#gQGw9sZqO8yxfh3DqcIRNJAFFi4oRek6.adaptive-delivery-prevent-bg, #gQGw9sZqO8yxfh3DqcIRNJAFFi4oRek6.lazyload, #gQGw9sZqO8yxfh3DqcIRNJAFFi4oRek6.lazyloading { background-image: none; }
#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container { background-color: transparent; background-image: none; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container > .video-iframe-container { display: none; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row > .video-iframe-container { display: none; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container { border-width: 0; border-radius: 0; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#a3AMkmkUAUixb5u89sc60h8N4QSPE8a3 { color:rgba(var(--color-secondary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:4.375rem;height:2.92480625rem;font-style:normal;display:block; }
#xBubHteSSD6FtpG1T1kMrTMgaA6iuid7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:8.0625rem;left:4.375rem;height:14.3984375rem;display:block; }
#Vp9miwbIqNTg8S7fSpLATi5NkILzRkuB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.125rem;left:4.375rem;display:block; }
#xo1m5TKgVd9Gb0STm27zkiQwAvl2F7AN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXeCzfOPreDhbWH3TaMZRsLNaZgCrioc { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb226c3b-d109-4ebb-b586-273868e8f5f9/stcstumpgrinding.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25rem;width:30.625rem;top:3.625rem;left:38.5rem;display:block; }#eXeCzfOPreDhbWH3TaMZRsLNaZgCrioc.adaptive-delivery-prevent-bg, #eXeCzfOPreDhbWH3TaMZRsLNaZgCrioc.lazyload, #eXeCzfOPreDhbWH3TaMZRsLNaZgCrioc.lazyloading { background-image: none; }
#mbioGp9TH0HuDqTWWpFNmO65o15iEULN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container { background-color: transparent; background-image: none; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container > .video-iframe-container { display: none; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row > .video-iframe-container { display: none; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container { border-width: 0; border-radius: 0; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#LXvdZU6EmS9BetlDo6MUsRk8Jp7T9nTi { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:38.5625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmgmB0lL7WvrHuWIv8MwzFTHZCdqyl1q { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.15625rem;left:40.375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#QmczR9rhUUo53yAJP4FDLLT7Fr0IHaNf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:4.3125rem;left:6.4375rem;display:block; }
#fBy3hn0wH15NkZ2pfRspOkk7c9BIn3DN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container { background-color: transparent; background-image: none; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container > .video-iframe-container { display: none; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row > .video-iframe-container { display: none; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container { border-width: 0; border-radius: 0; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container { font-size:0.875rem;font-family:arial;height:82.75rem;width:75rem;position:relative;display:block; }#xZmSSIffZ6egzbTAdfuUzHOBwhQKNqGS { color:rgba(var(--color-secondary-2),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.59375rem;height:10.2363125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UOIS0ETkqZRn3krfeMGTN51m3Ul4nxTG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:22.9375rem;top:13.9375rem;left:10.875rem;overflow:hidden;display:block; }
#J03WpXEquX5kPKlxDZ9TDqFWCi5qED82 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:22.9375rem;top:13.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#DGqAefHWQwhEbM2vTSDA3vfX2xS51Grx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:22.9375rem;top:47.25rem;left:10.8125rem;overflow:hidden;display:block; }
#X5AT9OAOGFcfbtKV4PtVHOalJRdWe2sN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:22.9375rem;top:47.25rem;left:38.5625rem;overflow:hidden;display:block; }
#me6No1tfsH0nEN5mSADqNqvbUR3ii6eF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.75rem;top:41.125rem;left:10.8125rem;display:block; }
#ygZVTka6Q4CChi4QwwEe3S1icJF5WddP { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:75.4560546875rem;left:11.75rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTaEiPdHeLq4aDKtNNApzq2ODAhNXyFn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.75rem;top:41.125rem;left:38.5625rem;display:block; }
#cEiDSgGVbBf2zAxR89PdiL0VP50AP0uy { color:rgba(var(--color-secondary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:42.0625rem;left:38.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AVsfb4Pw60d3s39CDq6wkCtx7MTaynBg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.75rem;top:74.4375rem;left:10.875rem;display:block; }
#I0WdH3hV8bkfM7BOFhGam01tzch2J4a9 { color:rgba(var(--color-secondary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:41.7373046875rem;left:12.625rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6ffDnCue0hvtsxJV0imTp9E5KIH01dt { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:14.75rem;top:74.4375rem;left:38.5625rem;display:block; }
#e8xvFsBmvDENNEchCCXiHlHJLGbx9CnO { color:rgba(var(--color-secondary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:75.37451171875rem;left:39.03125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c321b15-e52b-4765-9784-aea377e6a3e9/stcfallentree.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho.adaptive-delivery-prevent-bg, #AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho.lazyload, #AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho.lazyloading { background-image: none; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container { background-color: transparent; background-image: none; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container > .video-iframe-container { display: none; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row > .video-iframe-container { display: none; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container { border-width: 0; border-radius: 0; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#tFcFuUAqpLaeJ4VnaqgCPnpfxdbvxi86 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:54.8125rem;top:5.84375rem;left:7.5rem;display:block; }
#UluT3b9xu1bFbvU2TR2B5ShsOzvLBKbR { color:rgba(var(--color-secondary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:8.5625rem;left:12.65625rem;height:7.349625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bralRumbQu8vgKfsOrhepb4yKahnLqyl { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:12.95751953125rem;left:11.0625rem;height:8.49853125rem;text-align:center;text-align-last:center;display:block; }
#cTqHeZS3fqrzl1MTRUhAbfLDunXd2HUB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.40625rem;left:24.96875rem;display:block; }
#eQPzxmSK3XhrcKlmQaep0kkoFgOA06BG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MG0GBVnzSNO2d13DodKsfniquFDNGQIE { color:rgba(var(--color-secondary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.375rem;left:20.28125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container { background-color: transparent; background-image: none; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container > .video-iframe-container { display: none; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row > .video-iframe-container { display: none; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container { border-width: 0; border-radius: 0; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#MyXU6fK6mCaJVofQrwuIfaqRlBPIdBQN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.875rem;width:30.4375rem;top:3.248046875rem;left:36.056640625rem;overflow:hidden;display:block; }
#VTnu77u0WH4JgJWAK1fBgazbagglr0Vf { color:#126e43;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.375rem;height:15.599625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F3PMCCwZaGHgEXIyeG7tPvFZTL4uuApu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:22.525390625rem;left:5.375rem;height:9.5605625rem;display:block; }
#VSN3KDhSqFUu62ue0zZQNraDrBy3ED2S { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:14.15234375rem;left:5.375rem;height:7.0121875rem;display:block; }
#zCq5MTqMn8GFBhurSrwT5xcER8o6Eged { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.33984375rem;left:5.375rem;display:block; }
#Lnv85Fk8NxpWhrs8nBVE6TTTLcco9dRG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/793fc7a5-46c1-47d7-8fb2-2bed8e2bc67b/stcfooter.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu.adaptive-delivery-prevent-bg, #mOykqKTVZihiDqB5rkcn1btwn2T7AwOu.lazyload, #mOykqKTVZihiDqB5rkcn1btwn2T7AwOu.lazyloading { background-image: none; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container { background-color: transparent; background-image: none; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container > .video-iframe-container { display: none; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row > .video-iframe-container { display: none; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container { border-width: 0; border-radius: 0; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#CWlCniE9UaTQGcxSfHGCehI9mFl3zRrQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:10.1875rem;top:3.0625rem;left:32.40625rem;overflow:hidden;display:block; }
#DgoViUJCxnCwx141RQdu5QuG3xUFpPbu { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.1875rem;left:5.6875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6PAhUM3HEi8fdmm0y8lOd14tURvETXe { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.875rem;left:11.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxhAy131vH5aCI9oOiUlSv7CTsTd76wV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.375rem;left:26.9375rem;display:block; }
#JoEwIQ90RwmXbGolouDuhgRCoMqHpUzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { background-color: transparent; background-image: none; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container > .video-iframe-container { display: none; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row > .video-iframe-container { display: none; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { border-width: 0; border-radius: 0; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#UHGk9wg2y7RhNyacbxIPP8yg9UXfEzlp { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:"noto sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.76220703125rem;left:7.5rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQy6ILt6la9ZcFvUyMiXgElgnsbio3lP { top:2.375rem;left:0rem;width:15.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOm1scbX8kCk2pPcMuZ6MRVTGxJTo7UF { width:16.25rem;height:4.375rem;top:2.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PuPQcRuBJyMNTan0Kx2GHxZnVeSSVs { display:block; }
 }@media only screen and (max-width: 763px) { #rx8HssNbKEaThGTltEk5e4ALQVer0vtw { top:3.75rem;left:8rem;width:15.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI { display:block; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTXNaXgiZfpRpr6TL7sfeIe0kwPKkREQ { top:0rem;left:24.875rem;width:22.875rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM  { width:17.5rem;height:auto;top:8.3125rem;left:27.75rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM {display:block;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM { width:17.5rem;height:auto;top:8.3125rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #pyTVA3D8Lo9Gapqh86u7KVwPT20IB81V {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #DyBzEZrz1bWyddEBAR8v1v7C0326uIru {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #BZK7KHx0efg6m0bdaoJHNqMaLvL0Tluc {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #uSyVVarACKkfm48zPwKZgS1eRcPnervc {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #wboV4xl8JxkUPviRMTgSJid5BFBLT0KC {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #STtOU37ovNBTumiTRwI7Pxe3lMuzfaoc {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #P2Omuyyegde7m2XPzOpVr5xMawkx56gI {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #gDmsQP1b2Z9L4imcK5i3baTx2q80Iu3F {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #wxAfNR88to25HNaz0TN18Ja0NHWw5Fac {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #sU4slxZcVRNpSXzHGiVtdT0kSy6XlLTd {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #VVH4wT5yBJqSqOQOXK0NSRBsIDwx7LLs {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #dp0TriAK3sigFTb46PhSnmcMvAtWw4wW {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #mv09z67ZFbIhmJyfCEd8whBbq4GivWwi {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #hvG6kI88TLOrlHESaLdvb35TEhXH4xHa {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #UpRQZoiFOxFHOm5C18ot50wTIsAvZaLM {  }
 }@media only screen and (max-width: 763px) { #v0DFUQX7JlfiNIl9K6hub6HR9soRTmLw { display:block; }
 }@media only screen and (max-width: 763px) { #XkMT47Ur34NRQUDJsCLsccBlpccEi1zi { display:block; }
 }@media only screen and (max-width: 763px) { #QGeOH3JwePIUF967WRkC0JEuweV0hRt6 { display:block; }
 }@media only screen and (max-width: 763px) { #k0v0VDCJUVJlK4USCcqWUxt666BOqwTA { display:block; }
 }@media only screen and (max-width: 763px) { #zi67FaZ5oSJN7eklZeTOQvXfNl7sTEcn { display:block; }
 }@media only screen and (max-width: 763px) { #yZaOTg8zvFLqkVJTxQP7388HpKR8KHN8 { display:block; }
 }@media only screen and (max-width: 763px) { #D9m01TP9K6wOMgODM1ckMlKU6HEZ8yL2 { display:block; }
 }@media only screen and (max-width: 763px) { #qsIampFyagb1XxbptKwydvAuW1KcThJP { display:block; }
 }@media only screen and (max-width: 763px) { #dPgT8xqus0HKLxeU2wIwUIJA9nzdzDCp { display:block; }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #axGynx1fgge0SVJd3mOJS6BLrcmK6z68 {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #T2J9fEgCtSrBHJVzN2UDhJlcMtTIoHm4 {  }
 }@media only screen and (max-width: 763px) { #FGLifJgUs81vkS70AgygBR6vsKHOZR45 { top:2.1875rem;left:27.75rem;width:20rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bawcNucWZ0EgNICHGPdCvydoU27TL8Xx { top:5.25rem;left:0rem;width:40.375rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRkMGWELk63ZUOgF77ueK0ldhll8IVwx { top:3.25rem;left:0rem;width:38.1875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEp2ilOO2Z6DtLWNBv7py3i0cO6eZUf { top:25.875rem;left:0rem;width:37.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTw7tGU8U4nedU1qqhlSewAeSgXNJum { top:5.5rem;left:30.4375rem;width:17.3125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvrKl6X0HwTkqWvbSdGTHTxNIo6Rn69L { top:14.1875rem;left:0rem;width:27.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc85JIZekBLlnRJtTv51A3LIuTqpC2JZ { top:31.5625rem;left:1.5625rem;width:11.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8lu4cseiaitucCOSbTtRNIVQGSzgPWl { top:30.6875rem;left:14.5rem;width:4.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax7J8hVSqFaQqLf6XWykOI3hTvGDl4nT { top:32.1875rem;left:2.5625rem;width:9.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM9WAkuODAAprB4QQRTTdr9MQbZwA3sR { top:31.5625rem;left:0rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsBZhSym1Aovr41kMKJ0W6JmTNWXT5ag { top:24.3125rem;left:0rem;width:6.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTEbAypILcoBVUqdBi1LTQTFXyz80ow { top:23.5rem;left:0rem;width:3.1875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEBlCxUTXRzIJnBHlbFO7kUXAINTMkHw { top:23.8125rem;left:4.875rem;width:7rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUsq5h202ffbTOpISQrXaJiU6T4TQz6x { top:23.875rem;left:14.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX { display:block; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2pehTVvyugBdX4XZ4MqQFqrZxOGH0xm { top:1.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 { display:block; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHrfrwrw2TKQCToKbT1NKaWrLTD1MeuZ { top:2.4375rem;left:0rem;width:19.6875rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHyEtf3on8clhIeneps5CCO0p7I2Gasz { top:29.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsXpwoK5oLSMQhBArwbvP8eQ2e5Xt9ra { top:31.625rem;left:0rem;width:7.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3P9rHhzgFo2DWS55nTkDSZK8JOypZaA { top:2.375rem;left:13.75rem;width:19.6875rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04lfO4ET7ypDRM1vAVdMgzBTyTeXL38 { top:2.25rem;left:28.0625rem;width:19.6875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diqGVyg31WGi87qxGgHkpyQbJ5JOuwPv { top:3.1875rem;left:0rem;width:18.1875rem;height:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLs2Z1CEFemUR2WHXNAupqwLGeUXMka { top:30.25rem;left:0rem;width:6.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln485h9KfsMwKU79Wt6sKM0tyoFuf7Hg { top:3.1875rem;left:14.5rem;width:18.1875rem;height:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3pMFFdBD3CLGeW5x3HQioTQgcDrepv2 { top:31.625rem;left:19.125rem;width:7.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5GACTfgvtiIwNXRRXODlTeqwPOmyE9 { top:29.3125rem;left:14.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdthlluGsZbMyXh2c5zVoP7eCTtk0tcM { top:30.25rem;left:19.125rem;width:6.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4GkkTxTdR1RsLERGbokAhvsEOiRTKoA { top:3.1875rem;left:29.5625rem;width:18.1875rem;height:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBOuQ5kDlV2NiZgH8LtRuvAiFfXJK9Zl { top:31.625rem;left:40.1875rem;width:7.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvlVLNIUTdF8USrPTlyU5cqQAZ32XUoA { top:29.3125rem;left:36.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTMoQVXFhBcxIRT8RbZSGzwqeEGL6qZ { top:30.25rem;left:40.875rem;width:6.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z { display:block; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTWFdB8gqIv38TmOy1hHcDzzGEwT7r9l { top:2.6875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUiz6GRH8PoIHk79GJVmr3E6Jdk1AVp5 { top:16.9375rem;left:0.21875rem;width:47.3125rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF8rIJGmpuzFVS4JKtLQ4IoDUFFyyTI1 { width:27.25rem;height:3.9375rem;top:28.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPq9hNMWbVPiwqScCTp3pJ70nlMkGC6 { display:block; }
 }@media only screen and (max-width: 763px) { #X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe { display:none; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iRP7GZP2vHXTNgCtxrho5Jq9tgDci3qZ { top:5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz7uu6voAsJLRk5trDGmpnx6pinoHcHD { top:13.4375rem;left:0rem;width:21.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttLNHpdXVdamRABADGRk9p41yGeuW8s { top:23.3125rem;left:0rem;width:23.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKzzbkUBMlyoGNaUldqgE79BdZmvpL4 { top:20.9375rem;left:0rem;width:21.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATz2fTFJUeRgh4HzCfUiDEUEFootVgH { top:20.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMDfhVuvbNxV5T6lEZUtyRmR6NNPM3VJ { top:31.5625rem;left:0rem;width:21.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI84zLVbleIFcTeTazSAh8cFiMzUF93S { top:29.0625rem;left:0rem;width:22.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1euxCwcBXlIh0yM8gBAVpwcE0TH1Wvl { top:28.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um0ScoJsmSTe124aeuG4x9mrdq2wXoR5 { top:15.6875rem;left:0rem;width:21.25rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgZSfAbEHBe2HryFSQ6u4XGGdopGKGsf { top:13.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2i7Au1EiTQ4swaPod6euR4V4mivwTdu { top:31.5625rem;left:26.5rem;width:21.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4At5MwQXXKr32s7oTluUISFSnODODut { top:29.0625rem;left:26.125rem;width:21.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNlo1womUtxl3Af5JJ7GpyGJUK26R5Cw { top:29.0625rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czihnL4qQylwDzNOmHPGp09gZWu4IZXD { top:23.3125rem;left:26.5rem;width:21.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep3JG6oHifF6WKQPhSHNOASdOvsyLP5K { top:20.9375rem;left:26.125rem;width:21.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtG5ZqpR3JkdUZmUd6Kgp2R3gIcIKacB { top:20.8125rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eefL94BFcdV9ID3FQLZ7bndxvX2qkbFl { top:15.6875rem;left:24.6875rem;width:23.0625rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiE35MyWcT6XQbpRPZtCCD14UFkam0gU { top:13.4375rem;left:26.125rem;width:21.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdhm12zC7dBVhZsFawCXdKlzi80NQaTg { top:13.3125rem;left:26.625rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n { display:block; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlgzJ8x8RyldgeLC9Pcal6TZqCWVQs9z { top:3.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxpcPV6gOtzxJKXoBPFR2ICuSCwlyQfl { top:8.125rem;left:0.03125rem;width:47.6875rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dclomvWo8kIc9MO7THtVZQoiOZoaO29H { top:17.375rem;left:0rem;width:15.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #almOseB0oSqbs3vB9T2SvqrDT6PUtEgT { top:20.75rem;left:0rem;width:27.125rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN6OBU5pJqhEqfVkiOhbTlbfVouivkyR { top:16.8125rem;left:18.625rem;width:29.125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s { display:block; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTFzKwNpKPCkRsRMRZQJApqKnFUT3rnS { top:3.5rem;left:19.4375rem;width:14.3125rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdxIB1qP3Vvs7OCm0quNZ5yK0qImLLmo { top:7.875rem;left:17.4375rem;width:30.3125rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1iBoyd0lRBErfKlCbK7cweWDmTKwg1 { width:16.25rem;height:3.75rem;top:24.8125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEQbxkWT0XrHbXsXud0EJfKUWkUgcmZQ { display:block; }
 }@media only screen and (max-width: 763px) { #R3LEslaNTJ5dd7tOaGTJzwRAk8pmefRz { top:3.5rem;left:0rem;width:30.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIziVdAMaE8rHrJqFH3alSGdqITawvUq { display:block; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8zrPSB8JpCROQ07FgG8gSRV9HzU34M3 { top:3.625rem;left:0rem;width:31.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isDR2NVZTtu7Jllnq2EOcqFRFaPUqTpW { top:8.0625rem;left:0rem;width:30.3125rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmaaTLVgWFJN3nDubKMkSku3iS5kWpnR { width:16.25rem;height:3.75rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMkdThr3hJNpXT5nlUQ0Owl8tn9s66zt { display:block; }
 }@media only screen and (max-width: 763px) { #IbHNaxplQ9WzdiyR7XKQTCpPCQ0dy8DF { top:3.625rem;left:17.125rem;width:30.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK { display:block; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSmsIDQZoTiZumKexzngArWBctodvpDg { top:3.5rem;left:25.5625rem;width:20.6875rem;height:5.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTCl5B4sHuiMi3qs2spqUAyGEIO6tSq { top:10.5625rem;left:17.4375rem;width:30.3125rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d764he9HaWsdwGOHOOmnwXgzGTfsl061 { width:16.25rem;height:3.75rem;top:24.8125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPmo3mATnH7KJhAgRVGbNAs0T0tZ0k9t { display:block; }
 }@media only screen and (max-width: 763px) { #gQGw9sZqO8yxfh3DqcIRNJAFFi4oRek6 { top:3.5rem;left:0rem;width:30.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 { display:block; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3AMkmkUAUixb5u89sc60h8N4QSPE8a3 { top:3.625rem;left:0rem;width:31.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBubHteSSD6FtpG1T1kMrTMgaA6iuid7 { top:8.0625rem;left:0rem;width:30.3125rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp9miwbIqNTg8S7fSpLATi5NkILzRkuB { width:16.25rem;height:3.75rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo1m5TKgVd9Gb0STm27zkiQwAvl2F7AN { display:block; }
 }@media only screen and (max-width: 763px) { #eXeCzfOPreDhbWH3TaMZRsLNaZgCrioc { top:3.625rem;left:17.125rem;width:30.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbioGp9TH0HuDqTWWpFNmO65o15iEULN { display:block; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXvdZU6EmS9BetlDo6MUsRk8Jp7T9nTi { top:2.6875rem;left:16.6875rem;width:31.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmgmB0lL7WvrHuWIv8MwzFTHZCdqyl1q { top:8.125rem;left:20.3125rem;width:27.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmczR9rhUUo53yAJP4FDLLT7Fr0IHaNf { width:21.875rem;height:4.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBy3hn0wH15NkZ2pfRspOkk7c9BIn3DN { display:block; }
 }@media only screen and (max-width: 763px) { #ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E { display:block; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZmSSIffZ6egzbTAdfuUzHOBwhQKNqGS { top:3.75rem;left:5.96875rem;width:35.8125rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOIS0ETkqZRn3krfeMGTN51m3Ul4nxTG { top:13.9375rem;left:0rem;width:22.9375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J03WpXEquX5kPKlxDZ9TDqFWCi5qED82 { top:13.9375rem;left:24.8125rem;width:22.9375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGqAefHWQwhEbM2vTSDA3vfX2xS51Grx { top:47.25rem;left:0rem;width:22.9375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5AT9OAOGFcfbtKV4PtVHOalJRdWe2sN { top:47.25rem;left:24.8125rem;width:22.9375rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me6No1tfsH0nEN5mSADqNqvbUR3ii6eF { top:41.125rem;left:0rem;width:14.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygZVTka6Q4CChi4QwwEe3S1icJF5WddP { top:75.4375rem;left:0rem;width:12.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTaEiPdHeLq4aDKtNNApzq2ODAhNXyFn { top:41.125rem;left:24.9375rem;width:14.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEiDSgGVbBf2zAxR89PdiL0VP50AP0uy { top:42.0625rem;left:24.9375rem;width:14.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVsfb4Pw60d3s39CDq6wkCtx7MTaynBg { top:74.4375rem;left:0rem;width:14.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WdH3hV8bkfM7BOFhGam01tzch2J4a9 { top:41.6875rem;left:0rem;width:11.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ffDnCue0hvtsxJV0imTp9E5KIH01dt { top:74.4375rem;left:24.9375rem;width:14.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xvFsBmvDENNEchCCXiHlHJLGbx9CnO { top:75.3125rem;left:25.40625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho { display:block; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFcFuUAqpLaeJ4VnaqgCPnpfxdbvxi86 { top:5.8125rem;left:0rem;width:47.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UluT3b9xu1bFbvU2TR2B5ShsOzvLBKbR { top:8.5625rem;left:0rem;width:44.5rem;height:3.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bralRumbQu8vgKfsOrhepb4yKahnLqyl { top:12.9375rem;left:0rem;width:47.6875rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTqHeZS3fqrzl1MTRUhAbfLDunXd2HUB { width:21.4375rem;height:3.4375rem;top:28.375rem;left:11.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPzxmSK3XhrcKlmQaep0kkoFgOA06BG { display:block; }
 }@media only screen and (max-width: 763px) { #MG0GBVnzSNO2d13DodKsfniquFDNGQIE { top:22.375rem;left:6.65625rem;width:30.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl { display:block; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyXU6fK6mCaJVofQrwuIfaqRlBPIdBQN { top:3.1875rem;left:17.3125rem;width:30.4375rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnu77u0WH4JgJWAK1fBgazbagglr0Vf { top:1.625rem;left:0rem;width:27.5rem;height:11.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3PMCCwZaGHgEXIyeG7tPvFZTL4uuApu { top:22.5rem;left:0rem;width:27.875rem;height:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSN3KDhSqFUu62ue0zZQNraDrBy3ED2S { top:14.125rem;left:0rem;width:25rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCq5MTqMn8GFBhurSrwT5xcER8o6Eged { width:21.4375rem;height:3.4375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnv85Fk8NxpWhrs8nBVE6TTTLcco9dRG { display:block; }
 }@media only screen and (max-width: 763px) { #mOykqKTVZihiDqB5rkcn1btwn2T7AwOu { display:block; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWlCniE9UaTQGcxSfHGCehI9mFl3zRrQ { top:3.0625rem;left:18.78125rem;width:10.1875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgoViUJCxnCwx141RQdu5QuG3xUFpPbu { top:12.1875rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6PAhUM3HEi8fdmm0y8lOd14tURvETXe { top:19.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxhAy131vH5aCI9oOiUlSv7CTsTd76wV { width:21.125rem;height:4.75rem;top:25.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoEwIQ90RwmXbGolouDuhgRCoMqHpUzT { display:block; }
 }@media only screen and (max-width: 763px) { #DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R { display:block; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHGk9wg2y7RhNyacbxIPP8yg9UXfEzlp { top:0.75rem;left:0rem;width:41.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQy6ILt6la9ZcFvUyMiXgElgnsbio3lP { width:18.1875rem;height:5.3125rem;top:1.5625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOm1scbX8kCk2pPcMuZ6MRVTGxJTo7UF { width:17.5rem;height:4.375rem;top:8.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PuPQcRuBJyMNTan0Kx2GHxZnVeSSVs { display:block; }
 }@media only screen and (max-width: 763px) { #rx8HssNbKEaThGTltEk5e4ALQVer0vtw { width:15.625rem;height:2.92480625rem;top:14.5625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI { display:block; }#J5CWvH87Q5GP4QJ1HBuRzBAz7LMa8lTI > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTXNaXgiZfpRpr6TL7sfeIe0kwPKkREQ { width:20rem;height:35.5625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM  { width:17.5rem;height:auto;top:30.44921875rem;left:0rem; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM {display:block;}#p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM { width:17.5rem;height:auto;top:30.44921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #pyTVA3D8Lo9Gapqh86u7KVwPT20IB81V {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #DyBzEZrz1bWyddEBAR8v1v7C0326uIru {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #BZK7KHx0efg6m0bdaoJHNqMaLvL0Tluc {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #uSyVVarACKkfm48zPwKZgS1eRcPnervc {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #wboV4xl8JxkUPviRMTgSJid5BFBLT0KC {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #STtOU37ovNBTumiTRwI7Pxe3lMuzfaoc {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #P2Omuyyegde7m2XPzOpVr5xMawkx56gI {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #gDmsQP1b2Z9L4imcK5i3baTx2q80Iu3F {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #wxAfNR88to25HNaz0TN18Ja0NHWw5Fac {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #sU4slxZcVRNpSXzHGiVtdT0kSy6XlLTd {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #VVH4wT5yBJqSqOQOXK0NSRBsIDwx7LLs {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #dp0TriAK3sigFTb46PhSnmcMvAtWw4wW {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #mv09z67ZFbIhmJyfCEd8whBbq4GivWwi {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #hvG6kI88TLOrlHESaLdvb35TEhXH4xHa {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #UpRQZoiFOxFHOm5C18ot50wTIsAvZaLM {  }
 }@media only screen and (max-width: 763px) { #v0DFUQX7JlfiNIl9K6hub6HR9soRTmLw { display:block; }
 }@media only screen and (max-width: 763px) { #XkMT47Ur34NRQUDJsCLsccBlpccEi1zi { display:block; }
 }@media only screen and (max-width: 763px) { #QGeOH3JwePIUF967WRkC0JEuweV0hRt6 { display:block; }
 }@media only screen and (max-width: 763px) { #k0v0VDCJUVJlK4USCcqWUxt666BOqwTA { display:block; }
 }@media only screen and (max-width: 763px) { #zi67FaZ5oSJN7eklZeTOQvXfNl7sTEcn { display:block; }
 }@media only screen and (max-width: 763px) { #yZaOTg8zvFLqkVJTxQP7388HpKR8KHN8 { display:block; }
 }@media only screen and (max-width: 763px) { #D9m01TP9K6wOMgODM1ckMlKU6HEZ8yL2 { display:block; }
 }@media only screen and (max-width: 763px) { #qsIampFyagb1XxbptKwydvAuW1KcThJP { display:block; }
 }@media only screen and (max-width: 763px) { #dPgT8xqus0HKLxeU2wIwUIJA9nzdzDCp { display:block; }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #axGynx1fgge0SVJd3mOJS6BLrcmK6z68 {  }
 }@media only screen and (max-width: 763px) { #p7SLFFcT0PDL5uJz7akkOMoe5qlVxOTM #T2J9fEgCtSrBHJVzN2UDhJlcMtTIoHm4 {  }
 }@media only screen and (max-width: 763px) { #FGLifJgUs81vkS70AgygBR6vsKHOZR45 { width:17.5rem;height:1.75rem;top:25.625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bawcNucWZ0EgNICHGPdCvydoU27TL8Xx { width:20rem;height:9.8994375rem;top:5.2119140625rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oRkMGWELk63ZUOgF77ueK0ldhll8IVwx { width:20rem;height:1.4624rem;top:2.5361328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDEp2ilOO2Z6DtLWNBv7py3i0cO6eZUf { width:20rem;height:10.1875rem;top:52.1875rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #LmTw7tGU8U4nedU1qqhlSewAeSgXNJum { width:17.3125rem;height:1.94921875rem;top:28.5rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvrKl6X0HwTkqWvbSdGTHTxNIo6Rn69L { width:20rem;height:6.5rem;top:16.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nc85JIZekBLlnRJtTv51A3LIuTqpC2JZ { width:11.3125rem;height:3.8125rem;top:31.5625rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8lu4cseiaitucCOSbTtRNIVQGSzgPWl { width:4.5625rem;height:5.5625rem;top:61.3125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ax7J8hVSqFaQqLf6XWykOI3hTvGDl4nT { width:9.375rem;height:2.625rem;top:32.1875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CM9WAkuODAAprB4QQRTTdr9MQbZwA3sR { width:12.125rem;height:3.8125rem;top:31.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsBZhSym1Aovr41kMKJ0W6JmTNWXT5ag { width:6.0625rem;height:4.375rem;top:24.3125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETTEbAypILcoBVUqdBi1LTQTFXyz80ow { width:3.1875rem;height:5.9375rem;top:23.5rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEBlCxUTXRzIJnBHlbFO7kUXAINTMkHw { width:7rem;height:5.9375rem;top:23.8125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUsq5h202ffbTOpISQrXaJiU6T4TQz6x { width:5.25rem;height:5.25rem;top:23.875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX { display:block; }#PJ20XJhVDHc9Z7BTSnATTgfUwDTd6LWX > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2pehTVvyugBdX4XZ4MqQFqrZxOGH0xm { width:20rem;height:6.8246875rem;top:0.83740234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 { display:block; }#T37P1PQQBaPbGWNlK6NoGsgA20L9KZX7 > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHrfrwrw2TKQCToKbT1NKaWrLTD1MeuZ { width:20rem;height:31.8125rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHyEtf3on8clhIeneps5CCO0p7I2Gasz { width:3.75rem;height:3.75rem;top:26.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsXpwoK5oLSMQhBArwbvP8eQ2e5Xt9ra { width:7.5625rem;height:1.375rem;top:28.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3P9rHhzgFo2DWS55nTkDSZK8JOypZaA { width:20rem;height:28.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04lfO4ET7ypDRM1vAVdMgzBTyTeXL38 { width:20rem;height:32.5625rem;top:50.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #diqGVyg31WGi87qxGgHkpyQbJ5JOuwPv { width:19.1875rem;height:21rem;top:4.875rem;left:0.8125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LvLs2Z1CEFemUR2WHXNAupqwLGeUXMka { width:6.125rem;height:1.5rem;top:26.9375rem;left:6.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ln485h9KfsMwKU79Wt6sKM0tyoFuf7Hg { width:18.1875rem;height:24rem;top:35.4375rem;left:0.9375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d3pMFFdBD3CLGeW5x3HQioTQgcDrepv2 { width:7.5625rem;height:1.375rem;top:62.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5GACTfgvtiIwNXRRXODlTeqwPOmyE9 { width:3.75rem;height:3.75rem;top:60.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdthlluGsZbMyXh2c5zVoP7eCTtk0tcM { width:6.125rem;height:1.5rem;top:61.0625rem;left:6.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x4GkkTxTdR1RsLERGbokAhvsEOiRTKoA { width:18.1875rem;height:22.5rem;top:109.9375rem;left:0.875rem;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #sBOuQ5kDlV2NiZgH8LtRuvAiFfXJK9Zl { width:7.5625rem;height:1.375rem;top:31.625rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvlVLNIUTdF8USrPTlyU5cqQAZ32XUoA { width:3.75rem;height:3.75rem;top:29.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICTMoQVXFhBcxIRT8RbZSGzwqeEGL6qZ { width:6.125rem;height:auto;top:30.25rem;left:6.9375rem;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z { display:block; }#WTOfUbDKLxmm240GTAqEKWtbaEyeXv5z > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTWFdB8gqIv38TmOy1hHcDzzGEwT7r9l { width:20rem;height:18.19725rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUiz6GRH8PoIHk79GJVmr3E6Jdk1AVp5 { width:20rem;height:16.19925rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF8rIJGmpuzFVS4JKtLQ4IoDUFFyyTI1 { width:19rem;height:3.9375rem;top:40.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPq9hNMWbVPiwqScCTp3pJ70nlMkGC6 { display:block; }
 }@media only screen and (max-width: 763px) { #X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe { display:block; }#X2eSbI7tBw1AksUmNm4vflatvN3Jbpqe > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRP7GZP2vHXTNgCtxrho5Jq9tgDci3qZ { width:20rem;height:8.286625rem;top:3.1884765625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz7uu6voAsJLRk5trDGmpnx6pinoHcHD { width:17.0625rem;height:1.625rem;top:13.875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tttLNHpdXVdamRABADGRk9p41yGeuW8s { width:16.9375rem;height:6.499rem;top:35.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTKzzbkUBMlyoGNaUldqgE79BdZmvpL4 { width:16.8125rem;height:1.625rem;top:33.3125rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATz2fTFJUeRgh4HzCfUiDEUEFootVgH { width:1.875rem;height:1.875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMDfhVuvbNxV5T6lEZUtyRmR6NNPM3VJ { width:16.6875rem;height:6.499rem;top:54.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI84zLVbleIFcTeTazSAh8cFiMzUF93S { width:15.125rem;height:1.625rem;top:52.375rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1euxCwcBXlIh0yM8gBAVpwcE0TH1Wvl { width:1.875rem;height:1.875rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um0ScoJsmSTe124aeuG4x9mrdq2wXoR5 { width:16.75rem;height:5.19921875rem;top:16.3125rem;left:2.9375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BgZSfAbEHBe2HryFSQ6u4XGGdopGKGsf { width:1.875rem;height:1.875rem;top:52.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #l2i7Au1EiTQ4swaPod6euR4V4mivwTdu { width:15.75rem;height:6.499rem;top:65.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4At5MwQXXKr32s7oTluUISFSnODODut { width:13.75rem;height:1.625rem;top:62.625rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNlo1womUtxl3Af5JJ7GpyGJUK26R5Cw { width:1.875rem;height:1.875rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czihnL4qQylwDzNOmHPGp09gZWu4IZXD { width:16.6875rem;height:5.19921875rem;top:45.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep3JG6oHifF6WKQPhSHNOASdOvsyLP5K { width:15.5625rem;height:1.625rem;top:43.25rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtG5ZqpR3JkdUZmUd6Kgp2R3gIcIKacB { width:1.875rem;height:1.875rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eefL94BFcdV9ID3FQLZ7bndxvX2qkbFl { width:16.375rem;height:6.499rem;top:25.8125rem;left:2.9375rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yiE35MyWcT6XQbpRPZtCCD14UFkam0gU { width:16rem;height:1.625rem;top:23.1875rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdhm12zC7dBVhZsFawCXdKlzi80NQaTg { width:1.875rem;height:1.875rem;top:62.5rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n { display:block; }#Kdf1Bv3zgyQSWmm2tBd85aQgUuySy90n > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlgzJ8x8RyldgeLC9Pcal6TZqCWVQs9z { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxpcPV6gOtzxJKXoBPFR2ICuSCwlyQfl { width:20rem;height:16.19825rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dclomvWo8kIc9MO7THtVZQoiOZoaO29H { width:15.6875rem;height:1.94970625rem;top:22.5478625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #almOseB0oSqbs3vB9T2SvqrDT6PUtEgT { width:20rem;height:16.798825rem;top:25.74708125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN6OBU5pJqhEqfVkiOhbTlbfVouivkyR { width:20rem;height:20.5rem;top:43.79008125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s { display:block; }#Q8ikc51MC8oAaPWPBBPSdHx5sXWriP8s > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTFzKwNpKPCkRsRMRZQJApqKnFUT3rnS { width:20rem;height:2.2749rem;top:21.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdxIB1qP3Vvs7OCm0quNZ5yK0qImLLmo { width:20rem;height:21.597625rem;top:25.013671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1iBoyd0lRBErfKlCbK7cweWDmTKwg1 { width:16.25rem;height:3.125rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEQbxkWT0XrHbXsXud0EJfKUWkUgcmZQ { display:block; }
 }@media only screen and (max-width: 763px) { #R3LEslaNTJ5dd7tOaGTJzwRAk8pmefRz { width:20rem;height:17.125rem;top:2.59521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIziVdAMaE8rHrJqFH3alSGdqITawvUq { display:block; }#WIziVdAMaE8rHrJqFH3alSGdqITawvUq > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8zrPSB8JpCROQ07FgG8gSRV9HzU34M3 { width:20rem;height:2.2749rem;top:21.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isDR2NVZTtu7Jllnq2EOcqFRFaPUqTpW { width:20rem;height:21.597625rem;top:25.013671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmaaTLVgWFJN3nDubKMkSku3iS5kWpnR { width:16.25rem;height:3.125rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMkdThr3hJNpXT5nlUQ0Owl8tn9s66zt { display:block; }
 }@media only screen and (max-width: 763px) { #IbHNaxplQ9WzdiyR7XKQTCpPCQ0dy8DF { width:20rem;height:17.125rem;top:2.59521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK { display:block; }#CH5gs4wnArMp5sMw92TO5QiK8TF1h9lK > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSmsIDQZoTiZumKexzngArWBctodvpDg { width:20rem;height:4.54980625rem;top:21.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTCl5B4sHuiMi3qs2spqUAyGEIO6tSq { width:20rem;height:16.19825rem;top:27.076171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d764he9HaWsdwGOHOOmnwXgzGTfsl061 { width:16.25rem;height:3.125rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPmo3mATnH7KJhAgRVGbNAs0T0tZ0k9t { display:block; }
 }@media only screen and (max-width: 763px) { #gQGw9sZqO8yxfh3DqcIRNJAFFi4oRek6 { width:20rem;height:17.125rem;top:2.59521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 { display:block; }#lsrkqJQqsQ9SxlBcKa6ykGGM2v3kANp6 > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3AMkmkUAUixb5u89sc60h8N4QSPE8a3 { width:20rem;height:2.2749rem;top:21.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBubHteSSD6FtpG1T1kMrTMgaA6iuid7 { width:20rem;height:23.3974375rem;top:25.013671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp9miwbIqNTg8S7fSpLATi5NkILzRkuB { width:16.25rem;height:3.125rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo1m5TKgVd9Gb0STm27zkiQwAvl2F7AN { display:block; }
 }@media only screen and (max-width: 763px) { #eXeCzfOPreDhbWH3TaMZRsLNaZgCrioc { width:20rem;height:17.125rem;top:2.59521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbioGp9TH0HuDqTWWpFNmO65o15iEULN { display:block; }#mbioGp9TH0HuDqTWWpFNmO65o15iEULN > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXvdZU6EmS9BetlDo6MUsRk8Jp7T9nTi { width:20rem;height:6.09375rem;top:3rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmgmB0lL7WvrHuWIv8MwzFTHZCdqyl1q { width:20rem;height:3.8994125rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmczR9rhUUo53yAJP4FDLLT7Fr0IHaNf { width:18.6875rem;height:4.4375rem;top:15.5rem;left:0.6875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBy3hn0wH15NkZ2pfRspOkk7c9BIn3DN { display:block; }
 }@media only screen and (max-width: 763px) { #ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E { display:block; }#ETExFJw0WzP2sOzE8CFnyiAqhvT8dl1E > .row .container { width:20rem;height:129.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZmSSIffZ6egzbTAdfuUzHOBwhQKNqGS { width:20rem;height:7.7988125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOIS0ETkqZRn3krfeMGTN51m3Ul4nxTG { width:20rem;height:26.702997275204rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J03WpXEquX5kPKlxDZ9TDqFWCi5qED82 { width:20rem;height:26.702997275204rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGqAefHWQwhEbM2vTSDA3vfX2xS51Grx { width:20rem;height:26.702997275204rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5AT9OAOGFcfbtKV4PtVHOalJRdWe2sN { width:20rem;height:26.702125rem;top:99.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me6No1tfsH0nEN5mSADqNqvbUR3ii6eF { width:14.75rem;height:3.5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygZVTka6Q4CChi4QwwEe3S1icJF5WddP { width:12.875rem;height:1.4624rem;top:94.625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTaEiPdHeLq4aDKtNNApzq2ODAhNXyFn { width:14.75rem;height:3.5rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEiDSgGVbBf2zAxR89PdiL0VP50AP0uy { width:14.25rem;height:1.625rem;top:65.375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVsfb4Pw60d3s39CDq6wkCtx7MTaynBg { width:14.75rem;height:3.5rem;top:93.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WdH3hV8bkfM7BOFhGam01tzch2J4a9 { width:11.125rem;height:2.2749rem;top:35.625rem;left:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ffDnCue0hvtsxJV0imTp9E5KIH01dt { width:14.75rem;height:3.5rem;top:122.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xvFsBmvDENNEchCCXiHlHJLGbx9CnO { width:13.8125rem;height:1.625rem;top:123.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho { display:block; }#AUziq5ihQDmoTUPW0ntdIzPrtbPT4Bho > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFcFuUAqpLaeJ4VnaqgCPnpfxdbvxi86 { width:20rem;height:44.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UluT3b9xu1bFbvU2TR2B5ShsOzvLBKbR { width:18.8125rem;height:5.07421875rem;top:5.0625rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bralRumbQu8vgKfsOrhepb4yKahnLqyl { width:18.3125rem;height:21.033175rem;top:11.3125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTqHeZS3fqrzl1MTRUhAbfLDunXd2HUB { width:19rem;height:3.75rem;top:40.875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPzxmSK3XhrcKlmQaep0kkoFgOA06BG { display:block; }
 }@media only screen and (max-width: 763px) { #MG0GBVnzSNO2d13DodKsfniquFDNGQIE { width:18.4375rem;height:4.2246125rem;top:34.4375rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl { display:block; }#QXrLe7kgub0ka87zSdTvzS5CMkEqkLvl > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyXU6fK6mCaJVofQrwuIfaqRlBPIdBQN { width:20rem;height:21rem;top:21.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTnu77u0WH4JgJWAK1fBgazbagglr0Vf { width:20rem;height:7.7988125rem;top:2.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3PMCCwZaGHgEXIyeG7tPvFZTL4uuApu { width:20rem;height:15.296875rem;top:42.7685546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSN3KDhSqFUu62ue0zZQNraDrBy3ED2S { width:20rem;height:9.349625rem;top:11.171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCq5MTqMn8GFBhurSrwT5xcER8o6Eged { width:19rem;height:3.4375rem;top:59.6875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnv85Fk8NxpWhrs8nBVE6TTTLcco9dRG { display:block; }
 }@media only screen and (max-width: 763px) { #mOykqKTVZihiDqB5rkcn1btwn2T7AwOu { display:block; }#mOykqKTVZihiDqB5rkcn1btwn2T7AwOu > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWlCniE9UaTQGcxSfHGCehI9mFl3zRrQ { width:11.5rem;height:8.3125rem;top:2.328125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgoViUJCxnCwx141RQdu5QuG3xUFpPbu { width:20rem;height:11.7798125rem;top:12.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6PAhUM3HEi8fdmm0y8lOd14tURvETXe { width:20rem;height:7.312rem;top:25.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxhAy131vH5aCI9oOiUlSv7CTsTd76wV { width:19rem;height:4.75rem;top:35.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoEwIQ90RwmXbGolouDuhgRCoMqHpUzT { display:block; }
 }@media only screen and (max-width: 763px) { #DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R { display:block; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHGk9wg2y7RhNyacbxIPP8yg9UXfEzlp { width:20rem;height:2.923825rem;top:0.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }