.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:236,245,255;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:12,35,47;--color-secondary-0:230,249,224;--color-secondary-1:181,236,163;--color-secondary-2:131,223,102;--color-secondary-3:111,182,44;--color-secondary-4:49,202,0;--color-tertiary-0:255,255,255;--color-tertiary-1:254,254,254;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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:#26225b;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.3);box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { 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.0625rem;width:6.9375rem;top:0.8427734375rem;left:0.6689453125rem;overflow:hidden;display:block; }
#UySoBe3lhqENLil346xp44XfFgHsPhTz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4873046875rem;left:46.25rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.4990234375rem;left:46.53125rem;display:block; }
#BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xftkeklTI12WNCnVVHC1urRTSVrhbnai { background-color:rgba(var(--color-secondary-3),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.749267578125rem;left:31.6865234375rem;display:block; }
#T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.43663125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1864149570465rem;left:11.554904937744rem;display:block; }
#XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:1.12305rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.34375rem;left:21.623264312744rem;display:block; }
#Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { background-color: transparent; background-image: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .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); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { border-width: 0; border-radius: 0; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;overflow:visible;position:relative;display:block; }#WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { color:rgba(var(--color-tertiary-4),1);display:block;width:56.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:6.264540195465rem;left:1.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbqMNETMfGkLIv7aFWDyEbyXCHJ2TT5W { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.453125rem;left:1.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d556f5ba-1489-4cfd-881f-218345f0502a/Slider_green_fade_BG.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7fbe1c; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7fbe1c; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#DwOUSw3vfqvc4XMUkrhTWbGqESmnGKi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1966147422791rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfxxK9msNOTD5pO07xlWOoEKlwLkxw6M { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:11.5107421875rem;left:0rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPMd7GAQikKcPWIsSk8IxUTHMbBbdDoL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:18.2607421875rem;left:0rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4gsnqTq2BaOxHiOaW2pxVlzQAJOotG6 { background-color:#26225b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.6875rem;height:5.37435rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.016711235046rem;left:15.15625rem;display:block; }
#kd3WCK8LklxPvCk8mV21xnLbu1o3WcIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26225b;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:none; }#LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT > .row .container { border-width: 0; border-radius: 0; }#LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:none; }#PpXxEqZczTnRptZL9KMc608qJyhJmXpu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4301204681396rem;left:1.3736953735351rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTdh3Kv3FnfIibvOJufFhGKAXc9eHwDz { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4301204681396rem;left:20rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIOnrJUoNIwkGeHT92NJpot2LccvSppo { color:rgba(var(--color-tertiary-0),1);display:block;width:16.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4301204681396rem;left:41.687286376953rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { background-color: transparent; background-image: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container > .video-iframe-container { display: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container { display: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .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); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { border-width: 0; border-radius: 0; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:60rem;position:relative;display:block; }#KxB2tOKiLCZJsMFeUJHRFAAqTuRpoK9X { color:#7fbe1c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3741321563721rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvelBR4yoV2Dy052nENnVA902PT5bzfo { color:#000000;display:block;width:59.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:8.1814231872556rem;left:0.064018249511719rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G22W6SEwCMShclThNkEoW00BoiKfXMuL { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:14.25390625rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBpm2vrvbRqwk8Rf5QL7fVV4SbBESrzN { color:#000000;display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.375rem;left:15.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#gzONwVVCbqupvH5oN0M1rVzKkEmiz0pO { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.43555rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:48rem;left:21.875rem;display:block; }
#QIz1zOsOsXbf50ZFv37gtV4epFxTvSKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXHqNcx99N1JoNSbH2pcE5OHDGG8M4ve { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.625rem;width:28.4375rem;top:20.125rem;left:15.78125rem;overflow:hidden;display:block; }
#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fbe1c;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; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row .container { background-color: transparent; background-image: none; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row .container > .video-iframe-container { display: none; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row > .video-iframe-container { display: none; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .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); }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row .container { border-width: 0; border-radius: 0; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#lzgkSfaiKpzR5mgxk8uSCmHEQ8Ty7da5 { color:#ffffff;display:block;width:59.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.552734375rem;left:0rem;height:3.65625rem;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;text-align:center;text-align-last:center;display:block; }
#eTR5l2LTeQ4078IGStJRDFsRGxHADLrB { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:9.0078125rem;left:0.875rem;height:25.869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nm8bbMFy8m4eMK6ak4eSIoGTOpklZX1T { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.9375rem;width:28rem;top:11.47265625rem;left:31.40625rem;overflow:hidden;display:block; }
#JfWOElomuKLfck3edmNf2XRqzUXOqClD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26225b;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; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row .container { background-color: transparent; background-image: none; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row .container > .video-iframe-container { display: none; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row > .video-iframe-container { display: none; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .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); }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row .container { border-width: 0; border-radius: 0; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#vhcgcoxX6cH563ldxydHSPlXEqzXByU3 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.0625rem;height:4.063475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZTZmEBoNUTaiIwuTuS30KCbnp2dM9HZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.5rem;left:27.5rem;display:block; }
#vPW3mzyfAiNJq3DaX0AUfzluHi5oPEg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d556f5ba-1489-4cfd-881f-218345f0502a/Slider_green_fade_BG.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1.adaptive-delivery-prevent-bg, #FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1.lazyload, #FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1.lazyloading { background-image: none; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container { background-color: transparent; background-image: none; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7fbe1c; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container > .video-iframe-container { display: none; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7fbe1c; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row > .video-iframe-container { display: none; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .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); }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container { border-width: 0; border-radius: 0; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1::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; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container { font-size:0.875rem;font-family:arial;height:202.4375rem;width:60rem;position:relative;display:block; }#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-form-header {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#2b3639;width:55.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.5;overflow:hidden; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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:55.625rem;box-sizing:border-box;height:3.125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:300;font-style:normal; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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:55.625rem;box-sizing:border-box;height:3.125rem;color:#a6a6a6;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:300;font-style:normal; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .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:55.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;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.625rem;font-weight:bold;color:#f2f9ff;width:55.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 [class*="-text"]:-moz-placeholder { color:#a6a6a6;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 [class*="-text"]::-moz-placeholder { color:#a6a6a6;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 [class*="-text"]:-ms-input-placeholder { color:#a6a6a6;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 [class*="-text"]::-webkit-input-placeholder { color:#a6a6a6;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .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:"open sans";font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.95);vertical-align:top;width:54.4375rem;overflow:hidden;font-style:normal;line-height:1.5; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .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; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-container:first-of-type{padding-top:0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-container:last-of-type{padding-bottom:0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.9375rem;top:42.0615234375rem;z-index:15003;position:absolute; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:55.625rem; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 {display:block;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.9375rem;top:42.0615234375rem;z-index:15003;position:absolute; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #IROzUJz7hCW43wE93VW5D4LcO2NFvCLo { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #e32zcl2TcW6yu2OHWEXrG9cnyOVdO3wk { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aL5nrMNxMMDquZXInPOl1Rpapxn1e4ec { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #oMniXn99zyKJBXQnhazMyBVFgSOzGqfX { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #QuDaWhLlO726eoid3y1ZNFx4hav5TvkS { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #mgbwFm5sxm3zf0ZhrKhM3Tsyslz0guW6 { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gFTmEcTQxQ2np4t0ISN1H3XoH8WmtrTb { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #c63cKxZsZvOidiRQzqORBT0SFy2ndUTA { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #QbhqCt2x70a6mpcHLsMzTTXZVuMJmd49 { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #TzpAwwHC397bJTZy8J0C5sDHIuSwTc6T { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #npH1t9dMJz683z7BPG09fSa8FqX5I1gI { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #fpDvFxExVgwHTU4MQRuoeABGfkwqMETr { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ggeed5FRQ5sC4lesXAUZhOmk6w4oIBTQ { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #pHyMEOLdxVZyKkVd2us5dclXaQDHpZqe { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #UBqs1MM4G1PbP4Xuu4A5w4wL2hHtK3pZ { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #s1PRT9ngeF0I1shHr51yn1pKAZTCuA40 { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #XO3UD6Tc6Te4k7z8nLU5BTQUHxgB7NAw { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #tKA6h7Ov1Wb33biEg8Wml5iTzUoicIxS { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gm663N45sbHuqtqkfeMcOHRambQNMInZ { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ybhSm9hFBsbTRBxw4v8v740ahWeEoiIN { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #XIsVZiPSEOFlDJA3hrPFeOO6fqL94VXh { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lwzEgPIJBF2rLVRbTkyQP3xVTTKem49H { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lwzEgPIJBF2rLVRbTkyQP3xVTTKem49H .container-column{width:50%;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #VbAF5t94KQSqLTCC9y1pC7NCxn6nGllc { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #P7VNK8bPXuB4rXOOSW4GF7aDwNPBMvD4 { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #qo9K0GSaziyuorJ2bpKik1eGfAU1h17S { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #w488hkruESipKRU07VS26AcskaE3SWHE { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #TcXP7fwELJQtq86TCLTvzVNaeoWZwDXJ { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GWURwMHfwgoz2cwUGTNImP1omvzgTSCR { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GWURwMHfwgoz2cwUGTNImP1omvzgTSCR .container-column{width:50%;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #LO9Jk8rGRINCaOJk12oEq4rzTUGoHS2E { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #R3nhXqMT9sbqwp0rTtL09MBFEmznw4e8 { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #C3phioa3JssKSKkf1QdSf4pizK1yd39C { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #cvgCQJ91DfAlWcZQl1ezK1uthDDuxzdT { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #hdG6sxmgbp5iMIkE7TApAGBZimStr1mi { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #HCK4EivXU8wtAPOrOM1EVMe2cfLtL94a { position:relative;display:block;z-index:15000; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Tdx59DIwQbaiZHPnnuK7d6o1Wed4rTwL { position:relative;display:block;z-index:15000; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ELDUTv0To0xlxZscSidzu3zAWAw4f8xM { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ELDUTv0To0xlxZscSidzu3zAWAw4f8xM .container-column{width:50%;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lOl8Wqz47RKQFVQVypls4sJWz5szLKlS { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #eI69IxT1woIEFICdiXTSqOImSkE02Svz { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Gl9CfPWGM47n1TwZPdhmN5aV5cCdEMx8 { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Ik4Thhg0bxBciZsdFedfNt7usPUzDToM { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lWRxJ9ZvOGxvouJJmJBkAw03z0h9LXIU { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GO2nD0RVmbzSup9VI2sLT2KXzRklrncx { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a0vqxppEkLTDnabvFTHotw0OXQxI1QKK { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ASIU6Hx8EZAoF3kaSTOKAduq03Mx78fn { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gG0AZm1yI8eHA0qEKBMHJRNdD7O5BhNv { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Q2S6sAStKKmZTSpTcTABzg6DsXkiOpEl { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ZvxtCIzQH69GBz2GuKW77vyXSsm1ITtC { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Vtnfs72nNCQxhR3PfcWe8NnbBATFRXAq { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aq59VNciU1EMoS2VtrRt3bhwwWle4WgF { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #oeNrauppZWGgJ117MJh8AzsIZXs9WZnZ { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #yeTK3dthyI4RGyruutIUpDhS7L3vbyb2 { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #yeTK3dthyI4RGyruutIUpDhS7L3vbyb2 .container-column{width:50%;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a5tAogeAd8qUbXnQc1m788Xi0VvIZmra { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #JmaeRB6NOlbEU1ATh1OJpV1QfcfWboVT { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Ee699k1bQpOnctQxmcsDP6X6P0IV4WTp { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #qIcfUNfpLk3Iw0bmp097oMHTqb9KwdrX { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aBihR4KMVa6Dbhforpeupaq7eKTAgOP5 { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gbosucLpVievJ3upo2nlfJ1kTHUycWN3 { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gbosucLpVievJ3upo2nlfJ1kTHUycWN3 .container-column{width:50%;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ePx1g4klrTxM7PyJ35dl5rc76wLzboqS { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #f6OQ1fVNriPNxbQGCnUvpcPtN1rvR6zd { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GyzT3JdANoX9Drkim1Xy6WbezlGIxtqH { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #wgEOVJugNWgE9fTpknmLemx54n7dSiLR { position:relative;z-index:2; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #uJfWR3JX3UT35VyOV3KQ4wb9MplA5JfG { position:relative; }
#TTrt7XupWpsmNqUvIw2PHXOX1XU9WuRc { position:relative;display:block; }
#JouGLPlVBHU9aQlv3q9Ezoh5oMOiE9pP { position:relative;display:block; }
#nR23ZJCFnGm5PTk3onN6IKRuCNVPJJGZ { position:relative;display:block; }
#asPGJ8wZWWpxrQigEU0km6aWOEAG5I5K { position:relative;display:block; }
#VhXSTbEydLh3VXHioeL7Q6uTbH2Ek2RD { position:relative;display:block; }
#fZi1ubiUMZO46RJEqzg5ipzaL48VDH35 { position:relative;display:block; }
#y6P7GgAZSTohZVILVMHCuHWR9GtzToTb { position:relative;display:block; }
#NNTfdtaHUTvh24Et1RnwGdiiPJ1DQX55 { position:relative;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a2ot8c6eoWG0BCCaEvGcOvlE35aCnd3A { position:relative; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #DJRXQdWvXXSWwfmhWroXl1RaoIgqFokk { position:relative; }
#XNZ1mtyA1oG5L0VxOgOGTQnQIzy1TBxQ { color:rgba(var(--color-secondary-3),1);display:block;width:58.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:37.769097328186rem;left:0.74869537353513rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTRVF44NJPk9Et6XE3Gd3TObWM9rpxmF { color:#2b3639;display:block;width:58.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:40.319230079651rem;left:0.68684768676756rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGM0OLK5vCakU7ayihp7u1A9RTqwdTzo { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:97.6875rem;width:58.5rem;top:36.5615234375rem;left:0.6865234375rem;display:block; }
#Tymsac5r4QqqVfyb12kQuShQpNIDW0Lp { 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:7.9995rem;width:7.9995rem;top:124.125rem;left:37.25rem;overflow:hidden;display:block; }
#GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:11.6875rem;left:10.3125rem;height:8.8125rem;font-style:normal;overflow:hidden;display:block; }#GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_466aada1db057c40e72a7b13757d04f9ebf28347.svg); }
#dMvXae1HcXqZSUFTfW5BLnOToy8FZhMB { position:absolute;display:block;z-index:15027;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.9995rem;width:7.9995rem;top:124.125rem;left:14.75rem;overflow:hidden;display:block; }
#onWXdCSFnMIUE1khHr4gEGEgVoaTLo9a { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.5rem;left:0rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSfkbMpa2DynEET0GCD2Gl04tlwROro4 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:29.7480625rem;top:21.5rem;left:15.125rem;overflow:hidden;display:block; }
#DmNVt35RTdS7Wc6c26VWq0iHo3ZnWWvs { color:#e81212;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:154.5rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3s3KQMwBROFgORo6FyX6k6OcQOBshH7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:157.375rem;left:0rem;height:33.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvG88L5M2gkzBLJUy4ykHgnTEDbKVa59 { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:135.8125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUeI2Q8liq0K1rQN6L44HXn47SH4mJbr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:138.625rem;left:0.0625rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEtdxd212GyOPX0fiKwxcMTRZK69oCbs { color:#ffffff;display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:197.8125rem;left:15.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EhlBCa9531KTw8SusxRkAsQJfFyBndiA { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00006b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.43555rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:193.4375rem;left:21.875rem;display:block; }
#kg3OsTWwGKvghTMiuxrB8NoDPWZFxV3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fbe1c;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:none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { border-width: 0; border-radius: 0; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:60rem;position:relative;display:none; }#TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.310546875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:7.8710880279544rem;left:0rem;height:6.75rem;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; }
#p40LL673G7GX8frWX6quCWAFsTG9vs1T { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:13.125rem;left:32.375rem;display:none; }
#kRRPvO7JUTH6txxwy8ed7i2VUNZu0bAx { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:13.375rem;left:32.625rem;display:none; }
#JeW8PntiVUi50ntoAlpTfbZK4GW1lJXM { position:absolute;display:block;z-index:15024;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:23.5rem;width:56.5625rem;top:36.93505859375rem;left:1.71875rem;overflow:hidden;display:block; }
#SMKTTAyDOrtZ1md3e8eWb7Nwsct4987g { color:#ffffff;display:block;width:59.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:30.440544128418rem;left:0rem;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; }
#aHJgxvfHH0iVJAGFfPIxG2zU5EhBzL7v { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:60.4375rem;left:21.875rem;display:block; }
#f7TQnKKSVqCZxh43OhdTqvs6hox9pRH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDtxxLmnozFJssiz1REZ06Tun9BBT2fG { color:#ffffff;display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:64.8125rem;left:15.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UxbSho8Qd6hT75cTn1Rw0J1VVRuMoAT9 { color:#ffffff;display:block;width:59.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:17.003038823604rem;left:0rem;height:2.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; }
#q4zk8IMeeSXJrATZfyZ8ohdP1JtRqte8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:21.557075500488rem;left:0rem;height:6.75rem;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; }
#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container { background-color: transparent; background-image: none; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container > .video-iframe-container { display: none; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row > .video-iframe-container { display: none; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .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); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container { border-width: 0; border-radius: 0; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container { font-size:0.875rem;font-family:arial;height:93.375rem;width:60rem;position:relative;display:block; }#JTn2Oy1ZrtMl2s1Nb8lPUGexvFEGemo8 { color:#000000;display:block;width:59.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.435546875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3HPuinx5R7lITGVcVhWyLkoFG9L3d9Q { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:7.56640625rem;left:0rem;height:20.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; }
#TB1KpXLAMwL9PGfJibvxRZmlboy8aS0e { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:62.877616882325rem;left:0rem;height:20.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; }
#eL3pHHo7OUz1DihD2KRs2AiKn9NXrPTo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30rem;width:40rem;top:30.12353515625rem;left:10rem;overflow:hidden;display:block; }
#PENHQtoveuDipJWyx3aELles9iNuMTeQ { background-color:#26225b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.6855625rem;height:3.24609375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:86.19140625rem;left:15.15625rem;display:block; }
#HOcksgCvRdKJpekNro3xOGToezDqTd6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container { background-color: transparent; background-image: none; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container > .video-iframe-container { display: none; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row > .video-iframe-container { display: none; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .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); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container { border-width: 0; border-radius: 0; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container { font-size:0.875rem;font-family:arial;height:130rem;width:60rem;position:relative;display:block; }#FlBlxfKf3JyxbEJP0Ge1TF0stE5Suuyb { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:7.579345703125rem;left:0.125732421875rem;height:27rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pE9TA4ATMBuDCRw2BNOxZp1wrMgtr6wZ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1744785308838rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbevJFw95kyBz365q50nqLHEAsqTir4S { position:absolute;display:block;z-index:15015;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:25.2495rem;width:25.2495rem;top:57.5625rem;left:3.375rem;overflow:hidden;display:block; }
#Xvh8KEmm4CeaqWV85c2URS980H8mhWB4 { position:absolute;display:block;z-index:15016;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:25.1875rem;width:25.1875rem;top:57.5625rem;left:31.4375rem;overflow:hidden;display:block; }
#Ua1eJHW6WOSsDMP7g7DimltsXy55AUvg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:124.5rem;left:15.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#q1cEJhn3r7cTTHU5pgaSdc72F66I5m1t { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000067;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3115rem;height:4.436525rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:120.125rem;left:21.8125rem;display:block; }
#g9LCQUJCA7aLVqeTIVZ9CtzHgQnL6Oou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tP9AS4BHDHk6oIoXTVfZG5A7N2H77QeK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:84.625rem;left:5.25rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWvhktb85k4Q5UX0JX4VKmhVb7wTQhZB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:84.625rem;left:34.9375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXBrsvZnURWxPWhSM2TaFw7U1tmdQCzL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.74925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:98.125rem;left:13.9375rem;height:15.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVfmTwli5zLsZ4nJDOaZ7vPhO2OxS1Gr { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37.3583984375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daCHnwuSk17Qges5H6TaB24MkaSzBd8t { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:41.81396484375rem;left:0rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lw7K2zccP8MutJIpfR3bmGbzT0N6Jw5n { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:53.66943359375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 { 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; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { background-color: transparent; background-image: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container > .video-iframe-container { display: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container { display: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .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); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { border-width: 0; border-radius: 0; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#u2sTqlMfkyMGnG3gX6Mtuk1ZqiczFkWP { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12.692058086395rem;left:0.09375rem;height:1.68823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVxn6xTIZ8d2MEkNo3VXdRJKIVb6hOmo { position:absolute;display:block;z-index:15016;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:12.6875rem;width:12.6875rem;top:15.75rem;left:33.6875rem;overflow:hidden;display:block; }
#GhyfGiP5e0iplwbtxTDPapaRsas4NaDb { position:absolute;display:block;z-index:15017;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:12.6875rem;width:12.6875rem;top:15.75rem;left:13.6875rem;overflow:hidden;display:block; }
#DwMkaCK2aUJM78Ty9N7zWMAq35qUckFF { position:absolute;display:block;z-index:15015;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:8.25rem;width:12.6875rem;top:2.1332468986511rem;left:23.655597686767rem;overflow:hidden;display:block; }
#lEN6JGTXpIWnZ4n79N5oO7uthKZBTTwP { background-color:#26225b;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.68625rem;height:3.24706875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.5791015625rem;left:15.15625rem;display:block; }
#DAapxRmcmBMgGXu4Gm46AgH22W3rdaco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cafb716-411c-4262-8c6b-da936c22abcb/Judy21024x768.webp");background-position:center left !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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.9); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.9); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#QUDpWFthNsAdSBfELT3TtEs9rPDvT6Fl { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.623291015625rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.943603515625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1hpO1hpuSUnqy4VKTX60UbP4pBpDziP { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.37255859375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdAZPwvtXcJ3SEUuQwmZ7I2dCzhI9PRJ { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1245rem;height:4.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.4375rem;left:19.9375rem;display:block; }
#mCWPFr0lEqM5eUMvm5CmaBgTHdErXART { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzgaQtMTeT3h0TR9192XnJBTU2T5fnEv { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:39.0625rem;left:15.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WlwdpptxWlosuAW375tZxFgN1hzqg5An { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkoE9iZcNWGybVeQk0wozmPzBgtBJwA8 { background-color:#26225b;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.8123125rem;height:6.9998125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:17.561849594116rem;left:12.592231750488rem;display:block; }
#h2HuVBciFQFtAsRuu57ATyrocgXf2NM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26225b;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; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { background-color: transparent; background-image: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container > .video-iframe-container { display: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container { display: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .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); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { border-width: 0; border-radius: 0; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#J5gcT1oSyZZcgEqUWGOrfl6CphslNHXM { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.591796875rem;left:0.125rem;display:block; }
#HCqsF1e72eacCvGwK4mBpsVf7lqNJDoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSDEDG9FavNKsoytAVoXE1lcu1F0hXdv { position:absolute;display:block;z-index:15001;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.436525rem;width:5.8125rem;top:1.49853515625rem;left:27.09375rem;overflow:hidden;display:block; }
#PVTFpm5xFPiLhnafDzxdTS3egBkKLl6u { background-color:rgba(var(--color-primary-3),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5625rem;left:46.74951171875rem;display:block; }
#SrEDR9XwKUJVElizgGh1tA6JGEBFt0qu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJlxOQemTKcoQCpkP3e0ViCskSlyfQQg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.7734375rem;left:46.75rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { border-width: 0; border-radius: 0; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:none; }#BPaXSM80mLLvai9PbFZ9RcrtHRCCCJTT { background-color:rgba(var(--color-secondary-4),1);background-image:none;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);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#hOsbn0MLUlsHOgFyDAlI6vNexiVlwcr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:6.9375rem;height:4.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UySoBe3lhqENLil346xp44XfFgHsPhTz { width:13.75rem;height:1.125rem;top:3.4375rem;left:34rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:13.1875rem;height:3.625rem;top:0.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:9.6875rem;height:2.5rem;top:1.6875rem;left:25.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:8.4375rem;height:1.375rem;top:2.125rem;left:5.4299049377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:7.1875rem;height:1.0625rem;top:2.3125rem;left:15.498264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:47.75rem;height:1.5625rem;top:6.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbqMNETMfGkLIv7aFWDyEbyXCHJ2TT5W { width:20rem;height:1.125rem;top:0.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwOUSw3vfqvc4XMUkrhTWbGqESmnGKi1 { width:47.75rem;height:7.25rem;top:3.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxxK9msNOTD5pO07xlWOoEKlwLkxw6M { width:47.75rem;height:4.6875rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMd7GAQikKcPWIsSk8IxUTHMbBbdDoL { width:47.75rem;height:4.6875rem;top:18.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4gsnqTq2BaOxHiOaW2pxVlzQAJOotG6 { width:29.6875rem;height:5.3125rem;top:26rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3WCK8LklxPvCk8mV21xnLbu1o3WcIb { display:block; }
 }@media only screen and (max-width: 763px) { #LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT { display:block; }#LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpXxEqZczTnRptZL9KMc608qJyhJmXpu { width:17.1875rem;height:1.9375rem;top:1.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdh3Kv3FnfIibvOJufFhGKAXc9eHwDz { width:20rem;height:1.9375rem;top:1.375rem;left:11.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIOnrJUoNIwkGeHT92NJpot2LccvSppo { width:16.5625rem;height:1.9375rem;top:1.375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e { display:block; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxB2tOKiLCZJsMFeUJHRFAAqTuRpoK9X { width:47.75rem;height:3.625rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvelBR4yoV2Dy052nENnVA902PT5bzfo { width:47.75rem;height:4.5rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G22W6SEwCMShclThNkEoW00BoiKfXMuL { width:47.75rem;height:1.875rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBpm2vrvbRqwk8Rf5QL7fVV4SbBESrzN { top:52.375rem;left:0rem;width:28.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzONwVVCbqupvH5oN0M1rVzKkEmiz0pO { width:16.3125rem;height:4.375rem;top:48rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIz1zOsOsXbf50ZFv37gtV4epFxTvSKK { display:block; }
 }@media only screen and (max-width: 763px) { #fXHqNcx99N1JoNSbH2pcE5OHDGG8M4ve { top:20.125rem;left:0rem;width:28.4375rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd { display:block; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzgkSfaiKpzR5mgxk8uSCmHEQ8Ty7da5 { width:47.75rem;height:3.625rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTR5l2LTeQ4078IGStJRDFsRGxHADLrB { width:29.25rem;height:25.8125rem;top:9rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8bbMFy8m4eMK6ak4eSIoGTOpklZX1T { top:11.4375rem;left:19.75rem;width:28rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfWOElomuKLfck3edmNf2XRqzUXOqClD { display:block; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhcgcoxX6cH563ldxydHSPlXEqzXByU3 { width:18.625rem;height:4.0625rem;top:1.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTZmEBoNUTaiIwuTuS30KCbnp2dM9HZ { width:26.4375rem;height:3.25rem;top:1.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPW3mzyfAiNJq3DaX0AUfzluHi5oPEg8 { display:block; }
 }@media only screen and (max-width: 763px) { #FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 { display:block; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8  { width:45.25rem;height:auto;top:42rem;left:0rem; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 {display:block;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 { width:45.25rem;height:auto;top:42rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #IROzUJz7hCW43wE93VW5D4LcO2NFvCLo {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #e32zcl2TcW6yu2OHWEXrG9cnyOVdO3wk { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aL5nrMNxMMDquZXInPOl1Rpapxn1e4ec {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #oMniXn99zyKJBXQnhazMyBVFgSOzGqfX {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #QuDaWhLlO726eoid3y1ZNFx4hav5TvkS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #mgbwFm5sxm3zf0ZhrKhM3Tsyslz0guW6 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gFTmEcTQxQ2np4t0ISN1H3XoH8WmtrTb {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #c63cKxZsZvOidiRQzqORBT0SFy2ndUTA {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #QbhqCt2x70a6mpcHLsMzTTXZVuMJmd49 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #TzpAwwHC397bJTZy8J0C5sDHIuSwTc6T {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #npH1t9dMJz683z7BPG09fSa8FqX5I1gI { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #fpDvFxExVgwHTU4MQRuoeABGfkwqMETr {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ggeed5FRQ5sC4lesXAUZhOmk6w4oIBTQ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #pHyMEOLdxVZyKkVd2us5dclXaQDHpZqe { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #UBqs1MM4G1PbP4Xuu4A5w4wL2hHtK3pZ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #s1PRT9ngeF0I1shHr51yn1pKAZTCuA40 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #XO3UD6Tc6Te4k7z8nLU5BTQUHxgB7NAw {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #tKA6h7Ov1Wb33biEg8Wml5iTzUoicIxS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gm663N45sbHuqtqkfeMcOHRambQNMInZ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ybhSm9hFBsbTRBxw4v8v740ahWeEoiIN {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #XIsVZiPSEOFlDJA3hrPFeOO6fqL94VXh {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lwzEgPIJBF2rLVRbTkyQP3xVTTKem49H {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lwzEgPIJBF2rLVRbTkyQP3xVTTKem49H .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #VbAF5t94KQSqLTCC9y1pC7NCxn6nGllc {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #P7VNK8bPXuB4rXOOSW4GF7aDwNPBMvD4 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #qo9K0GSaziyuorJ2bpKik1eGfAU1h17S {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #w488hkruESipKRU07VS26AcskaE3SWHE {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #TcXP7fwELJQtq86TCLTvzVNaeoWZwDXJ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GWURwMHfwgoz2cwUGTNImP1omvzgTSCR {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GWURwMHfwgoz2cwUGTNImP1omvzgTSCR .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #LO9Jk8rGRINCaOJk12oEq4rzTUGoHS2E {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #R3nhXqMT9sbqwp0rTtL09MBFEmznw4e8 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #C3phioa3JssKSKkf1QdSf4pizK1yd39C {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #cvgCQJ91DfAlWcZQl1ezK1uthDDuxzdT {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #hdG6sxmgbp5iMIkE7TApAGBZimStr1mi {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #HCK4EivXU8wtAPOrOM1EVMe2cfLtL94a {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Tdx59DIwQbaiZHPnnuK7d6o1Wed4rTwL {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ELDUTv0To0xlxZscSidzu3zAWAw4f8xM {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ELDUTv0To0xlxZscSidzu3zAWAw4f8xM .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lOl8Wqz47RKQFVQVypls4sJWz5szLKlS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #eI69IxT1woIEFICdiXTSqOImSkE02Svz {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Gl9CfPWGM47n1TwZPdhmN5aV5cCdEMx8 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Ik4Thhg0bxBciZsdFedfNt7usPUzDToM {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lWRxJ9ZvOGxvouJJmJBkAw03z0h9LXIU {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GO2nD0RVmbzSup9VI2sLT2KXzRklrncx {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a0vqxppEkLTDnabvFTHotw0OXQxI1QKK {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ASIU6Hx8EZAoF3kaSTOKAduq03Mx78fn {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gG0AZm1yI8eHA0qEKBMHJRNdD7O5BhNv {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Q2S6sAStKKmZTSpTcTABzg6DsXkiOpEl {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ZvxtCIzQH69GBz2GuKW77vyXSsm1ITtC {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Vtnfs72nNCQxhR3PfcWe8NnbBATFRXAq {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aq59VNciU1EMoS2VtrRt3bhwwWle4WgF {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #oeNrauppZWGgJ117MJh8AzsIZXs9WZnZ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #yeTK3dthyI4RGyruutIUpDhS7L3vbyb2 {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #yeTK3dthyI4RGyruutIUpDhS7L3vbyb2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a5tAogeAd8qUbXnQc1m788Xi0VvIZmra {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #JmaeRB6NOlbEU1ATh1OJpV1QfcfWboVT {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Ee699k1bQpOnctQxmcsDP6X6P0IV4WTp {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #qIcfUNfpLk3Iw0bmp097oMHTqb9KwdrX {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aBihR4KMVa6Dbhforpeupaq7eKTAgOP5 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gbosucLpVievJ3upo2nlfJ1kTHUycWN3 {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gbosucLpVievJ3upo2nlfJ1kTHUycWN3 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ePx1g4klrTxM7PyJ35dl5rc76wLzboqS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #f6OQ1fVNriPNxbQGCnUvpcPtN1rvR6zd {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GyzT3JdANoX9Drkim1Xy6WbezlGIxtqH {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #wgEOVJugNWgE9fTpknmLemx54n7dSiLR {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #uJfWR3JX3UT35VyOV3KQ4wb9MplA5JfG {  }
 }@media only screen and (max-width: 763px) { #TTrt7XupWpsmNqUvIw2PHXOX1XU9WuRc { display:block; }
 }@media only screen and (max-width: 763px) { #JouGLPlVBHU9aQlv3q9Ezoh5oMOiE9pP { display:block; }
 }@media only screen and (max-width: 763px) { #nR23ZJCFnGm5PTk3onN6IKRuCNVPJJGZ { display:block; }
 }@media only screen and (max-width: 763px) { #asPGJ8wZWWpxrQigEU0km6aWOEAG5I5K { display:block; }
 }@media only screen and (max-width: 763px) { #VhXSTbEydLh3VXHioeL7Q6uTbH2Ek2RD { display:block; }
 }@media only screen and (max-width: 763px) { #fZi1ubiUMZO46RJEqzg5ipzaL48VDH35 { display:block; }
 }@media only screen and (max-width: 763px) { #y6P7GgAZSTohZVILVMHCuHWR9GtzToTb { display:block; }
 }@media only screen and (max-width: 763px) { #NNTfdtaHUTvh24Et1RnwGdiiPJ1DQX55 { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a2ot8c6eoWG0BCCaEvGcOvlE35aCnd3A {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #DJRXQdWvXXSWwfmhWroXl1RaoIgqFokk {  }
 }@media only screen and (max-width: 763px) { #XNZ1mtyA1oG5L0VxOgOGTQnQIzy1TBxQ { width:47.75rem;height:2.0625rem;top:37.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRVF44NJPk9Et6XE3Gd3TObWM9rpxmF { width:47.75rem;height:1.25rem;top:40.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGM0OLK5vCakU7ayihp7u1A9RTqwdTzo { width:47.75rem;height:97.6875rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tymsac5r4QqqVfyb12kQuShQpNIDW0Lp { top:124.125rem;left:31.125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht { width:39.375rem;height:8.75rem;top:11.6875rem;left:4.1875rem;font-size:1.25rem;display:block; }#GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_466aada1db057c40e72a7b13757d04f9ebf28347.svg); }
 }@media only screen and (max-width: 763px) { #dMvXae1HcXqZSUFTfW5BLnOToy8FZhMB { top:124.125rem;left:8.625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWXdCSFnMIUE1khHr4gEGEgVoaTLo9a { width:47.75rem;height:8.4375rem;top:1.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSfkbMpa2DynEET0GCD2Gl04tlwROro4 { top:21.5rem;left:9rem;width:29.6875rem;height:14.220534241683rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmNVt35RTdS7Wc6c26VWq0iHo3ZnWWvs { width:47.75rem;height:2.4375rem;top:154.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3s3KQMwBROFgORo6FyX6k6OcQOBshH7 { width:47.75rem;height:33.75rem;top:157.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvG88L5M2gkzBLJUy4ykHgnTEDbKVa59 { width:47.75rem;height:2.4375rem;top:135.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUeI2Q8liq0K1rQN6L44HXn47SH4mJbr { width:47.75rem;height:13.5rem;top:138.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEtdxd212GyOPX0fiKwxcMTRZK69oCbs { top:197.8125rem;left:9.625rem;width:28.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhlBCa9531KTw8SusxRkAsQJfFyBndiA { width:16.3125rem;height:4.375rem;top:193.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg3OsTWwGKvghTMiuxrB8NoDPWZFxV3i { display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:47.75rem;height:3.625rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { width:47.75rem;height:6.6875rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p40LL673G7GX8frWX6quCWAFsTG9vs1T { width:1.3125rem;height:1.3125rem;top:13.125rem;left:26.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRRPvO7JUTH6txxwy8ed7i2VUNZu0bAx { width:0.8125rem;height:0.8125rem;top:13.375rem;left:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeW8PntiVUi50ntoAlpTfbZK4GW1lJXM { top:36.875rem;left:0rem;width:47.75rem;height:19.838674033149rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMKTTAyDOrtZ1md3e8eWb7Nwsct4987g { width:47.75rem;height:4.4375rem;top:30.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHJgxvfHH0iVJAGFfPIxG2zU5EhBzL7v { width:16.3125rem;height:4.4375rem;top:60.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7TQnKKSVqCZxh43OhdTqvs6hox9pRH4 { display:block; }
 }@media only screen and (max-width: 763px) { #VDtxxLmnozFJssiz1REZ06Tun9BBT2fG { top:64.8125rem;left:9.625rem;width:28.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxbSho8Qd6hT75cTn1Rw0J1VVRuMoAT9 { width:47.75rem;height:2.5rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4zk8IMeeSXJrATZfyZ8ohdP1JtRqte8 { width:47.75rem;height:6.6875rem;top:21.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT { display:block; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTn2Oy1ZrtMl2s1Nb8lPUGexvFEGemo8 { width:47.75rem;height:3.625rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3HPuinx5R7lITGVcVhWyLkoFG9L3d9Q { width:47.75rem;height:20.25rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1KpXLAMwL9PGfJibvxRZmlboy8aS0e { width:47.75rem;height:20.1875rem;top:62.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL3pHHo7OUz1DihD2KRs2AiKn9NXrPTo { top:30.0625rem;left:3.875rem;width:40rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #PENHQtoveuDipJWyx3aELles9iNuMTeQ { width:29.625rem;height:3.1875rem;top:86.1875rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOcksgCvRdKJpekNro3xOGToezDqTd6A { display:block; }
 }@media only screen and (max-width: 763px) { #e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH { display:block; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlBlxfKf3JyxbEJP0Ge1TF0stE5Suuyb { width:47.75rem;height:26.9375rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE9TA4ATMBuDCRw2BNOxZp1wrMgtr6wZ { width:47.75rem;height:3.625rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbevJFw95kyBz365q50nqLHEAsqTir4S { top:57.5625rem;left:0rem;width:25.1875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvh8KEmm4CeaqWV85c2URS980H8mhWB4 { top:57.5625rem;left:6.625rem;width:25.125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1eJHW6WOSsDMP7g7DimltsXy55AUvg { top:124.5rem;left:0rem;width:28.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1cEJhn3r7cTTHU5pgaSdc72F66I5m1t { width:16.25rem;height:4.375rem;top:120.125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9LCQUJCA7aLVqeTIVZ9CtzHgQnL6Oou { display:block; }
 }@media only screen and (max-width: 763px) { #tP9AS4BHDHk6oIoXTVfZG5A7N2H77QeK { width:19.75rem;height:11.1875rem;top:84.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWvhktb85k4Q5UX0JX4VKmhVb7wTQhZB { width:19.75rem;height:11.1875rem;top:84.625rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXBrsvZnURWxPWhSM2TaFw7U1tmdQCzL { width:31.6875rem;height:15.6875rem;top:98.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVfmTwli5zLsZ4nJDOaZ7vPhO2OxS1Gr { width:47.75rem;height:2.8125rem;top:37.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daCHnwuSk17Qges5H6TaB24MkaSzBd8t { width:47.75rem;height:8.9375rem;top:41.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7K2zccP8MutJIpfR3bmGbzT0N6Jw5n { width:47.75rem;height:2.8125rem;top:53.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 { display:block; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2sTqlMfkyMGnG3gX6Mtuk1ZqiczFkWP { width:47.75rem;height:1.625rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVxn6xTIZ8d2MEkNo3VXdRJKIVb6hOmo { top:15.75rem;left:19.0625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhyfGiP5e0iplwbtxTDPapaRsas4NaDb { top:15.75rem;left:3.1875rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwMkaCK2aUJM78Ty9N7zWMAq35qUckFF { top:2.125rem;left:17.468097686767rem;width:12.6875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEN6JGTXpIWnZ4n79N5oO7uthKZBTTwP { width:29.625rem;height:3.1875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAapxRmcmBMgGXu4Gm46AgH22W3rdaco { display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUDpWFthNsAdSBfELT3TtEs9rPDvT6Fl { width:47.75rem;height:8.125rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { width:47.75rem;height:2.625rem;top:25.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1hpO1hpuSUnqy4VKTX60UbP4pBpDziP { width:47.75rem;height:2rem;top:29.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdAZPwvtXcJ3SEUuQwmZ7I2dCzhI9PRJ { width:20.0625rem;height:4.25rem;top:35.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWPFr0lEqM5eUMvm5CmaBgTHdErXART { display:block; }
 }@media only screen and (max-width: 763px) { #gzgaQtMTeT3h0TR9192XnJBTU2T5fnEv { top:39.0625rem;left:9.5625rem;width:28.5625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlwdpptxWlosuAW375tZxFgN1hzqg5An { width:47.75rem;height:3.1875rem;top:13.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkoE9iZcNWGybVeQk0wozmPzBgtBJwA8 { width:34.75rem;height:6.9375rem;top:17.5rem;left:6.4672317504881rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2HuVBciFQFtAsRuu57ATyrocgXf2NM8 { display:block; }
 }@media only screen and (max-width: 763px) { #dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { display:block; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5gcT1oSyZZcgEqUWGOrfl6CphslNHXM { width:25rem;height:3.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCqsF1e72eacCvGwK4mBpsVf7lqNJDoz { display:block; }
 }@media only screen and (max-width: 763px) { #OSDEDG9FavNKsoytAVoXE1lcu1F0hXdv { width:5.8125rem;height:3.436525rem;top:1.4375rem;left:20.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTFpm5xFPiLhnafDzxdTS3egBkKLl6u { width:13.125rem;height:3.5625rem;top:0.5625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrEDR9XwKUJVElizgGh1tA6JGEBFt0qu { display:block; }
 }@media only screen and (max-width: 763px) { #cJlxOQemTKcoQCpkP3e0ViCskSlyfQQg { width:13.25rem;height:1.125rem;top:3.75rem;left:34.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr { display:block; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPaXSM80mLLvai9PbFZ9RcrtHRCCCJTT { width:46.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsbn0MLUlsHOgFyDAlI6vNexiVlwcr9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:5.87456875rem;height:3.37456875rem;top:0.27734376490116rem;left:7.061632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #UySoBe3lhqENLil346xp44XfFgHsPhTz { width:14.3123125rem;height:0;top:16.37451171875rem;left:2.8426105380058rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:13.1875rem;height:3.625rem;top:0.4375rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:12.1248125rem;height:3.2495125rem;top:19.832355499267rem;left:3.9371744990349rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:5.625rem;height:2.0625rem;top:11.4375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:5.625rem;height:2.0625rem;top:11.4375rem;left:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { position:relative;z-index:auto;display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:17.5rem;height:2.2734375rem;top:4.2723526954651rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbqMNETMfGkLIv7aFWDyEbyXCHJ2TT5W { width:20rem;height:0;top:0.2705078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d556f5ba-1489-4cfd-881f-218345f0502a/Slider_green_fade_BG.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwOUSw3vfqvc4XMUkrhTWbGqESmnGKi1 { width:20rem;height:6.82325rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LfxxK9msNOTD5pO07xlWOoEKlwLkxw6M { width:20rem;height:7.5rem;top:9.8860681056975rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sPMd7GAQikKcPWIsSk8IxUTHMbBbdDoL { width:20rem;height:9.375rem;top:19.198135137558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x4gsnqTq2BaOxHiOaW2pxVlzQAJOotG6 { width:18.9995625rem;height:4.62456875rem;top:30.509984731674rem;left:0.49913197755814rem;font-size:1.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3WCK8LklxPvCk8mV21xnLbu1o3WcIb { display:block; }
 }@media only screen and (max-width: 763px) { #LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT { display:none; }#LQvR9BowvXRiT1GaF8JNKTNv2PBKy9yT > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PpXxEqZczTnRptZL9KMc608qJyhJmXpu { width:20rem;height:2.11263125rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdh3Kv3FnfIibvOJufFhGKAXc9eHwDz { width:20rem;height:2.11263125rem;top:5.6684026718139rem;left:0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIOnrJUoNIwkGeHT92NJpot2LccvSppo { width:20rem;height:2.11263125rem;top:9.90039375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e { background-color:rgba(255,255,255,0.85);background-image:none;display:block; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { background-color: transparent; background-image: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container > .video-iframe-container { display: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container { display: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .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); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxB2tOKiLCZJsMFeUJHRFAAqTuRpoK9X { width:17.5rem;height:2.2744125rem;top:1.3747825622559rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MvelBR4yoV2Dy052nENnVA902PT5bzfo { width:20rem;height:8.999rem;top:4.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #G22W6SEwCMShclThNkEoW00BoiKfXMuL { width:20rem;height:3rem;top:15.671873092651rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBpm2vrvbRqwk8Rf5QL7fVV4SbBESrzN { width:20rem;height:1.21875rem;top:43.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzONwVVCbqupvH5oN0M1rVzKkEmiz0pO { width:16.3125rem;height:4.375rem;top:39rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIz1zOsOsXbf50ZFv37gtV4epFxTvSKK { display:block; }
 }@media only screen and (max-width: 763px) { #fXHqNcx99N1JoNSbH2pcE5OHDGG8M4ve { width:20rem;height:17.5625rem;top:20.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd { display:block; }#kl1E7XI7zlsXtRri9vWMxV8oqaNomTSd > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzgkSfaiKpzR5mgxk8uSCmHEQ8Ty7da5 { width:20rem;height:2.2744125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTR5l2LTeQ4078IGStJRDFsRGxHADLrB { width:20rem;height:17.9980625rem;top:5.6966209411621rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8bbMFy8m4eMK6ak4eSIoGTOpklZX1T { width:20rem;height:14.9370625rem;top:25.482856750488rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfWOElomuKLfck3edmNf2XRqzUXOqClD { display:block; }#JfWOElomuKLfck3edmNf2XRqzUXOqClD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhcgcoxX6cH563ldxydHSPlXEqzXByU3 { width:17.5rem;height:3.25rem;top:1rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTZmEBoNUTaiIwuTuS30KCbnp2dM9HZ { width:19.6875rem;height:3.125rem;top:4.8122863769531rem;left:0.18750005960464rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPW3mzyfAiNJq3DaX0AUfzluHi5oPEg8 { display:block; }
 }@media only screen and (max-width: 763px) { #FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 { background-color:#7fbe1c;background-image:none;display:block; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container { background-color: transparent; background-image: none; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container > .video-iframe-container { display: none; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row > .video-iframe-container { display: none; }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .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); }#FlRMcJVn0yHiDcwpDfTqi3XiDsUhlZr1 > .row .container { width:20rem;height:213.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden;height:3.125rem; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8  { width:17.5rem;height:24.1185rem;top:38.8555rem;left:0rem; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 {display:block;}#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 { width:17.5rem;height:24.1185rem;top:38.8555rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #IROzUJz7hCW43wE93VW5D4LcO2NFvCLo {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #e32zcl2TcW6yu2OHWEXrG9cnyOVdO3wk { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aL5nrMNxMMDquZXInPOl1Rpapxn1e4ec {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #oMniXn99zyKJBXQnhazMyBVFgSOzGqfX {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #QuDaWhLlO726eoid3y1ZNFx4hav5TvkS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #mgbwFm5sxm3zf0ZhrKhM3Tsyslz0guW6 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gFTmEcTQxQ2np4t0ISN1H3XoH8WmtrTb {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #c63cKxZsZvOidiRQzqORBT0SFy2ndUTA {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #QbhqCt2x70a6mpcHLsMzTTXZVuMJmd49 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #TzpAwwHC397bJTZy8J0C5sDHIuSwTc6T {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #npH1t9dMJz683z7BPG09fSa8FqX5I1gI { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #fpDvFxExVgwHTU4MQRuoeABGfkwqMETr {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ggeed5FRQ5sC4lesXAUZhOmk6w4oIBTQ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #pHyMEOLdxVZyKkVd2us5dclXaQDHpZqe { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #UBqs1MM4G1PbP4Xuu4A5w4wL2hHtK3pZ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #s1PRT9ngeF0I1shHr51yn1pKAZTCuA40 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #XO3UD6Tc6Te4k7z8nLU5BTQUHxgB7NAw {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #tKA6h7Ov1Wb33biEg8Wml5iTzUoicIxS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gm663N45sbHuqtqkfeMcOHRambQNMInZ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ybhSm9hFBsbTRBxw4v8v740ahWeEoiIN {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #XIsVZiPSEOFlDJA3hrPFeOO6fqL94VXh {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lwzEgPIJBF2rLVRbTkyQP3xVTTKem49H {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lwzEgPIJBF2rLVRbTkyQP3xVTTKem49H .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #VbAF5t94KQSqLTCC9y1pC7NCxn6nGllc {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #P7VNK8bPXuB4rXOOSW4GF7aDwNPBMvD4 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #qo9K0GSaziyuorJ2bpKik1eGfAU1h17S {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #w488hkruESipKRU07VS26AcskaE3SWHE {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #TcXP7fwELJQtq86TCLTvzVNaeoWZwDXJ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GWURwMHfwgoz2cwUGTNImP1omvzgTSCR {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GWURwMHfwgoz2cwUGTNImP1omvzgTSCR .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #LO9Jk8rGRINCaOJk12oEq4rzTUGoHS2E {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #R3nhXqMT9sbqwp0rTtL09MBFEmznw4e8 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #C3phioa3JssKSKkf1QdSf4pizK1yd39C {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #cvgCQJ91DfAlWcZQl1ezK1uthDDuxzdT {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #hdG6sxmgbp5iMIkE7TApAGBZimStr1mi {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #HCK4EivXU8wtAPOrOM1EVMe2cfLtL94a {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Tdx59DIwQbaiZHPnnuK7d6o1Wed4rTwL {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ELDUTv0To0xlxZscSidzu3zAWAw4f8xM {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ELDUTv0To0xlxZscSidzu3zAWAw4f8xM .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lOl8Wqz47RKQFVQVypls4sJWz5szLKlS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #eI69IxT1woIEFICdiXTSqOImSkE02Svz {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Gl9CfPWGM47n1TwZPdhmN5aV5cCdEMx8 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Ik4Thhg0bxBciZsdFedfNt7usPUzDToM {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #lWRxJ9ZvOGxvouJJmJBkAw03z0h9LXIU {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GO2nD0RVmbzSup9VI2sLT2KXzRklrncx {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a0vqxppEkLTDnabvFTHotw0OXQxI1QKK {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ASIU6Hx8EZAoF3kaSTOKAduq03Mx78fn {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gG0AZm1yI8eHA0qEKBMHJRNdD7O5BhNv {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Q2S6sAStKKmZTSpTcTABzg6DsXkiOpEl {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ZvxtCIzQH69GBz2GuKW77vyXSsm1ITtC {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Vtnfs72nNCQxhR3PfcWe8NnbBATFRXAq {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aq59VNciU1EMoS2VtrRt3bhwwWle4WgF {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #oeNrauppZWGgJ117MJh8AzsIZXs9WZnZ {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #yeTK3dthyI4RGyruutIUpDhS7L3vbyb2 {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #yeTK3dthyI4RGyruutIUpDhS7L3vbyb2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a5tAogeAd8qUbXnQc1m788Xi0VvIZmra {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #JmaeRB6NOlbEU1ATh1OJpV1QfcfWboVT {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #Ee699k1bQpOnctQxmcsDP6X6P0IV4WTp {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #qIcfUNfpLk3Iw0bmp097oMHTqb9KwdrX {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #aBihR4KMVa6Dbhforpeupaq7eKTAgOP5 {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gbosucLpVievJ3upo2nlfJ1kTHUycWN3 {  }
#CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #gbosucLpVievJ3upo2nlfJ1kTHUycWN3 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #ePx1g4klrTxM7PyJ35dl5rc76wLzboqS {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #f6OQ1fVNriPNxbQGCnUvpcPtN1rvR6zd {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #GyzT3JdANoX9Drkim1Xy6WbezlGIxtqH {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #wgEOVJugNWgE9fTpknmLemx54n7dSiLR {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #uJfWR3JX3UT35VyOV3KQ4wb9MplA5JfG {  }
 }@media only screen and (max-width: 763px) { #TTrt7XupWpsmNqUvIw2PHXOX1XU9WuRc { display:block; }
 }@media only screen and (max-width: 763px) { #JouGLPlVBHU9aQlv3q9Ezoh5oMOiE9pP { display:block; }
 }@media only screen and (max-width: 763px) { #nR23ZJCFnGm5PTk3onN6IKRuCNVPJJGZ { display:block; }
 }@media only screen and (max-width: 763px) { #asPGJ8wZWWpxrQigEU0km6aWOEAG5I5K { display:block; }
 }@media only screen and (max-width: 763px) { #VhXSTbEydLh3VXHioeL7Q6uTbH2Ek2RD { display:block; }
 }@media only screen and (max-width: 763px) { #fZi1ubiUMZO46RJEqzg5ipzaL48VDH35 { display:block; }
 }@media only screen and (max-width: 763px) { #y6P7GgAZSTohZVILVMHCuHWR9GtzToTb { display:block; }
 }@media only screen and (max-width: 763px) { #NNTfdtaHUTvh24Et1RnwGdiiPJ1DQX55 { display:block; }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #a2ot8c6eoWG0BCCaEvGcOvlE35aCnd3A {  }
 }@media only screen and (max-width: 763px) { #CNuc1S5fha6C9hOKOVnR6oJxNkXvELg8 #DJRXQdWvXXSWwfmhWroXl1RaoIgqFokk {  }
 }@media only screen and (max-width: 763px) { #XNZ1mtyA1oG5L0VxOgOGTQnQIzy1TBxQ { width:20rem;height:1.7068125rem;top:35.8555rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRVF44NJPk9Et6XE3Gd3TObWM9rpxmF { width:19.9375rem;height:1.21875rem;top:37.543rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGM0OLK5vCakU7ayihp7u1A9RTqwdTzo { width:20rem;height:100.9375rem;top:34.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tymsac5r4QqqVfyb12kQuShQpNIDW0Lp { width:6.25rem;height:6.25rem;top:127.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht { width:20rem;height:12.670875rem;top:11.236978530884rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }#GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#GdpDqkGL0nZ8lcsCrDWxJdT5NXub1xht li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_466aada1db057c40e72a7b13757d04f9ebf28347.svg); }
 }@media only screen and (max-width: 763px) { #dMvXae1HcXqZSUFTfW5BLnOToy8FZhMB { width:6.25rem;height:6.25rem;top:127.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWXdCSFnMIUE1khHr4gEGEgVoaTLo9a { width:20rem;height:7.59375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSfkbMpa2DynEET0GCD2Gl04tlwROro4 { width:20rem;height:9.7760625rem;top:24.222658157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmNVt35RTdS7Wc6c26VWq0iHo3ZnWWvs { width:20rem;height:2.0625rem;top:156.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3s3KQMwBROFgORo6FyX6k6OcQOBshH7 { width:20rem;height:43.19533125rem;top:159.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gvG88L5M2gkzBLJUy4ykHgnTEDbKVa59 { width:20rem;height:2.0625rem;top:136.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUeI2Q8liq0K1rQN6L44HXn47SH4mJbr { width:20rem;height:14.39845rem;top:139.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kEtdxd212GyOPX0fiKwxcMTRZK69oCbs { width:20rem;height:1.21875rem;top:208.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EhlBCa9531KTw8SusxRkAsQJfFyBndiA { width:16.3125rem;height:4.375rem;top:204rem;left:1.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kg3OsTWwGKvghTMiuxrB8NoDPWZFxV3i { display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { background-color:#6fb62c;background-image:none;display:none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:20rem;height:84.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:20rem;height:5.19775625rem;top:1.317138671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #npLWa7nqGVhd5FLhG4FAHlUTm42LZnsT { width:20rem;height:18.2263125rem;top:8.2568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #p40LL673G7GX8frWX6quCWAFsTG9vs1T { width:1.375rem;height:1.375rem;top:36.75rem;left:9.3125rem;z-index:15010;background-color:#e20000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kRRPvO7JUTH6txxwy8ed7i2VUNZu0bAx { width:0.875rem;height:0.875rem;top:37rem;left:9.5625rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #JeW8PntiVUi50ntoAlpTfbZK4GW1lJXM { width:19.6228125rem;height:8.125rem;top:66.31103515625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMKTTAyDOrtZ1md3e8eWb7Nwsct4987g { width:20rem;height:9.5641875rem;top:53.562495231628rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aHJgxvfHH0iVJAGFfPIxG2zU5EhBzL7v { width:16.25rem;height:4.375rem;top:76.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7TQnKKSVqCZxh43OhdTqvs6hox9pRH4 { display:block; }
 }@media only screen and (max-width: 763px) { #VDtxxLmnozFJssiz1REZ06Tun9BBT2fG { width:20rem;height:1.2182625rem;top:80.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxbSho8Qd6hT75cTn1Rw0J1VVRuMoAT9 { width:20rem;height:3.1494125rem;top:28.265380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q4zk8IMeeSXJrATZfyZ8ohdP1JtRqte8 { width:20rem;height:16.2011875rem;top:33.498291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT { background-color:#ffffff;background-image:none;display:block; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container { background-color: transparent; background-image: none; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container > .video-iframe-container { display: none; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row > .video-iframe-container { display: none; }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .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); }#hm1gNSpnQRB7cRSvCx7PGVaRCL5CPzvT > .row .container { width:20rem;height:111.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTn2Oy1ZrtMl2s1Nb8lPUGexvFEGemo8 { width:20rem;height:2.2747375rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3HPuinx5R7lITGVcVhWyLkoFG9L3d9Q { width:20rem;height:37.3828125rem;top:5.09765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TB1KpXLAMwL9PGfJibvxRZmlboy8aS0e { width:20rem;height:39.5956875rem;top:63.705732345581rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #eL3pHHo7OUz1DihD2KRs2AiKn9NXrPTo { width:20rem;height:15rem;top:45.378883361816rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PENHQtoveuDipJWyx3aELles9iNuMTeQ { width:19.6875rem;height:3.125rem;top:105.49999046326rem;left:0.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOcksgCvRdKJpekNro3xOGToezDqTd6A { display:block; }
 }@media only screen and (max-width: 763px) { #e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH { background-color:#6fb62c;background-image:none;display:block; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container { background-color: transparent; background-image: none; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container > .video-iframe-container { display: none; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row > .video-iframe-container { display: none; }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .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); }#e8vksPlZUSyVTfxkJHwNOa0Tv2mEQlmH > .row .container { width:20rem;height:186.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlBlxfKf3JyxbEJP0Ge1TF0stE5Suuyb { width:19.8730625rem;height:43.1952875rem;top:5.09765625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pE9TA4ATMBuDCRw2BNOxZp1wrMgtr6wZ { width:20rem;height:2.2747375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbevJFw95kyBz365q50nqLHEAsqTir4S { width:20rem;height:20rem;top:89.562480926513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvh8KEmm4CeaqWV85c2URS980H8mhWB4 { width:20rem;height:20rem;top:111.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1eJHW6WOSsDMP7g7DimltsXy55AUvg { width:20rem;height:1.21875rem;top:182.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1cEJhn3r7cTTHU5pgaSdc72F66I5m1t { width:16.25rem;height:4.375rem;top:178rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9LCQUJCA7aLVqeTIVZ9CtzHgQnL6Oou { display:block; }
 }@media only screen and (max-width: 763px) { #tP9AS4BHDHk6oIoXTVfZG5A7N2H77QeK { width:20rem;height:10.1220625rem;top:133.7486782074rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kWvhktb85k4Q5UX0JX4VKmhVb7wTQhZB { width:20rem;height:10.1220625rem;top:166.15755271912rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iXBrsvZnURWxPWhSM2TaFw7U1tmdQCzL { width:20rem;height:16.1953rem;top:146.68620109558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dVfmTwli5zLsZ4nJDOaZ7vPhO2OxS1Gr { width:20rem;height:5.19921875rem;top:50.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #daCHnwuSk17Qges5H6TaB24MkaSzBd8t { width:20rem;height:22.2685625rem;top:57.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7K2zccP8MutJIpfR3bmGbzT0N6Jw5n { width:20rem;height:5.19921875rem;top:82.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { background-color: transparent; background-image: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container > .video-iframe-container { display: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container { display: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .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); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2sTqlMfkyMGnG3gX6Mtuk1ZqiczFkWP { width:19.8736875rem;height:4.5rem;top:8.9778633117675rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xVxn6xTIZ8d2MEkNo3VXdRJKIVb6hOmo { width:9.375rem;height:9.375rem;top:26.87109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhyfGiP5e0iplwbtxTDPapaRsas4NaDb { width:9.375rem;height:9.375rem;top:15.43359375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwMkaCK2aUJM78Ty9N7zWMAq35qUckFF { width:8.125rem;height:5.2487rem;top:1.8684883117676rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEN6JGTXpIWnZ4n79N5oO7uthKZBTTwP { width:19.6875rem;height:3.125rem;top:38.684814453125rem;left:0.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAapxRmcmBMgGXu4Gm46AgH22W3rdaco { display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cafb716-411c-4262-8c6b-da936c22abcb/Judy21024x768.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.9); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.9); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUDpWFthNsAdSBfELT3TtEs9rPDvT6Fl { width:20rem;height:9.097625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvV5mxtLuzECVBcC52qQ1TJ63RZTPVl { width:20rem;height:3.8496125rem;top:20.75073125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x1hpO1hpuSUnqy4VKTX60UbP4pBpDziP { width:20rem;height:3.57421875rem;top:25.8483875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdAZPwvtXcJ3SEUuQwmZ7I2dCzhI9PRJ { width:20rem;height:3.8125rem;top:31.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWPFr0lEqM5eUMvm5CmaBgTHdErXART { display:block; }
 }@media only screen and (max-width: 763px) { #gzgaQtMTeT3h0TR9192XnJBTU2T5fnEv { width:20rem;height:1.21875rem;top:34.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlwdpptxWlosuAW375tZxFgN1hzqg5An { width:20rem;height:2.2753875rem;top:11.6015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkoE9iZcNWGybVeQk0wozmPzBgtBJwA8 { width:18.9985rem;height:4.375rem;top:15.310306549073rem;left:0.50021702051162rem;font-size:1.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2HuVBciFQFtAsRuu57ATyrocgXf2NM8 { display:block; }
 }@media only screen and (max-width: 763px) { #dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { display:block; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5gcT1oSyZZcgEqUWGOrfl6CphslNHXM { width:20rem;height:3.125rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCqsF1e72eacCvGwK4mBpsVf7lqNJDoz { display:block; }
 }@media only screen and (max-width: 763px) { #OSDEDG9FavNKsoytAVoXE1lcu1F0hXdv { width:5.811525rem;height:3.4375rem;top:5.99951171875rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTFpm5xFPiLhnafDzxdTS3egBkKLl6u { width:20rem;height:3.5625rem;top:11.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrEDR9XwKUJVElizgGh1tA6JGEBFt0qu { display:block; }
 }@media only screen and (max-width: 763px) { #cJlxOQemTKcoQCpkP3e0ViCskSlyfQQg { width:20rem;height:1.13671875rem;top:14.874267578125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#6fb62c;background-image:none;display:block; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { background-color: transparent; background-image: none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container > .video-iframe-container { display: none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row > .video-iframe-container { display: none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .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); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPaXSM80mLLvai9PbFZ9RcrtHRCCCJTT { width:20rem;height:3.125rem;top:0rem;left:0rem;background-color:#6fb62c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hOsbn0MLUlsHOgFyDAlI6vNexiVlwcr9 { display:block; }
 }