.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:249,249,249;--color-tertiary-2:248,239,242;--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.125rem;width:4.25rem;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; }
#TqzK2Bh6zAOnTrRk3sFcOA5tMRkN9ro3 { 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:none; }
#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/ba7ca34a-9c46-4f10-9044-8240bcf63f36/empirestatebuildingandchryslerbuildingstandi20241125232052utc_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:36.9375rem;width:60rem;position:relative;display:block; }#qyDqkrTbmfLeJAD86dxryEKqEifaws0h { 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; }
#UrEEtw7gvPodH9qxZ9NTyNugnn9bOafZ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.3623046875rem;left:2.5625rem;height:8.285125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gglsnArMTtCybStmsidLndC5eA4Wbleu { z-index:15006;top:26.6875rem;left:2.5625rem;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:23.0625rem;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;top:19.3125rem;left:2.5625rem;height:5.09765625rem;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)); }
#M0Rm6TkIHEtKBmSlZTzOsISeeTHn2RTL { 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:3.5625rem;width:20.625rem;top:14.646484375rem;left:1.25rem;overflow:hidden;display:block; }
#SnslyLy8Ixmh9UDmzKWitbtF50tHW18r { position:absolute;display:block;z-index:15038;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.125rem;width:20.3125rem;top:19.3125rem;left:33.375rem;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-2),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-2),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; }
#z4Dbb0no8H0znog4hQz6P2aI6Z05okd2 { 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.6875rem;overflow:hidden;display:block; }
#tPo1nmkvkI2em2hvbZFSMlZhQhmrTcw6 { 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; }
#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf { 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; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row .container { background-color: transparent; background-image: none; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row .container > .video-iframe-container { display: none; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row > .video-iframe-container { display: none; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .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); }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row .container { border-width: 0; border-radius: 0; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row .container { font-size:0.875rem;font-family:arial;height:70.4375rem;width:60rem;position:relative;display:block; }#JTZlpb3M95IIvMnvWw4PhARe8gyPIfr0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.625rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFGux23uE1K3mAc5dDE1cTO2zTCTTK1m { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:32.5625rem;left:0rem;height:12.598625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxGLTRVPxsRmg9MeaWdpmWuMN27ZhCkc { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:32.75rem;left:20.625rem;height:12.598625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTsDJ2s8d1QOtWqp7CaoMoq7SLc9bhyV { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.5rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDN1eK6SkMCusHdsN6Xw9dptwoBag2gK { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:32.75rem;left:40.625rem;height:12.598625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDqhtzuqionhe8fTRzD7I3c2oeO733Nl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.3125rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDt0pVa3x5lV8lbuBfslzc86RWUDAkO0 { color:rgba(var(--color-tertiary-3),1);display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.375rem;left:7.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R00atfkwPKw9KwHRhKNHbXKce3of4Rar { color:rgba(var(--color-primary-4),1);display:block;width:19.9375rem;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:2.4443359375rem;left:20rem;height:1.94970625rem;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; }
#U6rItORIeTnU3g7KT06cwcPIsMSXCrG2 { position:absolute;display:block;z-index:14999;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:30.625rem;width:19.1875rem;top:18.5rem;left:0rem;display:block; }
#BZy500xtoyDdJOKQkRkTMc2gaVpvTOS8 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:30.5rem;width:19.4375rem;top:18.5rem;left:20rem;display:block; }
#ySfTgsGIvahOKXNBoZR82TEH4ipu03DL { position:absolute;display:block;z-index:15001;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:30.6875rem;width:20rem;top:18.5rem;left:40rem;display:block; }
#efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/1ddfd1f4-1058-4ee6-9b14-426076a64f70/boysitinginsafetycarlookingatcamerasmiling.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:11.375rem;width:19.25rem;top:18.5rem;left:0rem;display:block; }#efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG.adaptive-delivery-prevent-bg, #efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG.lazyload, #efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG.lazyloading { background-image: none; }
#u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);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:11.3125rem;width:19.4375rem;top:18.5rem;left:20rem;display:block; }#u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8.adaptive-delivery-prevent-bg, #u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8.lazyload, #u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8.lazyloading { background-image: none; }
#L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);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;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:11.3125rem;width:20.0625rem;top:18.5rem;left:40rem;display:block; }#L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp.adaptive-delivery-prevent-bg, #L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp.lazyload, #L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp.lazyloading { background-image: none; }
#ABnxI3tKFiuMtWN5mHFzdSkTCspzE5L3 { 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; }
#UrrSLSfldCFTyLUAhv9gUL7ZUQede9NO { 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; }
#x0SUxfff00fzCKcUXLmC4QDJwD3KsbMl { 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:2.8251953125rem;left:19.375rem; }
#Q70uh3auxGvurFRbADODZns7EEByDltq { 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.8251953125rem;left:39.375rem; }
#NR3rDEdrdZqPnQElNvuFpgUgqgMwQ5nT { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3310546875rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1ZQNVTc2TMSaRH3fZUAoBHf4z1RAM3z { box-sizing:content-box;height:17.5625rem;width:50.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:50.625rem;left:7.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Ik88BVUI72LO5B6DOEiosETLmUWyB2Iz { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.625rem;width:26.5rem;top:50.5625rem;left:5.875rem;overflow:hidden;display:block; }
#H7l5tEy5woALbPa856PNW4dwwdK4DM7B { color:rgba(var(--color-tertiary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:54.5625rem;left:32.875rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEIFezpfzZ05F9r0me6Te2aVmdUV6U5s { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:51.875rem;left:34.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9vwz3eFgZhzAd9MDHDiXlTTXpMt5om6 { 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:block; }
#w0soeCBhQVHifscesNdtPwI1m5tv5mHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6XOgTdP6Ni0XmPLxIorKt3OlFGo8L6g { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e7M6o1nXJntd4NlXiETtTG4OSKPsB6Jd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XgIK4QTAPwaNApkexvnTfskZ05i6E5fa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xdpoLA6cTfRvCGALZn5khiqVav8GUVd4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NJdZUkxLlx1p1SIceGSBpcIOEz2NX2r4 { 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; }
#NJdZUkxLlx1p1SIceGSBpcIOEz2NX2r4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SipZDTi830O04mpasttR3gWuAIlxvUoo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#n2grgS4aELKTBIXJmqBgsHERkTwa1Ax7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K3Ldna9MwggQThtG7PUlIBOl4uyDwD2T { 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;top:44.625rem;left:55.9375rem;display:none; }
#K3Ldna9MwggQThtG7PUlIBOl4uyDwD2T > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#C11IR51PBcB1pyByc4nyEJDtztO3OO6p { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#b6WepuTTHT23RxKLCtDtZeVKU10AwDlg { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.9375rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yIGLA4zFy4Gsm1asOnKtkFWAzsFzlIgX { 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;top:46.0966796875rem;left:35.3125rem;display:none; }
#yIGLA4zFy4Gsm1asOnKtkFWAzsFzlIgX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OhOCu4FoKUFMhM34xmIt1EbZl8LFD4ql { 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;top:46.0625rem;left:12.875rem;display:none; }
#OhOCu4FoKUFMhM34xmIt1EbZl8LFD4ql > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#HEBJf1VLHxNCSLdE0k6bp263Pq6yiFFg { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;top:46.033203125rem;left:0rem;display:block; }
#DgWKRRFmTl1vTitizpTPeCTpKay5ow4Q { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:46.033203125rem;left:20.1875rem;display:block; }
#ONE5kHqxUUP6ars3mt7abQktUHTe8taF { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:46.033203125rem;left:40.625rem;display:block; }
#TbaMd8TAsrDSL2CtLpD30TiUsCoWSBpe { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:65.283203125rem;left:35.375rem;display:block; }
#c0vlAMynU3TsyXeTeZOLbtCxvcTfB7fV { 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:15042;opacity:1;top:46.8125rem;left:13.03125rem; }
#c0vlAMynU3TsyXeTeZOLbtCxvcTfB7fV > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#RcJzmnkMvzX3sUIUyfGb07rCH1iIdv3M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:46.875rem;left:32.8125rem; }
#RcJzmnkMvzX3sUIUyfGb07rCH1iIdv3M > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#rwiDXrsUX2c7kb13p00kbAPQlrFvfpwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:46.75rem;left:53.5rem; }
#rwiDXrsUX2c7kb13p00kbAPQlrFvfpwL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#RXtEcV7syHmNG93zCtHnTEavkPGpO4Z8 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:46.9658203125rem;left:6.53125rem;height:1.3808625rem;display:block; }
#hSoRC4HdgdP1ToLJ0mXW16oPGyq3TSMn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:46.9658203125rem;left:26.65625rem;height:1.3808625rem;display:block; }
#VTVGpiWmMAatBalx51DpGkNMMJc2ZTbM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:46.9658203125rem;left:47.25rem;height:1.3808625rem;display:block; }
#cwR6pX88tfFEZKEyW2EWqg3WHAtPCgDI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:66.0283203125rem;left:41.78125rem;height:1.3808625rem;display:block; }
#XEo5ytTM3pOzL2uZ0wVXrWiza2cOVNNQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:65.84375rem;left:47.25rem; }
#XEo5ytTM3pOzL2uZ0wVXrWiza2cOVNNQ > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#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; }
#dq9BnBtyJPmlTtVPleKbMkXkN5CATtkx { 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.25rem;width:24.6875rem;top:14.1875rem;left:3.0439311594203rem;display:block; }
#KBkhrsGAoy3EcSRbO8LdZ6TtZHHZiMvR { 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;display:block; }
#kvqH2rtK4aQRG596onIMWyd4qHnLvEsc { 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:41.125rem;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:17.8779296875rem;left:23.5625rem;height:11.19726875rem;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:31.25rem;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:31.9375rem;left:27.1875rem;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:35.4375rem;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:36.375rem;left:27.1875rem;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; }
#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 { 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; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2.adaptive-delivery-prevent-bg, #TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2.lazyload, #TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2.lazyloading { background-image: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container { background-color: transparent; background-image: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,119,156,0.77); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container > .video-iframe-container { display: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .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); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row > .video-iframe-container { display: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .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); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container { border-width: 0; border-radius: 0; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2::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; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:60rem;position:relative;display:block; }#kykKRbaPLvOtiTzIE2JRGm9XhXntJB5L { color:rgba(var(--color-tertiary-0),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;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:18.3505859375rem;left:10.53125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIvXtgcLfpTnTpXkWX7UC8d0w1JN56o5 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3505859375rem;left:13.84375rem;height:9.261725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rk02flG95HWNw4bv4nHHezand4BuVWlv { 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)); }
#nIJbdu6l34p3KRP3SwtiX5oM6az1nqpT { 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; }
#EGfRxJ9O0vATBSKTBE4bhZOkTlBxBCpi { 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)); }
#OsfqRGfTqJdHciUGzACkUVRMC2b9nU8L { 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; }
#DTrGGLGQi5KJfKIMWTZ4PnwC4MiJscu4 { 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)); }
#iaXHLBd9ly0RGSSZAHk2wezG9glbwoac { 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; }
#C4OGX2dLXw5ifD3wUq4cleCXxLbl0BaM { 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; }
#dIwpmZBWTbr8dxfU5PuFHNd2CzknlDQd { position:absolute;display:block;z-index:15039;height:21.75rem;width:38.75rem;top:22.5625rem;left:10.625rem;display:block; }
#Xv5FGJ5GNvTMh626TOZbFFmhHr5S435H { position:absolute;display:block;z-index:15038;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:4.0625rem;width:22rem;top:5.7880859375rem;left:16.6875rem;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:14.798828125rem;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:22.232421875rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e1rJbogox7bBI8zm52265T4n5AgH6JG3 { box-sizing:content-box;height:20.125rem;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:11.96875rem;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:12.15625rem;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; }
#KoeFLlbs4x08oCmvMmareDkOfBZEiGLI { color:rgba(var(--color-tertiary-3),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:17.0625rem;left:11.3125rem;height:1.3999rem;text-align:center;text-align-last:center;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.25rem;height:4.125rem;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) { #TqzK2Bh6zAOnTrRk3sFcOA5tMRkN9ro3 { width:4.125rem;height:4.0625rem;top:1.5625rem;left:0rem;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) { #qyDqkrTbmfLeJAD86dxryEKqEifaws0h { width:28.125rem;height:21.875rem;top:3.125rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrEEtw7gvPodH9qxZ9NTyNugnn9bOafZ { width:21.625rem;height:8.25rem;top:6.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglsnArMTtCybStmsidLndC5eA4Wbleu { top:26.6875rem;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:23.0625rem;height:5.0625rem;top:19.3125rem;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) { #M0Rm6TkIHEtKBmSlZTzOsISeeTHn2RTL { top:14.625rem;left:0rem;width:20.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnslyLy8Ixmh9UDmzKWitbtF50tHW18r { top:19.3125rem;left:27.1875rem;width:20.3125rem;height:12.125rem;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) { #z4Dbb0no8H0znog4hQz6P2aI6Z05okd2 { top:34.625rem;left:32.5625rem;width:8.8125rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPo1nmkvkI2em2hvbZFSMlZhQhmrTcw6 { top:60.8125rem;left:0rem;width:8.8125rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfdK9PkUyJBVIpepn2fzksPueWlW4ppf { display:block; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTZlpb3M95IIvMnvWw4PhARe8gyPIfr0 { width:18.75rem;height:1.625rem;top:30.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGux23uE1K3mAc5dDE1cTO2zTCTTK1m { width:18.75rem;height:12.5625rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxGLTRVPxsRmg9MeaWdpmWuMN27ZhCkc { width:18.75rem;height:12.5625rem;top:32.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsDJ2s8d1QOtWqp7CaoMoq7SLc9bhyV { width:18.75rem;height:1.625rem;top:30.5rem;left:13rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDN1eK6SkMCusHdsN6Xw9dptwoBag2gK { width:18.75rem;height:12.5625rem;top:32.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqhtzuqionhe8fTRzD7I3c2oeO733Nl { width:18.375rem;height:1.625rem;top:30.3125rem;left:29.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDt0pVa3x5lV8lbuBfslzc86RWUDAkO0 { width:44.9375rem;height:3.5625rem;top:9.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R00atfkwPKw9KwHRhKNHbXKce3of4Rar { width:19.9375rem;height:1.9375rem;top:2.4375rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6rItORIeTnU3g7KT06cwcPIsMSXCrG2 { top:18.5rem;left:0rem;width:19.1875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZy500xtoyDdJOKQkRkTMc2gaVpvTOS8 { top:18.5rem;left:12.3125rem;width:19.4375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySfTgsGIvahOKXNBoZR82TEH4ipu03DL { top:18.5rem;left:27.625rem;width:20rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG { top:18.5rem;left:0rem;width:19.25rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8 { top:18.5rem;left:12.3125rem;width:19.4375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp { top:18.5rem;left:27.5625rem;width:20.0625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABnxI3tKFiuMtWN5mHFzdSkTCspzE5L3 { top:4.1875rem;left:30.341796875rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrrSLSfldCFTyLUAhv9gUL7ZUQede9NO { top:4.1875rem;left:30.341796875rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0SUxfff00fzCKcUXLmC4QDJwD3KsbMl { top:2.8125rem;left:14.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q70uh3auxGvurFRbADODZns7EEByDltq { top:2.8125rem;left:30.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR3rDEdrdZqPnQElNvuFpgUgqgMwQ5nT { width:47.75rem;height:2.25rem;top:6.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZQNVTc2TMSaRH3fZUAoBHf4z1RAM3z { top:50.625rem;left:0rem;width:47.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik88BVUI72LO5B6DOEiosETLmUWyB2Iz { top:50.5625rem;left:0rem;width:26.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7l5tEy5woALbPa856PNW4dwwdK4DM7B { width:23.75rem;height:10.8125rem;top:54.5625rem;left:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEIFezpfzZ05F9r0me6Te2aVmdUV6U5s { width:19.4375rem;height:1.625rem;top:51.875rem;left:12.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9vwz3eFgZhzAd9MDHDiXlTTXpMt5om6 { top:14rem;left:17.15625rem;width:12.75rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0soeCBhQVHifscesNdtPwI1m5tv5mHm { display:block; }
 }@media only screen and (max-width: 763px) { #A6XOgTdP6Ni0XmPLxIorKt3OlFGo8L6g { width:18.75rem;height:1.6875rem;top:47.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7M6o1nXJntd4NlXiETtTG4OSKPsB6Jd { display:none; }
 }@media only screen and (max-width: 763px) { #XgIK4QTAPwaNApkexvnTfskZ05i6E5fa { display:none; }
 }@media only screen and (max-width: 763px) { #xdpoLA6cTfRvCGALZn5khiqVav8GUVd4 { width:18.75rem;height:1.6875rem;top:47.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJdZUkxLlx1p1SIceGSBpcIOEz2NX2r4 { display:none; }
#NJdZUkxLlx1p1SIceGSBpcIOEz2NX2r4 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #SipZDTi830O04mpasttR3gWuAIlxvUoo { display:none; }
 }@media only screen and (max-width: 763px) { #n2grgS4aELKTBIXJmqBgsHERkTwa1Ax7 { width:18.75rem;height:1.6875rem;top:47.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3Ldna9MwggQThtG7PUlIBOl4uyDwD2T { top:44.625rem;left:44.5rem;width:3.125rem;height:3.125rem;display:none; }
#K3Ldna9MwggQThtG7PUlIBOl4uyDwD2T > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #C11IR51PBcB1pyByc4nyEJDtztO3OO6p { display:none; }
 }@media only screen and (max-width: 763px) { #b6WepuTTHT23RxKLCtDtZeVKU10AwDlg { width:18.75rem;height:1.6875rem;top:47.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIGLA4zFy4Gsm1asOnKtkFWAzsFzlIgX { top:46.0625rem;left:28.625rem;width:3.125rem;height:3.125rem;display:none; }
#yIGLA4zFy4Gsm1asOnKtkFWAzsFzlIgX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OhOCu4FoKUFMhM34xmIt1EbZl8LFD4ql { top:46.0625rem;left:10.8125rem;width:3.125rem;height:3.125rem;display:none; }
#OhOCu4FoKUFMhM34xmIt1EbZl8LFD4ql > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #HEBJf1VLHxNCSLdE0k6bp263Pq6yiFFg { top:46rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgWKRRFmTl1vTitizpTPeCTpKay5ow4Q { top:46.0625rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONE5kHqxUUP6ars3mt7abQktUHTe8taF { top:46rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbaMd8TAsrDSL2CtLpD30TiUsCoWSBpe { top:65.25rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0vlAMynU3TsyXeTeZOLbtCxvcTfB7fV { top:46.8125rem;left:11rem;width:1.6875rem;height:1.6875rem;display:block; }
#c0vlAMynU3TsyXeTeZOLbtCxvcTfB7fV > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #RcJzmnkMvzX3sUIUyfGb07rCH1iIdv3M { top:46.875rem;left:26.625rem;width:1.625rem;height:1.625rem;display:block; }
#RcJzmnkMvzX3sUIUyfGb07rCH1iIdv3M > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #rwiDXrsUX2c7kb13p00kbAPQlrFvfpwL { top:46.75rem;left:43.1875rem;width:1.75rem;height:1.75rem;display:block; }
#rwiDXrsUX2c7kb13p00kbAPQlrFvfpwL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #RXtEcV7syHmNG93zCtHnTEavkPGpO4Z8 { top:46.9375rem;left:4.46875rem;width:6.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSoRC4HdgdP1ToLJ0mXW16oPGyq3TSMn { top:46.9375rem;left:20.46875rem;width:6.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTVGpiWmMAatBalx51DpGkNMMJc2ZTbM { top:46.9375rem;left:36.9375rem;width:6.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwR6pX88tfFEZKEyW2EWqg3WHAtPCgDI { top:66rem;left:31.75rem;width:5.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEo5ytTM3pOzL2uZ0wVXrWiza2cOVNNQ { top:65.8125rem;left:36.9375rem;width:1.75rem;height:1.75rem;display:block; }
#XEo5ytTM3pOzL2uZ0wVXrWiza2cOVNNQ > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@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) { #dq9BnBtyJPmlTtVPleKbMkXkN5CATtkx { width:24.6875rem;height:18.25rem;top:14.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBkhrsGAoy3EcSRbO8LdZ6TtZHHZiMvR { width:23.75rem;height:19.5625rem;top:31.1875rem;left:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvqH2rtK4aQRG596onIMWyd4qHnLvEsc { 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:11.1875rem;top:17.875rem;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:31.25rem;left:17.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4rFkAibz6eyVH5z0KwfFayLBP8bmqfV { top:31.9375rem;left:21.0625rem;width:23rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P89IHHeo304ZGXkEmu0VWsXcgoGVa7IQ { top:35.4375rem;left:17.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aChcyLoVn7PwXWNV9XUu5TCpcRsgZ1V4 { top:36.375rem;left:21.0625rem;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) { #TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 { display:block; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kykKRbaPLvOtiTzIE2JRGm9XhXntJB5L { width:40.375rem;height:3.5625rem;top:18.3125rem;left:4.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIvXtgcLfpTnTpXkWX7UC8d0w1JN56o5 { width:33.75rem;height:9.25rem;top:8.3125rem;left:7.71875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk02flG95HWNw4bv4nHHezand4BuVWlv { top:2.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIJbdu6l34p3KRP3SwtiX5oM6az1nqpT { width:14.75rem;height:1.6875rem;top:2.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGfRxJ9O0vATBSKTBE4bhZOkTlBxBCpi { top:2.25rem;left:14.3125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsfqRGfTqJdHciUGzACkUVRMC2b9nU8L { width:17.5625rem;height:1.6875rem;top:2.5rem;left:17.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTrGGLGQi5KJfKIMWTZ4PnwC4MiJscu4 { top:2.25rem;left:34.1875rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaXHLBd9ly0RGSSZAHk2wezG9glbwoac { width:16.9375rem;height:1.6875rem;top:2.5rem;left:30.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4OGX2dLXw5ifD3wUq4cleCXxLbl0BaM { top:1.1875rem;left:0rem;width:47.75rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIwpmZBWTbr8dxfU5PuFHNd2CzknlDQd { top:22.5625rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5FGJ5GNvTMh626TOZbFFmhHr5S435H { top:5.75rem;left:10.5625rem;width:22rem;height:4.0625rem;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:14.75rem;left:1.9375rem;width:45.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTqNACF4SI9kXCvmWOLsw90Wy6MPnvsd { top:22.1875rem;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:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmpnflawPAVoNd5ZQLGMZUmWyWWedxZM { top:11.9375rem;left:15.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tipaBoNPgVtT77NJOxS7elTingf57HEN { top:12.125rem;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) { #KoeFLlbs4x08oCmvMmareDkOfBZEiGLI { top:17.0625rem;left:5.1875rem;width:41.4375rem;height:1.375rem;font-size:1rem;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.75rem;height:4.625rem;top:0.6875rem;left:1.9928571428571rem;overflow:hidden;display:none; }
 }@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) { #TqzK2Bh6zAOnTrRk3sFcOA5tMRkN9ro3 { width:4.625rem;height:4.5625rem;top:0.625rem;left:1.8671875rem;overflow:hidden;z-index:15001;display:block; }
 }@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/18631fa3-aae5-40b5-a878-90359ff1e6fb/empirestatebuildingandchryslerbuildingstandicompressed.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:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyDqkrTbmfLeJAD86dxryEKqEifaws0h { top:12.861328125rem;left:0.71875rem;width:18.0625rem;height:14rem;z-index:15004;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) { #UrEEtw7gvPodH9qxZ9NTyNugnn9bOafZ { width:19.9375rem;height:6.5244375rem;top:4.583984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;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;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gglsnArMTtCybStmsidLndC5eA4Wbleu { top:34.640625rem;left:0rem;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:29.048828125rem;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) { #M0Rm6TkIHEtKBmSlZTzOsISeeTHn2RTL { width:17.875rem;height:3.1875rem;top:38.048828125rem;left:0rem;overflow:hidden;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #SnslyLy8Ixmh9UDmzKWitbtF50tHW18r { width:20rem;height:11.9375rem;top:51.0205078125rem;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;z-index:15039;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.0229375rem;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.38720625rem;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.8496125rem;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;overflow:hidden;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.8496125rem;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.38720625rem;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.63036875rem;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) { #z4Dbb0no8H0znog4hQz6P2aI6Z05okd2 { width:8.8125rem;height:2.9375rem;top:72.5625rem;left:5.5rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tPo1nmkvkI2em2hvbZFSMlZhQhmrTcw6 { width:8.8125rem;height:2.9375rem;top:132.1875rem;left:4.625rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yfdK9PkUyJBVIpepn2fzksPueWlW4ppf { display:block; }#yfdK9PkUyJBVIpepn2fzksPueWlW4ppf > .row .container { width:20rem;height:138.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTZlpb3M95IIvMnvWw4PhARe8gyPIfr0 { width:18.75rem;height:1.70605625rem;top:30.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #EFGux23uE1K3mAc5dDE1cTO2zTCTTK1m { width:18.75rem;height:9.597625rem;top:33.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-family:"open sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XxGLTRVPxsRmg9MeaWdpmWuMN27ZhCkc { width:19.375rem;height:9.597625rem;top:64.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TTsDJ2s8d1QOtWqp7CaoMoq7SLc9bhyV { width:18.75rem;height:1.70605625rem;top:61.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDN1eK6SkMCusHdsN6Xw9dptwoBag2gK { width:18.75rem;height:9.597625rem;top:93.5rem;left:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zDqhtzuqionhe8fTRzD7I3c2oeO733Nl { width:18.1875rem;height:1.70605625rem;top:91.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDt0pVa3x5lV8lbuBfslzc86RWUDAkO0 { width:18.75rem;height:5.09911875rem;top:9.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R00atfkwPKw9KwHRhKNHbXKce3of4Rar { width:20rem;height:1.4624rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6rItORIeTnU3g7KT06cwcPIsMSXCrG2 { width:20rem;height:29.3125rem;top:19rem;left:0rem;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) { #BZy500xtoyDdJOKQkRkTMc2gaVpvTOS8 { width:20rem;height:27.875rem;top:49.375rem;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) { #ySfTgsGIvahOKXNBoZR82TEH4ipu03DL { width:20rem;height:27.875rem;top:79.375rem;left:0rem;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) { #efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG { width:20rem;height:11rem;top:19rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-1),1);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;display:block; }#efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG.adaptive-delivery-prevent-bg, #efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG.lazyload, #efFtP7PCw5IG2NlWSlw7B7TROmkLT6JG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8 { width:20rem;height:11.0625rem;top:49.375rem;left:0rem;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; }#u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8.adaptive-delivery-prevent-bg, #u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8.lazyload, #u5Z7c3ZxUpb7mxx1NTErTmFt0kXFIyZ8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp { width:20rem;height:11.375rem;top:78.6875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-1),1);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:scroll;background-size:cover !important;display:block; }#L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp.adaptive-delivery-prevent-bg, #L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp.lazyload, #L4ZEH3K9pwz4tGZetUDT7vyUovKX3ZVp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ABnxI3tKFiuMtWN5mHFzdSkTCspzE5L3 { display:flex;width:1.1875rem;height:1.1875rem;top:2.0625rem;left:0.625rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #UrrSLSfldCFTyLUAhv9gUL7ZUQede9NO { display:flex;width:1.1875rem;height:1.1875rem;top:2.0625rem;left:18.25rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #x0SUxfff00fzCKcUXLmC4QDJwD3KsbMl { display:flex;width:1.1875rem;height:1.1875rem;top:89.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q70uh3auxGvurFRbADODZns7EEByDltq { display:flex;width:1.1875rem;height:1.1875rem;top:92.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NR3rDEdrdZqPnQElNvuFpgUgqgMwQ5nT { width:20rem;height:4.0625rem;top:4.125rem;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) { #E1ZQNVTc2TMSaRH3fZUAoBHf4z1RAM3z { width:20rem;height:29.8125rem;top:108.3125rem;left:0rem;z-index:14998;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ik88BVUI72LO5B6DOEiosETLmUWyB2Iz { width:20rem;height:13.3125rem;top:108.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H7l5tEy5woALbPa856PNW4dwwdK4DM7B { width:20rem;height:9.597625rem;top:125rem;left:0rem;text-align:center;text-align-last:center;z-index:15009;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dEIFezpfzZ05F9r0me6Te2aVmdUV6U5s { width:20rem;height:1.625rem;top:122.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #I9vwz3eFgZhzAd9MDHDiXlTTXpMt5om6 { top:15.25rem;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) { #w0soeCBhQVHifscesNdtPwI1m5tv5mHm { display:block; }
 }@media only screen and (max-width: 763px) { #A6XOgTdP6Ni0XmPLxIorKt3OlFGo8L6g { width:6.4375rem;height:1.21875rem;top:46.25rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";z-index:15002;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e7M6o1nXJntd4NlXiETtTG4OSKPsB6Jd { top:45.3125rem;left:2rem;width:16.0625rem;height:0.125rem;z-index:15040;background-color:#dee2e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XgIK4QTAPwaNApkexvnTfskZ05i6E5fa { top:74.4375rem;left:2rem;width:16.0625rem;height:0.125rem;z-index:15041;background-color:#dee2e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xdpoLA6cTfRvCGALZn5khiqVav8GUVd4 { width:6.4375rem;height:1.21875rem;top:75.25rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";z-index:15003;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NJdZUkxLlx1p1SIceGSBpcIOEz2NX2r4 { display:flex;top:75.125rem;left:13.25rem;width:1.5rem;height:1.5rem;z-index:15040; }
#NJdZUkxLlx1p1SIceGSBpcIOEz2NX2r4 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #SipZDTi830O04mpasttR3gWuAIlxvUoo { top:104.1875rem;left:2rem;width:16.0625rem;height:0.125rem;z-index:15042;background-color:#dee2e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n2grgS4aELKTBIXJmqBgsHERkTwa1Ax7 { width:6.4375rem;height:1.21875rem;top:104.8125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K3Ldna9MwggQThtG7PUlIBOl4uyDwD2T { display:flex;top:104.6875rem;left:13.25rem;width:1.5rem;height:1.5rem;z-index:15041; }
#K3Ldna9MwggQThtG7PUlIBOl4uyDwD2T > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #C11IR51PBcB1pyByc4nyEJDtztO3OO6p { top:135.375rem;left:2rem;width:16.0625rem;height:0.125rem;z-index:15043;background-color:#dee2e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b6WepuTTHT23RxKLCtDtZeVKU10AwDlg { width:6.4375rem;height:1.21875rem;top:136.0625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"open sans";z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yIGLA4zFy4Gsm1asOnKtkFWAzsFzlIgX { display:flex;top:135.875rem;left:13.125rem;width:1.5rem;height:1.5rem;z-index:15042; }
#yIGLA4zFy4Gsm1asOnKtkFWAzsFzlIgX > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #OhOCu4FoKUFMhM34xmIt1EbZl8LFD4ql { display:flex;top:46.125rem;left:12.875rem;width:1.5rem;height:1.5rem;z-index:15041; }
#OhOCu4FoKUFMhM34xmIt1EbZl8LFD4ql > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #HEBJf1VLHxNCSLdE0k6bp263Pq6yiFFg { width:18.75rem;height:0.125rem;top:139.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgWKRRFmTl1vTitizpTPeCTpKay5ow4Q { width:18.75rem;height:0.125rem;top:143.091796875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONE5kHqxUUP6ars3mt7abQktUHTe8taF { width:18.75rem;height:0.125rem;top:150.369140625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbaMd8TAsrDSL2CtLpD30TiUsCoWSBpe { width:18.75rem;height:0.125rem;top:146.80859375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0vlAMynU3TsyXeTeZOLbtCxvcTfB7fV { display:flex;width:1.6875rem;height:1.6875rem;top:140.154296875rem;left:13.65625rem;display:none; }
#c0vlAMynU3TsyXeTeZOLbtCxvcTfB7fV > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #RcJzmnkMvzX3sUIUyfGb07rCH1iIdv3M { display:flex;width:1.625rem;height:1.625rem;top:143.93359375rem;left:13.25rem;display:none; }
#RcJzmnkMvzX3sUIUyfGb07rCH1iIdv3M > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #rwiDXrsUX2c7kb13p00kbAPQlrFvfpwL { display:flex;width:1.75rem;height:1.75rem;top:151.0859375rem;left:13.5rem;display:none; }
#rwiDXrsUX2c7kb13p00kbAPQlrFvfpwL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #RXtEcV7syHmNG93zCtHnTEavkPGpO4Z8 { width:8.625rem;height:1.3808625rem;top:140.3076171875rem;left:7.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSoRC4HdgdP1ToLJ0mXW16oPGyq3TSMn { width:7.875rem;height:1.3808625rem;top:144.0244140625rem;left:7.09375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTVGpiWmMAatBalx51DpGkNMMJc2ZTbM { width:8.1875rem;height:1.3808625rem;top:151.3017578125rem;left:7.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwR6pX88tfFEZKEyW2EWqg3WHAtPCgDI { width:8.25rem;height:1.3808625rem;top:147.5537109375rem;left:7.03125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEo5ytTM3pOzL2uZ0wVXrWiza2cOVNNQ { display:flex;width:1.75rem;height:1.75rem;top:147.369140625rem;left:12.5rem;display:none; }
#XEo5ytTM3pOzL2uZ0wVXrWiza2cOVNNQ > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@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.54980625rem;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) { #dq9BnBtyJPmlTtVPleKbMkXkN5CATtkx { top:10.5rem;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) { #KBkhrsGAoy3EcSRbO8LdZ6TtZHHZiMvR { top:26.3125rem;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) { #kvqH2rtK4aQRG596onIMWyd4qHnLvEsc { top:44.0625rem;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:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7v94a7yxxBkfnp53D1dh00DnMBroms3 { width:20rem;height:4.54980625rem;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.5956875rem;top:26.630859375rem;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:45.125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #L4rFkAibz6eyVH5z0KwfFayLBP8bmqfV { width:19.875rem;height:2.5996125rem;top:48.4375rem;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:52.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aChcyLoVn7PwXWNV9XUu5TCpcRsgZ1V4 { width:20rem;height:1.29980625rem;top:56.3125rem;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:3.89941875rem;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.92480625rem;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) { #TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 { 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; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2.adaptive-delivery-prevent-bg, #TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2.lazyload, #TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2.lazyloading { background-image: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container { background-color: transparent; background-image: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,119,156,0.72); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container > .video-iframe-container { display: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .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); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row > .video-iframe-container { display: none; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .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); }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container { border-width: 0; border-radius: 0; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2::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; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TF0yZLZTy4A7gthxpNmwrw8p8tA5V6T2 > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kykKRbaPLvOtiTzIE2JRGm9XhXntJB5L { width:20rem;height:4.19970625rem;top:8.9521484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #wIvXtgcLfpTnTpXkWX7UC8d0w1JN56o5 { width:20rem;height:5.0371125rem;top:2.876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk02flG95HWNw4bv4nHHezand4BuVWlv { display:flex;top:15.4375rem;left:1.25rem;width:1.0625rem;height:1.0625rem;z-index:15042;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nIJbdu6l34p3KRP3SwtiX5oM6az1nqpT { width:14.75rem;height:1.5996125rem;top:15.1875rem;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) { #EGfRxJ9O0vATBSKTBE4bhZOkTlBxBCpi { display:flex;top:18rem;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) { #OsfqRGfTqJdHciUGzACkUVRMC2b9nU8L { width:17.5625rem;height:1.5996125rem;top:17.8125rem;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) { #DTrGGLGQi5KJfKIMWTZ4PnwC4MiJscu4 { display:flex;top:20.4375rem;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) { #iaXHLBd9ly0RGSSZAHk2wezG9glbwoac { width:16.9375rem;height:1.5996125rem;top:20.0625rem;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) { #C4OGX2dLXw5ifD3wUq4cleCXxLbl0BaM { top:14.3125rem;left:0rem;width:20rem;height:8.5625rem;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) { #dIwpmZBWTbr8dxfU5PuFHNd2CzknlDQd { width:20rem;height:21.75rem;top:23.4580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5FGJ5GNvTMh626TOZbFFmhHr5S435H { width:19.6875rem;height:3.4375rem;top:0rem;left:0rem;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:49.375rem;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:4.798825rem;top:24.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTqNACF4SI9kXCvmWOLsw90Wy6MPnvsd { width:20rem;height:1.3999rem;top:35.3125rem;left:0rem;font-size:0.875rem;color:#60b3de;display:block; }
 }@media only screen and (max-width: 763px) { #e1rJbogox7bBI8zm52265T4n5AgH6JG3 { width:20rem;height:33.375rem;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.3999rem;top:38.125rem;left:4.125rem;font-size:0.875rem;color:#f4841b;display:block; }
 }@media only screen and (max-width: 763px) { #syJtmTJVHJwiNgrGtp1zrexQS00cyZtS { width:11.6875rem;height:1.3999rem;top:40.25rem;left:4.1875rem;font-size:0.875rem;color:#f4841b;display:block; }
 }@media only screen and (max-width: 763px) { #aAVRthfv7JMGZJfn4KM1ewDdMI1TXc6T { width:9.9375rem;height:1.3999rem;top:42.3125rem;left:5rem;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; }
 }@media only screen and (max-width: 763px) { #KoeFLlbs4x08oCmvMmareDkOfBZEiGLI { width:20rem;height:3.19921875rem;top:29.484375rem;left:0rem;font-size:1rem;display:block; }
 }