.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:229,240,234;--color-primary-1:168,206,186;--color-primary-2:81,157,117;--color-primary-3:41,79,59;--color-primary-4:12,24,18;--color-secondary-0:254,250,238;--color-secondary-1:253,237,199;--color-secondary-2:251,219,142;--color-secondary-3:126,110,71;--color-secondary-4:38,33,21;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_2cc1f412dcdaec7176e154b5bbb2661745554433.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { font-size:0.875rem;font-family:fraunces;height:6.25rem;width:75rem;position:relative;display:block; }#RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { box-sizing:content-box;height:4.375rem;width:42.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:32.8125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:63.53125rem;display:block; }
#HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:53.968750953674rem;display:block; }
#ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:43.656250953674rem;display:block; }
#p1HROFyLs6tqr21ThyuvBVzHaq4QZBSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:34.46875rem;display:block; }
#In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { background-color:rgba(var(--color-primary-0),0);background-image:url("https://icons.assets-landingi.com/icon_68ac2d2fd7e3de1078e9daeafc760d935bda5cfb.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.adaptive-delivery-prevent-bg, #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.lazyload, #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.lazyloading { background-image: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { background-color: transparent; background-image: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container > .video-iframe-container { display: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container { display: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .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); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { border-width: 0; border-radius: 0; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#TbrBOPIczXF4eaHitZitb369VoVWKs7t { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:11.348438262939rem;left:0rem;height:15.1875rem;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; }
#mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:28.180468559265rem;left:0rem;height:9.45rem;font-style:normal;display:block; }
#bTu4JpapWB5A5FwaleavMGABgSM1Tpet { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.75rem;left:0rem;display:block; }
#FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLsnbTIiuImmM11L6bEfhqqqEORoEPL9 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.35rem;height:3.35rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.78671836853rem;left:15.349219322204rem;display:block; }
#FM6OUVq7cafv1lbSCgmOhd6Dd8rCkmk8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.1875rem;width:18.125rem;top:20.8125rem;left:37.6875rem;overflow:hidden;display:block; }
#vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:19.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.1875rem;width:18.125rem;top:3.8125rem;left:56.875rem;overflow:hidden;display:block; }
#LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32.125rem;left:56.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NhBfueo9P44huDW2vPTbzi9cUOObSPGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.97);background-image:url("https://icons.assets-landingi.com/icon_88223bdad0f32ba15d83dfe407d45799835ad158.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { font-size:0.875rem;font-family:fraunces;height:58.125rem;width:75rem;position:relative;display:block; }#U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.125032424927rem;left:5.0625rem;height:7.875rem;font-style:normal;display:block; }
#c6uByc5JRO74oESpGXMfaaABznnXJGus { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:16.062532424927rem;left:5.0625rem;height:7.875rem;font-style:normal;display:block; }
#bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.1875319480894rem;left:5.0625rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { box-sizing:content-box;height:22.1875rem;width:22.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:35.9375rem;left:25.218750953674rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/13f4fd08-ddf2-4e4e-a40d-56c31b2e976a/for_who_3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.adaptive-delivery-prevent-bg, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyload, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyloading { background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { background-color: transparent; background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .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); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { border-width: 0; border-radius: 0; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.2499980926514rem;left:0rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:31.875rem;left:1.875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.5rem;left:9rem; }
#g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.9375rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31.875rem;left:54.375rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:28rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.5rem;left:61.5rem; }
#QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.5rem;left:35.25rem; }
#rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:28rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILo85cFftn5iKv92yb0XVqnFRt894HwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.875rem;left:28.125rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row .container { background-color: transparent; background-image: none; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row .container > .video-iframe-container { display: none; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row > .video-iframe-container { display: none; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .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); }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row .container { border-width: 0; border-radius: 0; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row .container { font-size:0.875rem;font-family:fraunces;height:34.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#iwPpZ3GdBc8zEBRsU1FTbv1RNSk9LvpE { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:25rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HB7EmzD9IJIeaog0M1LZrUZNAWNJv0Pd { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.0625rem;width:13.4375rem;top:14.375rem;left:20.875rem;overflow:hidden;display:block; }
#Ik5wau6InnXaTHUKeTExfV5sZf5yV3ob { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:10.125rem;left:38.75rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PaW8Bt8GNsKTcwfsJQlfdx6CeGTTIB1X { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:16.125rem;left:38.75rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gNeoz3TJx5B9K33w8Bv58BoNPxCFqv9N { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:10.125rem;left:58.75rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TFMSegK7GoJr3NSM0NZHTE2XcBKUQoSK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.75rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row .container { background-color: transparent; background-image: none; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row .container > .video-iframe-container { display: none; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row > .video-iframe-container { display: none; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .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); }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row .container { border-width: 0; border-radius: 0; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row .container { font-size:0.875rem;font-family:fraunces;height:66.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#p4a7CPgrgAd9nJZUnN23uCDEnWy36IgP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.8742218017578rem;left:0rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#unr0hxiBnCHEeWeVTtB5feHTl3eK5CRO { box-sizing:content-box;height:40rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Bkg5SOQHkkHNVlBKUtodZrTlxmyhT5i0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.875005722046rem;left:27.268750190735rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zKRmrtpRFmZd6F1U0PnrN8wUmCEQTKhy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:44.9375rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scpF6nnbvfO6NFKfab738d7aUxRL0y7x { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:45rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6QshA4IP4fZ3ClHSdFr7gczILhTDgdr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:48.875005722046rem;left:1.875rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDADbGshiZQgqrvrd43ilpIKuWeqgPb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:45rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mr17XdhNdSIKqxPst6ui1QclvXX83knN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:48.875rem;left:54.375rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vc35AtzcKUTQlyNIQWCweDe2Cpavz2K4 { box-sizing:content-box;height:40rem;width:22.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.625rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dTB2O8zChiR7RgA2skXAfDyh03bHE4C0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.375rem;width:22.5rem;top:18.625rem;left:0rem;overflow:hidden;display:block; }
#csxQnpsenhhQ56yLSy0O9ReTA2RpNhTx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.875rem;width:22.5rem;top:18.625rem;left:52.5rem;overflow:hidden;display:block; }
#A4b7iVDWBxgT9Glby1F7XHqNqNCDEXuT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.8125rem;width:16.9375rem;top:18.625000715256rem;left:29.031250953674rem;overflow:hidden;display:block; }
#pmwRsXED2L3TMGMKVor91owuRKbNQhhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_21870ec258d7c200eb689b64981187772641b7f3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh.adaptive-delivery-prevent-bg, #pmwRsXED2L3TMGMKVor91owuRKbNQhhh.lazyload, #pmwRsXED2L3TMGMKVor91owuRKbNQhhh.lazyloading { background-image: none; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container { background-color: transparent; background-image: none; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container > .video-iframe-container { display: none; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row > .video-iframe-container { display: none; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .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); }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container { border-width: 0; border-radius: 0; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container { font-size:0.875rem;font-family:fraunces;height:57.1875rem;width:75rem;position:relative;display:block; }#i1HyCyZhMQTJFMLfRr2gX5W8gTQWxTDK { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.6124877929688rem;left:40.000000953674rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#obs7skStdGSm4vzTtesTlgLO3ivRryRt { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:25.124984741211rem;left:40.000000953674rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGSqxlrLe9Bq82ODfpu9kxHlWq9lcGEt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.8125rem;left:40rem;display:block; }
#LLK813FEc7IpSPETw3kHdOMbf1fDbH1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD { box-sizing:content-box;height:33.0625rem;width:33.0625rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.3000003695487rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD.adaptive-delivery-prevent-bg, #QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD.lazyload, #QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD.lazyloading { background-image: none; }
#ekT5M2g1UZEkdywBi37CnrNM8IPHxL9F { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:30rem;left:40rem;height:3.4rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DlzirbrbIuN8SBCritWSvZwXLBaQG6KC { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.375rem;width:32.5rem;top:15.036738395691rem;left:0rem;overflow:hidden;display:block; }
#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_b51be90088428dc41e6eaac770fdd07e3346254e.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.adaptive-delivery-prevent-bg, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyload, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyloading { background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { background-color: transparent; background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .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); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { border-width: 0; border-radius: 0; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { font-size:0.875rem;font-family:fraunces;height:72.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.125rem;left:1.875rem;height:11.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:14.8125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:41.25rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.6875rem;left:41.25rem; }
#LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:19.811697006226rem;left:1.875rem;height:6.3rem;font-style:normal;text-align:left;text-align-last:left;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; }
#KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:39.875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#L5zXC7xQ79mAErurqbSOEhverIT25d1r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:46.5625rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:49.5rem;left:41.25rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXFBrNToSpTDFb8RdlHSXcxU108E92VF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.4375rem;left:41.25rem; }
#q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:30.6875rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.625rem;left:41.25rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.5625rem;left:41.25rem; }
#bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:62.4375rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:58.3125rem;left:41.25rem; }
#ZLcSldbIMwlpIiVrtgNy1T6fDAT5063h { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:65.5625rem;left:41.25rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { box-sizing:content-box;height:35.8125rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ { box-sizing:content-box;height:51.5625rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3bd8ea1b-9e0c-407e-9149-19b316368b15/ChatGPTImageMar12202606_17_07PM.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:20.5rem;left:0rem;display:block; }#Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.adaptive-delivery-prevent-bg, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyload, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyloading { background-image: none; }
#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy { background-color:transparent;background-image: -webkit-linear-gradient(188deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(188deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(188deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(188deg, 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(188deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container { background-color: transparent; background-image: none; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container > .video-iframe-container { display: none; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row > .video-iframe-container { display: none; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .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); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container { border-width: 0; border-radius: 0; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container { font-size:0.875rem;font-family:fraunces;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ktBScdFtywP4GBO0cuIBzuZDOyofkm1m { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:10.6875rem;left:0rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qdZAhmpZphtEwTUCVAkeFRUBitTOtCPE { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:18.875rem;left:10.625rem;height:3.15rem;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; }
#F4HUcF4OWgKWlzZUWWBO272bB1hgnH4k { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.0625rem;left:31.25rem;display:block; }
#taQqIe8nNXdexZ8N292m4R5mvwigFI2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCXbKKU4wQG3VWBXGDzskR5LdiTIIIgR { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#MFA8VCpGOuHG6Og8a2EFoUOvxuShwfPB { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt { background-color:rgba(var(--color-primary-1),0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { background-color: transparent; background-image: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container > .video-iframe-container { display: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container { display: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .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); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { border-width: 0; border-radius: 0; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { font-size:0.875rem;font-family:fraunces;height:11.25rem;width:75rem;overflow:visible;position:relative;display:block; }#e9pILROZL3qglTe3l6ffk620ZqPsQC5v { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:17.875rem;top:0rem;left:28.562500953674rem;overflow:hidden;display:block; }
#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { background-color: transparent; background-image: none; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container > .video-iframe-container { display: none; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row > .video-iframe-container { display: none; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .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); }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { border-width: 0; border-radius: 0; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { font-size:0.875rem;font-family:fraunces;height:70.375rem;width:75rem;overflow:visible;position:relative;display:block; }#mlfOzFc00qUkgCRC7Pq9uVHViOg6MHh5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:10.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LE4sM1LXRZ2MxsxKSNSebqHz1IW4KqfM { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:10.625rem;height:3.15rem;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; }
#a0iTmTrnyRd8TAeeAowzf5f2U8aETK0W { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.8125rem;left:1.9375rem;height:11.55rem;font-style:italic;text-align:left;text-align-last:left;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; }
#istnPtPZLTARuDsp1KAFTFh9pGEe27dR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:1.9375rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;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; }
#E32UbRcfEoGtJqVeqAMP2fqBFlKMRuhV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:1.9375rem; }
#VWEQGH3u6ATbSHZgdkEv1rkKx09CGOe9 { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.3125rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#mc55IaLkb0WzMo3TPbV2gUwLd5ff5fTD { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.375rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Nr5014E0T3gkfbIgdAfaQPAcJmflU3Io { box-sizing:content-box;height:40.5rem;width:38.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.5625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#Nzu9QDiimKmtNdw4nmLQfwgzAkTnOptk { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.125rem;left:25.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#QF6IEAKlmJXEb9oJXUTwptKJWmeU72US { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:27.8125rem; }
#W6BXReTEenHtXEGLCMPWqVxSO5eTR4gx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:27.8125rem;height:7.7rem;font-style:italic;text-align:left;text-align-last:left;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; }
#D9giTkVbO2rzpXeK8fmBmRwmveedTonl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:27.8125rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dhsiJwdsgPdgw8AOUHTxeCq7LAIV2TmE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:53.625rem; }
#Zyc6phna9hHe9RmCHqFkOMn73UMSC9Ow { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:53.625rem;height:;font-style:italic;text-align:left;text-align-last:left;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; }
#HqEmIzZPzxQvkU6HfkiIkWIdATTleONK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:53.625rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RaWT7yf1PWM0PURtZ9Fpknpvf7k7gcfq { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.125rem;left:51.6875rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/bf311c2b-0281-4762-8e04-e900559948e4/bg_123.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp.adaptive-delivery-prevent-bg, #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp.lazyload, #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp.lazyloading { background-image: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { background-color: transparent; background-image: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container > .video-iframe-container { display: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container { display: none; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .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); }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { border-width: 0; border-radius: 0; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { font-size:0.875rem;font-family:fraunces;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:14.912500619888rem;left:5.25rem;height:1.9125rem;font-style:normal;display:block; }
#XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:13.000000238419rem;left:5.25rem;height:1.9125rem;font-style:normal;display:block; }
#yJL2VKLckH49zEuOeQePxUF0vkxLMvSv { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:21.962499856949rem;left:5.25rem;height:1.9125rem;font-style:normal;display:block; }
#ZkfFT7Vg8JJPLAhSU80OuwrWup9RUwQT { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:20.049999475479rem;left:5.25rem;height:1.9125rem;font-style:normal;display:block; }
#kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.125rem;left:1.125rem; }
#ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.174999475479rem;left:1.125rem; }
#TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.049999237061rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:28.917200088501rem;left:1.125rem;overflow:hidden;display:block; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-form-header {  }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:32.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-text {padding-top: 0; padding-bottom: 0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-select {padding-top: 0; padding-bottom: 0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:32.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:31rem;overflow:hidden;font-style:normal; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-container:first-of-type{padding-top:0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-container:last-of-type{padding-bottom:0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq  { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.375rem;height:auto;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);z-index:15053;border-top-left-radius:2.8125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.8125rem;box-shadow: none;position:absolute;top:9.3421936035156rem;left:26.187500953674rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.375rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq {display:block;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq { background-color:rgba(var(--color-secondary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.375rem;height:auto;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);z-index:15053;border-top-left-radius:2.8125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.8125rem;box-shadow: none;position:absolute;top:9.3421936035156rem;left:26.187500953674rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #vRscMTO7IcKIwWVF4Vn7lEpfMEtD4lt9 { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #WqGM3aVhx0gTO11cy6z8Amz09WChdOEO { position:relative;display:block; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #hKAr40qbngQiEyrMtVsnXE1JK8dnrqmk { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #KgXw3A1aDzTMM2fgBM6M3fkhpdhvvz3a { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #PBmTXP84mL2lEh5hXl6IBRKwtteIwoSK { position:relative;display:block; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #D31Fhpy7M8168orLoqDvCUPhTGGOVg1E { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #HEDOsUT5Dq9QaGnm0dygKN1LPEZ3T9ZE { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #rNob8J4ZJCnoI3x6f1MOTH9XGtKad74I { position:relative;display:block; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #ABe4TPwqF2neu7sHnf4fpcorlIh3nSit { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #aIkKS47d248DXKiq4IME3BHTRR5FhpHo { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #chUqmCzqM93fryqJmJGkRnJeRe9v4ASB { position:relative;display:block; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #vlLVSSy4yXMKJ2MEtHnztmg3hhCmklEZ { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #FEB65muQ05TC4vtuC8QgFyoMWDzu3i0W { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #snd0hXhBZQBZvrBt2L75Fn7cMOL8lgXK { position:relative;display:block; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #TfFNSMdpEIWV0sTUAlgLTtLsBvOTpkJH { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #LNwiwIo2XZumDdOZcssuVTf81FTSJAvo { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #xdMtUlIUKyGhBx8yKqM2G66kVhxsU9sS { position:relative;display:block; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #dAyy3WU8wm6sXy4vhG8TR9SIZiDuahia { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #U5BEbwRUOgO9diuRToG85QFUpabT6kX5 { position:relative; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #WIRaLsh8nfkSfFrkAytvuQZJJTA0fuuX { position:relative; }
#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { background-color: transparent; background-image: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container > .video-iframe-container { display: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container { display: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .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); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { border-width: 0; border-radius: 0; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { font-size:0.875rem;font-family:fraunces;height:18.75rem;width:75rem;position:relative;display:block; }#ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.7367248535156rem;left:43.312500953674rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lpNOaWruhEzrnB27fFRCOOMwfnV63Iku { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10rem;left:0rem; }
#XTo7tOtbNPKBbOsM7G9b9J4C9yRp4fIm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10rem;left:4.0625rem; }
#LK9KB6dhT4FUJPQ2XAAngqTAP8ieNN2H { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10rem;left:8.25rem; }
#snl7XZwKkImo2HNCyyWDXJKD7pMgqGTN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.28125rem;left:68.312500953675rem;display:block; }
#cZFKZhcyzImiQTuxIF7nuOmLVeMa6anp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fk8iLmAqRxZnHGFq5PlStcCRxxelVKAy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.28125rem;left:58.362504005432rem;display:block; }
#TFHH1qn3ahOIHNuQXAVSeAE5rqAO4f43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyKHzZVm6OiVT5TLrDytQ1SoiuVDOag3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.28125rem;left:48.412499427796rem;display:block; }
#pJr2JJKJwqUFsdQBrSBkCqANdZHmJgz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K00IcVFXbPwMnNmVPD9QhR6arLT9Cuoo { 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:6.9375rem;width:10.6875rem;top:3.1117172241211rem;left:0rem;overflow:hidden;display:block; }
#elXDPUGvbkA3rbb7qsA4JItz80W0FVas { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.0625rem;left:42.087498664856rem;display:block; }
#MSSVBoO6EJOzgN7aVKn7wAyrsoax59Ny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { top:0.9375rem;left:5.5625rem;width:42.1875rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;background-color:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { width:5.625rem;height:2.5rem;top:1.875rem;left:40.343750953674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block; }
 }@media only screen and (max-width: 763px) { #T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { width:6.875rem;height:2.5rem;top:1.875rem;left:30.031250953674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #p1HROFyLs6tqr21ThyuvBVzHaq4QZBSK { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:5.625rem;height:2.5rem;top:1.875rem;left:20.84375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block; }
 }@media only screen and (max-width: 763px) { #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbrBOPIczXF4eaHitZitb369VoVWKs7t { top:11.3125rem;left:0rem;width:37.6875rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { top:28.125rem;left:0rem;width:31.875rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTu4JpapWB5A5FwaleavMGABgSM1Tpet { width:12.5rem;height:3.5rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block; }
 }@media only screen and (max-width: 763px) { #sLsnbTIiuImmM11L6bEfhqqqEORoEPL9 { width:12.3125rem;height:3.3125rem;top:42.75rem;left:1.7242193222046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6OUVq7cafv1lbSCgmOhd6Dd8rCkmk8 { display:block; }
 }@media only screen and (max-width: 763px) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { top:20.8125rem;left:24.0625rem;width:18.125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { top:0rem;left:0rem;width:19.4375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { top:3.8125rem;left:29.625rem;width:18.125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { top:32.125rem;left:29.625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f1ead6a-4cef-452a-9b01-3ccb8f996337/about_us_2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { top:25.125rem;left:0rem;width:28.75rem;height:7.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c6uByc5JRO74oESpGXMfaaABznnXJGus { top:16.0625rem;left:0rem;width:28.75rem;height:7.875rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { top:7.1875rem;left:0rem;width:35.9375rem;height:5.375rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { top:35.9375rem;left:11.593750953674rem;width:22.0625rem;height:22.1875rem;background-color:#ffd476;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;background-color:#ffeabb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { top:4.1875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { top:16.9375rem;left:0rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { top:28rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { top:31.875rem;left:0rem;width:18.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { top:21.5rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { top:16.9375rem;left:25.25rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { top:31.875rem;left:29rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { top:28rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { top:21.5rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { top:21.5rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { top:28rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { top:31.875rem;left:14.5rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu { display:block; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwPpZ3GdBc8zEBRsU1FTbv1RNSk9LvpE { top:0rem;left:0rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB7EmzD9IJIeaog0M1LZrUZNAWNJv0Pd { top:14.375rem;left:7.25rem;width:13.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik5wau6InnXaTHUKeTExfV5sZf5yV3ob { top:10.125rem;left:25.125rem;width:16.25rem;height:5.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW8Bt8GNsKTcwfsJQlfdx6CeGTTIB1X { top:16.125rem;left:25.125rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNeoz3TJx5B9K33w8Bv58BoNPxCFqv9N { top:10.125rem;left:31.5rem;width:16.25rem;height:5.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFMSegK7GoJr3NSM0NZHTE2XcBKUQoSK { top:16.125rem;left:31.5rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu { display:block; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4a7CPgrgAd9nJZUnN23uCDEnWy36IgP { top:5.8125rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unr0hxiBnCHEeWeVTtB5feHTl3eK5CRO { top:18.625rem;left:0rem;width:22.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkg5SOQHkkHNVlBKUtodZrTlxmyhT5i0 { top:48.8125rem;left:13.643750190735rem;width:18.75rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKRmrtpRFmZd6F1U0PnrN8wUmCEQTKhy { top:44.9375rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scpF6nnbvfO6NFKfab738d7aUxRL0y7x { top:45rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6QshA4IP4fZ3ClHSdFr7gczILhTDgdr { top:48.875rem;left:0rem;width:18.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDADbGshiZQgqrvrd43ilpIKuWeqgPb4 { top:45rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr17XdhNdSIKqxPst6ui1QclvXX83knN { top:48.875rem;left:29rem;width:18.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc35AtzcKUTQlyNIQWCweDe2Cpavz2K4 { top:18.625rem;left:25.25rem;width:22.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTB2O8zChiR7RgA2skXAfDyh03bHE4C0 { top:18.625rem;left:0rem;width:22.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csxQnpsenhhQ56yLSy0O9ReTA2RpNhTx { top:18.625rem;left:25.25rem;width:22.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4b7iVDWBxgT9Glby1F7XHqNqNCDEXuT { top:18.625rem;left:15.406250953674rem;width:16.9375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmwRsXED2L3TMGMKVor91owuRKbNQhhh { display:block; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1HyCyZhMQTJFMLfRr2gX5W8gTQWxTDK { top:7.5625rem;left:12.75rem;width:35rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obs7skStdGSm4vzTtesTlgLO3ivRryRt { top:25.0625rem;left:12.75rem;width:35rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGSqxlrLe9Bq82ODfpu9kxHlWq9lcGEt { width:12.5rem;height:3.5rem;top:38.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLK813FEc7IpSPETw3kHdOMbf1fDbH1p { display:block; }
 }@media only screen and (max-width: 763px) { #QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD { top:9.25rem;left:0rem;width:33.0625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekT5M2g1UZEkdywBi37CnrNM8IPHxL9F { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlzirbrbIuN8SBCritWSvZwXLBaQG6KC { top:15rem;left:0rem;width:32.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { top:6.125rem;left:0rem;width:31.6875rem;height:11.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { top:8.125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { top:14.8125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { top:17.75rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { top:10.6875rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { top:19.75rem;left:0rem;width:30rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { top:39.875rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { top:46.5625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { top:49.5rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFBrNToSpTDFb8RdlHSXcxU108E92VF { top:42.4375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { top:30.6875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { top:33.625rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { top:26.5625rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { top:62.4375rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { top:58.3125rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcSldbIMwlpIiVrtgNy1T6fDAT5063h { top:65.5625rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { top:0rem;left:0rem;width:33.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ { top:20.5rem;left:0rem;width:33.75rem;height:51.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy { display:block; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktBScdFtywP4GBO0cuIBzuZDOyofkm1m { top:10.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdZAhmpZphtEwTUCVAkeFRUBitTOtCPE { top:18.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4HUcF4OWgKWlzZUWWBO272bB1hgnH4k { width:12.5rem;height:3.5rem;top:25.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taQqIe8nNXdexZ8N292m4R5mvwigFI2o { display:block; }
 }@media only screen and (max-width: 763px) { #wCXbKKU4wQG3VWBXGDzskR5LdiTIIIgR { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFA8VCpGOuHG6Og8a2EFoUOvxuShwfPB { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt { display:block; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9pILROZL3qglTe3l6ffk620ZqPsQC5v { width:17.875rem;height:11.125rem;top:0rem;left:14.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay67PJHunxdwV51BzyE2QrZmK8AfgrrO { display:block; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlfOzFc00qUkgCRC7Pq9uVHViOg6MHh5 { top:5.625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4sM1LXRZ2MxsxKSNSebqHz1IW4KqfM { top:17.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0iTmTrnyRd8TAeeAowzf5f2U8aETK0W { top:38.8125rem;left:0rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #istnPtPZLTARuDsp1KAFTFh9pGEe27dR { top:52.1875rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32UbRcfEoGtJqVeqAMP2fqBFlKMRuhV { top:34.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWEQGH3u6ATbSHZgdkEv1rkKx09CGOe9 { top:4.3125rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc55IaLkb0WzMo3TPbV2gUwLd5ff5fTD { top:31.375rem;left:0rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5014E0T3gkfbIgdAfaQPAcJmflU3Io { top:25.5625rem;left:0rem;width:38.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzu9QDiimKmtNdw4nmLQfwgzAkTnOptk { top:31.125rem;left:12.25rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF6IEAKlmJXEb9oJXUTwptKJWmeU72US { top:34.5625rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6BXReTEenHtXEGLCMPWqVxSO5eTR4gx { top:38.5625rem;left:14.1875rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9giTkVbO2rzpXeK8fmBmRwmveedTonl { top:52.1875rem;left:14.1875rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsiJwdsgPdgw8AOUHTxeCq7LAIV2TmE { top:34.5625rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyc6phna9hHe9RmCHqFkOMn73UMSC9Ow { top:38.5625rem;left:28.375rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqEmIzZPzxQvkU6HfkiIkWIdATTleONK { top:52.1875rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaWT7yf1PWM0PURtZ9Fpknpvf7k7gcfq { top:31.125rem;left:24.4375rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { top:1rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJL2VKLckH49zEuOeQePxUF0vkxLMvSv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkfFT7Vg8JJPLAhSU80OuwrWup9RUwQT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { top:14.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { top:13rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { top:21.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { top:20rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { width:17.0625rem;height:17.0625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-regular-label { width:32.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-text { width:32.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-text {padding-top: 0; padding-bottom: 0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-textarea { width:32.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-select { width:32.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-select {padding-top: 0; padding-bottom: 0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-button { width:32.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-checkbox-label { width:31rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq  { width:32.375rem;height:auto;top:9.3125rem;left:11.625rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .radio-container { width:32.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq {display:block;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq { width:32.375rem;height:auto;top:9.3125rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #vRscMTO7IcKIwWVF4Vn7lEpfMEtD4lt9 {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #WqGM3aVhx0gTO11cy6z8Amz09WChdOEO {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #hKAr40qbngQiEyrMtVsnXE1JK8dnrqmk {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #KgXw3A1aDzTMM2fgBM6M3fkhpdhvvz3a {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #PBmTXP84mL2lEh5hXl6IBRKwtteIwoSK {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #D31Fhpy7M8168orLoqDvCUPhTGGOVg1E {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #HEDOsUT5Dq9QaGnm0dygKN1LPEZ3T9ZE {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #rNob8J4ZJCnoI3x6f1MOTH9XGtKad74I {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #ABe4TPwqF2neu7sHnf4fpcorlIh3nSit {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #aIkKS47d248DXKiq4IME3BHTRR5FhpHo {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #chUqmCzqM93fryqJmJGkRnJeRe9v4ASB {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #vlLVSSy4yXMKJ2MEtHnztmg3hhCmklEZ {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #FEB65muQ05TC4vtuC8QgFyoMWDzu3i0W {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #snd0hXhBZQBZvrBt2L75Fn7cMOL8lgXK {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #TfFNSMdpEIWV0sTUAlgLTtLsBvOTpkJH {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #LNwiwIo2XZumDdOZcssuVTf81FTSJAvo {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #xdMtUlIUKyGhBx8yKqM2G66kVhxsU9sS {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #dAyy3WU8wm6sXy4vhG8TR9SIZiDuahia {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #U5BEbwRUOgO9diuRToG85QFUpabT6kX5 {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #WIRaLsh8nfkSfFrkAytvuQZJJTA0fuuX {  }
 }@media only screen and (max-width: 763px) { #UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { top:6.6875rem;left:16.8125rem;width:30.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpNOaWruhEzrnB27fFRCOOMwfnV63Iku { top:10rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTo7tOtbNPKBbOsM7G9b9J4C9yRp4fIm { top:10rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK9KB6dhT4FUJPQ2XAAngqTAP8ieNN2H { top:10rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snl7XZwKkImo2HNCyyWDXJKD7pMgqGTN { width:6.6875rem;height:3rem;top:9.25rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFKZhcyzImiQTuxIF7nuOmLVeMa6anp { display:block; }
 }@media only screen and (max-width: 763px) { #fk8iLmAqRxZnHGFq5PlStcCRxxelVKAy { width:10rem;height:3rem;top:9.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHH1qn3ahOIHNuQXAVSeAE5rqAO4f43 { display:block; }
 }@media only screen and (max-width: 763px) { #oyKHzZVm6OiVT5TLrDytQ1SoiuVDOag3 { width:10rem;height:3rem;top:9.25rem;left:34.787499427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJr2JJKJwqUFsdQBrSBkCqANdZHmJgz4 { display:block; }
 }@media only screen and (max-width: 763px) { #K00IcVFXbPwMnNmVPD9QhR6arLT9Cuoo { width:10.6875rem;height:6.9375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elXDPUGvbkA3rbb7qsA4JItz80W0FVas { width:6.375rem;height:3.4375rem;top:9.0625rem;left:28.462498664856rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSSVBoO6EJOzgN7aVKn7wAyrsoax59Ny { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { width:20rem;height:10.9375rem;top:3.125rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { width:9.375rem;height:2.5rem;top:7.34375rem;left:5.3125000596046rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { width:5.4375rem;height:2.5rem;top:2.8125rem;left:13.281250536442rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block; }
 }@media only screen and (max-width: 763px) { #T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { width:7.5625rem;height:2.5rem;top:2.8125rem;left:0rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #p1HROFyLs6tqr21ThyuvBVzHaq4QZBSK { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:6.5625rem;height:2.5rem;top:2.8125rem;left:6.7187500596044rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block; }
 }@media only screen and (max-width: 763px) { #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbrBOPIczXF4eaHitZitb369VoVWKs7t { width:20rem;height:6.58125rem;top:6.1875rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { width:20rem;height:12.6rem;top:13.939843177796rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bTu4JpapWB5A5FwaleavMGABgSM1Tpet { width:12.5rem;height:3.5rem;top:53.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block; }
 }@media only screen and (max-width: 763px) { #sLsnbTIiuImmM11L6bEfhqqqEORoEPL9 { width:12.5rem;height:3.5rem;top:57.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6OUVq7cafv1lbSCgmOhd6Dd8rCkmk8 { display:block; }
 }@media only screen and (max-width: 763px) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { width:10rem;height:13.4375rem;top:39.060938835144rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { width:11rem;height:7.0625rem;top:0rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { width:10rem;height:13.375rem;top:28.079688668251rem;left:10.000000536442rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { width:10rem;height:8.625rem;top:42.592969894409rem;left:10.000000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { width:10rem;height:8.625rem;top:29.61171913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3bd8ea1b-9e0c-407e-9149-19b316368b15/ChatGPTImageMar12202606_17_07PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { width:17.5rem;height:7.875rem;top:43.5rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c6uByc5JRO74oESpGXMfaaABznnXJGus { width:17.5rem;height:10.5rem;top:31.655463695526rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { width:17.5rem;height:2.625rem;top:27.75rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OGC4rH8rZGDhL2RNX36mouZwz1BcN2qs { width:10rem;height:10rem;top:50.24609375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D6uiNszQhUVsPAob33rvJ46lnx5BTK64 { width:20rem;height:32.25rem;top:23.0625rem;left:0rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { width:20rem;height:7.3125rem;top:2.8125002384186rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { width:20rem;height:21.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { width:17.5rem;height:1.75rem;top:22.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { width:17.5rem;height:8.4rem;top:25.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { display:flex;width:4.5rem;height:4.5rem;top:16.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { width:20rem;height:21.875rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { width:17.5rem;height:7rem;top:66.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { width:17.5rem;height:1.75rem;top:63.75rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { display:flex;width:4.5rem;height:4.5rem;top:57.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { display:flex;width:4.5rem;height:4.5rem;top:36.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { width:17.5rem;height:1.75rem;top:42.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { width:17.5rem;height:5.6rem;top:45.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu { display:block; }#txcnUPutSLmQDZ7ncS0SgNGxk6dVFmgu > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwPpZ3GdBc8zEBRsU1FTbv1RNSk9LvpE { width:9.875rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB7EmzD9IJIeaog0M1LZrUZNAWNJv0Pd { width:10.3125rem;height:7.625rem;top:5.6124997138977rem;left:9.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik5wau6InnXaTHUKeTExfV5sZf5yV3ob { width:20rem;height:2.75rem;top:20.375rem;left:0rem;font-size:2.75rem;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; }
 }@media only screen and (max-width: 763px) { #PaW8Bt8GNsKTcwfsJQlfdx6CeGTTIB1X { width:16.25rem;height:2.925rem;top:23.75rem;left:1.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #gNeoz3TJx5B9K33w8Bv58BoNPxCFqv9N { width:20rem;height:2.75rem;top:29.796875rem;left:0rem;font-size:2.75rem;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; }
 }@media only screen and (max-width: 763px) { #TFMSegK7GoJr3NSM0NZHTE2XcBKUQoSK { width:16.25rem;height:2.925rem;top:33.171875rem;left:1.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu { display:block; }#PMK9QEz0B8LvxRyE4KdHSrggW5SqgfJu > .row .container { width:20rem;height:124.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4a7CPgrgAd9nJZUnN23uCDEnWy36IgP { width:17.5rem;height:7.125rem;top:3.1249961853027rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unr0hxiBnCHEeWeVTtB5feHTl3eK5CRO { width:20rem;height:34.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkg5SOQHkkHNVlBKUtodZrTlxmyhT5i0 { width:17.5rem;height:8.4rem;top:73.250025749206rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKRmrtpRFmZd6F1U0PnrN8wUmCEQTKhy { width:17.5rem;height:1.75rem;top:30.312494277954rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scpF6nnbvfO6NFKfab738d7aUxRL0y7x { width:17.5rem;height:1.75rem;top:68.875rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6QshA4IP4fZ3ClHSdFr7gczILhTDgdr { width:17.5rem;height:5.6rem;top:33.937487602234rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDADbGshiZQgqrvrd43ilpIKuWeqgPb4 { width:17.5rem;height:1.75rem;top:103.49997615814rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr17XdhNdSIKqxPst6ui1QclvXX83knN { width:17.5rem;height:5.6rem;top:107.31250286102rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vc35AtzcKUTQlyNIQWCweDe2Cpavz2K4 { width:20rem;height:34.0625rem;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTB2O8zChiR7RgA2skXAfDyh03bHE4C0 { width:20rem;height:14.5625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csxQnpsenhhQ56yLSy0O9ReTA2RpNhTx { width:20rem;height:15rem;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4b7iVDWBxgT9Glby1F7XHqNqNCDEXuT { width:14.875rem;height:20rem;top:47.061703681946rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmwRsXED2L3TMGMKVor91owuRKbNQhhh { display:block; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1HyCyZhMQTJFMLfRr2gX5W8gTQWxTDK { width:20rem;height:7.875rem;top:2.0000238418579rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obs7skStdGSm4vzTtesTlgLO3ivRryRt { width:20rem;height:5.6rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LGSqxlrLe9Bq82ODfpu9kxHlWq9lcGEt { width:12.5rem;height:3.5rem;top:27.625015258789rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLK813FEc7IpSPETw3kHdOMbf1fDbH1p { display:block; }
 }@media only screen and (max-width: 763px) { #QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD { width:20rem;height:20.4375rem;top:39.749979019165rem;left:0.15624994039536rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ekT5M2g1UZEkdywBi37CnrNM8IPHxL9F { width:20rem;height:5.2rem;top:18.500000953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DlzirbrbIuN8SBCritWSvZwXLBaQG6KC { width:20rem;height:15rem;top:42.467967987061rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_b51be90088428dc41e6eaac770fdd07e3346254e.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.adaptive-delivery-prevent-bg, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyload, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyloading { background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { background-color: transparent; background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .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); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:20rem;height:130.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { width:17.5rem;height:6.75rem;top:3.3624696731567rem;left:0.68749994039537rem;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { width:20rem;height:17.8125rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { width:17.5rem;height:1.75rem;top:60.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { width:17.5rem;height:5.6rem;top:63.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { display:flex;width:2.75rem;height:2.75rem;top:56.3125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #LwRLykgOVL3EVh1W0p9mI9prwtVCEmqt { width:17.5rem;height:8.4rem;top:12.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUFEk3D926RXgPFmsVP28v2P3kf7Pfsw { width:20rem;height:17.8125rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { width:17.5rem;height:1.75rem;top:99.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { width:17.5rem;height:4.2rem;top:102.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXFBrNToSpTDFb8RdlHSXcxU108E92VF { display:flex;width:2.75rem;height:2.75rem;top:95.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { width:17.5rem;height:1.75rem;top:79.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { width:17.5rem;height:2.8rem;top:82.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { display:flex;width:2.75rem;height:2.75rem;top:75.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { width:17.5rem;height:1.75rem;top:118.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { display:flex;width:2.75rem;height:2.75rem;top:114.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #ZLcSldbIMwlpIiVrtgNy1T6fDAT5063h { width:17.5rem;height:4.2rem;top:121.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { width:20rem;height:25.5rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ { width:20rem;height:38.9375rem;top:12.562500476837rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3bd8ea1b-9e0c-407e-9149-19b316368b15/ChatGPTImageMar12202606_17_07PM.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.adaptive-delivery-prevent-bg, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyload, #Mz08hLCMfm1IQXzyvKRFn29FJXBrr4HJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container { background-color: transparent; background-image: none; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container > .video-iframe-container { display: none; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row > .video-iframe-container { display: none; }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .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); }#xI7Ku29kAZgC83mIBNyT9fp5KmxDXCcy > .row .container { width:20rem;height:35.625003814697rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktBScdFtywP4GBO0cuIBzuZDOyofkm1m { width:20rem;height:5.25rem;top:7.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdZAhmpZphtEwTUCVAkeFRUBitTOtCPE { width:20rem;height:7rem;top:14.312524795533rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4HUcF4OWgKWlzZUWWBO272bB1hgnH4k { width:12.5rem;height:3.5rem;top:23.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taQqIe8nNXdexZ8N292m4R5mvwigFI2o { display:block; }
 }@media only screen and (max-width: 763px) { #wCXbKKU4wQG3VWBXGDzskR5LdiTIIIgR { width:6.25rem;height:6.25rem;top:29.375rem;left:13.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MFA8VCpGOuHG6Og8a2EFoUOvxuShwfPB { width:6.25rem;height:6.25rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;display:block; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { background-color: transparent; background-image: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container > .video-iframe-container { display: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container { display: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .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); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9pILROZL3qglTe3l6ffk620ZqPsQC5v { width:17.875rem;height:11.125rem;top:15.718737840652rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay67PJHunxdwV51BzyE2QrZmK8AfgrrO { display:block; }#ay67PJHunxdwV51BzyE2QrZmK8AfgrrO > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlfOzFc00qUkgCRC7Pq9uVHViOg6MHh5 { width:20rem;height:7.875rem;top:3.25rem;left:-0.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LE4sM1LXRZ2MxsxKSNSebqHz1IW4KqfM { width:20rem;height:7rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0iTmTrnyRd8TAeeAowzf5f2U8aETK0W { width:17.5rem;height:11.55rem;top:32.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #istnPtPZLTARuDsp1KAFTFh9pGEe27dR { width:17.5rem;height:1.4rem;top:45.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E32UbRcfEoGtJqVeqAMP2fqBFlKMRuhV { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VWEQGH3u6ATbSHZgdkEv1rkKx09CGOe9 { width:6.1875rem;height:7.9375rem;top:0rem;left:13.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mc55IaLkb0WzMo3TPbV2gUwLd5ff5fTD { width:20rem;height:28.125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5014E0T3gkfbIgdAfaQPAcJmflU3Io { width:11.9375rem;height:94.75rem;top:22.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzu9QDiimKmtNdw4nmLQfwgzAkTnOptk { width:20rem;height:28.125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF6IEAKlmJXEb9oJXUTwptKJWmeU72US { display:flex;width:1.5rem;height:1.5rem;top:60.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #W6BXReTEenHtXEGLCMPWqVxSO5eTR4gx { width:17.5rem;height:7.7rem;top:62.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9giTkVbO2rzpXeK8fmBmRwmveedTonl { width:17.5rem;height:1.4rem;top:75.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dhsiJwdsgPdgw8AOUHTxeCq7LAIV2TmE { display:flex;width:1.5rem;height:1.5rem;top:90.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Zyc6phna9hHe9RmCHqFkOMn73UMSC9Ow { width:17.5rem;height:7.7rem;top:92.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HqEmIzZPzxQvkU6HfkiIkWIdATTleONK { width:17.5rem;height:1.4rem;top:105.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RaWT7yf1PWM0PURtZ9Fpknpvf7k7gcfq { width:20rem;height:28.125rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp { display:block; }#o6h6Nmw9e4v9K9cQTc45blpTNRTAXykp > .row .container { width:20rem;height:90.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FElWwP0sPWMSz5iPV1KBOtGPXasqJGyO { width:20rem;height:5.25rem;top:2.8125rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTPsvMoriXTnlwWAzIQa7iW6KWaogPwe { width:15rem;height:1.9125rem;top:55.725001335144rem;left:5.0000000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTpaQF6FF9Rw64dD3bTc8BRgvGqGpn1x { width:15rem;height:1.9125rem;top:53.812500953674rem;left:5.0000000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yJL2VKLckH49zEuOeQePxUF0vkxLMvSv { width:15rem;height:1.9125rem;top:62.974220275881rem;left:5.0000000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZkfFT7Vg8JJPLAhSU80OuwrWup9RUwQT { width:15rem;height:1.9125rem;top:61.061719894409rem;left:5.0000000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFN6hWSWugJLhhd69X66UQX3gZhhzIXX { display:flex;width:1.625rem;height:1.625rem;top:54.937500953674rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #ZiUWAS3MymZ5p5UfOcxVX2vEKzJratQa { width:3.875rem;height:3.875rem;top:53.812500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhuDpFQX2tWZTJSJzcUm342gVVr59eQ { display:flex;width:1.625rem;height:1.625rem;top:62.186719894409rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #TeTVBteHEf1S2OQmZD3wB7g76xVHUKCv { width:3.875rem;height:3.875rem;top:61.061719894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAUZCJckn4x6hV3QLo4n7aLKW1uXh7P1 { width:18.3125rem;height:18.3125rem;top:69.073438644406rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-text {padding-top: 0; padding-bottom: 0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-select {padding-top: 0; padding-bottom: 0;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq  { width:16.25rem;height:auto;top:11.748414993286rem;left:0rem; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq {display:block;}#PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq { width:16.25rem;height:auto;top:11.748414993286rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #vRscMTO7IcKIwWVF4Vn7lEpfMEtD4lt9 {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #WqGM3aVhx0gTO11cy6z8Amz09WChdOEO {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #hKAr40qbngQiEyrMtVsnXE1JK8dnrqmk {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #KgXw3A1aDzTMM2fgBM6M3fkhpdhvvz3a {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #PBmTXP84mL2lEh5hXl6IBRKwtteIwoSK {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #D31Fhpy7M8168orLoqDvCUPhTGGOVg1E {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #HEDOsUT5Dq9QaGnm0dygKN1LPEZ3T9ZE {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #rNob8J4ZJCnoI3x6f1MOTH9XGtKad74I {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #ABe4TPwqF2neu7sHnf4fpcorlIh3nSit {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #aIkKS47d248DXKiq4IME3BHTRR5FhpHo {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #chUqmCzqM93fryqJmJGkRnJeRe9v4ASB {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #vlLVSSy4yXMKJ2MEtHnztmg3hhCmklEZ {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #FEB65muQ05TC4vtuC8QgFyoMWDzu3i0W {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #snd0hXhBZQBZvrBt2L75Fn7cMOL8lgXK {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #TfFNSMdpEIWV0sTUAlgLTtLsBvOTpkJH {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #LNwiwIo2XZumDdOZcssuVTf81FTSJAvo {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #xdMtUlIUKyGhBx8yKqM2G66kVhxsU9sS {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #dAyy3WU8wm6sXy4vhG8TR9SIZiDuahia {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #U5BEbwRUOgO9diuRToG85QFUpabT6kX5 {  }
 }@media only screen and (max-width: 763px) { #PnRbZlMn4VWTqwQkAoa5aVPQF7WlDcnq #WIRaLsh8nfkSfFrkAytvuQZJJTA0fuuX {  }
 }@media only screen and (max-width: 763px) { #UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { width:20rem;height:2.625rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpNOaWruhEzrnB27fFRCOOMwfnV63Iku { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:5.875rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #XTo7tOtbNPKBbOsM7G9b9J4C9yRp4fIm { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:8.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #LK9KB6dhT4FUJPQ2XAAngqTAP8ieNN2H { display:flex;width:2.375rem;height:2.375rem;top:8.375rem;left:11.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #snl7XZwKkImo2HNCyyWDXJKD7pMgqGTN { width:10rem;height:3rem;top:18.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZFKZhcyzImiQTuxIF7nuOmLVeMa6anp { display:block; }
 }@media only screen and (max-width: 763px) { #fk8iLmAqRxZnHGFq5PlStcCRxxelVKAy { width:10rem;height:3rem;top:15.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHH1qn3ahOIHNuQXAVSeAE5rqAO4f43 { display:block; }
 }@media only screen and (max-width: 763px) { #oyKHzZVm6OiVT5TLrDytQ1SoiuVDOag3 { width:10rem;height:3rem;top:13rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJr2JJKJwqUFsdQBrSBkCqANdZHmJgz4 { display:block; }
 }@media only screen and (max-width: 763px) { #K00IcVFXbPwMnNmVPD9QhR6arLT9Cuoo { width:8.4375rem;height:5.4375rem;top:0rem;left:5.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #elXDPUGvbkA3rbb7qsA4JItz80W0FVas { width:6.375rem;height:3.4375rem;top:23.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSSVBoO6EJOzgN7aVKn7wAyrsoax59Ny { display:block; }
 }