.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:219,233,236;--color-primary-1:137,183,193;--color-primary-2:18,110,130;--color-primary-3:9,55,65;--color-primary-4:3,17,20;--color-secondary-0:255,233,228;--color-secondary-1:255,181,165;--color-secondary-2:255,107,74;--color-secondary-3:128,54,37;--color-secondary-4:38,16,11;--color-tertiary-0:255,255,255;--color-tertiary-1:255,239,205;--color-tertiary-2:255,200,87;--color-tertiary-3:128,100,44;--color-tertiary-4:25,20,9;--headlines-font-family:"Fraunces";--paragraphs-font-family:"Inter"; }@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:#126e82;background-image:url("https://icons.assets-landingi.com/icon_ef68b6d21172095c8f41dd99a5ed69f449b8d267.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:7.625rem;width:75rem;position:relative;display:block; }#RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { box-sizing:content-box;height:4.375rem;width:44.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.93750005960463rem;left:30.312501907349rem;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:fraunces;font-size:1rem;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.8750001192093rem;left:62.280817031861rem;display:block; }
#HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qETJfRT09USLpuMTDiHZcHriTWDFETUC { 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:fraunces;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6873125rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.8750001192093rem;left:53.529733657837rem;display:block; }
#DLlCQCAmX9C18whTr2PGsk05PEHSa2mk { 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:fraunces;font-size:1rem;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.8750001192093rem;left:45.966798782349rem;display:block; }
#p1HROFyLs6tqr21ThyuvBVzHaq4QZBSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etprpDvI8HxGJDNKEVfTJJdtOI2mevr4 { 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:fraunces;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.311875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8750001192093rem;left:39.723306655884rem;display:block; }
#lNwvU9NeDTGzURlwtxTUOBcUS5ZsnCMe { 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:fraunces;font-size:1rem;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.8750001192093rem;left:32.529298782349rem;display:block; }
#In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:8.3745625rem;width:8.3745625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_025047f8c070c132c022b839637b8bd1fe381199.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:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#TbrBOPIczXF4eaHitZitb369VoVWKs7t { color:rgba(var(--color-tertiary-4),1);display:block;width:37.686625rem;position:absolute;font-family:fraunces;font-size:5.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:7.4359812736513rem;left:0rem;height:15.1855625rem;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:fraunces;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:24.373916149139rem;left:0rem;height:10.4948125rem;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:fraunces;font-size:1.0625rem;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:36.4375rem;left:0rem;display:block; }
#FVNaVFmFs6yUSkr84KETcDShOGiV80RX { 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:27.375rem;width:18.125rem;top:20.8125rem;left:37.6875rem;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:27.25rem;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; }
#hXT2UABZfK0MKTf5ia78scTrWF2TyDCu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.186625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:48.184680759907rem;left:17.561849594116rem;height:17.4913125rem;font-style:normal;display:block; }
#qXnpPWyyD1ERgU7T1LlSemK4wMMWkR2O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:45.122613728046rem;left:17.561849594116rem;height:1.5744375rem;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; }
#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB { 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_2ecafb5eeeee1ad0b5ae1e0cb7c333650be0500b.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; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB.adaptive-delivery-prevent-bg, #mukc6rURlOkRF3r8TFPpbIKXuQlt1daB.lazyload, #mukc6rURlOkRF3r8TFPpbIKXuQlt1daB.lazyloading { background-image: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { background-color: transparent; background-image: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container > .video-iframe-container { display: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row > .video-iframe-container { display: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .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); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { border-width: 0; border-radius: 0; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#ANBlyR5tDkeTFRWFuIcswaShtwRzA6wl { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.748914718628rem;left:40.655382156372rem;height:31.484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PoelonZzaOF9udahUVMfFXd14hfBlsD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1870625rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.3116283416748rem;left:40.655382156372rem;height:5.3754375rem;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; }
#tIer9S4OFG0KRhLJnedHnRaHTos5whrZ { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),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:block; }
#gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM { box-sizing:content-box;height:41.125rem;width:31.6875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3ODAEB2bebI/unsplash/kywen-liu-3ODAEB2bebI-photo-1662418993048-7c37852f27ab.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;top:0rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }#gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.adaptive-delivery-prevent-bg, #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.lazyload, #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.lazyloading { background-image: none; }
#lrSgmPkmdHRTfQ9XGVllrcvWhuSGI8b2 { 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; }
#hOKKQqkfS5q4LbLhRV0S2vTCagBd8ulL { position:absolute;display:block;z-index:15025;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:19.6245625rem;width:14.6875rem;top:49.998918533325rem;left:60.312501907349rem;overflow:hidden;display:block; }
#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://icons.assets-landingi.com/icon_9b496cadc34321ec36f81189f451b64d4bd43b94.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; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N.adaptive-delivery-prevent-bg, #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N.lazyload, #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N.lazyloading { background-image: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { background-color: transparent; background-image: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container > .video-iframe-container { display: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row > .video-iframe-container { display: none; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .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); }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { border-width: 0; border-radius: 0; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { font-size:0.875rem;font-family:fraunces;height:54.875rem;width:75rem;overflow:visible;position:relative;display:block; }#egsEqFx5Fzn5zpwl424K0zTPoIVoalDs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:0.93532943725588rem;left:18.685983657837rem;height:4.75043125rem;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; }
#bMHT50Ss2NVGk9AaUoPMa1CqaMmJkr06 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3745625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:5.68359375rem;left:18.685983657837rem;height:32.487rem;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; }
#UCFNLhe8wapbk8WylzV01O8A3olMXHUV { position:absolute;display:block;z-index:15024;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:26.5rem;width:17.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OMqx8odIHzXUwdXrAzw5TV66TWigrHXU { position:absolute;display:block;z-index:15023;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:26.6873125rem;width:15rem;top:28.183594703674rem;left:51.49631690979rem;overflow:hidden;display:block; }
#VMfKTigiSD7v0oC9E7NLXv4LI7etU4TS { position:absolute;display:block;z-index:15024;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:18.0620625rem;width:12.061625rem;top:36.809896469116rem;left:0rem;overflow:hidden;display:block; }
#ntdquPhofgkBWytX224Mpvs4Evb4gg1P { position:absolute;display:block;z-index:15025;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:15.1855625rem;width:11.3748125rem;top:39.685331344604rem;left:16.809896469116rem;overflow:hidden;display:block; }
#WV3qIlX9SieKs1AC8zu7wJ2KFew9eGA9 { position:absolute;display:block;z-index:15026;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:18.4375rem;width:13.75rem;top:36.434463500976rem;left:34.059247970581rem;overflow:hidden;display:block; }
#TiK6bwgefJTrKoykMyPDTOW2LWPq2Pd1 { position:absolute;display:block;z-index:15023;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:22.5rem;width:15rem;top:54.871963500976rem;left:51.49631690979rem;overflow:hidden;display:block; }
#ACfROPgXqg85OosinmqoOevCPMvZtIfl { position:absolute;display:block;z-index:15025;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:14.0625rem;width:11.25rem;top:54.684246063233rem;left:16.872831344604rem;overflow:hidden;display:block; }
#weIyR5Sv35i9Trum95pgcAFbnMyqk1vN { position:absolute;display:block;z-index:15024;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:17.874375rem;width:11.9998125rem;top:54.871963500976rem;left:0rem;overflow:hidden;display:block; }
#WfO4rbivtP3iPDw44gNsXykc51Iub65q { position:absolute;display:block;z-index:15026;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:18.311625rem;width:13.6870625rem;top:54.871963500976rem;left:34.091798782349rem;overflow:hidden;display:block; }
#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://icons.assets-landingi.com/icon_9b496cadc34321ec36f81189f451b64d4bd43b94.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; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez.adaptive-delivery-prevent-bg, #SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez.lazyload, #SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez.lazyloading { background-image: none; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row .container { background-color: transparent; background-image: none; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row .container > .video-iframe-container { display: none; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row > .video-iframe-container { display: none; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .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); }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row .container { border-width: 0; border-radius: 0; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row .container { font-size:0.875rem;font-family:fraunces;height:54.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#rVpk76WAdsh1iNwMkBdKiFWFam9pIW8E { color:rgba(var(--color-tertiary-4),1);display:block;width:25.061875rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:20.029298305511rem;left:18.998483657837rem;height:4.75043125rem;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; }
#ZaTtqf2xUIxHmhDy2uVTXw3SerPehuAl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3105625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:26.062283992768rem;left:18.998483657837rem;height:27.6139375rem;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; }
#dVfsuOgs8ucySO7ext9RRcPsbOferQBu { position:absolute;display:block;z-index:15024;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:26.436625rem;width:14.874125rem;top:28.250870227814rem;left:0rem;overflow:hidden;display:block; }
#JVR51DVCzIQzh7QuaBbIERylTMzW3AA3 { position:absolute;display:block;z-index:15026;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:19.561625rem;width:14.6245625rem;top:35.125870227814rem;left:60.375436782837rem;overflow:hidden;display:block; }
#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U { background-color:rgba(var(--color-primary-1),1);background-image:url("https://icons.assets-landingi.com/icon_9b496cadc34321ec36f81189f451b64d4bd43b94.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; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U.adaptive-delivery-prevent-bg, #ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U.lazyload, #ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U.lazyloading { background-image: none; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row .container { background-color: transparent; background-image: none; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row .container > .video-iframe-container { display: none; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row > .video-iframe-container { display: none; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .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); }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row .container { border-width: 0; border-radius: 0; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row .container { font-size:0.875rem;font-family:fraunces;height:52.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Ewo0V5Q9tyuFPrZUTmvQrRaRFTNazTWg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.186875rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:3.6187057495117rem;left:20.906034469604rem;height:9.500875rem;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; }
#gV1w2ui0rTvSM5Sglc6nbsiK3ee5IRNF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3735rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:16.311847686767rem;left:20.812719345092rem;height:27.6139375rem;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; }
#rOTsyv0bQziNnUNXGrUeLcsJaxlNRH2F { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:25.1248125rem;width:18.75rem;top:25.747631072998rem;left:56.250001907349rem;overflow:hidden;display:block; }
#qkcV4OeU2Kpc8Tsqc9bx8ObDlz0akMqT { position:absolute;display:block;z-index:15024;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:15.625rem;box-shadow: none;height:17.375rem;width:11.5rem;top:32.749567985534rem;left:0rem;overflow:hidden;display:block; }
#hrXXTLefWyH1d4LDgTQFozCXU1WzzJMG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.811625rem;width:11.749125rem;top:6.0102214813233rem;left:63.250871658325rem;overflow:hidden;display:block; }
#f6BXz4UwRTybHmSp1KWXhLQW86FrTXAz { position:absolute;display:block;z-index:15024;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:15.625rem;box-shadow: none;height:25.1875rem;width:18.8125rem;top:4.8741321563721rem;left:0rem;overflow:hidden;display:block; }
#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_9b496cadc34321ec36f81189f451b64d4bd43b94.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; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX.adaptive-delivery-prevent-bg, #hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX.lazyload, #hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX.lazyloading { background-image: none; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row .container { background-color: transparent; background-image: none; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row .container > .video-iframe-container { display: none; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row > .video-iframe-container { display: none; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .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); }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row .container { border-width: 0; border-radius: 0; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row .container { font-size:0.875rem;font-family:fraunces;height:52.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#rndyfMJ1KvMPe5zUGLmFsX2GwuEJCmyk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.186875rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:3.6187057495117rem;left:20.906034469604rem;height:9.500875rem;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; }
#Pmc3T0evvAqXxKLBJqKT33ZrqRuFQ87E { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3735rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:16.311847686767rem;left:20.812719345092rem;height:29.23825rem;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; }
#atBvTRo7mMH7kTMJGuPoiyTusyPK7lrT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:10.875rem;top:32.982838630676rem;left:64.125436782837rem;overflow:hidden;display:block; }
#q8uxMMWdeEddTzbmUnANwqDHrRZlm4bp { position:absolute;display:block;z-index:15024;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:15.625rem;box-shadow: none;height:23.75rem;width:17.8125rem;top:24.562068939209rem;left:0rem;overflow:hidden;display:block; }
#SNGaZTkm4t4xl3kTsPcfZLDKO0fR9bVJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.4375rem;width:16.25rem;top:2.0073591470718rem;left:58.750001907349rem;overflow:hidden;display:block; }
#nLhtxadeGAuHETHp6OLzrvwkse3cwcOU { position:absolute;display:block;z-index:15024;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:15.625rem;box-shadow: none;height:16.6875rem;width:11.0625rem;top:4.8741321563721rem;left:0rem;overflow:hidden;display:block; }
#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm { background-color:rgba(var(--color-primary-0),0);background-image:url("https://icons.assets-landingi.com/icon_62d60adb80902b88fdc48fbcbf537fd3ff3ff6e9.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; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm.adaptive-delivery-prevent-bg, #frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm.lazyload, #frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm.lazyloading { background-image: none; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container { background-color: transparent; background-image: none; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container > .video-iframe-container { display: none; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row > .video-iframe-container { display: none; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .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); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container { border-width: 0; border-radius: 0; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container { font-size:0.875rem;font-family:fraunces;height:51.375rem;width:75rem;overflow:visible;position:relative;display:block; }#GB7XC96nnuh1Jw62EObaQ8SNmD1a11Nn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.4359817504883rem;left:0rem;height:5.3754375rem;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; }
#mrFOyAGXuv8674igrloFpNmXoMruoyh6 { box-sizing:content-box;height:25.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.1875rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#x6BdL8JB0mvcDT7McEZKhXCvTulW6T17 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:12.748464584351rem;left:4.7482662200928rem;height:9.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBvubZTs5l3tig4do9MbiEXTo6achiPv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.062936782837rem;left:2.7788639068604rem;height:7.6953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtQBf5ix7He2ZRC3HwcVbPecPo8NJ3Ki { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:12.747379302979rem;left:31.061201095581rem;height:7.6953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gh6QKsAxwLz91NfQpIfSyt5cUOoA2neL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:25.062936782837rem;left:30.093317031861rem;height:7.6953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTyDVAXI1Zksx684srlifIWnEPozFvRg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.707683563233rem;left:54.934900283814rem;height:5.7714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7DOPET6TL3gUaUvN7HWfWlvdvwqbDpg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8123125rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:26.024305343628rem;left:54.934900283814rem;height:5.7714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeBuR9fD0JFCeHeyfd5X7vF8G5CixDJO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:9.1840286254881rem;left:0rem;height:1.75021875rem;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; }
#EHnUt6zOVTiyfoBi8i2zgCSETHH5EbiI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:38.496091842651rem;left:0rem;height:;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; }
#LHroytSEG1TDTLWKHMHLwSuMQ5nL53dA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:42.937280654907rem;left:2.7788639068604rem;height:5.7714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlhQVaniGuzHIFGV0oOIJHJ0Th3VkqN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:42.936195373535rem;left:28.125001907349rem;height:5.7714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKW3yCZ9qzHXCZiN5FWDb51TEDxhFpHl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:42.936195373535rem;left:52.965501785278rem;height:5.7714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlzirbrbIuN8SBCritWSvZwXLBaQG6KC { position:absolute;display:block;z-index:15035;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:33.1875rem;width:31.8125rem;top:51.374790191651rem;left:0rem;overflow:hidden;display:block; }
#QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD { box-sizing:content-box;height:9.625rem;width:19.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:51.374790191651rem;left:55.750658035278rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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_23c68290d0b005ca309e4d99286d8d5b028945de.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.9375rem;width:75rem;position:relative;display:block; }#i1HyCyZhMQTJFMLfRr2gX5W8gTQWxTDK { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.9372835159302rem;left:36.999788284302rem;height:5.3754375rem;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:26.875rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.6864166259762rem;left:32.624784469604rem;height:23.6219625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I7c5KdvKvyWQxN3lTBEED6VoMa8fRUl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:34.052736282349rem;left:48.125001907349rem;height:23.6219375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J39L9cXM3qUs7n4K1slEE6wBICdsdQME { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:36.552738189698rem;left:0rem;height:18.560125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSGT9DdQNwnWdBvo9zTC7chqIuovwEJf { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.186rem;width:16.186rem;top:57.93727684021rem;left:58.814020156861rem;overflow:hidden;display:block; }
#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_4d92ebdc42f79b3335d1e561cd29b3ea57dd52cc.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; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF.adaptive-delivery-prevent-bg, #QAur7uGgTBDza7fahMGkw0zzJv2nJFpF.lazyload, #QAur7uGgTBDza7fahMGkw0zzJv2nJFpF.lazyloading { background-image: none; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { background-color: transparent; background-image: none; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container > .video-iframe-container { display: none; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row > .video-iframe-container { display: none; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .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); }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { border-width: 0; border-radius: 0; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { font-size:0.875rem;font-family:fraunces;height:60.875rem;width:75rem;overflow:visible;position:relative;display:block; }#E1xEfwExQabDvU3mDNQCCaW8TFtMuxhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.7495625rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.1299914121628rem;left:0rem;height:16.1263125rem;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; }
#q2IoAIOR51mpNqkHbVnaWRUzKuQH3Ql4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:36.875rem;width:30.4375rem;top:20.686852931976rem;left:0rem;overflow:hidden;display:block; }
#qcAKb09fxRhwELKJ1G1V7R0swwAN2bG3 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.5623125rem;width:20.625rem;top:44.929471969604rem;left:54.375001907349rem;overflow:hidden;display:block; }
#ZQEZwL5SqxGoWKuVT9rVy4HGrcmKxBZD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:13.499375rem;width:20.625rem;top:44.960939407349rem;left:32.192926406861rem;overflow:hidden;display:block; }
#Xoe8Kme6iVUB1kF3ZR6b8x8WMZR1cQvL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:28.375rem;width:18.625rem;top:14.491780858116rem;left:37.034505100409rem;overflow:hidden;display:block; }
#xDZwVl8qx2dPe2WyuRL0wQMk086tS3ts { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.749375rem;width:16.124125rem;top:18.187935352326rem;left:58.875871658325rem;overflow:hidden;display:block; }
#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM { background-color:rgba(var(--color-primary-1),1);background-image:url("https://icons.assets-landingi.com/icon_8268cba5840346ed22874e9b7ced105a8f6f9892.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; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM.adaptive-delivery-prevent-bg, #h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM.lazyload, #h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM.lazyloading { background-image: none; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row .container { background-color: transparent; background-image: none; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row .container > .video-iframe-container { display: none; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row > .video-iframe-container { display: none; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .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); }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row .container { border-width: 0; border-radius: 0; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row .container { font-size:0.875rem;font-family:fraunces;height:84.75rem;width:75rem;overflow:visible;position:relative;display:block; }#IbV61HZe3tVpsk4uT3eihltduozsEPfE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.875rem;left:0rem;height:;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; }
#onff7hQRcock2bDPaEPSA06Azgcg87T1 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.374133110046rem;left:12.437067031861rem;height:4.19705rem;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; }
#idkuym1iBJmTcTkcScD6LfTgAu919T9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:34.137371063233rem;left:12.437067031861rem;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; }
#BOfTD3LEq8NJDNGREP5rgchAMXA8Flgh { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3745625rem;position:absolute;font-family:fraunces;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:46.908601760864rem;left:16.507162094116rem;height:1.3997375rem;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; }
#pzcuSqQm4kQvd4nxxrpuQkETcVL6qRdP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.137371063233rem;left:10.443796157837rem; }
#uQUqwiOko4bne8TneihT3Tpg3UyQKnc4 { box-sizing:content-box;height:26.25rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.249133586884rem;left:7.5000019073488rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#AozTsDcVw65yxyVqFJGO4zqnMOt4sHLE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.49956875rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:43.761938095093rem;left:56.12522315979rem; }
#LOgo8WxTBIPp7iKM3sVGcfCxRfhrJVWD { position:absolute;display:block;z-index:15058;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;height:3.75rem;width:3.75rem;top:45.735641479493rem;left:11.875001907349rem;overflow:hidden;display:block; }
#md4OxeUa1hTGkZKogCku1EJgP88iTzfX { box-sizing:content-box;height:20rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:58.375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#yL4yu6uoy7q59zKUcky4wJy3hUDGcHRF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:61.180545806885rem;left:3.2497844696045rem;height:11.0210625rem;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; }
#uQ1S8kXlk8hSku64MwRRP6llsVduVJZx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:61.181635856628rem;left:1.4453125rem; }
#fOSFvNhceCbGRcgH8PI657SfpD0seV7X { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:72.200511932375rem;left:26.187067031861rem; }
#tfqPX4IdwZCdTsRRVaLasLtTy7K3CarK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:74.274093627931rem;left:6.2500019073488rem;height:;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; }
#gfP9cLMuAhCQhzCZHBWyeGu1BIb4ppGV { position:absolute;display:block;z-index:15061;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;height:3.125rem;width:3.125rem;top:73.324647903444rem;left:2.568359375rem;overflow:hidden;display:block; }
#IBf9QEHqIgV1TZzgIOHsnha621fM3yA5 { box-sizing:content-box;height:20rem;width:36.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:58.375rem;left:38.75rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#BOPr84Cif2gLdOktyX8TdrXZTngGKv7U { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:71.146923065187rem;left:72.56836128235rem; }
#VNIDLNqgrlHFmAo5gRK9EB0Bk8dm55P5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:73.120664596556rem;left:45.069444656372rem;height:1.22395625rem;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; }
#zIW2g0MhGJ3o2UeLtUpmT16RH7SfgTI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:61.967235565186rem;left:42.373048782349rem;height:9.446625rem;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; }
#k6FwdXF13ncsQZsNP4f411D2lWDfyWEi { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:61.180560111999rem;left:41.250001907349rem; }
#l1837e0l7wLXFIfIPnBD86ThdBJchuWp { position:absolute;display:block;z-index:15068;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;height:3.125rem;width:2.0625rem;top:72.201610565187rem;left:42.373048782349rem;overflow:hidden;display:block; }
#IJGKiOd0sT24yIHrUTZ7Iko9KIDkKBlM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.5rem;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; }
#LfbukhFXvTJiHlO9b2nMsNuzScsgp8qg { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.6875rem;left:61.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://icons.assets-landingi.com/icon_4ed417f46797acfe129f881984fc0c60fedae0a2.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; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht.adaptive-delivery-prevent-bg, #KXxuOVMz3mi8kWyO6etDU0FT9K1USzht.lazyload, #KXxuOVMz3mi8kWyO6etDU0FT9K1USzht.lazyloading { background-image: none; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row .container { background-color: transparent; background-image: none; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row .container > .video-iframe-container { display: none; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row > .video-iframe-container { display: none; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .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); }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row .container { border-width: 0; border-radius: 0; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row .container { font-size:0.875rem;font-family:fraunces;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#QOsaTT36aMx6QBDwBsKkkHr1mRfksTds { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:5.3754375rem;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; }
#xFKtvRQNxMeOpvCNATkqSk48PU8EnHJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:14.373901367188rem;left:0rem;height:14.2448125rem;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; }
#m8ZTaI6v98cGIQLFXT7MnxM9xZPOdFzp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:10.787109375rem;left:48.4375rem;height:2.12456875rem;font-style:normal;display:block; }
#X92VBFPB4xVRhPlQzhgGrGEbWZWa3nfT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:2.12456875rem;font-style:normal;display:block; }
#vHic82nZafRha5hcJsInizsIViWWbwcw { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:24.849609375rem;left:48.4375rem;height:6.3736875rem;font-style:normal;display:block; }
#nedCHka9HPfzm7RzTJTm0ddwFpo6pvGa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.792970657349rem;left:48.437501907349rem;height:2.12456875rem;font-style:normal;display:block; }
#B9Td2DUrN4W8iii7OdHXMN7dXLPH7IXB { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:17.75rem;left:48.4375rem;height:2.12456875rem;font-style:normal;display:block; }
#XKiP0mOxNWTHzO0Qp0SukO6T3hBeXxsT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:2.12456875rem;font-style:normal;display:block; }
#Axq7IrlEq2KuXnQZbSs3Wu46QGkFT6q1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.75rem;left:45.125rem; }
#JVZamzzdx8Ozta9BGk8Nx70x8uN4DnZi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:45.125rem; }
#bfJVwgXbNlN6Vgt7G4y442CxiQUEm5up { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:23.673828125rem;left:45.125rem; }
#qp3a1T5h77yFdrEHW2eomqED1T8Pqqlc { background-color:rgba(var(--color-tertiary-0),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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fraunces;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.49935rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.903211593628rem;left:31.250001907349rem;display:block; }
#r5qBTt0LoNKDUN1yMcHPcHbxKMcdmAo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { 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:9.4998125rem;width:9.4998125rem;top:29.935983657837rem;left:0rem;overflow:hidden;display:block; }
#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { 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; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { background-color: transparent; background-image: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container > .video-iframe-container { display: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container { display: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .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); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { border-width: 0; border-radius: 0; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { font-size:0.875rem;font-family:fraunces;height:2.375rem;width:75rem;position:relative;display:block; }#pKrnEunpTzKNBSCxiHGWLhy67TWgSpn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.124125rem;position:absolute;font-family:fraunces;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.52951431274414rem;left:26.435548782349rem;height:1.31185rem;text-align:right;text-align-last:right;font-style:normal;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:0rem;width:44.5625rem;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) { #qETJfRT09USLpuMTDiHZcHriTWDFETUC { width:6.625rem;height:2.5rem;top:1.875rem;left:39.904733657837rem;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) { #DLlCQCAmX9C18whTr2PGsk05PEHSa2mk { display:block; }
 }@media only screen and (max-width: 763px) { #T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { width:6.875rem;height:2.5rem;top:1.875rem;left:32.341798782349rem;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) { #etprpDvI8HxGJDNKEVfTJJdtOI2mevr4 { width:6.25rem;height:2.5rem;top:1.875rem;left:26.098306655884rem;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) { #lNwvU9NeDTGzURlwtxTUOBcUS5ZsnCMe { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:5.625rem;height:2.5rem;top:1.875rem;left:18.904298782349rem;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) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { top:0rem;left:0rem;width:8.3125rem;height:8.3125rem;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:7.375rem;left:0rem;width:37.625rem;height:15.125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { top:24.3125rem;left:0rem;width:31.875rem;height:10.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTu4JpapWB5A5FwaleavMGABgSM1Tpet { width:12.5rem;height:3.5rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block; }
 }@media only screen and (max-width: 763px) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { top:20.8125rem;left:24.0625rem;width:18.125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { top:3.8125rem;left:29.625rem;width:18.125rem;height:27.25rem;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) { #hXT2UABZfK0MKTf5ia78scTrWF2TyDCu { top:48.125rem;left:3.9368495941162rem;width:25.125rem;height:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXnpPWyyD1ERgU7T1LlSemK4wMMWkR2O { top:45.0625rem;left:3.9368495941162rem;width:12.8125rem;height:1.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukc6rURlOkRF3r8TFPpbIKXuQlt1daB { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/072c86e4-3633-4edf-86f2-6cd0f93f734a/bg_abiut1.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; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB.adaptive-delivery-prevent-bg, #mukc6rURlOkRF3r8TFPpbIKXuQlt1daB.lazyload, #mukc6rURlOkRF3r8TFPpbIKXuQlt1daB.lazyloading { background-image: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { background-color: transparent; background-image: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container > .video-iframe-container { display: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row > .video-iframe-container { display: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .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); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { border-width: 0; border-radius: 0; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANBlyR5tDkeTFRWFuIcswaShtwRzA6wl { top:13.6875rem;left:19rem;width:28.75rem;height:31.4375rem;font-size:1.25rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #PoelonZzaOF9udahUVMfFXd14hfBlsD8 { top:3.25rem;left:16.5625rem;width:31.125rem;height:5.375rem;font-size:2.625rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #tIer9S4OFG0KRhLJnedHnRaHTos5whrZ { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;background-color:#ffd476;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM { top:0rem;left:0rem;width:31.6875rem;height:41.125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.adaptive-delivery-prevent-bg, #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.lazyload, #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lrSgmPkmdHRTfQ9XGVllrcvWhuSGI8b2 { 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) { #hOKKQqkfS5q4LbLhRV0S2vTCagBd8ulL { top:49.9375rem;left:33.0625rem;width:14.6875rem;height:19.6245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N { display:block; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egsEqFx5Fzn5zpwl424K0zTPoIVoalDs { top:0.875rem;left:5.0609836578369rem;width:18rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMHT50Ss2NVGk9AaUoPMa1CqaMmJkr06 { top:5.625rem;left:5.0609836578369rem;width:33.3125rem;height:32.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCFNLhe8wapbk8WylzV01O8A3olMXHUV { top:0rem;left:0rem;width:17.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMqx8odIHzXUwdXrAzw5TV66TWigrHXU { top:28.125rem;left:32.75rem;width:15rem;height:26.6873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMfKTigiSD7v0oC9E7NLXv4LI7etU4TS { top:36.75rem;left:0rem;width:12rem;height:17.969780191309rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntdquPhofgkBWytX224Mpvs4Evb4gg1P { top:39.625rem;left:3.1848964691162rem;width:11.3125rem;height:15.102374283642rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV3qIlX9SieKs1AC8zu7wJ2KFew9eGA9 { top:36.375rem;left:20.434247970581rem;width:13.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiK6bwgefJTrKoykMyPDTOW2LWPq2Pd1 { top:54.8125rem;left:32.75rem;width:15rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACfROPgXqg85OosinmqoOevCPMvZtIfl { top:54.625rem;left:3.2478313446045rem;width:11.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIyR5Sv35i9Trum95pgcAFbnMyqk1vN { top:54.8125rem;left:0rem;width:11.9375rem;height:17.781557133705rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfO4rbivtP3iPDw44gNsXykc51Iub65q { top:54.8125rem;left:20.466798782349rem;width:13.625rem;height:18.228592923061rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez { display:block; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVpk76WAdsh1iNwMkBdKiFWFam9pIW8E { top:20rem;left:5.3734836578369rem;width:25rem;height:4.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTtqf2xUIxHmhDy2uVTXw3SerPehuAl { top:26rem;left:5.3734836578369rem;width:33.25rem;height:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVfsuOgs8ucySO7ext9RRcPsbOferQBu { top:28.25rem;left:0rem;width:14.8125rem;height:26.327095396368rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVR51DVCzIQzh7QuaBbIERylTMzW3AA3 { top:35.125rem;left:33.125rem;width:14.5625rem;height:19.478611005457rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U { display:block; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ewo0V5Q9tyuFPrZUTmvQrRaRFTNazTWg { top:3.5625rem;left:7.2810344696044rem;width:33.125rem;height:9.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV1w2ui0rTvSM5Sglc6nbsiK3ee5IRNF { top:16.25rem;left:7.1877193450925rem;width:33.3125rem;height:27.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTsyv0bQziNnUNXGrUeLcsJaxlNRH2F { top:25.6875rem;left:29rem;width:18.75rem;height:25.1248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkcV4OeU2Kpc8Tsqc9bx8ObDlz0akMqT { top:32.6875rem;left:0rem;width:11.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXXTLefWyH1d4LDgTQFozCXU1WzzJMG { top:6rem;left:36rem;width:11.6875rem;height:15.728691897269rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BXz4UwRTybHmSp1KWXhLQW86FrTXAz { top:4.8125rem;left:0rem;width:18.8125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX { display:block; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rndyfMJ1KvMPe5zUGLmFsX2GwuEJCmyk { top:3.5625rem;left:7.2810344696044rem;width:33.125rem;height:9.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmc3T0evvAqXxKLBJqKT33ZrqRuFQ87E { top:16.25rem;left:7.1877193450925rem;width:33.3125rem;height:29.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atBvTRo7mMH7kTMJGuPoiyTusyPK7lrT { top:32.9375rem;left:36.875rem;width:10.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8uxMMWdeEddTzbmUnANwqDHrRZlm4bp { top:24.5rem;left:0rem;width:17.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNGaZTkm4t4xl3kTsPcfZLDKO0fR9bVJ { top:2rem;left:31.5rem;width:16.25rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLhtxadeGAuHETHp6OLzrvwkse3cwcOU { top:4.8125rem;left:0rem;width:11.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm { display:block; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GB7XC96nnuh1Jw62EObaQ8SNmD1a11Nn { top:2.375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrFOyAGXuv8674igrloFpNmXoMruoyh6 { top:18.1875rem;left:12.625rem;width:22.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6BdL8JB0mvcDT7McEZKhXCvTulW6T17 { top:12.6875rem;left:0rem;width:14.75rem;height:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBvubZTs5l3tig4do9MbiEXTo6achiPv { top:25.0625rem;left:0rem;width:18.75rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtQBf5ix7He2ZRC3HwcVbPecPo8NJ3Ki { top:12.6875rem;left:17.436201095581rem;width:14.75rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh6QKsAxwLz91NfQpIfSyt5cUOoA2neL { top:25.0625rem;left:16.468317031861rem;width:14.75rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTyDVAXI1Zksx684srlifIWnEPozFvRg { top:13.6875rem;left:33rem;width:14.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7DOPET6TL3gUaUvN7HWfWlvdvwqbDpg { top:26rem;left:33rem;width:14.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeBuR9fD0JFCeHeyfd5X7vF8G5CixDJO { top:9.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnUt6zOVTiyfoBi8i2zgCSETHH5EbiI { top:38.4375rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHroytSEG1TDTLWKHMHLwSuMQ5nL53dA { top:42.875rem;left:0rem;width:18.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlhQVaniGuzHIFGV0oOIJHJ0Th3VkqN0 { top:42.875rem;left:14.500001907349rem;width:18.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKW3yCZ9qzHXCZiN5FWDb51TEDxhFpHl { top:42.875rem;left:29rem;width:18.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlzirbrbIuN8SBCritWSvZwXLBaQG6KC { top:51.3125rem;left:0rem;width:31.8125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD { top:51.3125rem;left:26.75rem;width:19.1875rem;height:9.625rem;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:2.875rem;left:12.75rem;width:35rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obs7skStdGSm4vzTtesTlgLO3ivRryRt { top:9.625rem;left:18.999784469604rem;width:26.875rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7c5KdvKvyWQxN3lTBEED6VoMa8fRUl9 { top:34rem;left:20.875rem;width:26.875rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J39L9cXM3qUs7n4K1slEE6wBICdsdQME { top:36.5rem;left:0rem;width:34.5625rem;height:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSGT9DdQNwnWdBvo9zTC7chqIuovwEJf { top:57.875rem;left:31.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAur7uGgTBDza7fahMGkw0zzJv2nJFpF { display:block; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1xEfwExQabDvU3mDNQCCaW8TFtMuxhJ { top:2.125rem;left:0rem;width:47.75rem;height:16.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2IoAIOR51mpNqkHbVnaWRUzKuQH3Ql4 { top:20.625rem;left:0rem;width:30.4375rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAKb09fxRhwELKJ1G1V7R0swwAN2bG3 { top:44.875rem;left:27.125rem;width:20.625rem;height:13.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEZwL5SqxGoWKuVT9rVy4HGrcmKxBZD { top:44.9375rem;left:18.567926406861rem;width:20.625rem;height:13.499375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoe8Kme6iVUB1kF3ZR6b8x8WMZR1cQvL { top:14.4375rem;left:23.409505100409rem;width:18.625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDZwVl8qx2dPe2WyuRL0wQMk086tS3ts { top:18.1875rem;left:31.625rem;width:16.0625rem;height:24.654785046475rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM { display:block; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbV61HZe3tVpsk4uT3eihltduozsEPfE { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onff7hQRcock2bDPaEPSA06Azgcg87T1 { top:17.3125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idkuym1iBJmTcTkcScD6LfTgAu919T9Q { top:34.125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOfTD3LEq8NJDNGREP5rgchAMXA8Flgh { top:46.875rem;left:2.8821620941162rem;width:23.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzcuSqQm4kQvd4nxxrpuQkETcVL6qRdP { top:34.125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQUqwiOko4bne8TneihT3Tpg3UyQKnc4 { top:29.1875rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AozTsDcVw65yxyVqFJGO4zqnMOt4sHLE { top:43.75rem;left:42.50022315979rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOgo8WxTBIPp7iKM3sVGcfCxRfhrJVWD { top:45.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #md4OxeUa1hTGkZKogCku1EJgP88iTzfX { top:58.375rem;left:0rem;width:36.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL4yu6uoy7q59zKUcky4wJy3hUDGcHRF { top:61.125rem;left:0rem;width:31.25rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ1S8kXlk8hSku64MwRRP6llsVduVJZx { top:61.125rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOSFvNhceCbGRcgH8PI657SfpD0seV7X { top:72.1875rem;left:12.562067031861rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfqPX4IdwZCdTsRRVaLasLtTy7K3CarK { top:74.25rem;left:0rem;width:19.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfP9cLMuAhCQhzCZHBWyeGu1BIb4ppGV { top:73.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBf9QEHqIgV1TZzgIOHsnha621fM3yA5 { top:58.375rem;left:11.5rem;width:36.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPr84Cif2gLdOktyX8TdrXZTngGKv7U { top:71.125rem;left:46.625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNIDLNqgrlHFmAo5gRK9EB0Bk8dm55P5 { top:73.0625rem;left:28.375rem;width:19.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIW2g0MhGJ3o2UeLtUpmT16RH7SfgTI6 { top:61.9375rem;left:16.5rem;width:31.25rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6FwdXF13ncsQZsNP4f411D2lWDfyWEi { top:61.125rem;left:27.625001907349rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1837e0l7wLXFIfIPnBD86ThdBJchuWp { top:72.1875rem;left:28.748048782349rem;width:2.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJGKiOd0sT24yIHrUTZ7Iko9KIDkKBlM { top:47.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfbukhFXvTJiHlO9b2nMsNuzScsgp8qg { top:25.6875rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXxuOVMz3mi8kWyO6etDU0FT9K1USzht { display:block; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOsaTT36aMx6QBDwBsKkkHr1mRfksTds { top:8.5rem;left:0rem;width:37rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFKtvRQNxMeOpvCNATkqSk48PU8EnHJ3 { top:14.3125rem;left:0rem;width:44.5625rem;height:14.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ZTaI6v98cGIQLFXT7MnxM9xZPOdFzp { 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) { #X92VBFPB4xVRhPlQzhgGrGEbWZWa3nfT { 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) { #vHic82nZafRha5hcJsInizsIViWWbwcw { 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) { #nedCHka9HPfzm7RzTJTm0ddwFpo6pvGa { 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) { #B9Td2DUrN4W8iii7OdHXMN7dXLPH7IXB { 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) { #XKiP0mOxNWTHzO0Qp0SukO6T3hBeXxsT { 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) { #Axq7IrlEq2KuXnQZbSs3Wu46QGkFT6q1 { top:9.75rem;left:31.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVZamzzdx8Ozta9BGk8Nx70x8uN4DnZi { top:17rem;left:31.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfJVwgXbNlN6Vgt7G4y442CxiQUEm5up { top:23.625rem;left:31.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp3a1T5h77yFdrEHW2eomqED1T8Pqqlc { width:12.5rem;height:3.4375rem;top:31.875rem;left:17.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5qBTt0LoNKDUN1yMcHPcHbxKMcdmAo4 { display:block; }
 }@media only screen and (max-width: 763px) { #SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { width:9.4375rem;height:9.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { display:block; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKrnEunpTzKNBSCxiHGWLhy67TWgSpn6 { top:0.5rem;left:12.810548782349rem;width:21.0625rem;height:1.25rem;font-size:0.875rem;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:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { width:20rem;height:10.9375rem;top:1.25rem;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:#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:9.0625rem;left:5.3125002980232rem;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) { #qETJfRT09USLpuMTDiHZcHriTWDFETUC { width:5.81163125rem;height:2.5rem;top:6.6319446563719rem;left:1.1317275166511rem;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) { #DLlCQCAmX9C18whTr2PGsk05PEHSa2mk { display:block; }
 }@media only screen and (max-width: 763px) { #T3XTcymy4hhe4rXfEe2qfVFnIgzriJnn { width:7.561875rem;height:2.5rem;top:6.6319446563719rem;left:6.2185333371163rem;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) { #etprpDvI8HxGJDNKEVfTJJdtOI2mevr4 { width:5.06185rem;height:2.5rem;top:6.6319446563719rem;left:12.936198532581rem;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) { #lNwvU9NeDTGzURlwtxTUOBcUS5ZsnCMe { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:6.5625rem;height:2.5rem;top:2.7180991172791rem;left:8.194444954395rem;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) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { width:5.43728125rem;height:5.43728125rem;top:1.25rem;left:4.3815105557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbrBOPIczXF4eaHitZitb369VoVWKs7t { width:20rem;height:7.0865625rem;top:0rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { width:20rem;height:11.1979375rem;top:8.3767361640931rem;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) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { width:10rem;height:15.25rem;top:35.625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { width:10rem;height:15.0625rem;top:20.625rem;left:10rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { width:10rem;height:8.625rem;top:35.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { width:10rem;height:8.625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXT2UABZfK0MKTf5ia78scTrWF2TyDCu { width:20rem;height:13.997375rem;top:60.760638047791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qXnpPWyyD1ERgU7T1LlSemK4wMMWkR2O { width:12.8125rem;height:1.5744375rem;top:57.936200547791rem;left:3.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mukc6rURlOkRF3r8TFPpbIKXuQlt1daB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { background-color: transparent; background-image: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container > .video-iframe-container { display: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row > .video-iframe-container { display: none; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .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); }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { border-width: 0; border-radius: 0; }#mukc6rURlOkRF3r8TFPpbIKXuQlt1daB > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANBlyR5tDkeTFRWFuIcswaShtwRzA6wl { width:17.5rem;height:29.3945rem;top:12.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #PoelonZzaOF9udahUVMfFXd14hfBlsD8 { width:17.5rem;height:2.625rem;top:5.9375rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #tIer9S4OFG0KRhLJnedHnRaHTos5whrZ { width:10rem;height:10rem;top:29.687501907349rem;left:9.9989150166512rem;background-color:#ffd476;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM { width:20rem;height:26.8120625rem;top:35.936416625976rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.adaptive-delivery-prevent-bg, #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.lazyload, #gZoLNMbT7PyLk9u3fWfn3dH8ZQeKTAmM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lrSgmPkmdHRTfQ9XGVllrcvWhuSGI8b2 { width:20rem;height:29.6875rem;top:0rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#dfedeb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hOKKQqkfS5q4LbLhRV0S2vTCagBd8ulL { width:14.6875rem;height:19.6235rem;top:43.192276000976rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N { display:block; }#S8UETyPEPT9sL7cktS4DpOxFLZeXZ00N > .row .container { width:20rem;height:162rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egsEqFx5Fzn5zpwl424K0zTPoIVoalDs { width:16.25rem;height:2.74956875rem;top:18.68599319458rem;left:1.8750000596046rem;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) { #bMHT50Ss2NVGk9AaUoPMa1CqaMmJkr06 { width:16.25rem;height:40.954875rem;top:21.435556411743rem;left:1.8750000596046rem;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) { #UCFNLhe8wapbk8WylzV01O8A3olMXHUV { width:12.4375rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMqx8odIHzXUwdXrAzw5TV66TWigrHXU { width:8.5625rem;height:15.5625rem;top:63.192277908325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMfKTigiSD7v0oC9E7NLXv4LI7etU4TS { width:9.9375rem;height:15.0625rem;top:63.473309040069rem;left:9.895518835765rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntdquPhofgkBWytX224Mpvs4Evb4gg1P { width:11.3125rem;height:15.102374283642rem;top:94.751514434813rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV3qIlX9SieKs1AC8zu7wJ2KFew9eGA9 { width:13.75rem;height:18.4375rem;top:124.55512046814rem;left:6.2489150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiK6bwgefJTrKoykMyPDTOW2LWPq2Pd1 { width:8.625rem;height:13.125rem;top:78.754343032837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACfROPgXqg85OosinmqoOevCPMvZtIfl { width:11.25rem;height:14.0625rem;top:109.85242652893rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIyR5Sv35i9Trum95pgcAFbnMyqk1vN { width:9.874125rem;height:14.874125rem;top:78.53515815735rem;left:9.9251311421394rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfO4rbivtP3iPDw44gNsXykc51Iub65q { width:13.6875rem;height:18.312210321791rem;top:142.99155235291rem;left:6.2131078839302rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez { display:block; }#SzisPiyMlfGED9V1zOmgQNcbIXLN05Ez > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVpk76WAdsh1iNwMkBdKiFWFam9pIW8E { width:16.25rem;height:2.74956875rem;top:20.811633110046rem;left:1.8750000596046rem;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) { #ZaTtqf2xUIxHmhDy2uVTXw3SerPehuAl { width:16.25rem;height:33.6415rem;top:24.811200141907rem;left:1.8750000596046rem;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) { #dVfsuOgs8ucySO7ext9RRcPsbOferQBu { width:10.5rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVR51DVCzIQzh7QuaBbIERylTMzW3AA3 { width:14.625rem;height:19.562210194322rem;top:59.953366279602rem;left:2.6866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U { display:block; }#ORtH8dqtrhpMIi2LZuB1zyRxBQuPJd5U > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ewo0V5Q9tyuFPrZUTmvQrRaRFTNazTWg { width:16.25rem;height:5.49913125rem;top:17.62477684021rem;left:1.8750000596046rem;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) { #gV1w2ui0rTvSM5Sglc6nbsiK3ee5IRNF { width:16.25rem;height:33.6415rem;top:23.120668411255rem;left:1.8750000596046rem;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) { #rOTsyv0bQziNnUNXGrUeLcsJaxlNRH2F { width:10.686875rem;height:14.3120625rem;top:79.123268127444rem;left:9.3120663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkcV4OeU2Kpc8Tsqc9bx8ObDlz0akMqT { width:11.5rem;height:17.374785997293rem;top:67.992626190187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXXTLefWyH1d4LDgTQFozCXU1WzzJMG { width:11.6875rem;height:15.729057384462rem;top:57.702898025513rem;left:8.311632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BXz4UwRTybHmSp1KWXhLQW86FrTXAz { width:12.4375rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX { display:block; }#hxJG1ZpHTaA6bUFtGa6ab1m5TgFSLNUX > .row .container { width:20rem;height:119.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rndyfMJ1KvMPe5zUGLmFsX2GwuEJCmyk { width:16.25rem;height:5.49913125rem;top:17.437076568604rem;left:1.8750000596046rem;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) { #Pmc3T0evvAqXxKLBJqKT33ZrqRuFQ87E { width:16.25rem;height:38.0295rem;top:22.935121536255rem;left:2.0128038525581rem;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) { #atBvTRo7mMH7kTMJGuPoiyTusyPK7lrT { width:9.6245625rem;height:14.3120625rem;top:60.962430000305rem;left:10.375434219837rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8uxMMWdeEddTzbmUnANwqDHrRZlm4bp { width:17.8125rem;height:23.75rem;top:72.027999877931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNGaZTkm4t4xl3kTsPcfZLDKO0fR9bVJ { width:16.25rem;height:24.436875rem;top:94.465106964112rem;left:3.7489150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLhtxadeGAuHETHp6OLzrvwkse3cwcOU { width:11.0625rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm { background-color:#dfedeb;background-image:none;display:block; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container { background-color: transparent; background-image: none; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container > .video-iframe-container { display: none; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row > .video-iframe-container { display: none; }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .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); }#frTIqmIGuDPrNp7kd7TzCPe1kavO49Gm > .row .container { width:20rem;height:111.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GB7XC96nnuh1Jw62EObaQ8SNmD1a11Nn { width:17.5rem;height:2.62478125rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrFOyAGXuv8674igrloFpNmXoMruoyh6 { width:20rem;height:21.875rem;top:6.2553730010988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6BdL8JB0mvcDT7McEZKhXCvTulW6T17 { width:17.5rem;height:12.2504375rem;top:15.947265625rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBvubZTs5l3tig4do9MbiEXTo6achiPv { width:17.5rem;height:4.19921875rem;top:10.747613906861rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtQBf5ix7He2ZRC3HwcVbPecPo8NJ3Ki { width:14.749375rem;height:12.2504375rem;top:47.185330867767rem;left:2.6247830986977rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gh6QKsAxwLz91NfQpIfSyt5cUOoA2neL { width:14.749375rem;height:12.2504375rem;top:73.248754501344rem;left:2.6247830986977rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTyDVAXI1Zksx684srlifIWnEPozFvRg { width:14.749375rem;height:12.2504375rem;top:60.498013973236rem;left:2.6247830986977rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7DOPET6TL3gUaUvN7HWfWlvdvwqbDpg { width:14.749375rem;height:7.35025rem;top:86.624355316162rem;left:2.6247830986977rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeBuR9fD0JFCeHeyfd5X7vF8G5CixDJO { width:20rem;height:1.75021875rem;top:7.5607643127444rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHnUt6zOVTiyfoBi8i2zgCSETHH5EbiI { width:20rem;height:1.75021875rem;top:96.848943710325rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHroytSEG1TDTLWKHMHLwSuMQ5nL53dA { width:18.75rem;height:2.79948125rem;top:105.03581237793rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlhQVaniGuzHIFGV0oOIJHJ0Th3VkqN0 { width:18.75rem;height:2.79948125rem;top:101.39757537842rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKW3yCZ9qzHXCZiN5FWDb51TEDxhFpHl { width:18.75rem;height:2.79948125rem;top:108.38433456421rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlzirbrbIuN8SBCritWSvZwXLBaQG6KC { width:18.75rem;height:19.561625rem;top:26.498521804809rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QwvUW1pceTqGXoo3wu31IH9dV7LqSKvD { width:10rem;height:10rem;top:36.686225891113rem;left:9.9989150166512rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmwRsXED2L3TMGMKVor91owuRKbNQhhh { display:block; }#pmwRsXED2L3TMGMKVor91owuRKbNQhhh > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1HyCyZhMQTJFMLfRr2gX5W8gTQWxTDK { width:20rem;height:2.62478125rem;top:3.875rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obs7skStdGSm4vzTtesTlgLO3ivRryRt { width:20rem;height:28.68383125rem;top:7.1245937347413rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #I7c5KdvKvyWQxN3lTBEED6VoMa8fRUl9 { width:20rem;height:28.6838125rem;top:78.618709981444rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #J39L9cXM3qUs7n4K1slEE6wBICdsdQME { width:20rem;height:28.6838125rem;top:47.686613082886rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DSGT9DdQNwnWdBvo9zTC7chqIuovwEJf { width:8.75rem;height:8.75rem;top:36.687255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAur7uGgTBDza7fahMGkw0zzJv2nJFpF { display:block; }#QAur7uGgTBDza7fahMGkw0zzJv2nJFpF > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1xEfwExQabDvU3mDNQCCaW8TFtMuxhJ { width:20rem;height:13.7478125rem;top:1.8120651245118rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2IoAIOR51mpNqkHbVnaWRUzKuQH3Ql4 { width:8.624125rem;height:10.4373125rem;top:17.317709445953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAKb09fxRhwELKJ1G1V7R0swwAN2bG3 { width:8.75rem;height:5.81163125rem;top:29.154732227326rem;left:0.62391501665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQEZwL5SqxGoWKuVT9rVy4HGrcmKxBZD { width:9.9375rem;height:6.5625rem;top:38.873726367951rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoe8Kme6iVUB1kF3ZR6b8x8WMZR1cQvL { width:9.3125rem;height:14.125rem;top:27.686634540558rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDZwVl8qx2dPe2WyuRL0wQMk086tS3ts { width:5.81163125rem;height:8.75rem;top:17.061611175537rem;left:12.093099892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM { display:block; }#h9xAg0bD1UpvNLmRq5Z9uficDTNQLuMM > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbV61HZe3tVpsk4uT3eihltduozsEPfE { width:20rem;height:7.875rem;top:2.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onff7hQRcock2bDPaEPSA06Azgcg87T1 { width:20rem;height:4.19921875rem;top:12.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idkuym1iBJmTcTkcScD6LfTgAu919T9Q { width:17.5rem;height:28.8574375rem;top:23.936632633209rem;left:2.4989150166511rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BOfTD3LEq8NJDNGREP5rgchAMXA8Flgh { width:12.5rem;height:2.79948125rem;top:55.287546157837rem;left:4.9989150166511rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzcuSqQm4kQvd4nxxrpuQkETcVL6qRdP { display:flex;width:1.49956875rem;height:1.49956875rem;top:23.936632633209rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #uQUqwiOko4bne8TneihT3Tpg3UyQKnc4 { width:20rem;height:39.875rem;top:21.444227695465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AozTsDcVw65yxyVqFJGO4zqnMOt4sHLE { display:flex;width:1.49956875rem;height:1.49956875rem;top:51.362848281861rem;left:14.061415970326rem; }
 }@media only screen and (max-width: 763px) { #LOgo8WxTBIPp7iKM3sVGcfCxRfhrJVWD { width:3.75rem;height:3.75rem;top:54.812284469604rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #md4OxeUa1hTGkZKogCku1EJgP88iTzfX { width:20rem;height:26.0625rem;top:64.6864566803rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL4yu6uoy7q59zKUcky4wJy3hUDGcHRF { width:17.5rem;height:18.89325rem;top:66.488718032837rem;left:2.4989150166511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQ1S8kXlk8hSku64MwRRP6llsVduVJZx { display:flex;width:1.12413125rem;height:1.12413125rem;top:66.125219345094rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #fOSFvNhceCbGRcgH8PI657SfpD0seV7X { display:flex;width:1.12413125rem;height:1.12413125rem;top:84.327259063719rem;left:8.9984810948375rem; }
 }@media only screen and (max-width: 763px) { #tfqPX4IdwZCdTsRRVaLasLtTy7K3CarK { width:12.5rem;height:2.44791875rem;top:86.498485565187rem;left:4.9989150166511rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfP9cLMuAhCQhzCZHBWyeGu1BIb4ppGV { width:3.125rem;height:3.125rem;top:86.15994262695rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBf9QEHqIgV1TZzgIOHsnha621fM3yA5 { width:20rem;height:26.9375rem;top:92.623706817625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPr84Cif2gLdOktyX8TdrXZTngGKv7U { display:flex;width:1.12413125rem;height:1.12413125rem;top:112.26454162597rem;left:10.121527969837rem; }
 }@media only screen and (max-width: 763px) { #VNIDLNqgrlHFmAo5gRK9EB0Bk8dm55P5 { width:12.5rem;height:2.44791875rem;top:115.15082550049rem;left:3.7500002980233rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIW2g0MhGJ3o2UeLtUpmT16RH7SfgTI6 { width:17.5rem;height:18.89325rem;top:94.425998687744rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k6FwdXF13ncsQZsNP4f411D2lWDfyWEi { display:flex;width:1.12413125rem;height:1.12413125rem;top:94.425998687744rem;left:0.1953125rem; }
 }@media only screen and (max-width: 763px) { #l1837e0l7wLXFIfIPnBD86ThdBJchuWp { width:2.06163125rem;height:3.125rem;top:114.81228637695rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJGKiOd0sT24yIHrUTZ7Iko9KIDkKBlM { width:9rem;height:9rem;top:51.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LfbukhFXvTJiHlO9b2nMsNuzScsgp8qg { width:10.374375rem;height:10.374375rem;top:19.498698711395rem;left:9.6245663762094rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KXxuOVMz3mi8kWyO6etDU0FT9K1USzht { display:block; }#KXxuOVMz3mi8kWyO6etDU0FT9K1USzht > .row .container { width:20rem;height:55.881286621094rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOsaTT36aMx6QBDwBsKkkHr1mRfksTds { width:20rem;height:2.62478125rem;top:1.4995660781861rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xFKtvRQNxMeOpvCNATkqSk48PU8EnHJ3 { width:20rem;height:17.099625rem;top:5.3428826332092rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8ZTaI6v98cGIQLFXT7MnxM9xZPOdFzp { width:16.25rem;height:1.91189375rem;top:37.705078601837rem;left:3.7489150166511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X92VBFPB4xVRhPlQzhgGrGEbWZWa3nfT { width:16.25rem;height:1.91189375rem;top:35.793186664581rem;left:3.7489150166511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vHic82nZafRha5hcJsInizsIViWWbwcw { width:16.25rem;height:7.6475625rem;top:48.256294727326rem;left:3.7489150166511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nedCHka9HPfzm7RzTJTm0ddwFpo6pvGa { width:16.25rem;height:1.91189375rem;top:46.344402790069rem;left:3.7489150166511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B9Td2DUrN4W8iii7OdHXMN7dXLPH7IXB { width:16.25rem;height:1.91189375rem;top:42.649742603302rem;left:3.7489150166511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XKiP0mOxNWTHzO0Qp0SukO6T3hBeXxsT { width:16.25rem;height:1.91189375rem;top:40.737850666046rem;left:3.7489150166511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Axq7IrlEq2KuXnQZbSs3Wu46QGkFT6q1 { display:flex;width:2.12456875rem;height:2.12456875rem;top:35.686851978302rem;left:0.69335943460463rem; }
 }@media only screen and (max-width: 763px) { #JVZamzzdx8Ozta9BGk8Nx70x8uN4DnZi { display:flex;width:2.12456875rem;height:2.12456875rem;top:40.562069416046rem;left:0.69335943460463rem; }
 }@media only screen and (max-width: 763px) { #bfJVwgXbNlN6Vgt7G4y442CxiQUEm5up { display:flex;width:2.12456875rem;height:2.12456875rem;top:46.06228685379rem;left:0.62500005960463rem; }
 }@media only screen and (max-width: 763px) { #qp3a1T5h77yFdrEHW2eomqED1T8Pqqlc { width:12.5rem;height:3.49935rem;top:28.450521945953rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5qBTt0LoNKDUN1yMcHPcHbxKMcdmAo4 { display:block; }
 }@media only screen and (max-width: 763px) { #SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { width:6.1875rem;height:6.1875rem;top:21.381294727326rem;left:7.561848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { display:block; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKrnEunpTzKNBSCxiHGWLhy67TWgSpn6 { width:20rem;height:1.31185rem;top:1.3107490539551rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }