.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:246,232,242;--color-primary-1:227,180,210;--color-primary-2:198,104,165;--color-primary-3:99,52,83;--color-primary-4:30,16,25;--color-secondary-0:219,233,242;--color-secondary-1:148,188,215;--color-secondary-2:77,144,189;--color-secondary-3:33,116,173;--color-secondary-4:21,74,109;--color-tertiary-0:255,255,255;--color-tertiary-1:244,247,250;--color-tertiary-2:59,67,64;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f5f2;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; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row .container { background-color: transparent; background-image: none; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row .container > .video-iframe-container { display: none; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row > .video-iframe-container { display: none; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .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); }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row .container { border-width: 0; border-radius: 0; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#x7g9UBdRAJRu7kZGf3N4OmCPRnxtyaAi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:14.625rem;top:1.8125rem;left:0.71875rem;overflow:hidden;display:block; }
#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5eef4;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; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container { background-color: transparent; background-image: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container > .video-iframe-container { display: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container { display: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .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); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container { border-width: 0; border-radius: 0; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#lJfbKqrJWvAHgeaNIwQGDMJpKUqOhv6t { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5343751907349rem;left:1.15625rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDWPBJ795XPMuV4mVVUs5oJvtZnNL6E6 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.815629005432rem;left:1.15625rem;height:1.86875rem;font-style:normal;display:block; }
#TpWXwR5p8FzEriBWIICHIi9bxytr8zWV { color:rgba(var(--color-tertiary-3),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.528125762939rem;left:1.15625rem;height:;overflow:hidden;display:block; }#TpWXwR5p8FzEriBWIICHIi9bxytr8zWV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpWXwR5p8FzEriBWIICHIi9bxytr8zWV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#bT09NIyOyni2VMTIJHJIWI22rRIKP53R { position:absolute;display:block;z-index:15002;background-color:#f8f5f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:19.3125rem;width:35rem;top:10.843753814698rem;left:0rem;display:block; }
#Bam37vPgLB3ybRG3MNJsfzly27ZSHUX2 { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33rem;left:4.75rem;display:block; }
#I2USRLh71K3VoqpibJSemAcffh7ZUSpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkdBN07rg9LVHH2XlrTFhtebWxzc6xAX { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:35.25rem;width:26.3125rem;top:4.1875rem;left:48.6875rem;overflow:hidden;display:block; }
#Uv0ZGqrVpnH6uhO7FvtiFiWhU0gZK0kU { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.5rem;top:2.4343757629394rem;left:37.357345459711rem;overflow:hidden;display:block; }
#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row .container { background-color: transparent; background-image: none; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row .container > .video-iframe-container { display: none; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row > .video-iframe-container { display: none; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .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); }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row .container { border-width: 0; border-radius: 0; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#Nin2GV7MXJhTXTFVWgsvn5vLcT4cIKc2 { color:rgba(var(--color-tertiary-3),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:19.187501907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W { position:relative;display:block; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W { background-color: transparent; background-image: none; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container > .video-iframe-container { display: none; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row > .video-iframe-container { display: none; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W { border-width: 0; border-radius: 0; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container.adaptive-delivery-prevent-bg, #V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container.lazyload, #V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container.lazyloading { background-image: none; }#HdQT594G178upMS5W0n7pmXzQh9Fbdel { color:#255184;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:39.0625rem;height:4.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wi5wGoSNEC8iyLGZOvpI0FQAH5TmlGKP { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.0625rem;height:;overflow:hidden;display:block; }#Wi5wGoSNEC8iyLGZOvpI0FQAH5TmlGKP li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Wi5wGoSNEC8iyLGZOvpI0FQAH5TmlGKP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#TkytioIq2UdsKHTQKNgJh1iQgr1dsyuG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.375rem;width:14.5625rem;top:4.5rem;left:9.84375rem;overflow:hidden;display:block; }
#RxsaFSJyfzeaiWrOzAgFwvTGFT3oCIHN { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:25.1875rem;width:36.9375rem;top:2.5625rem;left:37.5rem;display:block; }
#wpqTg7vt7bGneT88eyodpKTf5ciQqG56 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.8125rem;width:9.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0rem;left:4.21875rem; }
#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD { position:relative;display:block; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD { background-color: transparent; background-image: none; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row .container > .video-iframe-container { display: none; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row > .video-iframe-container { display: none; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .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); }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD { border-width: 0; border-radius: 0; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F3qhQMiMTgMSsS9PCfGAsTMJcX0VomNg { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.84375rem;left:24.65625rem;display:block; }
#MlG94lrmRQ0uwkRQc7pWmi5JXE8UkGaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row .container { background-color: transparent; background-image: none; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row .container > .video-iframe-container { display: none; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row > .video-iframe-container { display: none; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .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); }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row .container { border-width: 0; border-radius: 0; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#GvfSSN3opMxE6So8wnmQnipm52BuXJGP { color:rgba(var(--color-tertiary-3),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.40625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx { position:relative;display:block; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx { background-color: transparent; background-image: none; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row .container > .video-iframe-container { display: none; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row > .video-iframe-container { display: none; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .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); }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx { border-width: 0; border-radius: 0; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kDiI8pBQC4JfTh6FtiOz5IxKwnSQSDwg { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:32.5rem;width:72.25rem;top:2.25rem;left:1.3125rem;display:block; }
#O2eTRImbnIeTiDAvSvpe8TSpAWTrBxHI { color:rgba(var(--color-tertiary-3),1);display:block;width:66.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.09375rem;height:29.375rem;overflow:hidden;display:block; }#O2eTRImbnIeTiDAvSvpe8TSpAWTrBxHI li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#O2eTRImbnIeTiDAvSvpe8TSpAWTrBxHI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row .container { background-color: transparent; background-image: none; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row .container > .video-iframe-container { display: none; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row > .video-iframe-container { display: none; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .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); }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row .container { border-width: 0; border-radius: 0; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#IbS2gm1Xb6T1xSvdrmBl7a8w9Xnigusq { color:rgba(var(--color-tertiary-3),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.40625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O { position:relative;display:block; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O { background-color: transparent; background-image: none; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container > .video-iframe-container { display: none; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row > .video-iframe-container { display: none; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O { border-width: 0; border-radius: 0; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container.adaptive-delivery-prevent-bg, #ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container.lazyload, #ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container.lazyloading { background-image: none; }#xNKUB1B79BZl4FClzRdpOsBotrdZyghf { color:#255184;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:39.0625rem;height:4.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vDHkQRKMhhFB0GEOXT9bLLchLWSOvKx5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:17.25rem;width:25.9375rem;top:6.4375rem;left:5.78125rem;overflow:hidden;display:block; }
#h5xW9tGosnpbcrl3wuQxAISkUZcfaxi3 { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:28.375rem;width:36.125rem;top:0.75rem;left:37.5rem;display:block; }
#bzAxwW6ZJz0UzK1JyfKgOwwwAZF5erc3 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.956250190735rem;left:39.1875rem;height:18.375rem;overflow:hidden;display:block; }#bzAxwW6ZJz0UzK1JyfKgOwwwAZF5erc3 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#bzAxwW6ZJz0UzK1JyfKgOwwwAZF5erc3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#r8JNHOXX538OcQohhCC3QOI74ynywD4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49d85651-b272-4137-8eda-7f02aa2bec81/left.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t.adaptive-delivery-prevent-bg, #r8JNHOXX538OcQohhCC3QOI74ynywD4t.lazyload, #r8JNHOXX538OcQohhCC3QOI74ynywD4t.lazyloading { background-image: none; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row .container { background-color: transparent; background-image: none; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row .container > .video-iframe-container { display: none; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row > .video-iframe-container { display: none; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .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); }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row .container { border-width: 0; border-radius: 0; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#IA6ZW1bgdrVJRG6ddhf4mGKIJa9TVx6V { color:#255184;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.1875rem;height:4.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X8rJCbyrhqPWmnkmnSnALMQlNNahITID { color:#e89331;display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.2999992370606rem;left:2.28125rem;height:18rem;overflow:hidden;display:block; }#X8rJCbyrhqPWmnkmnSnALMQlNNahITID li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#X8rJCbyrhqPWmnkmnSnALMQlNNahITID li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#Kn4G6ClzDRIzQtHrLWuD8Xx72qBaKKMH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:17.0625rem;width:25.625rem;top:6.09375rem;left:43.4375rem;overflow:hidden;display:block; }
#HJ8akk7nDvIWzi3Hoqaggg2TUoMC9R8t { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:27.3125rem;width:36.1875rem;top:0.6875rem;left:0.4375rem;display:block; }
#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a0f3026-d561-44eb-b854-133cbb027515/right.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD.adaptive-delivery-prevent-bg, #m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD.lazyload, #m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD.lazyloading { background-image: none; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row .container { background-color: transparent; background-image: none; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row .container > .video-iframe-container { display: none; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row > .video-iframe-container { display: none; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .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); }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row .container { border-width: 0; border-radius: 0; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#QqVNNOaa7K1dLH1q52sSbBcJyd8OK8D6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:38.5rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D0zmLFEa5L3e2TnCcpodaX8QLAD80TLM { color:rgba(var(--color-tertiary-3),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.90625rem;left:38.5rem;height:;overflow:hidden;display:block; }#D0zmLFEa5L3e2TnCcpodaX8QLAD80TLM li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#D0zmLFEa5L3e2TnCcpodaX8QLAD80TLM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#hvgFftWkNwTWOiFIc5yR9mhBG1tLGVsq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:17.125rem;width:25.75rem;top:9.375rem;left:5.875rem;overflow:hidden;display:block; }
#vtHnqNleRA4EQJyXacCwZfQnPTHTn5ud { position:absolute;display:block;z-index:15002;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:33.6875rem;width:36.625rem;top:0rem;left:37.5rem;display:block; }
#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49d85651-b272-4137-8eda-7f02aa2bec81/left.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU.adaptive-delivery-prevent-bg, #KOWfEzecVLDb8swDCydq4aNr9KuF7gLU.lazyload, #KOWfEzecVLDb8swDCydq4aNr9KuF7gLU.lazyloading { background-image: none; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row .container { background-color: transparent; background-image: none; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row .container > .video-iframe-container { display: none; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row > .video-iframe-container { display: none; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .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); }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row .container { border-width: 0; border-radius: 0; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#QefvIp0TEXFQptyLEla7HAeJH30SH3Ev { color:#255184;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.375rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TbF04Tgy7U7QoMeyZNeCyq1tzv7ycBrr { color:#e89331;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.375rem;height:;overflow:hidden;display:block; }#TbF04Tgy7U7QoMeyZNeCyq1tzv7ycBrr li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#TbF04Tgy7U7QoMeyZNeCyq1tzv7ycBrr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#QrfNizznhU5KCSuZLvkvoRL2BqV7O2sp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:17.0625rem;width:23.9375rem;top:5.09375rem;left:44.28125rem;overflow:hidden;display:block; }
#KJflWtIgEcnX0s3IEAHAVyECIZVbxSXr { position:absolute;display:block;z-index:15001;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:29.25rem;width:36.1875rem;top:0.6875rem;left:0.4375rem;display:block; }
#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 { position:relative;display:block; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 { background-color: transparent; background-image: none; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row .container > .video-iframe-container { display: none; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row > .video-iframe-container { display: none; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .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); }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 { border-width: 0; border-radius: 0; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K5TlPo0g5S03hLR5ywyS4Q7TT2iTWgPJ { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.84375rem;left:24.65625rem;display:block; }
#TCQb9aku9h2ldwlBTtphRgPwr4TRlx4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row .container { background-color: transparent; background-image: none; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row .container > .video-iframe-container { display: none; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row > .video-iframe-container { display: none; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .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); }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row .container { border-width: 0; border-radius: 0; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#WSI9oeTIw8En9h5HqQ2M6dqIAQqG3MPN { color:rgba(var(--color-tertiary-3),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH { position:relative;display:block; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH { background-color: transparent; background-image: none; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row .container > .video-iframe-container { display: none; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row > .video-iframe-container { display: none; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .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); }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH { border-width: 0; border-radius: 0; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VATNMJGyfHM6xNp7MBTxJgbcuZqffANF { position:absolute;display:block;z-index:15000;background-color:#8ec63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(48,44,44,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#yTU6gwA7ELn0t2XsiAhuUwN0QO8X82o5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bRE2R2oIhCBctpV2E5cIFH9Lh92JvTRi { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4124984741213rem;left:4.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ngz7prbZwmV9yzP1lh3GfJD6uhgknKAi { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:27.875rem;display:block; }
#klL0ClMspLTKKlyr0hoqusplTrbtFf2Q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8ChNAlnV1SwZpfTBvvsPZTl8KJzyrJf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.5625rem;top:2.78125rem;left:35.71875rem;overflow:hidden;display:block; }
#mOVxsCXt6bCtmBz9wK7lQ6dTXrbVlKZ6 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmpzN5bBI42pJHunVEz4ulBuCarqJLLk { position:absolute;display:block;z-index:15008;background-color:#8ec63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#oObhLAVmlExJKBpvw6ZfVpX1TgEe74K4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.4375rem;top:2.625rem;left:60.28125rem;overflow:hidden;display:block; }
#EkVL5Nr3TxXtIqyx6PNA3ILTt78scSaw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7xdwrirQ0sQfEuwRMfMOhg4GMHE0JHJ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:54.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmRU23NN4FEogl16Bia4Cxexwwlg75CQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.375rem;left:10.4375rem; }
#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI { position:relative;display:block; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI { background-color: transparent; background-image: none; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row .container > .video-iframe-container { display: none; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row > .video-iframe-container { display: none; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .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); }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI { border-width: 0; border-radius: 0; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ly3mEJFXE22vTWlh531nLyvdI9GVrk88 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#A3Li7uaNPJHQ497NvAw2KrlOeVrLKDGU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiwwCgVwE3S6BqJlLv1Un1AI0OgW5Fii { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4124984741213rem;left:4.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pc7o4ZqrkPLuD5Hy0DkqbToZT86CfXuM { position:absolute;display:block;z-index:15004;background-color:#8ec63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:27.875rem;display:block; }
#FzKNuqcqCIeboyWl0SaZ60mPLJlIkL24 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NpK1ulSKhC9bXXVieh8In4Uz4o3QE2Jm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.8125rem;top:2.65625rem;left:35.59375rem;overflow:hidden;display:block; }
#O4R4zzovEhxA5hhUshScZ1xl15ITbkPL { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3Xydy2SOOvhTP0sthW8C51T7UfvE5TN { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#USQE8SITKQDfqlqdTEi1WMomPgdxhMt7 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ga9dpv2PMCbzzTKwoeSoI02AasFNDH0a { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.65625rem;left:54.4375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBveMWaK9eZxUtar126EdwzhnJEwuiEG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.65625rem;left:10.71875rem; }
#dUU8FK0zOd396ztyfETMiUazaEVX7ovT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.875rem;left:60.9375rem; }
#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA { position:relative;display:block; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA { background-color: transparent; background-image: none; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row .container > .video-iframe-container { display: none; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row > .video-iframe-container { display: none; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .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); }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA { border-width: 0; border-radius: 0; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MWuJMkrqffrDZbr2igB2iU6Vo3taUdkD { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI { position:relative;display:block; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI { background-color: transparent; background-image: none; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row .container > .video-iframe-container { display: none; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row > .video-iframe-container { display: none; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .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); }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI { border-width: 0; border-radius: 0; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iRGuvwBdrxCfQFsm1F36hAzRZLNyapfh { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.96875rem;height:5.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QymPRhgyEzH5uvCH7honTU9dTrbp3h3U { position:absolute;display:block;z-index:15013;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:28.0625rem;width:23.0625rem;top:3.5625rem;left:50.34375rem;overflow:hidden;display:block; }
#vLGDlSamHhhe7RkJs2WGoQzGfZgTaEHM { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.46875rem;left:2.96875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vLGDlSamHhhe7RkJs2WGoQzGfZgTaEHM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vLGDlSamHhhe7RkJs2WGoQzGfZgTaEHM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
#xWp3qlqBzDhx3q0azGbtPg8WgR6oBqkB { position:absolute;display:block;z-index:15005;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:29.0625rem;width:44.9375rem;top:2.9375rem;left:0.8125rem;display:block; }
#lTsWttiwGwVMWvWwe3PArll0VTdSoVXn { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.96875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv { position:relative;display:block; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv { background-color: transparent; background-image: none; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row .container > .video-iframe-container { display: none; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row > .video-iframe-container { display: none; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .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); }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv { border-width: 0; border-radius: 0; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uoKWXna3oTT3wWw4hhy3q844L2WE6TT6 { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row .container { background-color: transparent; background-image: none; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row .container > .video-iframe-container { display: none; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row > .video-iframe-container { display: none; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .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); }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row .container { border-width: 0; border-radius: 0; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#otUa1BVllZ17sFitqZi2Qc4qRi4Myy1u { position:absolute;display:block;z-index:15003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:34.8125rem;width:36.125rem;top:3.5rem;left:0.625rem;display:block; }
#Tlw8tD4bB2EFksN36bkwLdVTsky85Sas { color:#372400;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.5625rem;height:32.5rem;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; }
#HsSgXKyn0Wk8tHRFOQUt50OvuwNc47XV { position:absolute;display:block;z-index:15004;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-3),0.1);border-left:0.125rem solid rgba(var(--color-secondary-3),0.1);border-right:0.125rem solid rgba(var(--color-secondary-3),0.1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),0.1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:34.75rem;width:36.125rem;top:3.5rem;left:38.125rem;display:block; }
#obWhh1G3tnm8HCxZpCXchKPdeLROn75a { color:#372400;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.5rem;left:40.0625rem;height:29.25rem;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; }
#hkAA32EkbbtbbGp6pTPoheP3AQV4z8bE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.75rem;left:32.3125rem; }
#Jnz3ZdTua9q7XpROCgT8Q19GMfCoXndV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:0.75rem;left:69.8125rem; }
#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv { position:relative;display:block; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv { background-color: transparent; background-image: none; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row .container > .video-iframe-container { display: none; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row > .video-iframe-container { display: none; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .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); }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv { border-width: 0; border-radius: 0; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a4NtgsTiWELb9BdtFEdgMTtbmMpwBTh8 { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.28125rem;left:24.65625rem;display:block; }
#BlzV0MUTVnTQOcrDoNz80rf6gVmCvrTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { background-color: transparent; background-image: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .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); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { border-width: 0; border-radius: 0; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { font-size:0.875rem;font-family:rubik;height:0.3125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX { display:block; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x7g9UBdRAJRu7kZGf3N4OmCPRnxtyaAi { width:13.25rem;height:2.4375rem;top:1.9687509536743rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ { background-color:#e5eef4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container { background-color: transparent; background-image: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container > .video-iframe-container { display: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container { display: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .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); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container { border-width: 0; border-radius: 0; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lJfbKqrJWvAHgeaNIwQGDMJpKUqOhv6t { width:27.625rem;height:6.3375rem;top:1.1875rem;left:1.25rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XDWPBJ795XPMuV4mVVUs5oJvtZnNL6E6 { width:24.8125rem;height:3.4125rem;top:11.28125rem;left:2.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpWXwR5p8FzEriBWIICHIi9bxytr8zWV { width:25.25rem;height:9.4rem;top:16.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }#TpWXwR5p8FzEriBWIICHIi9bxytr8zWV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #bT09NIyOyni2VMTIJHJIWI22rRIKP53R { width:26.9375rem;height:18rem;top:9.90625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bam37vPgLB3ybRG3MNJsfzly27ZSHUX2 { width:25.6875rem;height:3.4375rem;top:30.3125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2USRLh71K3VoqpibJSemAcffh7ZUSpz { display:block; }
 }@media only screen and (max-width: 1199px) { #LkdBN07rg9LVHH2XlrTFhtebWxzc6xAX { width:16.6875rem;height:22.375rem;top:13.5rem;left:31.063539505005rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uv0ZGqrVpnH6uhO7FvtiFiWhU0gZK0kU { width:9.4375rem;height:9.3125rem;top:2.875rem;left:33.188539505005rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU { display:block; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row .container { width:47.75rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Nin2GV7MXJhTXTFVWgsvn5vLcT4cIKc2 { width:47.75rem;height:1.86875rem;top:1.0656242370606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W { display:block; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container { width:47.75rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HdQT594G178upMS5W0n7pmXzQh9Fbdel { width:24.0625rem;height:3.4125rem;top:5.59375rem;left:5.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wi5wGoSNEC8iyLGZOvpI0FQAH5TmlGKP { width:37.375rem;height:12.25rem;top:11.411457061767rem;left:5.09375rem;font-size:1.25rem;display:block; }#Wi5wGoSNEC8iyLGZOvpI0FQAH5TmlGKP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #TkytioIq2UdsKHTQKNgJh1iQgr1dsyuG { width:10.9375rem;height:16.0625rem;top:27.3125rem;left:18.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxsaFSJyfzeaiWrOzAgFwvTGFT3oCIHN { width:40.75rem;height:21.75rem;top:3.5520839691162rem;left:3.2916669845581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpqTg7vt7bGneT88eyodpKTf5ciQqG56 { width:9.8125rem;height:9.8125rem;top:0rem;left:37.938539505005rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD { display:block; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F3qhQMiMTgMSsS9PCfGAsTMJcX0VomNg { width:25.6875rem;height:3.4375rem;top:1.21875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MlG94lrmRQ0uwkRQc7pWmi5JXE8UkGaL { display:block; }
 }@media only screen and (max-width: 1199px) { #NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ { display:block; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row .container { width:47.75rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GvfSSN3opMxE6So8wnmQnipm52BuXJGP { width:47.75rem;height:1.86875rem;top:1.0656242370606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx { display:block; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row .container { width:47.75rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kDiI8pBQC4JfTh6FtiOz5IxKwnSQSDwg { width:40.6875rem;height:47.25rem;top:1.4375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2eTRImbnIeTiDAvSvpe8TSpAWTrBxHI { width:37.375rem;height:42.375rem;top:3.78125rem;left:5.1875rem;font-size:1.25rem;display:block; }#O2eTRImbnIeTiDAvSvpe8TSpAWTrBxHI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS { display:block; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row .container { width:47.75rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IbS2gm1Xb6T1xSvdrmBl7a8w9Xnigusq { width:47.75rem;height:1.86875rem;top:1.0656242370606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O { display:block; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container { width:47.75rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xNKUB1B79BZl4FClzRdpOsBotrdZyghf { width:40.8125rem;height:1.86875rem;top:0.9375rem;left:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDHkQRKMhhFB0GEOXT9bLLchLWSOvKx5 { width:21.4375rem;height:14.1875rem;top:28.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5xW9tGosnpbcrl3wuQxAISkUZcfaxi3 { width:40.6875rem;height:21.375rem;top:5.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzAxwW6ZJz0UzK1JyfKgOwwwAZF5erc3 { width:37.375rem;height:16.75rem;top:7.5rem;left:5.09375rem;font-size:1.25rem;display:block; }#bzAxwW6ZJz0UzK1JyfKgOwwwAZF5erc3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #r8JNHOXX538OcQohhCC3QOI74ynywD4t { display:block; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row .container { width:47.75rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IA6ZW1bgdrVJRG6ddhf4mGKIJa9TVx6V { width:42.3125rem;height:1.86875rem;top:0.875rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X8rJCbyrhqPWmnkmnSnALMQlNNahITID { width:39.1875rem;height:13.125rem;top:6rem;left:4.71875rem;font-size:1.25rem;display:block; }#X8rJCbyrhqPWmnkmnSnALMQlNNahITID li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #Kn4G6ClzDRIzQtHrLWuD8Xx72qBaKKMH { width:20.5rem;height:13.625rem;top:22.5rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJ8akk7nDvIWzi3Hoqaggg2TUoMC9R8t { width:41.125rem;height:15.625rem;top:4.625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD { display:block; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row .container { width:47.75rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QqVNNOaa7K1dLH1q52sSbBcJyd8OK8D6 { width:26.125rem;height:1.86875rem;top:1.375rem;left:10.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0zmLFEa5L3e2TnCcpodaX8QLAD80TLM { width:35.0625rem;height:24.5rem;top:7.3125rem;left:6.40625rem;font-size:1.25rem;display:block; }#D0zmLFEa5L3e2TnCcpodaX8QLAD80TLM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #hvgFftWkNwTWOiFIc5yR9mhBG1tLGVsq { width:19.75rem;height:13.125rem;top:35.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtHnqNleRA4EQJyXacCwZfQnPTHTn5ud { width:39.625rem;height:28.0625rem;top:5.40625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOWfEzecVLDb8swDCydq4aNr9KuF7gLU { display:block; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row .container { width:47.75rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QefvIp0TEXFQptyLEla7HAeJH30SH3Ev { width:27.375rem;height:1.86875rem;top:0.8125rem;left:10.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbF04Tgy7U7QoMeyZNeCyq1tzv7ycBrr { width:38.6875rem;height:18.375rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;display:block; }#TbF04Tgy7U7QoMeyZNeCyq1tzv7ycBrr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #QrfNizznhU5KCSuZLvkvoRL2BqV7O2sp { width:19.125rem;height:13.625rem;top:29.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJflWtIgEcnX0s3IEAHAVyECIZVbxSXr { width:41.125rem;height:21.5625rem;top:4.625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 { display:block; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K5TlPo0g5S03hLR5ywyS4Q7TT2iTWgPJ { width:25.6875rem;height:3.4375rem;top:1.21875rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCQb9aku9h2ldwlBTtphRgPwr4TRlx4P { display:block; }
 }@media only screen and (max-width: 1199px) { #hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M { display:block; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row .container { width:47.75rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WSI9oeTIw8En9h5HqQ2M6dqIAQqG3MPN { width:47.75rem;height:1.86875rem;top:1.0656242370606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH { display:block; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VATNMJGyfHM6xNp7MBTxJgbcuZqffANF { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTU6gwA7ELn0t2XsiAhuUwN0QO8X82o5 { width:16.125rem;height:1.4625rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRE2R2oIhCBctpV2E5cIFH9Lh92JvTRi { width:16.125rem;height:5.2rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ngz7prbZwmV9yzP1lh3GfJD6uhgknKAi { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #klL0ClMspLTKKlyr0hoqusplTrbtFf2Q { width:16.125rem;height:1.4625rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8ChNAlnV1SwZpfTBvvsPZTl8KJzyrJf { width:3.5625rem;height:3.3125rem;top:2.75rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mOVxsCXt6bCtmBz9wK7lQ6dTXrbVlKZ6 { width:15.125rem;height:5.2rem;top:9.375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmpzN5bBI42pJHunVEz4ulBuCarqJLLk { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oObhLAVmlExJKBpvw6ZfVpX1TgEe74K4 { width:4.4375rem;height:3.625rem;top:2.625rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkVL5Nr3TxXtIqyx6PNA3ILTt78scSaw { width:16.125rem;height:1.4625rem;top:6.875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7xdwrirQ0sQfEuwRMfMOhg4GMHE0JHJ { width:14.1875rem;height:5.2rem;top:9.375rem;left:32.697917938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmRU23NN4FEogl16Bia4Cxexwwlg75CQ { width:4.125rem;height:4.125rem;top:2.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI { display:block; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ly3mEJFXE22vTWlh531nLyvdI9GVrk88 { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3Li7uaNPJHQ497NvAw2KrlOeVrLKDGU { width:16.125rem;height:1.4625rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiwwCgVwE3S6BqJlLv1Un1AI0OgW5Fii { width:15.0625rem;height:5.2rem;top:9.0625rem;left:0.42708301544189rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pc7o4ZqrkPLuD5Hy0DkqbToZT86CfXuM { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzKNuqcqCIeboyWl0SaZ60mPLJlIkL24 { width:16.125rem;height:1.4625rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpK1ulSKhC9bXXVieh8In4Uz4o3QE2Jm { width:3.8125rem;height:3.5625rem;top:2.625rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4R4zzovEhxA5hhUshScZ1xl15ITbkPL { width:14.4375rem;height:6.5rem;top:9.0625rem;left:16.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3Xydy2SOOvhTP0sthW8C51T7UfvE5TN { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USQE8SITKQDfqlqdTEi1WMomPgdxhMt7 { width:16.125rem;height:1.4625rem;top:6.875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ga9dpv2PMCbzzTKwoeSoI02AasFNDH0a { width:14.9375rem;height:5.2rem;top:9.375rem;left:32.322917938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBveMWaK9eZxUtar126EdwzhnJEwuiEG { width:3.5625rem;height:3.5625rem;top:2.625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUU8FK0zOd396ztyfETMiUazaEVX7ovT { width:3.125rem;height:3.125rem;top:2.875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA { display:block; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MWuJMkrqffrDZbr2igB2iU6Vo3taUdkD { width:47.75rem;height:3.7375rem;top:1.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI { display:block; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row .container { width:47.75rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iRGuvwBdrxCfQFsm1F36hAzRZLNyapfh { width:33.875rem;height:5.125rem;top:3.1583337783814rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QymPRhgyEzH5uvCH7honTU9dTrbp3h3U { width:17.8125rem;height:21.6875rem;top:32.53125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLGDlSamHhhe7RkJs2WGoQzGfZgTaEHM { width:41.5rem;height:15.5625rem;top:12.5rem;left:3.125rem;font-size:1.25rem;display:block; }#vLGDlSamHhhe7RkJs2WGoQzGfZgTaEHM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 1199px) { #xWp3qlqBzDhx3q0azGbtPg8WgR6oBqkB { width:44.875rem;height:29rem;top:1.09375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTsWttiwGwVMWvWwe3PArll0VTdSoVXn { width:41.625rem;height:1.75rem;top:8.2833337783812rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K26dSWm73SHfPscP2mOgSZSGJ26JBBfv { display:block; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row .container { width:47.75rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uoKWXna3oTT3wWw4hhy3q844L2WE6TT6 { width:47.75rem;height:1.86875rem;top:1.0656242370606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH { display:block; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #otUa1BVllZ17sFitqZi2Qc4qRi4Myy1u { width:21.625rem;height:47.1875rem;top:4.03125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tlw8tD4bB2EFksN36bkwLdVTsky85Sas { width:20.125rem;height:43.875rem;top:6.5927085876462rem;left:1.875rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #HsSgXKyn0Wk8tHRFOQUt50OvuwNc47XV { width:21.4375rem;height:47.1875rem;top:4.03125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obWhh1G3tnm8HCxZpCXchKPdeLROn75a { width:19.375rem;height:36.5625rem;top:6.5927085876462rem;left:26.0625rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #hkAA32EkbbtbbGp6pTPoheP3AQV4z8bE { width:4.75rem;height:4.75rem;top:0.75rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jnz3ZdTua9q7XpROCgT8Q19GMfCoXndV { width:4.75rem;height:4.75rem;top:0.75rem;left:43rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTWzChTilFGs3rKrT9irrLg0J6zeIZCv { display:block; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a4NtgsTiWELb9BdtFEdgMTtbmMpwBTh8 { width:25.6875rem;height:3.4375rem;top:2.25rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlzV0MUTVnTQOcrDoNz80rf6gVmCvrTk { display:block; }
 }@media only screen and (max-width: 1199px) { #Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE { background-color:#ffffff;background-image:none;display:block; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { background-color: transparent; background-image: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row > .video-iframe-container { display: none; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .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); }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX { display:block; }#DS2a41nkGCQs9QGnPuV6UsD9ogGEPTrX > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7g9UBdRAJRu7kZGf3N4OmCPRnxtyaAi { width:14.625rem;height:2.690625rem;top:1.8427095413208rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ { display:block; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ { background-color: transparent; background-image: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container > .video-iframe-container { display: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row > .video-iframe-container { display: none; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container { width:20rem;height:73rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b759b1ae-6181-4c94-8b98-fe2fb26a7615/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container.adaptive-delivery-prevent-bg, #PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container.lazyload, #PqrW50a693Vr6HPKk9Ff3gUusWcTQPCZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #lJfbKqrJWvAHgeaNIwQGDMJpKUqOhv6t { width:16.6875rem;height:3.9rem;top:1.9375038146973rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDWPBJ795XPMuV4mVVUs5oJvtZnNL6E6 { width:18.5625rem;height:2.925rem;top:8.9489583969119rem;left:0.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpWXwR5p8FzEriBWIICHIi9bxytr8zWV { width:17.5625rem;height:12.325rem;top:13.698958396912rem;left:0.83854198455813rem;font-size:1rem;display:block; }#TpWXwR5p8FzEriBWIICHIi9bxytr8zWV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #bT09NIyOyni2VMTIJHJIWI22rRIKP53R { width:20rem;height:18.8125rem;top:7.6718740463256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bam37vPgLB3ybRG3MNJsfzly27ZSHUX2 { width:19rem;height:3.4375rem;top:28.437496185302rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2USRLh71K3VoqpibJSemAcffh7ZUSpz { display:block; }
 }@media only screen and (max-width: 763px) { #LkdBN07rg9LVHH2XlrTFhtebWxzc6xAX { width:20rem;height:26.8166875rem;top:46.120832443237rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0ZGqrVpnH6uhO7FvtiFiWhU0gZK0kU { width:10.1875rem;height:10.0625rem;top:33.999999046326rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU { display:block; }#TuKnsOR7DmuhtTGfpHSIkQvOVLt4ToxU > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nin2GV7MXJhTXTFVWgsvn5vLcT4cIKc2 { width:20rem;height:3.25rem;top:1.8437528610229rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W { display:block; }#V0xKO8Z8ezv1RAieXKqGGTVTRKJv5h9W > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdQT594G178upMS5W0n7pmXzQh9Fbdel { width:19.0625rem;height:2.925rem;top:3.375rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi5wGoSNEC8iyLGZOvpI0FQAH5TmlGKP { width:18.6875rem;height:15.5rem;top:8.35312461853rem;left:0.65625rem;font-size:1rem;display:block; }#Wi5wGoSNEC8iyLGZOvpI0FQAH5TmlGKP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #TkytioIq2UdsKHTQKNgJh1iQgr1dsyuG { width:7.9375rem;height:11.6875rem;top:28.546875rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxsaFSJyfzeaiWrOzAgFwvTGFT3oCIHN { width:19.875rem;height:23.9375rem;top:1.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpqTg7vt7bGneT88eyodpKTf5ciQqG56 { display:flex;width:6.75rem;height:6.75rem;top:26.421875rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD { display:block; }#pnXlPkrsyHru8efIJ7W3yVsLhKTzQHdD > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3qhQMiMTgMSsS9PCfGAsTMJcX0VomNg { width:19rem;height:3.4375rem;top:1.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlG94lrmRQ0uwkRQc7pWmi5JXE8UkGaL { display:block; }
 }@media only screen and (max-width: 763px) { #NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ { display:block; }#NMDiVCodwopZem6qLHzNvn4FWt4DbhLZ > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvfSSN3opMxE6So8wnmQnipm52BuXJGP { width:20rem;height:4.875rem;top:1.03125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx { display:block; }#Mmq2hmpZDcO7mcJhEGJJFbAvKeq82QTx > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDiI8pBQC4JfTh6FtiOz5IxKwnSQSDwg { width:19.75rem;height:63.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2eTRImbnIeTiDAvSvpe8TSpAWTrBxHI { width:18.4375rem;height:60.9rem;top:2.3000001907349rem;left:0.78125rem;font-size:1rem;display:block; }#O2eTRImbnIeTiDAvSvpe8TSpAWTrBxHI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS { display:block; }#o3cxLtOOwurAXCgTVPQZ2PETKL1sP9vS > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbS2gm1Xb6T1xSvdrmBl7a8w9Xnigusq { width:20rem;height:3.25rem;top:1.03125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O { display:block; }#ZiBVxWdMqXmDrT8wnq9kqUxMsxT3l60O > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNKUB1B79BZl4FClzRdpOsBotrdZyghf { width:19.0625rem;height:3.25rem;top:0.87499713897706rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDHkQRKMhhFB0GEOXT9bLLchLWSOvKx5 { width:16.875rem;height:11.25rem;top:33.359375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5xW9tGosnpbcrl3wuQxAISkUZcfaxi3 { width:19.875rem;height:24.875rem;top:5.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzAxwW6ZJz0UzK1JyfKgOwwwAZF5erc3 { width:18.9375rem;height:21.95rem;top:7.359375rem;left:0.53125rem;font-size:1rem;display:block; }#bzAxwW6ZJz0UzK1JyfKgOwwwAZF5erc3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #r8JNHOXX538OcQohhCC3QOI74ynywD4t { display:block; }#r8JNHOXX538OcQohhCC3QOI74ynywD4t > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA6ZW1bgdrVJRG6ddhf4mGKIJa9TVx6V { width:19.0625rem;height:4.875rem;top:1.25rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8rJCbyrhqPWmnkmnSnALMQlNNahITID { width:16.6875rem;height:19.3rem;top:9.2895832061769rem;left:1.65625rem;font-size:1rem;display:block; }#X8rJCbyrhqPWmnkmnSnALMQlNNahITID li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #Kn4G6ClzDRIzQtHrLWuD8Xx72qBaKKMH { width:16.875rem;height:11.25rem;top:31.595832824707rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ8akk7nDvIWzi3Hoqaggg2TUoMC9R8t { width:19.875rem;height:22.5625rem;top:7.5333328247069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD { display:block; }#m4XgfOkqvlK1Z4qeDBoS8bwq4tWJ0vSD > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqVNNOaa7K1dLH1q52sSbBcJyd8OK8D6 { width:19.0625rem;height:3.25rem;top:1.625rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0zmLFEa5L3e2TnCcpodaX8QLAD80TLM { width:18.25rem;height:28.4rem;top:8.27187538147rem;left:0.875rem;font-size:1rem;display:block; }#D0zmLFEa5L3e2TnCcpodaX8QLAD80TLM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #hvgFftWkNwTWOiFIc5yR9mhBG1tLGVsq { width:16.875rem;height:11.25rem;top:39.921875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtHnqNleRA4EQJyXacCwZfQnPTHTn5ud { width:19.875rem;height:31.3125rem;top:6.6906280517575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOWfEzecVLDb8swDCydq4aNr9KuF7gLU { display:block; }#KOWfEzecVLDb8swDCydq4aNr9KuF7gLU > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QefvIp0TEXFQptyLEla7HAeJH30SH3Ev { width:19.0625rem;height:3.25rem;top:1.25rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbF04Tgy7U7QoMeyZNeCyq1tzv7ycBrr { width:19.0625rem;height:24.55rem;top:7.3770828247069rem;left:0.46875rem;font-size:1rem;display:block; }#TbF04Tgy7U7QoMeyZNeCyq1tzv7ycBrr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #QrfNizznhU5KCSuZLvkvoRL2BqV7O2sp { width:15.8125rem;height:11.25rem;top:36.220832824707rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJflWtIgEcnX0s3IEAHAVyECIZVbxSXr { width:19.875rem;height:27.75rem;top:5.9520874023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 { display:block; }#s7lp1TCc91hcTpbrC94JeXfPaPB8Rdv4 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5TlPo0g5S03hLR5ywyS4Q7TT2iTWgPJ { width:19rem;height:3.4375rem;top:1.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQb9aku9h2ldwlBTtphRgPwr4TRlx4P { display:block; }
 }@media only screen and (max-width: 763px) { #hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M { display:block; }#hgZ3efQwFXcyZuH4lPoZJ95yGxFTVy3M > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSI9oeTIw8En9h5HqQ2M6dqIAQqG3MPN { width:18.75rem;height:3.25rem;top:0.84375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH { display:block; }#yIuphUB31ILQXGyCIBGM1tR6rcfwIIVH > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VATNMJGyfHM6xNp7MBTxJgbcuZqffANF { width:17.5rem;height:14rem;top:0.77499961853025rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTU6gwA7ELn0t2XsiAhuUwN0QO8X82o5 { width:16.125rem;height:1.4625rem;top:5.625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRE2R2oIhCBctpV2E5cIFH9Lh92JvTRi { width:16.125rem;height:5.2rem;top:7.5625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngz7prbZwmV9yzP1lh3GfJD6uhgknKAi { width:17.5rem;height:14rem;top:16.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klL0ClMspLTKKlyr0hoqusplTrbtFf2Q { width:16.125rem;height:1.4625rem;top:21.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ChNAlnV1SwZpfTBvvsPZTl8KJzyrJf { width:3.5625rem;height:3.3125rem;top:17.3125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOVxsCXt6bCtmBz9wK7lQ6dTXrbVlKZ6 { width:16.125rem;height:5.2rem;top:23.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmpzN5bBI42pJHunVEz4ulBuCarqJLLk { width:17.5rem;height:14rem;top:31.862499237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oObhLAVmlExJKBpvw6ZfVpX1TgEe74K4 { width:3.8125rem;height:3.0625rem;top:32.625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVL5Nr3TxXtIqyx6PNA3ILTt78scSaw { width:16.125rem;height:1.4625rem;top:36.737499237061rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7xdwrirQ0sQfEuwRMfMOhg4GMHE0JHJ { width:16.125rem;height:5.2rem;top:39.287498474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmRU23NN4FEogl16Bia4Cxexwwlg75CQ { display:flex;width:4.125rem;height:4.125rem;top:1.5rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI { display:block; }#GCUpFxa9Ifg5p0MXUfAm40VUnC3aCckI > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ly3mEJFXE22vTWlh531nLyvdI9GVrk88 { width:17.5rem;height:14.75rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Li7uaNPJHQ497NvAw2KrlOeVrLKDGU { width:16.125rem;height:1.4625rem;top:6.78750038147rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiwwCgVwE3S6BqJlLv1Un1AI0OgW5Fii { width:16.125rem;height:5.2rem;top:9.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc7o4ZqrkPLuD5Hy0DkqbToZT86CfXuM { width:17.5rem;height:14.75rem;top:17.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzKNuqcqCIeboyWl0SaZ60mPLJlIkL24 { width:16.125rem;height:1.4625rem;top:23.881248474121rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpK1ulSKhC9bXXVieh8In4Uz4o3QE2Jm { width:3.8125rem;height:3.5625rem;top:18.581249237061rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4R4zzovEhxA5hhUshScZ1xl15ITbkPL { width:16.125rem;height:5.2rem;top:26.474998474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Xydy2SOOvhTP0sthW8C51T7UfvE5TN { width:17.5rem;height:14.9375rem;top:34.924999237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQE8SITKQDfqlqdTEi1WMomPgdxhMt7 { width:16.125rem;height:1.4625rem;top:40.381248474121rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga9dpv2PMCbzzTKwoeSoI02AasFNDH0a { width:16.125rem;height:3.9rem;top:43.724998474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBveMWaK9eZxUtar126EdwzhnJEwuiEG { display:flex;width:3.5625rem;height:3.5625rem;top:2.3624992370606rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #dUU8FK0zOd396ztyfETMiUazaEVX7ovT { display:flex;width:3.125rem;height:3.125rem;top:36.174999237061rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA { display:block; }#Dtvhy7Sazq8y4CWJnZf00MIZUD56xlxA > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWuJMkrqffrDZbr2igB2iU6Vo3taUdkD { width:15.625rem;height:8.125rem;top:1.34375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI { display:block; }#rlk2UEL6ZE5cNreqPvSyvcSm18uNP5hI > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRGuvwBdrxCfQFsm1F36hAzRZLNyapfh { width:12.4375rem;height:5.5rem;top:3.125rem;left:3.78125rem;font-size:1rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QymPRhgyEzH5uvCH7honTU9dTrbp3h3U { width:16.375rem;height:20.125rem;top:41.03125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLGDlSamHhhe7RkJs2WGoQzGfZgTaEHM { width:18.0625rem;height:24.3375rem;top:12.78125rem;left:0.96875rem;font-size:1rem;z-index:14998;display:block; }#vLGDlSamHhhe7RkJs2WGoQzGfZgTaEHM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b728f78c78b29356956018e199892d2.svg); }
 }@media only screen and (max-width: 763px) { #xWp3qlqBzDhx3q0azGbtPg8WgR6oBqkB { width:19.875rem;height:37.5625rem;top:1.21875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lTsWttiwGwVMWvWwe3PArll0VTdSoVXn { width:10.75rem;height:1.4375rem;top:9.1875rem;left:4.625rem;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #K26dSWm73SHfPscP2mOgSZSGJ26JBBfv { display:block; }#K26dSWm73SHfPscP2mOgSZSGJ26JBBfv > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoKWXna3oTT3wWw4hhy3q844L2WE6TT6 { width:18.75rem;height:3.25rem;top:1.34375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH { display:block; }#Q2L0LGAiOAtTV0152ndeJT0wz0mqCBhH > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otUa1BVllZ17sFitqZi2Qc4qRi4Myy1u { width:19.875rem;height:29.5rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlw8tD4bB2EFksN36bkwLdVTsky85Sas { width:18.125rem;height:30rem;top:5.8125rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HsSgXKyn0Wk8tHRFOQUt50OvuwNc47XV { width:19.875rem;height:33.4375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obWhh1G3tnm8HCxZpCXchKPdeLROn75a { width:17.3125rem;height:25rem;top:43.75rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hkAA32EkbbtbbGp6pTPoheP3AQV4z8bE { display:flex;width:4.75rem;height:4.75rem;top:1.125rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #Jnz3ZdTua9q7XpROCgT8Q19GMfCoXndV { display:flex;width:4.75rem;height:4.75rem;top:38.5rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #CTWzChTilFGs3rKrT9irrLg0J6zeIZCv { display:block; }#CTWzChTilFGs3rKrT9irrLg0J6zeIZCv > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4NtgsTiWELb9BdtFEdgMTtbmMpwBTh8 { width:19rem;height:3.4375rem;top:0.96875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlzV0MUTVnTQOcrDoNz80rf6gVmCvrTk { display:block; }
 }@media only screen and (max-width: 763px) { #Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE { display:block; }#Q1Ii7UZXN8iL3AkyLxZbFSDQT4tw9UIE > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }