.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:234,244,241;--color-primary-1:191,221,212;--color-primary-2:149,199,183;--color-primary-3:69,138,140;--color-primary-4:31,104,107;--color-secondary-0:235,226,240;--color-secondary-1:195,167,209;--color-secondary-2:155,108,179;--color-secondary-3:96,28,143;--color-secondary-4:88,10,128;--color-tertiary-0:255,255,255;--color-tertiary-1:244,233,236;--color-tertiary-2:51,51,51;--color-tertiary-3:2,2,2;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:60rem;height:18rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DGF3rSShJltiomrqavUWwv0AVy6H5rET { color:rgba(var(--color-tertiary-3),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7373046875rem;left:16.375rem;height:7.6375rem;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; }
#qP64tIX5VWzJcPDKS0IN9yRMieLy7BqX { 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:14.8125rem;width:14.375rem;top:1.625rem;left:1.3125rem;overflow:hidden;display:block; }
#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/e844664c-ff0c-4d0b-af5a-6679f59da838/mantopcliffmountainwitharmsraised.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P.adaptive-delivery-prevent-bg, #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P.lazyload, #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P.lazyloading { background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { background-color: transparent; background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .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); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { border-width: 0; border-radius: 0; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#qts9gDdXgWwzBUta8XesuJlRFofzMD3y { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.5625rem;left:10.4375rem;height:26.95rem;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; }
#aeNFVULQ6sq0TDhlXCTVilwcFz6xzGUR { box-sizing:content-box;height:26.1875rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.5rem;left:9.65625rem;display:block; }
#ueXNv1DcEOteHTJ6NJsGL6uLUMKTmNQ4 { box-sizing:content-box;height:25.75rem;width:37.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.19);background-image:none;top:2.1982421875rem;left:8.25rem;display:block; }
#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/1c30d59a-dfb5-4db9-bc36-b3b5cb9ce758/Abstract.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45.adaptive-delivery-prevent-bg, #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45.lazyload, #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45.lazyloading { background-image: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { background-color: transparent; background-image: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .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); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { border-width: 0; border-radius: 0; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:60rem;position:relative;display:block; }#BwFtKIIeILSptKtzJ1LfQK5eqXRVfaZo { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.75rem;left:1.875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUfqEbTAtBGT8ngIVoOJBbg7f1OK45S2 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:26.0625rem;left:15.84375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pc72lWhZJZsMuTl2KrqBKy95SkHmNSZr { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pPlzyylkf4zb7L12LZDyGhrtflVAzq5k { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.9375rem;left:17.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNZwP8Pe7rMNw16VeF1NDA27JGqDeCbB { box-sizing:content-box;color:#5d92ff;font-size:7.0625rem;font-weight:400;line-height:1;height:11.875rem;width:11.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:46.25rem;left:24.0625rem; }
#ORn3iyHoikZtJvP71md7bsv24v4kkqNp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:56.25rem;top:12.6875rem;left:2.625rem;overflow:hidden;display:block; }
#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2d777a, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #2d777a, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #2d777a, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #2d777a, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d777a', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d777a', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #2d777a, rgba(var(--color-primary-2),1));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; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { background-color: transparent; background-image: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { display: none; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .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); }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { border-width: 0; border-radius: 0; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#zzTkS5ZQ2fkBpWu3c4t1JgVaEHDG7fz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:12.125rem;left:19.71875rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M0OQkSCGCO8CoV1Zx3hi51sviPT56W9E { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.875rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPWSytGymtQB9tUy8LXeGiqIJNDLFwHR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:16.25rem;top:0.875rem;left:21.875rem;overflow:hidden;display:block; }
#DJbKPJcyort7OWNy9PnZEykUDso48T11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.14);background-image:url("https://images.assets-landingi.com/uc/7c45c649-d282-494c-be4f-ed19b629f3bf/90362.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DJbKPJcyort7OWNy9PnZEykUDso48T11.adaptive-delivery-prevent-bg, #DJbKPJcyort7OWNy9PnZEykUDso48T11.lazyload, #DJbKPJcyort7OWNy9PnZEykUDso48T11.lazyloading { background-image: none; }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row .container { background-color: transparent; background-image: none; }#DJbKPJcyort7OWNy9PnZEykUDso48T11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row .container > .video-iframe-container { display: none; }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row > .video-iframe-container { display: none; }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .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); }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row .container { border-width: 0; border-radius: 0; }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#p4yXGEHKfQDwfHSGOz6ZXgeTt3cWmVQx { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.349609375rem;left:4.46875rem;height:15.6rem;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; }
#Fq6nRF8q2RfCGt0DbCUIWNCpGBwJboQ2 { box-sizing:content-box;height:25.25rem;width:26.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:5.6787109375rem;left:2.8125rem;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; }
#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row .container { background-color: transparent; background-image: none; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row .container > .video-iframe-container { display: none; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row > .video-iframe-container { display: none; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .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); }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row .container { border-width: 0; border-radius: 0; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#ItyLT6rrDwG9ueZSmp4ToILe900wLvkl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:4.05078125rem;left:11.15625rem;height:14.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8e897d0-9881-4ea8-b409-8322f2557c83/youngwomaneyeglassesreadingbookcozylivingroom.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz.adaptive-delivery-prevent-bg, #oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz.lazyload, #oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz.lazyloading { background-image: none; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row .container { background-color: transparent; background-image: none; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.11); }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row .container > .video-iframe-container { display: none; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.11); }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row > .video-iframe-container { display: none; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .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); }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row .container { border-width: 0; border-radius: 0; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz::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; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#pacLfB0Noy5EwFimM9DTTzlXBotR418C { position:absolute;display:block;z-index:15012;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.25rem;width:11.25rem;top:1.5rem;left:24.375rem;overflow:hidden;display:block; }
#OxhALy9DrKd9GfU9TyT5QoNz73cC7XOe { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:5.75rem;left:11.84375rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvsAAmRC9SeEE25zhMcLfbWM88C6MfT1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:11.25rem;top:16.875rem;left:24.375rem;overflow:hidden;display:block; }
#HUUxeU4tVAv1fvvywLTifBInbsP73XuT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:21.0625rem;left:11.84375rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#anDsnM1p47iPZQSNT47c7P5mtlptxZPy { position:absolute;display:block;z-index:15018;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.25rem;width:11.25rem;top:29.6875rem;left:24.375rem;overflow:hidden;display:block; }
#SVCl0Q4Epak3TpIvxR2FsyQGZDFuahBs { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:33.875rem;left:11.84375rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row .container { background-color: transparent; background-image: none; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row .container > .video-iframe-container { display: none; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row > .video-iframe-container { display: none; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .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); }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row .container { border-width: 0; border-radius: 0; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:60rem;position:relative;display:block; }#a71z4tydKngSbncXPunSPWVqPhkbbK5H { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:19.0625rem;left:20.46875rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZzBgssZbW75fFeca7DKX0JkudkdcMuhG { color:rgba(var(--color-tertiary-0),1);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:4.3125rem;left:8.8125rem;height:10.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xeXqCipPmSwrscJ4TenOlmgMicKhwQns { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:25.5625rem;top:24.375rem;left:17.96875rem;overflow:hidden;display:block; }
#xtsWuZANevV1nPuI2Kt2ovWTAa0FtTf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.912109375rem;left:17.28125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4HaTeBXqMlKPeObzDAnzlV5FA0ma0VX { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:48.8369140625rem;left:12.03125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OzU00ex4WlC5bLJ1l1m1g9dmzEqgAzVp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.162109375rem;left:24.5rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mb3gIZ0NDk4eFdEXLp3NFHchd0Tzh0Xa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:54.599609375rem;left:25.25rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HF0i5KLX9OyTii9kqwcs9ID9CeSzqlvm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:58.0498046875rem;left:17.21875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n04TZBrbNAPlsk6LTss1Zmg6fldvhd8K { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:60.912109375rem;left:18.71875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNL9CaKsS6KxyqTigM1oyu2o06Fw3Po7 { box-sizing:content-box;color:#5d92ff;font-size:10.0625rem;font-weight:400;line-height:1;height:14.375rem;width:14.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:63.875rem;left:23.5625rem; }
#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d4e64de9-e100-40f0-a2d1-084108a66edd/womansmilingsunrise.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo.adaptive-delivery-prevent-bg, #EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo.lazyload, #EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo.lazyloading { background-image: none; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row .container { background-color: transparent; background-image: none; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row .container > .video-iframe-container { display: none; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row > .video-iframe-container { display: none; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .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); }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row .container { border-width: 0; border-radius: 0; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#vHEdWwp2S8TR14VVPC3yArvNQLHlbNq5 { box-sizing:content-box;height:20.9375rem;width:26.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:5.6171875rem;left:3.78125rem;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; }
#SaeHNi9qBmU90zsQOQWo4aIuKnWylGIe { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:12.1865234375rem;left:4.90625rem;height:7.8rem;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; }
#XOxHCvouppprzrC83KEaquOrpw1xxok8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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; }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row .container { background-color: transparent; background-image: none; }#XOxHCvouppprzrC83KEaquOrpw1xxok8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row .container > .video-iframe-container { display: none; }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row > .video-iframe-container { display: none; }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .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); }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row .container { border-width: 0; border-radius: 0; }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#fnT5O0e3oFKslA9wNoBxZXKXJRdtzc6h { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:8.9375rem;left:15.46875rem;height:2.2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Il6DTgpwFiwePtM2M9uxOHlgRq4gcimT { color:rgba(var(--color-tertiary-1),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:3.875rem;left:14.4375rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OxS6uaCsIKZ6hWvl3TaIJgTnOO5MePBT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.42578125rem;left:9.8125rem;height:12.675rem;font-style:normal;display:block; }
#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7679db26-fa38-4a71-aa18-38fafbd09bfd/mediumshotwomanbeach.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ.adaptive-delivery-prevent-bg, #k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ.lazyload, #k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ.lazyloading { background-image: none; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row .container { background-color: transparent; background-image: none; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.18); }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row .container > .video-iframe-container { display: none; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.18); }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row > .video-iframe-container { display: none; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .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); }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row .container { border-width: 0; border-radius: 0; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ::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; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#MSKIpmKfNoWoTx7rN2QWxEtmalTS8i8p { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8740234375rem;left:13.8125rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#deeGxOfo8uqzepBAvTW1RTgntBE9aKFB { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.505859375rem;left:21.5625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#RFSqqHf61rxH8lycMTfN8FKD6W128H97 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.9130859375rem;left:23.375rem;height:9.1rem;text-align:center;text-align-last:center;display:block; }
#WmcRHw2vk4vLy4ciLbXHd6ihVclv10tv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:21.1875rem;top:8rem;left:1.5rem;overflow:hidden;display:block; }
#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row .container { background-color: transparent; background-image: none; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row .container > .video-iframe-container { display: none; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row > .video-iframe-container { display: none; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .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); }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row .container { border-width: 0; border-radius: 0; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#wuTuSmiGpF6TOPXnMMBt97uHiGHXZuMO { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.3125rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzk6Supdzv86bw2taV462X4F5Xn0ag85 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:7.875rem;top:32.6875rem;left:37.6875rem;overflow:hidden;display:block; }
#LlqSQwmSaTJJumAmuKmUg9wVVxMh7tZL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:26.3125rem;top:10.25rem;left:17.5rem;overflow:hidden;display:block; }
#BCHxJgvVyIfEplcVrPClbCq1vPdEmTMJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:30.375rem;left:42.4375rem;overflow:hidden;display:block; }
#On13Nf9heNpkCsKEolklxt0wm5Xxqegd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:2.0625rem;font-weight:400;z-index:15007;line-height:.8;letter-spacing:0;top:38.3125rem;left:28.9375rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.19);background-image:url("https://images.assets-landingi.com/uc/3b27a1d9-aef6-4243-949e-5a2a40ac4a57/midsectionwomanreadingbook.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW.adaptive-delivery-prevent-bg, #n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW.lazyload, #n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW.lazyloading { background-image: none; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row .container { background-color: transparent; background-image: none; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row .container > .video-iframe-container { display: none; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row > .video-iframe-container { display: none; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .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); }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row .container { border-width: 0; border-radius: 0; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#Ix1pVf2gM1Tw20EAQb7myswLdHwZZtev { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5rem;left:18.8125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#sUmOpKgvbJf9qGE8T582U7ZAnKTGxQWk { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.71875rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#swUOSCwkrLeoxSh894uT8qLybS2fgpUr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row .container { background-color: transparent; background-image: none; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row .container > .video-iframe-container { display: none; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row > .video-iframe-container { display: none; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .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); }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row .container { border-width: 0; border-radius: 0; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#ecp3TtfFiLbLypmhalDa9TpOe9HeKPPU { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:1.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S924S9e4zeKuD1lkynJ5T8iJobhK4N5e { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e1c02926-aad0-4608-a38c-1f4fb1483a68/beautifulcasualbrunettewithcoffeegocitystreetsmilingcamera.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A.adaptive-delivery-prevent-bg, #TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A.lazyload, #TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A.lazyloading { background-image: none; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row .container { background-color: transparent; background-image: none; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row .container > .video-iframe-container { display: none; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row > .video-iframe-container { display: none; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .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); }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row .container { border-width: 0; border-radius: 0; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#ZWZ0XicdETlfbtBv7lrh5w7QU6SNTUTq { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:8.8857421875rem;left:3.71875rem;height:20.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVFJ1LAtogHUcwAM2BR4U9DJILFJsvPD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:27.18359375rem;left:6.65625rem;height:2.11230625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GrhAMls6s13SAhTvDfCAm4Ba13LTwflO { box-sizing:content-box;height:22.6875rem;width:22.6875rem;position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.17);background-image:none;top:6.966796875rem;left:3.53125rem;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; }
#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #fcfad5);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #fcfad5);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #fcfad5);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #fcfad5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#fcfad5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#fcfad5' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #fcfad5);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; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container { background-color: transparent; background-image: none; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container > .video-iframe-container { display: none; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row > .video-iframe-container { display: none; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .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); }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container { border-width: 0; border-radius: 0; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container { font-size:0.875rem;font-family:arial;height:118.75rem;width:60rem;position:relative;display:block; }#CTfbSdkXWv1QmIa6Felvx8zZxoW43m3X { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATUHvqz1KqisisrGTUeZgJx0TxbRs1yH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:39.375rem;top:46.53125rem;left:10.3125rem;overflow:hidden;display:block; }
#JBMpooEdfogh11TfO0g9GbB50qWfhvlf { 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.125rem solid #fea100;border-left:0.125rem solid #fea100;border-right:0.125rem solid #fea100;border-bottom:0.125rem solid #fea100;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:6.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:85.125rem;left:14.84375rem;display:block; }
#acC6UDfwUitsLELSM4OpBp96toCNCpQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlFO9iVJJ5BBDnTaiAhz4EZOOAGBOMtl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:12.5rem;top:101.1875rem;left:26.15625rem;overflow:hidden;display:block; }
#zHxqqqsZMovMm0f5ffJOVoPATsGrEZNg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:42.1103515625rem;left:7.625rem;overflow:hidden;display:block; }
#qZZnQHiSuSel5vaTpyaCf4uZvEWoJEvL { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.4375rem;left:17.21875rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpQkFMrPANTNCsEBzlnRaZzGc270TJM4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:26.3125rem;top:10.75rem;left:16.625rem;overflow:hidden;display:block; }
#AOsh1mn2zO954O67wqTpeloodybh59X2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:2.0625rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:38.8125rem;left:28.0625rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTA93T1GcIEze52ZdX0BbdpHWutpStFf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:7.875rem;top:33.1875rem;left:36.8125rem;overflow:hidden;display:block; }
#VDRnCb0NcyozJs5hcW2Ng6UZfnTQKHZi { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:74.6875rem;left:17.5625rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nwsnGhzuvBKB2SMvgqmdn3gA3igZ6sHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:80.75rem;left:14.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HEyMc15ldMzRHTRllxqWrOK257CbFMDm { 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.125rem solid #fea100;border-left:0.125rem solid #fea100;border-right:0.125rem solid #fea100;border-bottom:0.125rem solid #fea100;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:6.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:93.5rem;left:17.5rem;display:block; }
#mzimIu641Gtda95EwSILFKghqNqHOHQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfad5;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; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row .container { background-color: transparent; background-image: none; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row .container > .video-iframe-container { display: none; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row > .video-iframe-container { display: none; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .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); }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row .container { border-width: 0; border-radius: 0; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#GFJgKlKPw39NkwglQrgkT70gkD3hJUr4 { 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:7.625rem;width:19.875rem;top:0rem;left:20.0625rem;overflow:hidden;display:block; }
#XChc4s32OT80XCbV0yMTHd0kBAeQrkTW { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.625rem;left:13.09375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LO4Fc5ML6V2a9Wf9yH7F8LnFKc0LsgM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.3125rem;left:23.75rem;height:1.7871125rem;font-style:italic;display:block; }
#lNlG42PS57MZW0aHNI16degH8kFZkL1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row .container { background-color: transparent; background-image: none; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row .container > .video-iframe-container { display: none; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row > .video-iframe-container { display: none; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .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); }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row .container { border-width: 0; border-radius: 0; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#kySRFtg55Al62Tok8VuftkcV8UywgRH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:33.125rem;height:20.475rem;display:block; }
#GtQuwMT9DZsWOmF3JHuWlTXQmTtqFiGh { 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:9.5rem;width:8.5rem;top:29.25rem;left:9.78125rem;overflow:hidden;display:block; }
#uutCZDJ29TFTpmrzxTpTQZxLmbR622bm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:20.5625rem;top:5.9375rem;left:2.5rem;overflow:hidden;display:block; }
#CXDknhdlgGiTk1f6Xk1KfMSKobe5rElT { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.5rem;left:34.0625rem;display:block; }
#yPFrZ5J2DZxCHzpHMZ5NrtdCvK3kQN14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fDZhBd15TPgZM7mL6SMBOybbeTXrtdFR { box-sizing:content-box;height:0.25rem;width:26rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:3.6875rem;left:33.125rem;display:block; }
#V0SucCDR99oMk1CXhTEEkKMrDFzKgt04 { box-sizing:content-box;height:0.25rem;width:26rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:33.875rem;left:33.5625rem;display:block; }
#dInTP3SaE7BMtvsJFFH2cQpwJqnG266r { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:3rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.2890625rem;left:39.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#txoMn8yVEmWcSH2lT3yEb1aWgCboaVkf { color:#050505;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.5rem;left:35.21875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CumRCDrf1gO3b3o9ggeZc3rgU7RGwty2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.5rem;left:7.78125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:2.3125rem;left:18.46875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:40rem;height:7.625rem;top:6.6875rem;left:7.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP64tIX5VWzJcPDKS0IN9yRMieLy7BqX { width:14.375rem;height:14.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:32.8125rem;height:26.9375rem;top:2.5625rem;left:4.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNFVULQ6sq0TDhlXCTVilwcFz6xzGUR { top:1.5rem;left:3.53125rem;width:34.375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueXNv1DcEOteHTJ6NJsGL6uLUMKTmNQ4 { top:2.1875rem;left:2.125rem;width:37.1875rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwFtKIIeILSptKtzJ1LfQK5eqXRVfaZo { width:47.75rem;height:5.8125rem;top:30.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUfqEbTAtBGT8ngIVoOJBbg7f1OK45S2 { width:29.8125rem;height:2.375rem;top:26.0625rem;left:9.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc72lWhZJZsMuTl2KrqBKy95SkHmNSZr { width:47.75rem;height:5.8125rem;top:3.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPlzyylkf4zb7L12LZDyGhrtflVAzq5k { top:39.9375rem;left:11.8125rem;width:24.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZwP8Pe7rMNw16VeF1NDA27JGqDeCbB { top:46.25rem;left:17.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORn3iyHoikZtJvP71md7bsv24v4kkqNp { top:12.6875rem;left:0rem;width:47.75rem;height:10.611111111111rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzTkS5ZQ2fkBpWu3c4t1JgVaEHDG7fz5 { width:20.5625rem;height:1.75rem;top:12.125rem;left:13.59375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0OQkSCGCO8CoV1Zx3hi51sviPT56W9E { width:36.3125rem;height:4.5rem;top:6.6875rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPWSytGymtQB9tUy8LXeGiqIJNDLFwHR { top:0.875rem;left:15.75rem;width:16.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJbKPJcyort7OWNy9PnZEykUDso48T11 { display:block; }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4yXGEHKfQDwfHSGOz6ZXgeTt3cWmVQx { width:24.375rem;height:;top:8.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq6nRF8q2RfCGt0DbCUIWNCpGBwJboQ2 { top:5.625rem;left:0rem;width:26.625rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owJqL3cARasGrzhNw9Bqmg8hX7bRc79p { display:block; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItyLT6rrDwG9ueZSmp4ToILe900wLvkl { width:37.6875rem;height:14.375rem;top:4rem;left:5.03125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz { display:block; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pacLfB0Noy5EwFimM9DTTzlXBotR418C { top:1.5rem;left:18.25rem;width:11.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxhALy9DrKd9GfU9TyT5QoNz73cC7XOe { width:36.3125rem;height:5.75rem;top:5.75rem;left:5.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvsAAmRC9SeEE25zhMcLfbWM88C6MfT1 { top:16.875rem;left:18.25rem;width:11.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUUxeU4tVAv1fvvywLTifBInbsP73XuT { width:36.3125rem;height:3.8125rem;top:21.0625rem;left:5.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anDsnM1p47iPZQSNT47c7P5mtlptxZPy { top:29.6875rem;left:18.25rem;width:11.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVCl0Q4Epak3TpIvxR2FsyQGZDFuahBs { width:36.3125rem;height:3.8125rem;top:33.875rem;left:5.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R { display:block; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a71z4tydKngSbncXPunSPWVqPhkbbK5H { width:20.5625rem;height:2.375rem;top:19.0625rem;left:14.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzBgssZbW75fFeca7DKX0JkudkdcMuhG { width:42.375rem;height:10.75rem;top:4.3125rem;left:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeXqCipPmSwrscJ4TenOlmgMicKhwQns { top:24.375rem;left:11.84375rem;width:25.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsWuZANevV1nPuI2Kt2ovWTAa0FtTf2 { top:45.875rem;left:11.15625rem;width:26.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4HaTeBXqMlKPeObzDAnzlV5FA0ma0VX { top:48.8125rem;left:5.90625rem;width:40.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzU00ex4WlC5bLJ1l1m1g9dmzEqgAzVp { top:52.125rem;left:18.375rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb3gIZ0NDk4eFdEXLp3NFHchd0Tzh0Xa { top:54.5625rem;left:19.125rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0i5KLX9OyTii9kqwcs9ID9CeSzqlvm { top:58rem;left:11.09375rem;width:27.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n04TZBrbNAPlsk6LTss1Zmg6fldvhd8K { top:60.875rem;left:12.59375rem;width:28.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNL9CaKsS6KxyqTigM1oyu2o06Fw3Po7 { top:63.875rem;left:17.4375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo { display:block; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHEdWwp2S8TR14VVPC3yArvNQLHlbNq5 { top:5.5625rem;left:0rem;width:26.625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaeHNi9qBmU90zsQOQWo4aIuKnWylGIe { width:24.375rem;height:7.75rem;top:12.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOxHCvouppprzrC83KEaquOrpw1xxok8 { display:block; }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnT5O0e3oFKslA9wNoBxZXKXJRdtzc6h { width:29.0625rem;height:2.1875rem;top:8.9375rem;left:9.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il6DTgpwFiwePtM2M9uxOHlgRq4gcimT { width:31.125rem;height:3.5625rem;top:3.875rem;left:8.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxS6uaCsIKZ6hWvl3TaIJgTnOO5MePBT { top:13.375rem;left:3.6875rem;width:40.375rem;height:14.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ { display:block; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSKIpmKfNoWoTx7rN2QWxEtmalTS8i8p { top:1.8125rem;left:7.6875rem;width:32.375rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #deeGxOfo8uqzepBAvTW1RTgntBE9aKFB { top:13.5rem;left:15.4375rem;width:26.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFSqqHf61rxH8lycMTfN8FKD6W128H97 { top:19.875rem;left:17.25rem;width:22.875rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmcRHw2vk4vLy4ciLbXHd6ihVclv10tv { top:8rem;left:0rem;width:21.1875rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 { display:block; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuTuSmiGpF6TOPXnMMBt97uHiGHXZuMO { width:47.75rem;height:7.125rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzk6Supdzv86bw2taV462X4F5Xn0ag85 { top:32.6875rem;left:31.5625rem;width:7.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlqSQwmSaTJJumAmuKmUg9wVVxMh7tZL { top:10.25rem;left:11.375rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCHxJgvVyIfEplcVrPClbCq1vPdEmTMJ { top:30.375rem;left:36.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #On13Nf9heNpkCsKEolklxt0wm5Xxqegd { top:38.3125rem;left:22.8125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW { display:block; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ix1pVf2gM1Tw20EAQb7myswLdHwZZtev { top:15.5rem;left:12.6875rem;width:24.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUmOpKgvbJf9qGE8T582U7ZAnKTGxQWk { top:3.75rem;left:6.59375rem;width:36.3125rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swUOSCwkrLeoxSh894uT8qLybS2fgpUr { display:block; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecp3TtfFiLbLypmhalDa9TpOe9HeKPPU { width:47.75rem;height:2.875rem;top:4.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S924S9e4zeKuD1lkynJ5T8iJobhK4N5e { top:10.25rem;left:2.75rem;width:42.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A { display:block; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWZ0XicdETlfbtBv7lrh5w7QU6SNTUTq { top:8.875rem;left:0rem;width:22.5625rem;height:20.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVFJ1LAtogHUcwAM2BR4U9DJILFJsvPD { top:27.125rem;left:0.53125rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrhAMls6s13SAhTvDfCAm4Ba13LTwflO { top:6.9375rem;left:0rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K { display:block; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTfbSdkXWv1QmIa6Felvx8zZxoW43m3X { width:47.75rem;height:2.875rem;top:3.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUHvqz1KqisisrGTUeZgJx0TxbRs1yH { top:46.5rem;left:4.1875rem;width:39.375rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBMpooEdfogh11TfO0g9GbB50qWfhvlf { width:31.5625rem;height:6.125rem;top:85.125rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acC6UDfwUitsLELSM4OpBp96toCNCpQR { display:block; }
 }@media only screen and (max-width: 763px) { #wlFO9iVJJ5BBDnTaiAhz4EZOOAGBOMtl { top:101.1875rem;left:20.03125rem;width:12.5rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxqqqsZMovMm0f5ffJOVoPATsGrEZNg { top:42.0625rem;left:1.5rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZZnQHiSuSel5vaTpyaCf4uZvEWoJEvL { top:7.4375rem;left:11.09375rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQkFMrPANTNCsEBzlnRaZzGc270TJM4 { top:10.75rem;left:10.5rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOsh1mn2zO954O67wqTpeloodybh59X2 { top:38.8125rem;left:21.9375rem;width:12.5rem;height:3.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTA93T1GcIEze52ZdX0BbdpHWutpStFf { top:33.1875rem;left:30.6875rem;width:7.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRnCb0NcyozJs5hcW2Ng6UZfnTQKHZi { top:74.6875rem;left:11.4375rem;width:29.6875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwsnGhzuvBKB2SMvgqmdn3gA3igZ6sHQ { top:80.75rem;left:8.6875rem;width:31.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEyMc15ldMzRHTRllxqWrOK257CbFMDm { width:26.25rem;height:6.125rem;top:93.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzimIu641Gtda95EwSILFKghqNqHOHQG { display:block; }
 }@media only screen and (max-width: 763px) { #H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT { display:block; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFJgKlKPw39NkwglQrgkT70gkD3hJUr4 { top:0rem;left:13.9375rem;width:19.875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XChc4s32OT80XCbV0yMTHd0kBAeQrkTW { top:7.625rem;left:6.96875rem;width:31.3125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO4Fc5ML6V2a9Wf9yH7F8LnFKc0LsgM7 { top:13.3125rem;left:17.625rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNlG42PS57MZW0aHNI16degH8kFZkL1t { display:block; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kySRFtg55Al62Tok8VuftkcV8UywgRH3 { top:5.9375rem;left:20.875rem;width:26.875rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQuwMT9DZsWOmF3JHuWlTXQmTtqFiGh { top:29.25rem;left:3.65625rem;width:8.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uutCZDJ29TFTpmrzxTpTQZxLmbR622bm { top:5.9375rem;left:0rem;width:20.5625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXDknhdlgGiTk1f6Xk1KfMSKobe5rElT { width:25rem;height:5rem;top:36.5rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPFrZ5J2DZxCHzpHMZ5NrtdCvK3kQN14 { display:block; }
 }@media only screen and (max-width: 763px) { #fDZhBd15TPgZM7mL6SMBOybbeTXrtdFR { top:3.6875rem;left:21.75rem;width:26rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SucCDR99oMk1CXhTEEkKMrDFzKgt04 { top:33.875rem;left:21.75rem;width:26rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dInTP3SaE7BMtvsJFFH2cQpwJqnG266r { top:29.25rem;left:33.59375rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #txoMn8yVEmWcSH2lT3yEb1aWgCboaVkf { top:42.5rem;left:25.0625rem;width:22.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CumRCDrf1gO3b3o9ggeZc3rgU7RGwty2 { top:41.5rem;left:1.65625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { top:2.3125rem;left:12.34375rem;width:23.0625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#458a8c;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGF3rSShJltiomrqavUWwv0AVy6H5rET { width:20rem;height:7.7988125rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP64tIX5VWzJcPDKS0IN9yRMieLy7BqX { width:7.3125rem;height:7.5625rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { background-color:#ebebeb;background-image:url("https://images.assets-landingi.com/uc/e844664c-ff0c-4d0b-af5a-6679f59da838/mantopcliffmountainwitharmsraised.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P.adaptive-delivery-prevent-bg, #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P.lazyload, #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P.lazyloading { background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { background-color: transparent; background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .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); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qts9gDdXgWwzBUta8XesuJlRFofzMD3y { width:20rem;height:32.16796875rem;top:1.6826171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #aeNFVULQ6sq0TDhlXCTVilwcFz6xzGUR { width:20rem;height:0.625rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueXNv1DcEOteHTJ6NJsGL6uLUMKTmNQ4 { width:20rem;height:16.375rem;top:3.8125rem;left:0rem;z-index:14999;background-color:rgba(236,216,221,0.36);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwFtKIIeILSptKtzJ1LfQK5eqXRVfaZo { width:16.1875rem;height:15.597625rem;top:26.4296875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUfqEbTAtBGT8ngIVoOJBbg7f1OK45S2 { width:20rem;height:4.798825rem;top:20.3818375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc72lWhZJZsMuTl2KrqBKy95SkHmNSZr { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPlzyylkf4zb7L12LZDyGhrtflVAzq5k { width:20rem;height:2.5996125rem;top:43.276375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNZwP8Pe7rMNw16VeF1NDA27JGqDeCbB { display:flex;width:11.875rem;height:11.875rem;top:47.1259875rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #ORn3iyHoikZtJvP71md7bsv24v4kkqNp { width:20rem;height:4.4443375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k { display:block; }#SpQ9dTznI6cbdflBFtuHlgwd3Nfoqg6k > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzTkS5ZQ2fkBpWu3c4t1JgVaEHDG7fz5 { width:20rem;height:1rem;top:11.51074375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0OQkSCGCO8CoV1Zx3hi51sviPT56W9E { width:18.75rem;height:4.19824375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPWSytGymtQB9tUy8LXeGiqIJNDLFwHR { width:9.5rem;height:3.5625rem;top:6.69824375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJbKPJcyort7OWNy9PnZEykUDso48T11 { display:block; }#DJbKPJcyort7OWNy9PnZEykUDso48T11 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4yXGEHKfQDwfHSGOz6ZXgeTt3cWmVQx { width:18.75rem;height:20.796875rem;top:2.5703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq6nRF8q2RfCGt0DbCUIWNCpGBwJboQ2 { width:20rem;height:23.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owJqL3cARasGrzhNw9Bqmg8hX7bRc79p { display:block; }#owJqL3cARasGrzhNw9Bqmg8hX7bRc79p > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItyLT6rrDwG9ueZSmp4ToILe900wLvkl { width:18.75rem;height:22.39453125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz { display:block; }#oyTeDJEPfNxOq3S5X4TZgiDdeEQbBJWz > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pacLfB0Noy5EwFimM9DTTzlXBotR418C { width:11.25rem;height:4.25rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxhALy9DrKd9GfU9TyT5QoNz73cC7XOe { width:20rem;height:7.69925rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvsAAmRC9SeEE25zhMcLfbWM88C6MfT1 { width:11.25rem;height:4.25rem;top:13.19921875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUUxeU4tVAv1fvvywLTifBInbsP73XuT { width:20rem;height:3.8496125rem;top:18.41796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anDsnM1p47iPZQSNT47c7P5mtlptxZPy { width:11.25rem;height:4.25rem;top:24.060546875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVCl0Q4Epak3TpIvxR2FsyQGZDFuahBs { width:20rem;height:7.69925rem;top:29.986328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R { display:block; }#kKsDtSwm9KclQC0Z0RpsWdxez1zCMt5R > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a71z4tydKngSbncXPunSPWVqPhkbbK5H { width:20rem;height:2.3994125rem;top:18.496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzBgssZbW75fFeca7DKX0JkudkdcMuhG { width:18.75rem;height:15.996125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeXqCipPmSwrscJ4TenOlmgMicKhwQns { width:20rem;height:13.152375rem;top:22.1445625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtsWuZANevV1nPuI2Kt2ovWTAa0FtTf2 { width:20rem;height:5.19921875rem;top:36.5469375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4HaTeBXqMlKPeObzDAnzlV5FA0ma0VX { width:20rem;height:4.548825rem;top:42.99615625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzU00ex4WlC5bLJ1l1m1g9dmzEqgAzVp { width:12.5rem;height:2.2744125rem;top:48.79400625rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mb3gIZ0NDk4eFdEXLp3NFHchd0Tzh0Xa { width:12.5rem;height:2.2744125rem;top:52.31744375rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HF0i5KLX9OyTii9kqwcs9ID9CeSzqlvm { width:20rem;height:2.5996125rem;top:55.84088125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n04TZBrbNAPlsk6LTss1Zmg6fldvhd8K { width:20rem;height:1.4619125rem;top:59.69049375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNL9CaKsS6KxyqTigM1oyu2o06Fw3Po7 { display:flex;width:14.375rem;height:14.375rem;top:62.40143125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo { display:block; }#EZZkSq2WmFhur8v8H8pSvdCERlCs7rMo > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHEdWwp2S8TR14VVPC3yArvNQLHlbNq5 { width:20rem;height:20.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaeHNi9qBmU90zsQOQWo4aIuKnWylGIe { width:20rem;height:10.3984375rem;top:7.8193359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOxHCvouppprzrC83KEaquOrpw1xxok8 { display:block; }#XOxHCvouppprzrC83KEaquOrpw1xxok8 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnT5O0e3oFKslA9wNoBxZXKXJRdtzc6h { width:20rem;height:4.3984375rem;top:8.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il6DTgpwFiwePtM2M9uxOHlgRq4gcimT { width:18.75rem;height:6.3984375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxS6uaCsIKZ6hWvl3TaIJgTnOO5MePBT { width:20rem;height:21.12308125rem;top:14.546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ { display:block; }#k1Pq4q5XIzrXx90nwArwggMPZ5EdJZzQ > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSKIpmKfNoWoTx7rN2QWxEtmalTS8i8p { width:20rem;height:10.3984375rem;top:30.640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deeGxOfo8uqzepBAvTW1RTgntBE9aKFB { width:20rem;height:4.548825rem;top:42.2890625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFSqqHf61rxH8lycMTfN8FKD6W128H97 { width:20rem;height:11.3720625rem;top:48.0869125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmcRHw2vk4vLy4ciLbXHd6ihVclv10tv { width:20rem;height:28.140625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 { display:block; }#N7fadirqTMzZN52uTVpBZ1HtHTN2ezh7 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuTuSmiGpF6TOPXnMMBt97uHiGHXZuMO { width:20rem;height:2.923825rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzk6Supdzv86bw2taV462X4F5Xn0ag85 { width:4.8125rem;height:6.875rem;top:23.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlqSQwmSaTJJumAmuKmUg9wVVxMh7tZL { width:14.375rem;height:14.375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCHxJgvVyIfEplcVrPClbCq1vPdEmTMJ { width:6.25rem;height:6.25rem;top:19.82421875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #On13Nf9heNpkCsKEolklxt0wm5Xxqegd { width:12.5rem;height:2rem;top:26.01171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW { display:block; }#n0ZRquarhnv3lP9pFu3FyAp9eCVpH4cW > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ix1pVf2gM1Tw20EAQb7myswLdHwZZtev { width:20rem;height:2.2744125rem;top:12.8984375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUmOpKgvbJf9qGE8T582U7ZAnKTGxQWk { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swUOSCwkrLeoxSh894uT8qLybS2fgpUr { display:block; }#swUOSCwkrLeoxSh894uT8qLybS2fgpUr > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecp3TtfFiLbLypmhalDa9TpOe9HeKPPU { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S924S9e4zeKuD1lkynJ5T8iJobhK4N5e { width:20rem;height:7.796875rem;top:7.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A { display:block; }#TJrFPHopVJ5wtnH7PiS7CZcu7qkTNL8A > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWZ0XicdETlfbtBv7lrh5w7QU6SNTUTq { width:20rem;height:18.1972375rem;top:3.1689453125rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vVFJ1LAtogHUcwAM2BR4U9DJILFJsvPD { width:12.5rem;height:2.11230625rem;top:21.466796875rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrhAMls6s13SAhTvDfCAm4Ba13LTwflO { width:20rem;height:22.6875rem;top:1.25rem;left:0rem;background-color:rgba(227,227,227,0.21);background-image:none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K { display:block; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK9NTbuL6xBSQ6IMv2UxsXmFsvdES77K > .row .container { width:20rem;height:119.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTfbSdkXWv1QmIa6Felvx8zZxoW43m3X { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUHvqz1KqisisrGTUeZgJx0TxbRs1yH { width:20rem;height:13.046875rem;top:62.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBMpooEdfogh11TfO0g9GbB50qWfhvlf { width:18.75rem;height:6.125rem;top:89.65528125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acC6UDfwUitsLELSM4OpBp96toCNCpQR { display:block; }
 }@media only screen and (max-width: 763px) { #wlFO9iVJJ5BBDnTaiAhz4EZOOAGBOMtl { width:12.5rem;height:14rem;top:104.40528125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHxqqqsZMovMm0f5ffJOVoPATsGrEZNg { width:12.4375rem;height:12.4375rem;top:36.59765625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZZnQHiSuSel5vaTpyaCf4uZvEWoJEvL { width:20rem;height:2.2744125rem;top:7.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpQkFMrPANTNCsEBzlnRaZzGc270TJM4 { width:20rem;height:20rem;top:10.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOsh1mn2zO954O67wqTpeloodybh59X2 { width:12.5rem;height:3.199225rem;top:32.1484375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTA93T1GcIEze52ZdX0BbdpHWutpStFf { width:7.875rem;height:11.25rem;top:50.28515625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDRnCb0NcyozJs5hcW2Ng6UZfnTQKHZi { width:20rem;height:6.82325rem;top:77.08203125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwsnGhzuvBKB2SMvgqmdn3gA3igZ6sHQ { width:20rem;height:3.25rem;top:85.15528125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEyMc15ldMzRHTRllxqWrOK257CbFMDm { width:18.75rem;height:6.125rem;top:97.03028125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzimIu641Gtda95EwSILFKghqNqHOHQG { display:block; }
 }@media only screen and (max-width: 763px) { #H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT { display:block; }#H39BmdsVFq1z4Mtf4CdZeDxfTq1rsAIT > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFJgKlKPw39NkwglQrgkT70gkD3hJUr4 { width:19.875rem;height:7.625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XChc4s32OT80XCbV0yMTHd0kBAeQrkTW { width:20rem;height:8.44925rem;top:10.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LO4Fc5ML6V2a9Wf9yH7F8LnFKc0LsgM7 { width:12.5rem;height:1.7871125rem;top:19.82425rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNlG42PS57MZW0aHNI16degH8kFZkL1t { display:block; }#lNlG42PS57MZW0aHNI16degH8kFZkL1t > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kySRFtg55Al62Tok8VuftkcV8UywgRH3 { width:20rem;height:26.3144625rem;top:24.668rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtQuwMT9DZsWOmF3JHuWlTXQmTtqFiGh { width:8.5rem;height:9.5rem;top:65.14453125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uutCZDJ29TFTpmrzxTpTQZxLmbR622bm { width:20rem;height:20.668rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXDknhdlgGiTk1f6Xk1KfMSKobe5rElT { width:18.75rem;height:5rem;top:59.26953125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPFrZ5J2DZxCHzpHMZ5NrtdCvK3kQN14 { display:block; }
 }@media only screen and (max-width: 763px) { #fDZhBd15TPgZM7mL6SMBOybbeTXrtdFR { width:20rem;height:0.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SucCDR99oMk1CXhTEEkKMrDFzKgt04 { width:20rem;height:0.25rem;top:56.51953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dInTP3SaE7BMtvsJFFH2cQpwJqnG266r { width:12.5rem;height:2.5996125rem;top:52.0068359375rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txoMn8yVEmWcSH2lT3yEb1aWgCboaVkf { width:20rem;height:1.4619125rem;top:77.2929875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CumRCDrf1gO3b3o9ggeZc3rgU7RGwty2 { width:12.5rem;height:1.4619125rem;top:74.58205rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:1.3994125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }