.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:43,171,224;--color-primary-4:29,119,156;--color-secondary-0:253,230,209;--color-secondary-1:248,181,118;--color-secondary-2:244,132,27;--color-secondary-3:255,145,0;--color-secondary-4:49,26,5;--color-tertiary-0:255,255,255;--color-tertiary-1:248,239,242;--color-tertiary-2:149,143,145;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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; }#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:6.6875rem;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:4.125rem;top:1.5625rem;left:2.3260135135135rem;overflow:hidden;display:block; }
#rpI9q0u1OAPDoqLaFAICPtdwhQI4Md0T { z-index:15003;top:2.75rem;left:47.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wPo4LCq9QtAx2z3ghszEX0Bzxdelmi64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqBktQTrc7ytWHEVT1tNSZoscZJDS2JV { color:rgba(var(--color-primary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:13.9375rem;height:1.05615rem;font-style:normal;display:block; }
#XSbE1osZyBWXcECaLpX05sx304qzbXEl { color:rgba(var(--color-primary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:9.125rem;height:1.05615rem;font-style:normal;display:block; }
#HfR3oE0CO0laKr7MMHiyyoRvTkocEHUV { color:rgba(var(--color-primary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:28.4375rem;height:1.05615rem;font-style:normal;display:block; }
#xtcCAtDULdNWUmA49A12ZNLVR93m6Cad { color:rgba(var(--color-primary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:19.5625rem;height:1.05615rem;font-style:normal;display:block; }
#R5JnZe3oWObnTAA96m8TuAXbBaf49bhg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#R5JnZe3oWObnTAA96m8TuAXbBaf49bhg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pKxgqDXK31dZC9w46sldQKaAgm4TBi02 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pv7XJZsd1y74VIxRmZJMhzlglGJUWdws { position:absolute;display:block;z-index:15037;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;height:1.625rem;width:7.3125rem;top:3.4375rem;left:40.0625rem;overflow:hidden;display:none; }
#hgDQgnKVSUVOKK6Lo92oilDNGJQBBEUm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:2.5625rem;left:45.71875rem;display:none; }
#Aw4FXXKyPVJgHakD0wIPWw8ps3pcRG8T { background-color:#5d92ff;background-image:none;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(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#fZwrmfn399iu35PVXpANlelTJtQnTlJ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzV81V8Hu5abVukJm8zHc1sbvUIKl5ld { box-sizing:content-box;height:2.875rem;width:0.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:2.5rem;left:36.875rem;display:block; }
#grikcy1TOgnmgviATyoTaWtTyrXw9OUx { position:absolute;display:block;z-index:15037;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;height:1.625rem;width:7.3125rem;top:2.75rem;left:38.21875rem;overflow:hidden;display:block; }
#XII33d95TTZUh7CZEHlXC2TDnW1FkuMv { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.89355625rem;top:4.5625rem;left:40.0625rem;display:block; }
#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c747a47-dc94-4780-ae14-475221e2450b/jerseycitynjskylineandhudsonriver20250514172617compressed.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu.adaptive-delivery-prevent-bg, #QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu.lazyload, #QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu.lazyloading { background-image: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container { background-color: transparent; background-image: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.86); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container > .video-iframe-container { display: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.86); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row > .video-iframe-container { display: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .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); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container { border-width: 0; border-radius: 0; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu::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; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#gglsnArMTtCybStmsidLndC5eA4Wbleu { z-index:15006;top:26.625rem;left:2.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KQPoste6oioN5WQCzD7IyryB8TPACIlX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZDWBrTQNpNEdecdMJIFFkFryMa4wtGW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.4375rem;left:2.5625rem; }
#omy061BRqvSccbinpTNZMLbBHMGRH3Hq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:3.125rem;left:4.4375rem;height:1.79980625rem;font-style:normal;display:block; }
#dgM3MnnHeTIsLoMBsKd9TnLoBc6WqeLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.3125rem;left:21.8125rem; }
#wflZXuf5UimrGDRp4EfKQIet4o9wn8l2 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:21.5rem;left:2.5625rem;height:4.798825rem;font-style:normal;display:block; }
#A9omQybDR49PAzv3ly0xPKuSWWXdIPAx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.375rem;left:3.75rem;height:1.69970625rem;font-style:normal;display:block; }
#vPC40aXvqGmXHMhO7E9CXwoJpEB1HGwF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.375rem;left:23rem;height:1.69970625rem;font-style:normal;display:block; }
#wGzd7LMDT2rFC55VJmg1TOp56zrUhcgS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.375rem;left:42.75rem;height:1.69970625rem;font-style:normal;display:block; }
#IFvTSzUsCJ4ng4TJFp7qQyyUyi3vUglO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:33.130859375rem;left:40rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#J7ruSp16blEy8yuqUfPMa6cUUnhFqki0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:33.130859375rem;left:20.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#UHKOIFr0mFS2QsQ3Jn0QdZasoTvSt96l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:33.130859375rem;left:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#pEU5WvTJlkKufAwRPv9XyrGFuTTz6I4b { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.201171875rem;left:2.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bp4uBTvCiupnln3Pxer1kxN1dHvm7pR9 { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);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:21.875rem;width:28.125rem;top:3.125rem;left:29.6875rem;overflow:hidden;display:block; }
#Rm3TpqsohxTvw95NXWawVCgXhfgvoKyM { position:absolute;display:block;z-index:15037;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;height:4rem;width:20.6875rem;top:17.625rem;left:0.8125rem;overflow:hidden;display:block; }
#S8Rr60913lt10iXdOtw3bnOSUrDxDbAW { position:absolute;display:block;z-index:15001;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.1875rem;width:19.25rem;top:17.5625rem;left:33.90625rem;overflow:hidden;display:block; }
#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { background-color: transparent; background-image: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .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); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { border-width: 0; border-radius: 0; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#u8mFqSrn7054CyH2emhVQFnCqzze88AR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnVet6iK6q7SQtlS3TLbqK9AmLigH3cF { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rg2yfTXZbSfBsVXEAfI0lG0ripkHQAJ5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;height:8.125rem;width:60rem;top:0rem;left:0rem;display:block; }
#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row .container { background-color: transparent; background-image: none; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row .container > .video-iframe-container { display: none; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row > .video-iframe-container { display: none; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .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); }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row .container { border-width: 0; border-radius: 0; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#T6msMG22udMsQw9pDbJzu3o1WK3huTud { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5390625rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PG9epi45xgIzJtbsBD7EpRv7FRm2AHEI { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dk4ebBc870TJezzpf0WA6Swq118PBq7e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.625rem;width:16.4375rem;top:45.25rem;left:42.8125rem;display:block; }
#mEQcHTebT4tTu64RSQ8Esv5LZXFWHcqL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.5rem;width:17.3125rem;top:45.25rem;left:24.6875rem;display:block; }
#PX3pougPRTa5vS3cGgwgEholyEo9BKVE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:14.875rem;width:22.4375rem;top:44.375rem;left:1rem;overflow:hidden;display:block; }
#e5mTfUDHEPsiV78Gt2REZArPAoSQGKX7 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-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: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.5rem;width:24rem;top:43.8125rem;left:0rem;display:block; }
#svt13PEDk0XqSix3tSQCLcCFluXO7Q5n { position:absolute;display:block;z-index:15022;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.5625rem;width:24rem;top:51.6875rem;left:0rem;display:block; }
#Xbu46KzaSwFHSORpefpTGgEsCXLL4ePC { color:rgba(var(--color-primary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:54.3125rem;left:43.75rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2e61GU3vr4a979k2sbBrp7pkcEeB5Ug { color:rgba(var(--color-primary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:54.3125rem;left:25.5625rem;height:7.3095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JvEkLeQA4Zi7WothoBk4N5KId3CmAto4 { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:50rem;left:27.125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D67uOtvUZKNTqUQtxZul7VI6UTCPUDEJ { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:50.0625rem;left:44.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMen8ksc0KeuD6vTNso8eLsFuwy7hr6s { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17rem;width:16.875rem;top:22.125rem;left:0rem;display:block; }
#TISKpeP1TblAoBXD3iV8fVCTT2SwMUab { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.9375rem;width:15.6875rem;top:22.25rem;left:18.625rem;display:block; }
#L4LIs8soKDT9A7zl7BJ6PsOLRkokVITF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:23.5rem;top:16.4375rem;left:35.5625rem;overflow:hidden;display:block; }
#VzlteLvDO91XGztAHfZ5iIkBJxTnsXu0 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.5rem;width:24.875rem;top:15.875rem;left:35rem;display:block; }
#ecrSThqtTZddeIZVLXcm4UfwyEEvMofk { position:absolute;display:block;z-index:15022;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:11.6875rem;width:25rem;top:22.125rem;left:35rem;display:block; }
#nsf47Zh4fC0iGClEbNB2TWXpsL4szC9l { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:42.625rem;left:30.1875rem;display:block; }
#mwx8TEnNmWD4dSZw8r4BKGwiPVdvbw9d { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:42.625rem;left:47.4375rem;display:block; }
#hGnLpZef0ThPzoIPvuDWtuSTE6zeq5t8 { 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:3.6875rem;width:3.75rem;top:43.9375rem;left:31.4375rem;overflow:hidden;display:block; }
#NWvx5e5kX7k0ZcAasOLtk2UR7SdQCB2K { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.9375rem;left:0rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvAWTPRBSCTFkyWKDPlKQl4MN2vysCgz { color:rgba(var(--color-primary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31.625rem;left:19.125rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nxfmzvz66AXhrDzyD1ViWW4tbnVa9JZA { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.1875rem;left:1.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlJUJ7xH9TE2kVmEuHiOT3W190GdftdP { color:rgba(var(--color-secondary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.3125rem;left:19.625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PW0pFlc1fPdfX0mBiiJMANodK8thCrT8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:19rem;left:4.6875rem;display:block; }
#pUtJSmCKuJyGV4qy8E0xcOCeQ9eNbATT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:19rem;left:23.4375rem;display:block; }
#TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:43.75rem;left:48.75rem; }
#JXISdW6tXXOTuqR6yod6F1L872Qcytsq { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:20rem;left:5.6875rem; }
#mUtQaWKnWrxymhd5BWsPeMWwgJMzCv9M { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:19.75rem;left:24rem;overflow:hidden;display:block; }
#wD3aGJXriEDpiDcV3mH9hsSBPV07qIMQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.83984375rem;left:0rem;height:1.94970625rem;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; }
#krm38ifkoei9v4CF9Qh84aibtrzteHeP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.220703125rem;left:22.875rem; }
#UtKKh7ZNLGVMi6fVhlJ93937FyZL0iFn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.220703125rem;left:36.466796875rem; }
#BPORUlfl5u7FiOuxDCKXOrWGnuoADBOF { position:absolute;display:block;z-index:15032;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:12.75rem;width:7.375rem;top:44.375rem;left:1rem;overflow:hidden;display:block; }
#KJcDZGMF7PITlwQSpO0lTyHKSsMPhcoM { color:rgba(var(--color-tertiary-1),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:37.5rem;left:38.6875rem;height:2.923825rem;display:block; }
#sSZAWHTfOQ6JqGv8MGG01x6nd2eWUhWu { color:rgba(var(--color-tertiary-1),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:63.6875rem;left:1rem;height:2.923825rem;display:block; }
#oyAFlx5Gfy8k2MlBMIhkxHl1nhKLmTmI { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.8125rem;top:34.625rem;left:38.1875rem;overflow:hidden;display:block; }
#rfqXa2DFMzO4c5ufGmeZQLSDRk5s1A3u { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.8125rem;top:60.8125rem;left:1rem;overflow:hidden;display:block; }
#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 { 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; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row .container { background-color: transparent; background-image: none; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row .container > .video-iframe-container { display: none; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row > .video-iframe-container { display: none; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .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); }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row .container { border-width: 0; border-radius: 0; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:block; }#bXHc22pm0ReMbOPodyC7HD2UbGXFEXT5 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:18.119140625rem;left:28.4375rem;height:9.5625rem;font-style:normal;display:block; }
#PKEM43eX08MBLNvnmlwVNukiER5vzli6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-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: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.0625rem;width:18.5rem;top:8rem;left:0rem;display:block; }
#RwfRLM2RTnXqo5edw7csIa242zHdVOfm { position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/91b4b857-c0ec-4eda-ac36-3090ff81c1a0/driverpickingupkidafterschoolcompressed.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.05) ;height:14.875rem;width:25.4375rem;top:8.8125rem;left:0.9375rem;display:block; }#RwfRLM2RTnXqo5edw7csIa242zHdVOfm.adaptive-delivery-prevent-bg, #RwfRLM2RTnXqo5edw7csIa242zHdVOfm.lazyload, #RwfRLM2RTnXqo5edw7csIa242zHdVOfm.lazyloading { background-image: none; }
#cXrfI2LMA1XudGZPgrHoo29Ka8k0TyEA { color:rgba(var(--color-primary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5693359375rem;left:17.0625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BVpTBQXfswmPLSyPowIG2VxK2y6XOyTA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.9091796875rem;left:15.9375rem; }
#uosTmsTSrf4R0NQQVrOKR9XWdiVpEmta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.9091796875rem;left:44.375rem; }
#uL7lI5E8t0mxbBw2aS7AJFrys8BTs6nv { color:rgba(var(--color-primary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3popAHQGeelso4M8uMK7L1hKyRGbOTP { position:absolute;display:block;z-index:14999;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10.25rem;width:19.9375rem;top:28.9375rem;left:4.1875rem;display:block; }
#XSPntMh0HAiaJDOO1uSx1lW5O2iwI4fO { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.875;letter-spacing:0;top:16.25rem;left:27.46875rem;height:16.875rem;font-style:normal;display:none; }
#xPHVz80vzvugmZHh1HJuXWOANTz1aOT3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.220703125rem;left:36.466796875rem;display:none; }
#TWgFDk5R4OKGC7mTIkAhbVdeFM0EGhNU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.220703125rem;left:36.466796875rem;display:none; }
#l7Biz4HPOJhqR9lcGLgwaQqzFnTQMalK { z-index:15005;top:14.037109375rem;left:23.34375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#PnuZHoiITIK6ecgZLtKKopgV7DgoQRaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UR6IKzH2BKaAot1K9hdJx81ykf6UdTfu { color:rgba(var(--color-primary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.0625rem;left:28.96875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3gfATefWSs1H0fdiCF9VC9xKbC5dcXW { z-index:15005;top:13.875rem;left:36.28125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eATVaH1Zq0rgevXi00CqPqcR94P3NwKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pAGneU30d4arbOT6NdEv1c5mFyL6Trrb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:13.5625rem;top:33.630859375rem;left:27.081605450237rem;display:block; }
#Q6Vh8zpPmRCI4XkTGBrHbFykTmudFz3C { position:absolute;display:block;z-index:15007;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/5c8635a2-fbf1-49ee-a528-751d12029f66/boysitinginsafetycarlookingatcamerasmilingcompressed.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.05) ;height:5.9375rem;width:13.6875rem;top:32.6875rem;left:27.01904296875rem;display:block; }#Q6Vh8zpPmRCI4XkTGBrHbFykTmudFz3C.adaptive-delivery-prevent-bg, #Q6Vh8zpPmRCI4XkTGBrHbFykTmudFz3C.lazyload, #Q6Vh8zpPmRCI4XkTGBrHbFykTmudFz3C.lazyloading { background-image: none; }
#FFtwO6uGt2KRbSBsC6LSlMGQw9SqyFdO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.1875rem;left:27.48779296875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNGmZcvRmvxAL80MTVGtCfT1AtQGJh7M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:44.77783203125rem;left:36.25rem; }
#lNGmZcvRmvxAL80MTVGtCfT1AtQGJh7M > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#tDkzfsGNAiMtZgy0TRXfvRFcn6ALslhd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:44.93115234375rem;left:30.42529296875rem;height:1.3808625rem;display:block; }
#lzIosINS8cAFf2B1Ichxak7ZGVVK0yyw { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.5625rem;width:13.375rem;top:33.630859375rem;left:43.502962085308rem;display:block; }
#kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S { position:absolute;display:block;z-index:15053;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/6ea1e25a-8c0f-484c-aa50-01bdf72614a3/portraitoffamilywithteenagechildrenincaron20231127051433utc1920w.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.05) ;height:6rem;width:13.5rem;top:32.943359375rem;left:43.4375rem;display:block; }#kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S.adaptive-delivery-prevent-bg, #kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S.lazyload, #kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S.lazyloading { background-image: none; }
#LqgZWXxCETH3z6w9afkFpqushTUsIZ9v { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.1875rem;left:43.5rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOIDXeFZKzkWloK0gWJzhxb5x6iG0pQd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:42.1982421875rem;left:3.5rem; }
#HxsJTOcyd1NEZm4NRgHsW4TWqMkxJaVg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:41.07421875rem;left:27.51904296875rem;height:3.16699375rem;display:block; }
#E1EIm7zayLggpSUe34BiaxfPiiWSpqy2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:41.07421875rem;left:44.375rem;height:3.16699375rem;display:block; }
#iv8bObG91DBM2KPcgNwvtaOlHrIagGMD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:44.93115234375rem;left:46.875rem;height:1.3808625rem;display:block; }
#payJlbXc6RTi8rvDUTsBqOdADAXBuPRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:44.77783203125rem;left:52.6875rem; }
#payJlbXc6RTi8rvDUTsBqOdADAXBuPRw > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#eEcn9FmFez4lIIlzNM8sMiIAM11moVix { color:rgba(var(--color-primary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:42.240234375rem;left:6.875rem;height:2.5996125rem;font-style:normal;display:block; }
#XEzM2eqrrZsAoz3aPDKqq451lKL3TxTH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:44.93115234375rem;left:46.875rem;height:1.3808625rem;display:none; }
#zzp4ab8d1ofGktimA18MlakPoBKQKCAT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:44.77783203125rem;left:52.6875rem;display:none; }
#zzp4ab8d1ofGktimA18MlakPoBKQKCAT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#eR7TOzfU2Q3QI490KqiyfWGWh7DTIox6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:44.93115234375rem;left:46.875rem;height:1.3808625rem;display:none; }
#nZIh3qLEybf4So5MOSx8ux4hU3TrShBy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:44.77783203125rem;left:52.6875rem;display:none; }
#nZIh3qLEybf4So5MOSx8ux4hU3TrShBy > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#gyeyJiOQ1eJTmWlC3yJyQTrXmoQtPyHA { position:absolute;display:block;z-index:15040;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:20.875rem;top:25.875rem;left:1.625rem;overflow:hidden;display:block; }
#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { background-color: transparent; background-image: none; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container > .video-iframe-container { display: none; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row > .video-iframe-container { display: none; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .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); }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { border-width: 0; border-radius: 0; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:60rem;position:relative;display:block; }#HlfM9kWd4S2xMxre1msHLa9ZPt9f3cZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.5rem;left:36.03125rem; }
#xhedNexHtT33kg0v9FKLyokui1v6yHQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.5rem;left:24.5rem; }
#xkhSxWIPx5wBRxacV2srLksb9HfgCTI2 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:9.5rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGSXky9up3QU4MyPpOXTLnFQLugmTiCb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:26.65625rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rvX6x3gqWvR0oIINgc73mO8mt5n5XzhS { z-index:15005;top:9.849609375rem;left:23.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#exCDdWhhJXgGAuEufGnqWz6peoevpWFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLrHxDMv3Zcvh7PyDl1mVIibtNgl8Ie4 { position:absolute;display:block;z-index:15039;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:25.4375rem;top:14.1875rem;left:31.61328125rem;overflow:hidden;display:block; }
#mQUITOi5lN4s6DJmcISe88EnMvZrbhZA { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.125rem;width:24.5625rem;top:14.1875rem;left:3.0439311594203rem;overflow:hidden;display:block; }
#eSKi6kvAQlSexmu2Ec0OaipltUemOhAp { position:absolute;display:block;z-index:15000;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:19.5625rem;width:23.75rem;top:31.1875rem;left:32.64453125rem;overflow:hidden;display:block; }
#qb9cWaNxmI8LMuTlQkBqHNWyAz3SptTS { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.1875rem;width:24.625rem;top:35.0625rem;left:3.10546875rem;overflow:hidden;display:block; }
#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3b76645-68e9-41e8-91c1-3becf277457a/kidaultownerphotolizcompressed.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.adaptive-delivery-prevent-bg, #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.lazyload, #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq.lazyloading { background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { background-color: transparent; background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,119,156,0.41); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,119,156,0.41); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .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); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { border-width: 0; border-radius: 0; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq::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; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#L7v94a7yxxBkfnp53D1dh00DnMBroms3 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:23.5625rem;height:7.474625rem;font-style:normal;display:block; }
#uBif6T8lJS1WAUONN7lEnQVg65N5aPeg { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:18.525390625rem;left:23.5625rem;height:9.597675rem;font-style:normal;display:block; }
#dsAUcINugkLZyruaWz00gFbOKsH2N1dn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.640625rem;left:24.25rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5du03xROD4khMvg3UCtOkhn0hSzSdWo { 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:44.125rem;width:59.3125rem;display:none; }
#MT5FhTeg71ZJrA2TobVOJU91ptN4ffGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:6.0625rem;left:22.4375rem; }
#kkvwt9vCxAHybtyfxMfqILEvG2NrADl6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:6.0625rem;left:31.625rem; }
#chWJl474Aig4hQXXqnp2Df9iTOTNy78Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:27.375rem;left:24rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#L4rFkAibz6eyVH5z0KwfFayLBP8bmqfV { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.060546875rem;left:27.15625rem;height:1.29980625rem;font-style:normal;display:block; }
#P89IHHeo304ZGXkEmu0VWsXcgoGVa7IQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:31.57421875rem;left:23.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#aChcyLoVn7PwXWNV9XUu5TCpcRsgZ1V4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:32.486328125rem;left:27.15625rem;height:1.29980625rem;font-style:normal;display:block; }
#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row .container { background-color: transparent; background-image: none; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row .container > .video-iframe-container { display: none; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row > .video-iframe-container { display: none; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .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); }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row .container { border-width: 0; border-radius: 0; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#Akw6vCcHXU4DU6Cz2RDgzfoWJ2IKNc2V { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:23.75rem;left:4.875rem;display:block; }
#OPrgKqdcyaTHzP0gnRSfOq1hTf0rzhT8 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:23.75rem;left:53.0625rem;display:block; }
#nD6w7ShtXJZGe8hRsS7LtQvxAWpIdEA2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.908203125rem;left:0.59375rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#aXaB6fBeHSJGz3KcyMT2fJV9cToOTwLs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.5576171875rem;left:14.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ukc0buc26GHJru59RhCG2kGPSTmp7XOt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.5576171875rem;left:29.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#T3VIS7Wvq6exozMib49QDMzD9wJ5E7JK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.908203125rem;left:45.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#JdpuWrUkZbK2oTTS89PF0KqaqJcEEmSK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:25.25rem;height:1.94970625rem;font-style:normal;display:block; }
#VkgzVgSXXkUdfut9c8PC9DrnFWInXC7w { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:16.40625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ehyHLcF3UdQgR4CFT7pCduVtfaUNmnNb { z-index:15005;top:11.53125rem;left:20.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mnB4XbuPFMXHavy658TFW7RuibW3vJ8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGEGysVeNWUHCQ2Xd8yeoLJfE2aFVIwV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.3125rem;left:35.5rem; }
#kTTu33eTDMdmDVO7ZZTJFtoDZkFrq61b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.3125rem;left:23.375rem; }
#yJZ5C7ByV5l2gzBJksM7szqikh7KmVlA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.220703125rem;left:36.466796875rem;display:none; }
#mZwTqhWnZDDW6J1OMqEPvh6v1KCtH1TP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.220703125rem;left:36.466796875rem;display:none; }
#pDiIqOn040Eol73UNyuyGfgFKJrmTk0i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BWZfWZWXzBL6e2hUcTdcJMFbfLldAT15 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L2Q8ZdXTkr9d1bSTS8kKTT2gco4TSNwp { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SHTqbVVIgStQpuTgRL1drbC50U6CHxrk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qU6BKGF9EmSsVubmTxWldSmkJJQqRP4q { box-sizing:content-box;height:0.3125rem;width:46.4375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:24.75rem;left:7.1875rem;display:block; }
#yVGtOti5RrdsV9sI2aT6DpclwktZkB11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:23.34375rem;left:18.53125rem; }
#GXiN0ikIA6encvliUiUZ3Fxcdz0VO4rs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:23.34375rem;left:34.15625rem; }
#nJzRdXWuJXs46cVzGBbVngOQSnbR48eo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:18.15625rem;left:51.9375rem; }
#A2WhNIrcEvalO5BXpgZOA93D1E23dv4x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.625rem;left:17.28125rem; }
#Pl5G9FaqFRxhm6TPlnwUS7GPCZoulCmt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:17.9375rem;left:33.21875rem; }
#eeDHGXQoyTDZyLhOv2ID5T3xtam09plA { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.119140625rem;left:11.375rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhTTEH2VvXf0urqZgE6Q1OkkTahUKH1e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:17.75rem;left:4.21875rem; }
#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7a0b07b-02ae-4fbf-a710-e45da999af6d/preteendaughtersittingincarwithopeneddoorcompressed.webp");background-position:bottom 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; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued.adaptive-delivery-prevent-bg, #TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued.lazyload, #TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued.lazyloading { background-image: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container { background-color: transparent; background-image: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,119,156,0.77); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container > .video-iframe-container { display: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,119,156,0.77); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row > .video-iframe-container { display: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .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); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container { border-width: 0; border-radius: 0; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued::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; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container { font-size:0.875rem;font-family:arial;height:69.0625rem;width:60rem;position:relative;display:block; }#A68dssTcRWKsEbTK1VvUFEwh0MaHXM29 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.2880859375rem;left:9.84375rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqhLSqkIsDbI3xvwuqomKqdxKEbmrGdu { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.4443359375rem;left:13.125rem;height:8.9375rem;font-style:normal;display:block; }
#tr6eSXldQdTwG2Jw1ZMmcN2BTt4rRq1h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.25rem;left:1.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#AtA8Vx2FGEoA3O0gbQB3zq9v8KquvqCk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.5rem;left:4.0625rem;height:1.69970625rem;font-style:normal;display:block; }
#ucqFx9ZNqyRdkAr7rcAnGVbDKBQw2JgE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.25rem;left:20.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#QqW2STTTidgPdraMMzxe8AHrkZQDt9VC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.5rem;left:23.3125rem;height:1.69970625rem;font-style:normal;display:block; }
#lqfBMvHMXeRXiakETwpfup1JTdIkPlsp { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.25rem;left:40.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#IZMEDwKG3db6QXGJgbI1Hoiuapc9Afh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.5rem;left:43.0625rem;height:1.69970625rem;font-style:normal;display:block; }
#Ngq3z6ME9q9Z9auNyJg4LPiItJCX4LQi { box-sizing:content-box;height:4.5625rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.2255859375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#Ad7e6iv9LpiBCNmgXOKiZoQhOvydxrL6 { position:absolute;display:block;z-index:15040;height:21.75rem;width:38.75rem;top:23.3125rem;left:11.40625rem;display:block; }
#x5CXgTh9quQteR0yE2RnELQn0RFgnZCq { position:absolute;display:block;z-index:15037;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;height:4rem;width:20.6875rem;top:5.4443359375rem;left:18.65625rem;overflow:hidden;display:block; }
#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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;z-index:auto;display:block; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container { background-color: transparent; background-image: none; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container > .video-iframe-container { display: none; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row > .video-iframe-container { display: none; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .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); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container { border-width: 0; border-radius: 0; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#oJFZbGAdRiTnzu14K8GriFDqF0x2FT66 { color:#1c779c;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:19.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#DnhlFTnuG77nenirQxfD73XviZeEFxJB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.75rem;top:3.75rem;left:3.5rem;overflow:hidden;display:block; }
#LTuln4FoNEFBpsBmKsw74bQlkQLOXr77 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:30.75rem;height:1.3808625rem;display:none; }
#lSEDEgp6igsR8HreEFhbTx0U2WGQS4tL { color:rgba(var(--color-tertiary-3),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:15.673828125rem;left:9.125rem;height:1.3999rem;text-align:center;text-align-last:center;display:block; }
#rTqNACF4SI9kXCvmWOLsw90Wy6MPnvsd { color:#60b3de;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:21.732421875rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e1rJbogox7bBI8zm52265T4n5AgH6JG3 { box-sizing:content-box;height:19.1875rem;width:57.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#vmpnflawPAVoNd5ZQLGMZUmWyWWedxZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:12.90625rem;left:21.8125rem; }
#tipaBoNPgVtT77NJOxS7elTingf57HEN { color:rgba(var(--color-tertiary-3),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:13.09375rem;left:18rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#DqAkEsO8nbFyPgkMvaKtTtRh5dWzbmWV { color:rgba(var(--color-secondary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.732421875rem;left:12.3125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#syJtmTJVHJwiNgrGtp1zrexQS00cyZtS { color:rgba(var(--color-secondary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:24.732421875rem;left:26.1875rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAVRthfv7JMGZJfn4KM1ewDdMI1TXc6T { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:24.732421875rem;left:40.3125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnLuERkfFwON5H8XertpRFR2VqubWyUy { z-index:15004;top:8.5625rem;left:25.65625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OPshVsaMFcBLOmEFttgFGNoFLqraZLMV { 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:4.125rem;height:4.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpI9q0u1OAPDoqLaFAICPtdwhQI4Md0T { top:2.75rem;left:38.25rem;width:9.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPo4LCq9QtAx2z3ghszEX0Bzxdelmi64 { display:block; }
 }@media only screen and (max-width: 763px) { #LqBktQTrc7ytWHEVT1tNSZoscZJDS2JV { top:3.4375rem;left:7.8125rem;width:4.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSbE1osZyBWXcECaLpX05sx304qzbXEl { top:3.5rem;left:3rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfR3oE0CO0laKr7MMHiyyoRvTkocEHUV { top:3.4375rem;left:22.3125rem;width:7.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcCAtDULdNWUmA49A12ZNLVR93m6Cad { top:3.4375rem;left:13.4375rem;width:7.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5JnZe3oWObnTAA96m8TuAXbBaf49bhg { display:none; }
#R5JnZe3oWObnTAA96m8TuAXbBaf49bhg > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #pKxgqDXK31dZC9w46sldQKaAgm4TBi02 { display:none; }
 }@media only screen and (max-width: 763px) { #pv7XJZsd1y74VIxRmZJMhzlglGJUWdws { top:3.4375rem;left:33.9375rem;width:7.3125rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgDQgnKVSUVOKK6Lo92oilDNGJQBBEUm { top:2.5625rem;left:39.59375rem;width:6.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw4FXXKyPVJgHakD0wIPWw8ps3pcRG8T { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fZwrmfn399iu35PVXpANlelTJtQnTlJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #TzV81V8Hu5abVukJm8zHc1sbvUIKl5ld { top:2.5rem;left:30.75rem;width:0.125rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #grikcy1TOgnmgviATyoTaWtTyrXw9OUx { top:2.75rem;left:32.125rem;width:7.3125rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XII33d95TTZUh7CZEHlXC2TDnW1FkuMv { top:4.5625rem;left:33.9375rem;width:3.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu { display:block; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gglsnArMTtCybStmsidLndC5eA4Wbleu { top:26.625rem;left:0rem;width:21.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQPoste6oioN5WQCzD7IyryB8TPACIlX { display:block; }
 }@media only screen and (max-width: 763px) { #QZDWBrTQNpNEdecdMJIFFkFryMa4wtGW { top:3.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omy061BRqvSccbinpTNZMLbBHMGRH3Hq { width:17.375rem;height:1.75rem;top:3.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgM3MnnHeTIsLoMBsKd9TnLoBc6WqeLL { top:3.3125rem;left:15.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wflZXuf5UimrGDRp4EfKQIet4o9wn8l2 { width:22.3125rem;height:4.75rem;top:21.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9omQybDR49PAzv3ly0xPKuSWWXdIPAx { width:14.75rem;height:1.6875rem;top:33.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPC40aXvqGmXHMhO7E9CXwoJpEB1HGwF { width:17.5625rem;height:1.6875rem;top:33.375rem;left:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGzd7LMDT2rFC55VJmg1TOp56zrUhcgS { width:16.9375rem;height:1.6875rem;top:33.375rem;left:30.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFvTSzUsCJ4ng4TJFp7qQyyUyi3vUglO { top:33.125rem;left:33.875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7ruSp16blEy8yuqUfPMa6cUUnhFqki0 { top:33.125rem;left:14rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHKOIFr0mFS2QsQ3Jn0QdZasoTvSt96l { top:33.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEU5WvTJlkKufAwRPv9XyrGFuTTz6I4b { width:25.3125rem;height:;top:6.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp4uBTvCiupnln3Pxer1kxN1dHvm7pR9 { width:28.125rem;height:21.875rem;top:3.125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm3TpqsohxTvw95NXWawVCgXhfgvoKyM { top:17.625rem;left:0rem;width:20.6875rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8Rr60913lt10iXdOtw3bnOSUrDxDbAW { width:19.25rem;height:14.1875rem;top:17.5625rem;left:27.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:19.9375rem;height:1.625rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { width:20rem;height:2.4375rem;top:1.8125rem;left:11.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { width:19.9375rem;height:1.625rem;top:4.8125rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:20rem;height:2.4375rem;top:1.8125rem;left:27.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:19.9375rem;height:1.625rem;top:4.8125rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnVet6iK6q7SQtlS3TLbqK9AmLigH3cF { width:20rem;height:2.4375rem;top:1.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg2yfTXZbSfBsVXEAfI0lG0ripkHQAJ5 { width:47.625rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 { display:block; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6msMG22udMsQw9pDbJzu3o1WK3huTud { width:47.75rem;height:2.25rem;top:6.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG9epi45xgIzJtbsBD7EpRv7FRm2AHEI { width:47.75rem;height:3.25rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk4ebBc870TJezzpf0WA6Swq118PBq7e { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQcHTebT4tTu64RSQ8Esv5LZXFWHcqL { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX3pougPRTa5vS3cGgwgEholyEo9BKVE { top:44.375rem;left:0rem;width:22.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5mTfUDHEPsiV78Gt2REZArPAoSQGKX7 { top:43.8125rem;left:0rem;width:24rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #svt13PEDk0XqSix3tSQCLcCFluXO7Q5n { top:51.6875rem;left:0rem;width:24rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbu46KzaSwFHSORpefpTGgEsCXLL4ePC { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2e61GU3vr4a979k2sbBrp7pkcEeB5Ug { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvEkLeQA4Zi7WothoBk4N5KId3CmAto4 { top:50rem;left:21rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D67uOtvUZKNTqUQtxZul7VI6UTCPUDEJ { top:50.0625rem;left:35.25rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMen8ksc0KeuD6vTNso8eLsFuwy7hr6s { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TISKpeP1TblAoBXD3iV8fVCTT2SwMUab { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4LIs8soKDT9A7zl7BJ6PsOLRkokVITF { top:16.4375rem;left:24.125rem;width:23.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzlteLvDO91XGztAHfZ5iIkBJxTnsXu0 { top:15.875rem;left:22.875rem;width:24.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrSThqtTZddeIZVLXcm4UfwyEEvMofk { top:22.125rem;left:22.75rem;width:25rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsf47Zh4fC0iGClEbNB2TWXpsL4szC9l { width:6.25rem;height:6.25rem;top:42.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwx8TEnNmWD4dSZw8r4BKGwiPVdvbw9d { width:6.25rem;height:6.25rem;top:42.625rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGnLpZef0ThPzoIPvuDWtuSTE6zeq5t8 { top:43.9375rem;left:25.3125rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvx5e5kX7k0ZcAasOLtk2UR7SdQCB2K { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAWTPRBSCTFkyWKDPlKQl4MN2vysCgz { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxfmzvz66AXhrDzyD1ViWW4tbnVa9JZA { top:26.1875rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJUJ7xH9TE2kVmEuHiOT3W190GdftdP { top:26.3125rem;left:13.5rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0pFlc1fPdfX0mBiiJMANodK8thCrT8 { width:6.25rem;height:6.25rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUtJSmCKuJyGV4qy8E0xcOCeQ9eNbATT { width:6.25rem;height:6.25rem;top:19rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { width:4rem;height:4rem;top:43.75rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXISdW6tXXOTuqR6yod6F1L872Qcytsq { width:4.3125rem;height:4.3125rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUtQaWKnWrxymhd5BWsPeMWwgJMzCv9M { top:19.75rem;left:17.875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3aGJXriEDpiDcV3mH9hsSBPV07qIMQ { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krm38ifkoei9v4CF9Qh84aibtrzteHeP { top:4.1875rem;left:16.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKKh7ZNLGVMi6fVhlJ93937FyZL0iFn { top:4.1875rem;left:30.341796875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPORUlfl5u7FiOuxDCKXOrWGnuoADBOF { top:44.375rem;left:0rem;width:7.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJcDZGMF7PITlwQSpO0lTyHKSsMPhcoM { top:37.5rem;left:28.25rem;width:19.5rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSZAWHTfOQ6JqGv8MGG01x6nd2eWUhWu { top:63.6875rem;left:0rem;width:23.375rem;height:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyAFlx5Gfy8k2MlBMIhkxHl1nhKLmTmI { top:34.625rem;left:32.0625rem;width:8.8125rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfqXa2DFMzO4c5ufGmeZQLSDRk5s1A3u { top:60.8125rem;left:0rem;width:8.8125rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqpWiHT4qTubDE2tpONk4Jciam4mDU46 { display:block; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXHc22pm0ReMbOPodyC7HD2UbGXFEXT5 { width:30.1875rem;height:9.5625rem;top:18.0625rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKEM43eX08MBLNvnmlwVNukiER5vzli6 { top:8rem;left:0rem;width:18.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwfRLM2RTnXqo5edw7csIa242zHdVOfm { top:8.8125rem;left:0rem;width:25.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXrfI2LMA1XudGZPgrHoo29Ka8k0TyEA { width:27.3125rem;height:1.8125rem;top:1.5625rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVpTBQXfswmPLSyPowIG2VxK2y6XOyTA { top:1.875rem;left:9.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uosTmsTSrf4R0NQQVrOKR9XWdiVpEmta { top:1.875rem;left:38.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL7lI5E8t0mxbBw2aS7AJFrys8BTs6nv { width:28.8125rem;height:5.6875rem;top:6.6875rem;left:18.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3popAHQGeelso4M8uMK7L1hKyRGbOTP { top:28.9375rem;left:0rem;width:19.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSPntMh0HAiaJDOO1uSx1lW5O2iwI4fO { width:19.125rem;height:15.4375rem;top:29.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPHVz80vzvugmZHh1HJuXWOANTz1aOT3 { top:4.1875rem;left:30.341796875rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWgFDk5R4OKGC7mTIkAhbVdeFM0EGhNU { top:4.1875rem;left:30.341796875rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7Biz4HPOJhqR9lcGLgwaQqzFnTQMalK { top:14rem;left:17.15625rem;width:12.75rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnuZHoiITIK6ecgZLtKKopgV7DgoQRaL { display:block; }
 }@media only screen and (max-width: 763px) { #UR6IKzH2BKaAot1K9hdJx81ykf6UdTfu { width:27.375rem;height:1.4375rem;top:30.0625rem;left:20.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3gfATefWSs1H0fdiCF9VC9xKbC5dcXW { top:13.875rem;left:30.15625rem;width:12.75rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eATVaH1Zq0rgevXi00CqPqcR94P3NwKh { display:block; }
 }@media only screen and (max-width: 763px) { #pAGneU30d4arbOT6NdEv1c5mFyL6Trrb { top:33.625rem;left:20.956605450237rem;width:13.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Vh8zpPmRCI4XkTGBrHbFykTmudFz3C { top:32.6875rem;left:20.89404296875rem;width:13.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFtwO6uGt2KRbSBsC6LSlMGQw9SqyFdO { width:12.75rem;height:1.125rem;top:39.1875rem;left:21.36279296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGmZcvRmvxAL80MTVGtCfT1AtQGJh7M { top:44.75rem;left:30.125rem;width:1.6875rem;height:1.6875rem;display:block; }
#lNGmZcvRmvxAL80MTVGtCfT1AtQGJh7M > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #tDkzfsGNAiMtZgy0TRXfvRFcn6ALslhd { top:44.875rem;left:24.30029296875rem;width:6.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzIosINS8cAFf2B1Ichxak7ZGVVK0yyw { top:33.625rem;left:34.375rem;width:13.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S { top:32.9375rem;left:34.25rem;width:13.5rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqgZWXxCETH3z6w9afkFpqushTUsIZ9v { width:13.625rem;height:1.125rem;top:39.1875rem;left:34.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOIDXeFZKzkWloK0gWJzhxb5x6iG0pQd { top:42.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxsJTOcyd1NEZm4NRgHsW4TWqMkxJaVg { top:41.0625rem;left:21.39404296875rem;width:12.6875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1EIm7zayLggpSUe34BiaxfPiiWSpqy2 { top:41.0625rem;left:35.5625rem;width:12.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv8bObG91DBM2KPcgNwvtaOlHrIagGMD { top:44.875rem;left:40.75rem;width:6.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #payJlbXc6RTi8rvDUTsBqOdADAXBuPRw { top:44.75rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#payJlbXc6RTi8rvDUTsBqOdADAXBuPRw > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eEcn9FmFez4lIIlzNM8sMiIAM11moVix { top:42.1875rem;left:0.75rem;width:11.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEzM2eqrrZsAoz3aPDKqq451lKL3TxTH { top:44.875rem;left:40.75rem;width:6.125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzp4ab8d1ofGktimA18MlakPoBKQKCAT { top:44.75rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:none; }
#zzp4ab8d1ofGktimA18MlakPoBKQKCAT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eR7TOzfU2Q3QI490KqiyfWGWh7DTIox6 { top:44.875rem;left:40.75rem;width:6.125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZIh3qLEybf4So5MOSx8ux4hU3TrShBy { top:44.75rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:none; }
#nZIh3qLEybf4So5MOSx8ux4hU3TrShBy > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #gyeyJiOQ1eJTmWlC3yJyQTrXmoQtPyHA { top:25.875rem;left:0rem;width:20.875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM { display:block; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlfM9kWd4S2xMxre1msHLa9ZPt9f3cZx { top:2.5rem;left:29.90625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhedNexHtT33kg0v9FKLyokui1v6yHQm { top:2.5rem;left:18.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhSxWIPx5wBRxacV2srLksb9HfgCTI2 { width:43.6875rem;height:3.6875rem;top:5.125rem;left:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGSXky9up3QU4MyPpOXTLnFQLugmTiCb { width:9.375rem;height:1.9375rem;top:2.0625rem;left:20.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvX6x3gqWvR0oIINgc73mO8mt5n5XzhS { top:9.8125rem;left:17.5rem;width:12.75rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #exCDdWhhJXgGAuEufGnqWz6peoevpWFA { display:block; }
 }@media only screen and (max-width: 763px) { #VLrHxDMv3Zcvh7PyDl1mVIibtNgl8Ie4 { top:14.1875rem;left:21.75rem;width:25.4375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQUITOi5lN4s6DJmcISe88EnMvZrbhZA { width:24.5625rem;height:18.125rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSKi6kvAQlSexmu2Ec0OaipltUemOhAp { width:23.75rem;height:19.5625rem;top:31.1875rem;left:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qb9cWaNxmI8LMuTlQkBqHNWyAz3SptTS { width:24.625rem;height:13.1875rem;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7v94a7yxxBkfnp53D1dh00DnMBroms3 { width:36.375rem;height:7.4375rem;top:9.3125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBif6T8lJS1WAUONN7lEnQVg65N5aPeg { width:36.4375rem;height:9.5625rem;top:18.5rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsAUcINugkLZyruaWz00gFbOKsH2N1dn { width:8.5rem;height:2.0625rem;top:5.625rem;left:18.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5du03xROD4khMvg3UCtOkhn0hSzSdWo { width:47.1875rem;height:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT5FhTeg71ZJrA2TobVOJU91ptN4ffGF { top:6.0625rem;left:16.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkvwt9vCxAHybtyfxMfqILEvG2NrADl6 { top:6.0625rem;left:25.5rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chWJl474Aig4hQXXqnp2Df9iTOTNy78Z { top:27.375rem;left:17.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rFkAibz6eyVH5z0KwfFayLBP8bmqfV { top:28rem;left:21.03125rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P89IHHeo304ZGXkEmu0VWsXcgoGVa7IQ { top:31.5625rem;left:17.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aChcyLoVn7PwXWNV9XUu5TCpcRsgZ1V4 { top:32.4375rem;left:21.03125rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 { display:block; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Akw6vCcHXU4DU6Cz2RDgzfoWJ2IKNc2V { top:23.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPrgKqdcyaTHzP0gnRSfOq1hTf0rzhT8 { top:23.75rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6w7ShtXJZGe8hRsS7LtQvxAWpIdEA2 { top:27.875rem;left:0rem;width:10.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXaB6fBeHSJGz3KcyMT2fJV9cToOTwLs { top:28.5rem;left:8.03125rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukc0buc26GHJru59RhCG2kGPSTmp7XOt { top:28.5rem;left:23.5rem;width:12.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3VIS7Wvq6exozMib49QDMzD9wJ5E7JK { top:27.875rem;left:33.4375rem;width:14.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdpuWrUkZbK2oTTS89PF0KqaqJcEEmSK { top:1.9375rem;left:19.125rem;width:10.25rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkgzVgSXXkUdfut9c8PC9DrnFWInXC7w { top:8.375rem;left:10.28125rem;width:27.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehyHLcF3UdQgR4CFT7pCduVtfaUNmnNb { top:11.5rem;left:14.25rem;width:19.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnB4XbuPFMXHavy658TFW7RuibW3vJ8N { display:block; }
 }@media only screen and (max-width: 763px) { #zGEGysVeNWUHCQ2Xd8yeoLJfE2aFVIwV { top:2.3125rem;left:29.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTu33eTDMdmDVO7ZZTJFtoDZkFrq61b { top:2.3125rem;left:17.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJZ5C7ByV5l2gzBJksM7szqikh7KmVlA { top:4.1875rem;left:30.341796875rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZwTqhWnZDDW6J1OMqEPvh6v1KCtH1TP { top:4.1875rem;left:30.341796875rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDiIqOn040Eol73UNyuyGfgFKJrmTk0i { display:none; }
 }@media only screen and (max-width: 763px) { #BWZfWZWXzBL6e2hUcTdcJMFbfLldAT15 { display:none; }
 }@media only screen and (max-width: 763px) { #L2Q8ZdXTkr9d1bSTS8kKTT2gco4TSNwp { display:none; }
 }@media only screen and (max-width: 763px) { #SHTqbVVIgStQpuTgRL1drbC50U6CHxrk { display:none; }
 }@media only screen and (max-width: 763px) { #qU6BKGF9EmSsVubmTxWldSmkJJQqRP4q { top:24.75rem;left:1.0625rem;width:46.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVGtOti5RrdsV9sI2aT6DpclwktZkB11 { top:23.3125rem;left:12.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXiN0ikIA6encvliUiUZ3Fxcdz0VO4rs { top:23.3125rem;left:28.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzRdXWuJXs46cVzGBbVngOQSnbR48eo { top:18.125rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2WhNIrcEvalO5BXpgZOA93D1E23dv4x { top:17.625rem;left:11.15625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl5G9FaqFRxhm6TPlnwUS7GPCZoulCmt { top:17.9375rem;left:27.09375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDHGXQoyTDZyLhOv2ID5T3xtam09plA { top:5.0625rem;left:5.25rem;width:37.25rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhTTEH2VvXf0urqZgE6Q1OkkTahUKH1e { top:17.75rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued { display:block; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A68dssTcRWKsEbTK1VvUFEwh0MaHXM29 { width:41.375rem;height:3.375rem;top:19.25rem;left:3.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqhLSqkIsDbI3xvwuqomKqdxKEbmrGdu { width:34.8125rem;height:8.9375rem;top:9.4375rem;left:7rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr6eSXldQdTwG2Jw1ZMmcN2BTt4rRq1h { top:2.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtA8Vx2FGEoA3O0gbQB3zq9v8KquvqCk { width:14.75rem;height:1.6875rem;top:2.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucqFx9ZNqyRdkAr7rcAnGVbDKBQw2JgE { top:2.25rem;left:14.3125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqW2STTTidgPdraMMzxe8AHrkZQDt9VC { width:17.5625rem;height:1.6875rem;top:2.5rem;left:17.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqfBMvHMXeRXiakETwpfup1JTdIkPlsp { top:2.25rem;left:34.1875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZMEDwKG3db6QXGJgbI1Hoiuapc9Afh0 { width:16.9375rem;height:1.6875rem;top:2.5rem;left:30.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ngq3z6ME9q9Z9auNyJg4LPiItJCX4LQi { top:1.1875rem;left:0rem;width:47.75rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ad7e6iv9LpiBCNmgXOKiZoQhOvydxrL6 { top:23.3125rem;left:5.28125rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5CXgTh9quQteR0yE2RnELQn0RFgnZCq { top:5.4375rem;left:12.53125rem;width:20.6875rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQH4tpAWOguLxrPrHzQQToycwNy7J6bn { display:block; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJFZbGAdRiTnzu14K8GriFDqF0x2FT66 { width:24.6875rem;height:0;top:5.5rem;left:13.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnhlFTnuG77nenirQxfD73XviZeEFxJB { width:6.75rem;height:6.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuln4FoNEFBpsBmKsw74bQlkQLOXr77 { width:12.5rem;height:1.375rem;top:2.6875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSEDEgp6igsR8HreEFhbTx0U2WGQS4tL { top:15.625rem;left:1.9375rem;width:45.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTqNACF4SI9kXCvmWOLsw90Wy6MPnvsd { top:21.6875rem;left:0rem;width:21.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1rJbogox7bBI8zm52265T4n5AgH6JG3 { top:1.625rem;left:0rem;width:47.75rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmpnflawPAVoNd5ZQLGMZUmWyWWedxZM { top:12.875rem;left:15.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tipaBoNPgVtT77NJOxS7elTingf57HEN { top:13.0625rem;left:11.875rem;width:30.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqAkEsO8nbFyPgkMvaKtTtRh5dWzbmWV { top:24.6875rem;left:6.1875rem;width:11.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syJtmTJVHJwiNgrGtp1zrexQS00cyZtS { top:24.6875rem;left:20.0625rem;width:11.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVRthfv7JMGZJfn4KM1ewDdMI1TXc6T { top:24.6875rem;left:34.1875rem;width:9.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnLuERkfFwON5H8XertpRFR2VqubWyUy { top:8.5625rem;left:19.53125rem;width:12.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPshVsaMFcBLOmEFttgFGNoFLqraZLMV { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:4.625rem;height:4.5625rem;top:0.6875rem;left:1.9928571428571rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rpI9q0u1OAPDoqLaFAICPtdwhQI4Md0T { top:5.375rem;left:0rem;width:20rem;height:2.3125rem;background-color:#f4841b;background-image:none;color:#ffffff;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wPo4LCq9QtAx2z3ghszEX0Bzxdelmi64 { display:block; }
 }@media only screen and (max-width: 763px) { #LqBktQTrc7ytWHEVT1tNSZoscZJDS2JV { width:4.1875rem;height:1.29980625rem;top:16.36230625rem;left:7.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSbE1osZyBWXcECaLpX05sx304qzbXEl { width:4.1875rem;height:1.29980625rem;top:21.46191875rem;left:7.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfR3oE0CO0laKr7MMHiyyoRvTkocEHUV { width:6.25rem;height:1.29980625rem;top:24.011725rem;left:6.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtcCAtDULdNWUmA49A12ZNLVR93m6Cad { width:7.0625rem;height:1.29980625rem;top:13.8125rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5JnZe3oWObnTAA96m8TuAXbBaf49bhg { display:flex;top:4rem;left:15.71875rem;width:1.875rem;height:1.875rem;z-index:15008;display:none; }
#R5JnZe3oWObnTAA96m8TuAXbBaf49bhg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pKxgqDXK31dZC9w46sldQKaAgm4TBi02 { top:1.125rem;left:8.5625rem;width:0.125rem;height:3.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #pv7XJZsd1y74VIxRmZJMhzlglGJUWdws { width:6.4375rem;height:1.375rem;top:2.875rem;left:10.5625rem;overflow:hidden;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #hgDQgnKVSUVOKK6Lo92oilDNGJQBBEUm { top:4.4375rem;left:11.875rem;width:3.8125rem;height:0.89355625rem;z-index:15039;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4FXXKyPVJgHakD0wIPWw8ps3pcRG8T { top:1.125rem;left:9.96875rem;width:7.625rem;height:1.625rem;z-index:15000;background-color:#f4841b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;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) { #fZwrmfn399iu35PVXpANlelTJtQnTlJ4 { display:block; }
 }@media only screen and (max-width: 763px) { #TzV81V8Hu5abVukJm8zHc1sbvUIKl5ld { top:1.75rem;left:9.1875rem;width:0.125rem;height:3.625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #grikcy1TOgnmgviATyoTaWtTyrXw9OUx { width:6.4375rem;height:1.375rem;top:3.5rem;left:11.1875rem;overflow:hidden;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #XII33d95TTZUh7CZEHlXC2TDnW1FkuMv { top:5.0625rem;left:12.5rem;width:3.8125rem;height:0;z-index:15040;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba7ca34a-9c46-4f10-9044-8240bcf63f36/empirestatebuildingandchryslerbuildingstandi20241125232052utc_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu.adaptive-delivery-prevent-bg, #QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu.lazyload, #QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu.lazyloading { background-image: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container { background-color: transparent; background-image: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,119,156,0.88); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container > .video-iframe-container { display: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,119,156,0.88); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row > .video-iframe-container { display: none; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .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); }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu::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; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBTJAf9GvlyrHMUlnDaDpDVy8TvyxpLu > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gglsnArMTtCybStmsidLndC5eA4Wbleu { top:33.82421875rem;left:0.3125rem;width:19.375rem;height:2.75rem;background-color:#f4841b;background-image:none;color:#ffffff;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: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;font-size:1rem;font-weight:700;font-style:normal;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #KQPoste6oioN5WQCzD7IyryB8TPACIlX { display:block; }
 }@media only screen and (max-width: 763px) { #QZDWBrTQNpNEdecdMJIFFkFryMa4wtGW { display:flex;width:1.1875rem;height:1.1875rem;top:1.875rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #omy061BRqvSccbinpTNZMLbBHMGRH3Hq { width:16.9375rem;height:1.5rem;top:1.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15002;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #dgM3MnnHeTIsLoMBsKd9TnLoBc6WqeLL { display:flex;width:1.1875rem;height:1.1875rem;top:1.875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #wflZXuf5UimrGDRp4EfKQIet4o9wn8l2 { width:20rem;height:4.798825rem;top:28.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A9omQybDR49PAzv3ly0xPKuSWWXdIPAx { width:14.5625rem;height:1.5996125rem;top:42.1376953125rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15003;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vPC40aXvqGmXHMhO7E9CXwoJpEB1HGwF { width:14.1875rem;height:1.5996125rem;top:44.8251953125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wGzd7LMDT2rFC55VJmg1TOp56zrUhcgS { width:15.6875rem;height:1.5996125rem;top:47.7744140625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IFvTSzUsCJ4ng4TJFp7qQyyUyi3vUglO { display:flex;top:42.1875rem;left:1.5rem;width:1.5rem;height:1.5rem;z-index:15040;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5));font-size:1rem; }
 }@media only screen and (max-width: 763px) { #J7ruSp16blEy8yuqUfPMa6cUUnhFqki0 { display:flex;top:44.875rem;left:1.5rem;width:1.5rem;height:1.5rem;z-index:15041;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5));font-size:1rem; }
 }@media only screen and (max-width: 763px) { #UHKOIFr0mFS2QsQ3Jn0QdZasoTvSt96l { display:flex;top:47.82421875rem;left:1.5rem;width:1.5rem;height:1.5rem;z-index:15042;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pEU5WvTJlkKufAwRPv9XyrGFuTTz6I4b { width:20rem;height:7.875rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bp4uBTvCiupnln3Pxer1kxN1dHvm7pR9 { top:13.875rem;left:0.71875rem;width:18.0625rem;height:14rem;z-index:15005;overflow:hidden;box-shadow: none;border-top:0.25rem solid #1d779c;border-left:0.25rem solid #1d779c;border-right:0.25rem solid #1d779c;border-bottom:0.25rem solid #1d779c;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm3TpqsohxTvw95NXWawVCgXhfgvoKyM { width:18.6875rem;height:3.625rem;top:37.625rem;left:0.65625rem;overflow:hidden;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #S8Rr60913lt10iXdOtw3bnOSUrDxDbAW { top:50.7490234375rem;left:0.375rem;width:19.25rem;height:14.1875rem;z-index:15036;overflow:hidden;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:19.9375rem;height:1.625rem;top:3.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { width:20rem;height:2.1933625rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { width:19.9375rem;height:1.625rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:20rem;height:2.1933625rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:19.9375rem;height:1.625rem;top:15.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WnVet6iK6q7SQtlS3TLbqK9AmLigH3cF { width:20rem;height:2.1933625rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rg2yfTXZbSfBsVXEAfI0lG0ripkHQAJ5 { width:20rem;height:18.9375rem;top:0.0625rem;left:0rem;background-color:#2babe0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 { display:block; }#xTHlGmxCsEfUw4Nh3FsxXBJwTR7NXZn2 > .row .container { width:20rem;height:141.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6msMG22udMsQw9pDbJzu3o1WK3huTud { width:20rem;height:4.0625rem;top:3.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PG9epi45xgIzJtbsBD7EpRv7FRm2AHEI { width:20rem;height:11.0195rem;top:8.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;line-height:1.4;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dk4ebBc870TJezzpf0WA6Swq118PBq7e { width:19.1875rem;height:15.25rem;top:98.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQcHTebT4tTu64RSQ8Esv5LZXFWHcqL { width:19.125rem;height:14.1875rem;top:82.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX3pougPRTa5vS3cGgwgEholyEo9BKVE { width:18.3125rem;height:12.1875rem;top:117.75rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e5mTfUDHEPsiV78Gt2REZArPAoSQGKX7 { width:19.9375rem;height:12.9375rem;top:116.1875rem;left:0rem;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) { #svt13PEDk0XqSix3tSQCLcCFluXO7Q5n { width:20rem;height:8.3125rem;top:122.9375rem;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) { #Xbu46KzaSwFHSORpefpTGgEsCXLL4ePC { width:16.5625rem;height:4.38574375rem;top:107.6875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2e61GU3vr4a979k2sbBrp7pkcEeB5Ug { width:17.9375rem;height:5.84765625rem;top:88.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvEkLeQA4Zi7WothoBk4N5KId3CmAto4 { width:15.25rem;height:1.7871125rem;top:86.3125rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D67uOtvUZKNTqUQtxZul7VI6UTCPUDEJ { width:13.5625rem;height:3.57421875rem;top:103.4375rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMen8ksc0KeuD6vTNso8eLsFuwy7hr6s { width:18.8125rem;height:14.6875rem;top:22.875rem;left:0.59375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TISKpeP1TblAoBXD3iV8fVCTT2SwMUab { width:19.125rem;height:13.5rem;top:41.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4LIs8soKDT9A7zl7BJ6PsOLRkokVITF { width:18.4375rem;height:12.75rem;top:58rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzlteLvDO91XGztAHfZ5iIkBJxTnsXu0 { width:20rem;height:12.5625rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecrSThqtTZddeIZVLXcm4UfwyEEvMofk { width:20rem;height:8.625rem;top:63rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsf47Zh4fC0iGClEbNB2TWXpsL4szC9l { width:5rem;height:5rem;top:79.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwx8TEnNmWD4dSZw8r4BKGwiPVdvbw9d { width:5rem;height:5rem;top:97.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGnLpZef0ThPzoIPvuDWtuSTE6zeq5t8 { width:3.625rem;height:3.4375rem;top:80.375rem;left:8rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NWvx5e5kX7k0ZcAasOLtk2UR7SdQCB2K { width:17.625rem;height:5.84765625rem;top:30.4375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #bvAWTPRBSCTFkyWKDPlKQl4MN2vysCgz { width:18.3125rem;height:4.38574375rem;top:49.3125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxfmzvz66AXhrDzyD1ViWW4tbnVa9JZA { width:17.4375rem;height:3.57421875rem;top:26.3125rem;left:1.28125rem;font-size:1.375rem;color:#ff9100;display:block; }
 }@media only screen and (max-width: 763px) { #TlJUJ7xH9TE2kVmEuHiOT3W190GdftdP { width:15.0625rem;height:3.57421875rem;top:44.6875rem;left:2.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW0pFlc1fPdfX0mBiiJMANodK8thCrT8 { width:5rem;height:5rem;top:20.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUtJSmCKuJyGV4qy8E0xcOCeQ9eNbATT { width:5rem;height:5rem;top:39.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { width:3.625rem;height:3.625rem;top:97.9375rem;left:8rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXISdW6tXXOTuqR6yod6F1L872Qcytsq { width:3.625rem;height:3.625rem;top:21.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUtQaWKnWrxymhd5BWsPeMWwgJMzCv9M { width:3.625rem;height:3.625rem;top:39.8125rem;left:8rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wD3aGJXriEDpiDcV3mH9hsSBPV07qIMQ { width:20rem;height:1.4624rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krm38ifkoei9v4CF9Qh84aibtrzteHeP { display:flex;width:1.1875rem;height:1.1875rem;top:0.94921875rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #UtKKh7ZNLGVMi6fVhlJ93937FyZL0iFn { display:flex;width:1.1875rem;height:1.1875rem;top:0.94921875rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #BPORUlfl5u7FiOuxDCKXOrWGnuoADBOF { width:7.375rem;height:12.75rem;top:117.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJcDZGMF7PITlwQSpO0lTyHKSsMPhcoM { width:19rem;height:3.0869125rem;top:75.4375rem;left:0.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSZAWHTfOQ6JqGv8MGG01x6nd2eWUhWu { width:18.25rem;height:4.62890625rem;top:135.0625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyAFlx5Gfy8k2MlBMIhkxHl1nhKLmTmI { width:8.8125rem;height:2.9375rem;top:72.5625rem;left:5.34375rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rfqXa2DFMzO4c5ufGmeZQLSDRk5s1A3u { width:8.8125rem;height:2.9375rem;top:132.1875rem;left:5.25rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xqpWiHT4qTubDE2tpONk4Jciam4mDU46 { display:block; }#xqpWiHT4qTubDE2tpONk4Jciam4mDU46 > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXHc22pm0ReMbOPodyC7HD2UbGXFEXT5 { width:19.125rem;height:0;top:38.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #PKEM43eX08MBLNvnmlwVNukiER5vzli6 { width:18.4375rem;height:10.5625rem;top:14.25rem;left:1.5625rem;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) { #RwfRLM2RTnXqo5edw7csIa242zHdVOfm { width:18.5rem;height:10.875rem;top:15.5rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/5f86f41f-49e6-46fa-892e-132aec43631e/driverpickingupkidafterschool20250401125842utc.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RwfRLM2RTnXqo5edw7csIa242zHdVOfm.adaptive-delivery-prevent-bg, #RwfRLM2RTnXqo5edw7csIa242zHdVOfm.lazyload, #RwfRLM2RTnXqo5edw7csIa242zHdVOfm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cXrfI2LMA1XudGZPgrHoo29Ka8k0TyEA { width:20rem;height:1.21875rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVpTBQXfswmPLSyPowIG2VxK2y6XOyTA { display:flex;width:1.1875rem;height:1.1875rem;top:1.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uosTmsTSrf4R0NQQVrOKR9XWdiVpEmta { display:flex;width:1.1875rem;height:1.1875rem;top:1.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uL7lI5E8t0mxbBw2aS7AJFrys8BTs6nv { width:20rem;height:4.0625rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u3popAHQGeelso4M8uMK7L1hKyRGbOTP { width:17.25rem;height:8.875rem;top:44rem;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) { #XSPntMh0HAiaJDOO1uSx1lW5O2iwI4fO { width:19.125rem;height:15.46875rem;top:27.84375rem;left:0.4375rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15006;font-family:"open sans";font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPHVz80vzvugmZHh1HJuXWOANTz1aOT3 { display:flex;width:1.1875rem;height:1.1875rem;top:2.5341796875rem;left:18.8125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #TWgFDk5R4OKGC7mTIkAhbVdeFM0EGhNU { display:flex;width:1.1875rem;height:1.1875rem;top:2.5341796875rem;left:0rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #l7Biz4HPOJhqR9lcGLgwaQqzFnTQMalK { top:10.5rem;left:3.25rem;width:12.75rem;height:2.5rem;background-color:#f4841b;background-image:none;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PnuZHoiITIK6ecgZLtKKopgV7DgoQRaL { display:block; }
 }@media only screen and (max-width: 763px) { #UR6IKzH2BKaAot1K9hdJx81ykf6UdTfu { width:18.6875rem;height:3.4121125rem;top:54.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #y3gfATefWSs1H0fdiCF9VC9xKbC5dcXW { top:15.25rem;left:3.625rem;width:12.75rem;height:2.5rem;background-color:#f4841b;background-image:none;color:#ffffff;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #eATVaH1Zq0rgevXi00CqPqcR94P3NwKh { display:block; }
 }@media only screen and (max-width: 763px) { #pAGneU30d4arbOT6NdEv1c5mFyL6Trrb { width:13.5625rem;height:13.75rem;top:59.25rem;left:3.1875rem;background-color:#2babe0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Vh8zpPmRCI4XkTGBrHbFykTmudFz3C { width:13.6875rem;height:5.9375rem;top:58.4375rem;left:3.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFtwO6uGt2KRbSBsC6LSlMGQw9SqyFdO { width:12.75rem;height:1.13671875rem;top:65rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #lNGmZcvRmvxAL80MTVGtCfT1AtQGJh7M { display:flex;width:1.6875rem;height:1.6875rem;top:77.4375rem;left:12.375rem; }
#lNGmZcvRmvxAL80MTVGtCfT1AtQGJh7M > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #tDkzfsGNAiMtZgy0TRXfvRFcn6ALslhd { width:6.875rem;height:1.3808625rem;top:77.5625rem;left:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzIosINS8cAFf2B1Ichxak7ZGVVK0yyw { width:13.375rem;height:13.875rem;top:74.375rem;left:3.3125rem;background-color:#2babe0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S { width:13.5rem;height:6rem;top:73.75rem;left:3.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/6ea1e25a-8c0f-484c-aa50-01bdf72614a3/portraitoffamilywithteenagechildrenincaron20231127051433utc1920w.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S.adaptive-delivery-prevent-bg, #kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S.lazyload, #kLafAHxvgHw5wzOAWrRyw98vDL3H8v4S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LqgZWXxCETH3z6w9afkFpqushTUsIZ9v { width:13.625rem;height:1.13671875rem;top:80.3125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #oOIDXeFZKzkWloK0gWJzhxb5x6iG0pQd { display:flex;width:2.5625rem;height:2.5625rem;top:89.375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #HxsJTOcyd1NEZm4NRgHsW4TWqMkxJaVg { width:12.5rem;height:3.16699375rem;top:66.8125rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1EIm7zayLggpSUe34BiaxfPiiWSpqy2 { width:12.1875rem;height:3.16699375rem;top:82.1875rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iv8bObG91DBM2KPcgNwvtaOlHrIagGMD { width:5.625rem;height:0;top:81.4375rem;left:6.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #payJlbXc6RTi8rvDUTsBqOdADAXBuPRw { display:flex;width:1.6875rem;height:1.6875rem;top:81.3125rem;left:12.375rem;display:none; }
#payJlbXc6RTi8rvDUTsBqOdADAXBuPRw > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eEcn9FmFez4lIIlzNM8sMiIAM11moVix { width:11.6875rem;height:2.5996125rem;top:92.5625rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEzM2eqrrZsAoz3aPDKqq451lKL3TxTH { width:5.625rem;height:1.3808625rem;top:70.875rem;left:6.9375rem;font-size:1.0625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #zzp4ab8d1ofGktimA18MlakPoBKQKCAT { display:flex;width:1.6875rem;height:1.6875rem;top:70.75rem;left:12.625rem;z-index:15051; }
#zzp4ab8d1ofGktimA18MlakPoBKQKCAT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eR7TOzfU2Q3QI490KqiyfWGWh7DTIox6 { width:5.625rem;height:1.3808625rem;top:86.1875rem;left:7.1875rem;font-size:1.0625rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #nZIh3qLEybf4So5MOSx8ux4hU3TrShBy { display:flex;width:1.6875rem;height:1.6875rem;top:86.0341796875rem;left:12.875rem;z-index:15051; }
#nZIh3qLEybf4So5MOSx8ux4hU3TrShBy > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #gyeyJiOQ1eJTmWlC3yJyQTrXmoQtPyHA { width:17.4375rem;height:10.4375rem;top:41.8125rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;overflow:hidden;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM { display:block; }#Z7EGIIiXMzzbbQCwJt28LMe8sTnMHTuM > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlfM9kWd4S2xMxre1msHLa9ZPt9f3cZx { display:flex;width:1.1875rem;height:1.1875rem;top:1.7998046875rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #xhedNexHtT33kg0v9FKLyokui1v6yHQm { display:flex;width:1.1875rem;height:1.1875rem;top:1.7998046875rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #xkhSxWIPx5wBRxacV2srLksb9HfgCTI2 { width:20rem;height:4.548825rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGSXky9up3QU4MyPpOXTLnFQLugmTiCb { width:9.375rem;height:1.94970625rem;top:1.4189453125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvX6x3gqWvR0oIINgc73mO8mt5n5XzhS { top:56.6123046875rem;left:3.625rem;width:12.75rem;height:2.5rem;background-color:#f4841b;background-image:none;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #exCDdWhhJXgGAuEufGnqWz6peoevpWFA { display:block; }
 }@media only screen and (max-width: 763px) { #VLrHxDMv3Zcvh7PyDl1mVIibtNgl8Ie4 { width:19.5625rem;height:11.6875rem;top:63.2998046875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mQUITOi5lN4s6DJmcISe88EnMvZrbhZA { top:10.75rem;left:0rem;width:20rem;height:14.75rem;z-index:15036;overflow:hidden;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #eSKi6kvAQlSexmu2Ec0OaipltUemOhAp { top:26.625rem;left:0rem;width:20rem;height:16.5rem;z-index:15037;overflow:hidden;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qb9cWaNxmI8LMuTlQkBqHNWyAz3SptTS { top:44.75rem;left:0rem;width:19.875rem;height:10.625rem;z-index:15038;overflow:hidden;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3JM45vvaw41hApHnDsieCUAO8NRSmq { background-color:#2294c3;background-image:none;display:block; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { background-color: transparent; background-image: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row > .video-iframe-container { display: none; }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .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); }#NZ3JM45vvaw41hApHnDsieCUAO8NRSmq > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7v94a7yxxBkfnp53D1dh00DnMBroms3 { width:20rem;height:4.548825rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBif6T8lJS1WAUONN7lEnQVg65N5aPeg { width:20rem;height:17.5957375rem;top:26.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #dsAUcINugkLZyruaWz00gFbOKsH2N1dn { width:20rem;height:1.7871125rem;top:2.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5du03xROD4khMvg3UCtOkhn0hSzSdWo { top:11.375rem;left:0.38738479262672rem;width:18.875rem;height:14rem;z-index:15005;overflow:hidden;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) { #MT5FhTeg71ZJrA2TobVOJU91ptN4ffGF { display:flex;width:1.1875rem;height:1.1875rem;top:2.4365234375rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #kkvwt9vCxAHybtyfxMfqILEvG2NrADl6 { display:flex;width:1.1875rem;height:1.1875rem;top:2.4365234375rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #chWJl474Aig4hQXXqnp2Df9iTOTNy78Z { display:flex;width:2.5625rem;height:2.5625rem;top:42.9072265625rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #L4rFkAibz6eyVH5z0KwfFayLBP8bmqfV { width:19.875rem;height:2.5996125rem;top:46.5322265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P89IHHeo304ZGXkEmu0VWsXcgoGVa7IQ { display:flex;width:3.125rem;height:3.125rem;top:50.14453125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aChcyLoVn7PwXWNV9XUu5TCpcRsgZ1V4 { width:20rem;height:1.29980625rem;top:54.26953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 { display:block; }#kWNQU6OrTphtyTxJKcZLKPJTZ8Da6c62 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Akw6vCcHXU4DU6Cz2RDgzfoWJ2IKNc2V { width:1.25rem;height:1.25rem;top:19.875rem;left:0.875rem;border-top:0.3125rem solid #f4841b;border-left:0.3125rem solid #f4841b;border-right:0.3125rem solid #f4841b;border-bottom:0.3125rem solid #f4841b;display:block; }
 }@media only screen and (max-width: 763px) { #OPrgKqdcyaTHzP0gnRSfOq1hTf0rzhT8 { width:1.625rem;height:1.625rem;top:47.1875rem;left:1rem;background-color:#f4841b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nD6w7ShtXJZGe8hRsS7LtQvxAWpIdEA2 { width:10.9375rem;height:3.89941875rem;top:19.875rem;left:8.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aXaB6fBeHSJGz3KcyMT2fJV9cToOTwLs { width:9.125rem;height:2.5996125rem;top:28.1875rem;left:8.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukc0buc26GHJru59RhCG2kGPSTmp7XOt { width:9.1875rem;height:2.5996125rem;top:36.5625rem;left:9.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3VIS7Wvq6exozMib49QDMzD9wJ5E7JK { width:8.75rem;height:5.19921875rem;top:43.75rem;left:9.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JdpuWrUkZbK2oTTS89PF0KqaqJcEEmSK { width:12.25rem;height:1.70605625rem;top:1.5rem;left:3.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkgzVgSXXkUdfut9c8PC9DrnFWInXC7w { width:18.9375rem;height:2.923825rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehyHLcF3UdQgR4CFT7pCduVtfaUNmnNb { top:14.1748046875rem;left:3.625rem;width:12.75rem;height:2.5rem;background-color:#f4841b;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mnB4XbuPFMXHavy658TFW7RuibW3vJ8N { display:block; }
 }@media only screen and (max-width: 763px) { #zGEGysVeNWUHCQ2Xd8yeoLJfE2aFVIwV { display:flex;width:1.1875rem;height:1.1875rem;top:2.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTTu33eTDMdmDVO7ZZTJFtoDZkFrq61b { display:flex;width:1.1875rem;height:1.1875rem;top:2.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJZ5C7ByV5l2gzBJksM7szqikh7KmVlA { display:flex;width:1.1875rem;height:1.1875rem;top:1.7998046875rem;left:3.9375rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #mZwTqhWnZDDW6J1OMqEPvh6v1KCtH1TP { display:flex;width:1.1875rem;height:1.1875rem;top:1.7998046875rem;left:15rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #pDiIqOn040Eol73UNyuyGfgFKJrmTk0i { display:flex;top:28.875rem;left:0.5625rem;width:2.5625rem;height:2.5625rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #BWZfWZWXzBL6e2hUcTdcJMFbfLldAT15 { display:flex;top:37.25rem;left:0.5rem;width:2.625rem;height:2.625rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #L2Q8ZdXTkr9d1bSTS8kKTT2gco4TSNwp { top:21.75rem;left:1.625rem;width:0.4375rem;height:25.8125rem;z-index:15042;background-color:#f4841b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SHTqbVVIgStQpuTgRL1drbC50U6CHxrk { display:flex;top:44.25rem;left:3.75rem;width:4.125rem;height:4.125rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #qU6BKGF9EmSsVubmTxWldSmkJJQqRP4q { width:20rem;height:0.3125rem;top:67.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVGtOti5RrdsV9sI2aT6DpclwktZkB11 { display:flex;width:3.125rem;height:3.125rem;top:69.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXiN0ikIA6encvliUiUZ3Fxcdz0VO4rs { display:flex;width:3.125rem;height:3.125rem;top:73.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJzRdXWuJXs46cVzGBbVngOQSnbR48eo { display:flex;width:4.5625rem;height:4.5625rem;top:62rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2WhNIrcEvalO5BXpgZOA93D1E23dv4x { display:flex;width:5.625rem;height:5.625rem;top:26.625rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #Pl5G9FaqFRxhm6TPlnwUS7GPCZoulCmt { display:flex;width:5rem;height:5rem;top:35.3125rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #eeDHGXQoyTDZyLhOv2ID5T3xtam09plA { width:20rem;height:4.0625rem;top:5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NhTTEH2VvXf0urqZgE6Q1OkkTahUKH1e { display:flex;width:4.5625rem;height:4.5625rem;top:19.875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6164f3c9-d08c-4f0c-8586-cc9b29450b7c/preteendaughtersittingincarwithopeneddoorn20241115173329utc.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; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued.adaptive-delivery-prevent-bg, #TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued.lazyload, #TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued.lazyloading { background-image: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container { background-color: transparent; background-image: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,119,156,0.72); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container > .video-iframe-container { display: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,119,156,0.72); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row > .video-iframe-container { display: none; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .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); }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container { border-width: 0; border-radius: 0; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued::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; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBAJx3Mt6W6EGHBwfAtpqMNF0kn2Tued > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A68dssTcRWKsEbTK1VvUFEwh0MaHXM29 { width:20rem;height:6rem;top:9.4765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #oqhLSqkIsDbI3xvwuqomKqdxKEbmrGdu { width:20rem;height:5.0371125rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr6eSXldQdTwG2Jw1ZMmcN2BTt4rRq1h { display:flex;top:17rem;left:1.25rem;width:1.0625rem;height:1.0625rem;z-index:15042;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AtA8Vx2FGEoA3O0gbQB3zq9v8KquvqCk { width:14.75rem;height:1.5996125rem;top:16.73046875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15003;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ucqFx9ZNqyRdkAr7rcAnGVbDKBQw2JgE { display:flex;top:19.5625rem;left:1.25rem;width:1.125rem;height:1.125rem;z-index:15041;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5));font-size:1rem; }
 }@media only screen and (max-width: 763px) { #QqW2STTTidgPdraMMzxe8AHrkZQDt9VC { width:17.5625rem;height:1.5996125rem;top:19.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lqfBMvHMXeRXiakETwpfup1JTdIkPlsp { display:flex;top:22rem;left:1.25rem;width:1.125rem;height:1.125rem;z-index:15040;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5));font-size:1rem; }
 }@media only screen and (max-width: 763px) { #IZMEDwKG3db6QXGJgbI1Hoiuapc9Afh0 { width:16.9375rem;height:1.5996125rem;top:21.625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ngq3z6ME9q9Z9auNyJg4LPiItJCX4LQi { top:15.875rem;left:0.8125rem;width:18.375rem;height:7.8125rem;z-index:14999;background-color:#f4841b;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad7e6iv9LpiBCNmgXOKiZoQhOvydxrL6 { width:20rem;height:21.75rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5CXgTh9quQteR0yE2RnELQn0RFgnZCq { width:18.6875rem;height:3.625rem;top:0.625rem;left:0.65625rem;overflow:hidden;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #mQH4tpAWOguLxrPrHzQQToycwNy7J6bn { position:relative;z-index:auto;background-color:#f3f3f3;background-image:none;display:block; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container { background-color: transparent; background-image: none; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container > .video-iframe-container { display: none; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row > .video-iframe-container { display: none; }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .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); }#mQH4tpAWOguLxrPrHzQQToycwNy7J6bn > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJFZbGAdRiTnzu14K8GriFDqF0x2FT66 { width:14.5625rem;height:3.0869125rem;top:10.654296875rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnhlFTnuG77nenirQxfD73XviZeEFxJB { width:6.625rem;height:6.5rem;top:1.9375rem;left:6.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LTuln4FoNEFBpsBmKsw74bQlkQLOXr77 { width:5.9375rem;height:0;top:38.7744140625rem;left:7.03125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSEDEgp6igsR8HreEFhbTx0U2WGQS4tL { width:20rem;height:3.19921875rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTqNACF4SI9kXCvmWOLsw90Wy6MPnvsd { width:20rem;height:1.3994125rem;top:32.5625rem;left:0rem;font-size:0.875rem;color:#60b3de;display:block; }
 }@media only screen and (max-width: 763px) { #e1rJbogox7bBI8zm52265T4n5AgH6JG3 { width:20rem;height:30.4375rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #vmpnflawPAVoNd5ZQLGMZUmWyWWedxZM { display:flex;width:1.875rem;height:1.875rem;top:22.1875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #tipaBoNPgVtT77NJOxS7elTingf57HEN { width:20rem;height:1.5rem;top:20.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqAkEsO8nbFyPgkMvaKtTtRh5dWzbmWV { width:11.3125rem;height:1.3994125rem;top:35.5625rem;left:3.6875rem;font-size:0.875rem;color:#f4841b;display:block; }
 }@media only screen and (max-width: 763px) { #syJtmTJVHJwiNgrGtp1zrexQS00cyZtS { width:11.6875rem;height:1.3994125rem;top:37.6875rem;left:3.8125rem;font-size:0.875rem;color:#f4841b;display:block; }
 }@media only screen and (max-width: 763px) { #aAVRthfv7JMGZJfn4KM1ewDdMI1TXc6T { width:9.9375rem;height:1.3994125rem;top:39.75rem;left:4.625rem;font-size:0.875rem;color:#f4841b;display:block; }
 }@media only screen and (max-width: 763px) { #xnLuERkfFwON5H8XertpRFR2VqubWyUy { top:14.875rem;left:3.625rem;width:12.75rem;height:2.5rem;background-color:#f4841b;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OPshVsaMFcBLOmEFttgFGNoFLqraZLMV { display:block; }
 }