.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f7f3ed;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { background-color: transparent; background-image: none; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container > .video-iframe-container { display: none; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row > .video-iframe-container { display: none; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .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); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { border-width: 0; border-radius: 0; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#i0kTN64iXUbmoKGZnTJdC3wo29lnTfi4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#uSEyWJdEmAQQ8suZ4LbgEGFSOvXksdig { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.515625rem;left:5.84375rem;height:1.21875rem;font-style:italic;display:block; }
#potRNq4X5Q0EWAl2myAirOBZNfWM9lX8 { box-sizing:content-box;height:3.0625rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:0.125rem;left:47rem;box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#CIqLHw5UOciisrGXdgScITyz88IWa3i8 { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.4375rem rgba(0,255,174,0.7);top:0.8125rem;left:50.6875rem;height:2.0625rem;font-style:italic;display:block; }
#WFEaXlZH2qiepi2q7mb94t28tzPbOWBm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.6875rem;left:47.9375rem;display:block; }
#qMQtKLhr3kDLXyoa84Fvhc4Jesn7prvW { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:41.25rem;display:none; }
#XektPrJqZ4vNpeKWKdK1b3CAVTzpRX0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwTvCefatHGg1lLhTOZynqp1DfvfdHCb { background-color:#f7f3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:48.4375rem;display:none; }
#tcreAxhDcUZZbe0TMcZtewLKqQFG3MH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD { position:relative;display:block; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD { background-color: transparent; background-image: none; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .row .container > .video-iframe-container { display: none; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .row > .video-iframe-container { display: none; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .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); }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD { border-width: 0; border-radius: 0; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .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; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { position:relative;display:block; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { background-color: transparent; background-image: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container > .video-iframe-container { display: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row > .video-iframe-container { display: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .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); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { border-width: 0; border-radius: 0; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .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; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l { z-index:;position:relative;display:block; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l { background-color: transparent; background-image: none; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container > .video-iframe-container { display: none; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row > .video-iframe-container { display: none; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .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); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l { border-width: 0; border-radius: 0; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: none;overflow:visible;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#JbiQ1TTFSTCSI6MdFVurURfuE8SbonRT { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"barlow condensed";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:2.1875rem;height:2.76220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HLiOTMEFRnAvu3QVL4TK2b5cgtzw8fFr { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.275390625rem;left:2.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#GTAlPwN87e5cuNS8otqcRLGOhk82WFIW { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.869140625rem;left:22.0625rem;height:3.57421875rem;display:block; }
#CRyv9pKzNsQPBAJ5f2wEOKvlggwUoJCO { color:#000000;display:block;width:23.875rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:14.7958984375rem;left:2.1875rem;height:7.69925rem;font-style:normal;display:block; }
#yTrXDIRUHtuf3FWCecNMMyIZPfHLITzF { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.4375rem;left:2.1875rem;display:block; }
#xM7MBQ2vHFk6N9UQWvRU0TJMygJzd8GN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvnV08s301idvFAqr2VoEJqygTWBz8AT { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3076171875rem;left:2.25rem;height:1.625rem;font-style:normal;display:block; }
#B6tUZpGu5toGUssTKmGzsLQu7783lV75 { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:19.3125rem;width:35.25rem;top:4.1318359375rem;left:31.450479002905rem;display:block; }
#NOBnyp7VT7svBxgEulkTWyI6ZzZhRlRp { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"inter tight";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.462890625rem;left:2.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#u4u7gSpWXpdVTSi04Vbvpob2JBOD41qn { position:absolute;display:block;z-index:14999;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.375rem;width:27.5625rem;top:10.212890625rem;left:2.1875rem;display:block; }
#rwcqDqTMrcqUHxcF5JaiEXSy0zecyHM5 { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.150390625rem;left:2.1875rem;height:1.29980625rem;display:none; }
#nMaOmd3FcTtWJf0RpTG2m0RudfwlCE85 { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#suIrJN2htWNTB98scSVECE6VWJeJuAwu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#z0QLgekZ3gwtJOMoodMHvvzLUsuHwnur { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#TABI7gflmdcyJtf0zdyiHm0G9E693U6x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#JqF2LJ8yTTPrvagqSJ8ZIATPbm96kxcF { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:2.1875rem;height:2.68115rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KENeZPFV9k0FiTkZFz5G2du2Nd3QCSB8 { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:2.1875rem;height:2.68115rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"inter tight";font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.25rem;left:4.46875rem;height:12.75rem;font-style:normal;display:none; }#T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a64295cd8c0fc6707d423bfbbe843517b06b8db3.svg); }
#azfTBra0lRpqKwVIniK8EG8GE89I9QhI { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:19.3125rem;width:35.25rem;top:4.1318359375rem;left:31.450479002905rem;display:none; }
#fiw4MHeF8CTRvSbpstreMEbkFS4GRh67 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#Enur4VK8TiUBBDk2uRcOMV1WHslzhUWQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zJofo2QZCnK8ZIyV36lGE6aKT3d0ygn9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T3hTXsGqhd0Tz0mBmTa9QAEQOCJOOnt6 { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#BiZg4os9I8fmQyQuuJmMovmkKXU3bUq6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;display:none; }
#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn { position:relative;display:block; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn { background-color: transparent; background-image: none; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .row .container > .video-iframe-container { display: none; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .row > .video-iframe-container { display: none; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .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); }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn { border-width: 0; border-radius: 0; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .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; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F { position:relative;display:block; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F { background-color: transparent; background-image: none; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container > .video-iframe-container { display: none; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row > .video-iframe-container { display: none; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .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); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F { border-width: 0; border-radius: 0; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#CoVVV0UFo4ZO4mF9ufeFrGMHtOM74pIW { color:#595959;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A41uTT6hzdJa0H4AtCnAH0usgIa5h8V3 { position:absolute;display:block;z-index:15020;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:0.6875rem;width:9.375rem;top:3.5rem;left:30.0625rem;overflow:hidden;display:block; }
#CSr1p0Z57pkCpHRDBK8RxTLax3iy0LTq { position:absolute;display:block;z-index:15023;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:1.375rem;width:8.125rem;top:6rem;left:10.875rem;overflow:hidden;display:block; }
#mHlb2swt6SUBLb5lXl2JsIvFCnSt3vxS { position:absolute;display:block;z-index:15027;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:2rem;width:7.5rem;top:2.8125rem;left:40.4375rem;overflow:hidden;display:block; }
#doTm4laKLd2AJlXZ3HqqOXSxmeU2BKNG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:10rem;top:3.125rem;left:20.5625rem;overflow:hidden;display:block; }
#T7TOsGUJEraJlQcB78MAteKbMNG3JL0J { position:absolute;display:block;z-index:15029;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:1.9375rem;width:7.8125rem;top:5.75rem;left:35.21875rem;overflow:hidden;display:block; }
#O6TBNG80Nc2uN3ge2ykCC8SGpZK9Me3s { position:absolute;display:block;z-index:15028;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:1.875rem;width:4.9375rem;top:5.84375rem;left:44rem;overflow:hidden;display:block; }
#dni9TXCw0kqf9XmHTMh25euD30Pc1gZ3 { position:absolute;display:block;z-index:15029;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.1875rem;width:7.5rem;top:2rem;left:12.0625rem;overflow:hidden;display:block; }
#bwdyhMfFAqQDM4KWIaTLOPCNoRIyNlwq { position:absolute;display:block;z-index:15029;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.1875rem;width:3.625rem;top:5.71875rem;left:30.375rem;overflow:hidden;display:block; }
#HxvMZnSdJbCqcRWmTGwgcw38tsLvJC5q { position:absolute;display:block;z-index:15030;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:1.875rem;width:9.375rem;top:5.78125rem;left:19.8125rem;overflow:hidden;display:block; }
#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr { position:relative;display:block; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr { background-color: transparent; background-image: none; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .row .container > .video-iframe-container { display: none; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .row > .video-iframe-container { display: none; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .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); }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr { border-width: 0; border-radius: 0; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .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; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L { position:relative;display:block; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L { background-color: transparent; background-image: none; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .row .container > .video-iframe-container { display: none; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .row > .video-iframe-container { display: none; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .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); }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L { border-width: 0; border-radius: 0; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .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; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fe2HCE6iBTlLSSQPRmeD9SJxd7F0lrd2 { box-sizing:content-box;height:26.375rem;width:29.4375rem;position:absolute;display:block;z-index:15005;background-color:#c7b9ff;background-image:none;top:1.28125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#Jht7K2npiH5F6yl2GsOwqG6Mmk9ZAN5I { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.84423828125rem;left:3.71875rem;height:21.5615rem;display:block; }#Jht7K2npiH5F6yl2GsOwqG6Mmk9ZAN5I li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jht7K2npiH5F6yl2GsOwqG6Mmk9ZAN5I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6629ec6401aed0d50e3a1baffd3560b24f425b56.svg); }
#zwoeAOmnVlV5Qqf6TWqIVaNkdSQzWJhK { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.21875rem;left:31.59375rem;height:11.90625rem;display:block; }#zwoeAOmnVlV5Qqf6TWqIVaNkdSQzWJhK li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#zwoeAOmnVlV5Qqf6TWqIVaNkdSQzWJhK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6629ec6401aed0d50e3a1baffd3560b24f425b56.svg); }
#SAryDVcVSyU01547y4mzgS1QNgH5MrxL { position:absolute;display:block;z-index:15008;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.3125rem 0.4375rem 0rem #000000 ;height:10.125rem;width:10.125rem;top:2.5rem;left:26.125rem;overflow:hidden;display:block; }
#pMalAyTshSdykKztQpWEwu9WcfKmucUg { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:"barlow condensed";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:37.96875rem;height:10.5rem;font-style:italic;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; }
#HNhwtU21fyeOsEfwe8kEKJlSMDUAqDbC { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.59375rem;left:31.40625rem;height:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eE0PVt9Pb6uM6TkKA1ZCwiotOOAMXTCV { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.59375rem;left:31.40625rem;height:14.25rem;display:none; }#eE0PVt9Pb6uM6TkKA1ZCwiotOOAMXTCV li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#eE0PVt9Pb6uM6TkKA1ZCwiotOOAMXTCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77818b3b80c8b442d2c3c66dc5cffba523873229.svg); }
#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ { position:relative;display:block; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ { background-color: transparent; background-image: none; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .row .container > .video-iframe-container { display: none; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .row > .video-iframe-container { display: none; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .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); }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ { border-width: 0; border-radius: 0; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .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; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zmr9HdL29sspxeeavuh43kUzq2cEmOry { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.5625rem;width:12.5rem;top:3.25rem;left:1.6875rem;overflow:hidden;display:block; }
#MqhX9QohOQDEzOJcWo6zar22EZlbZqKN { position:absolute;display:block;z-index:14999;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:4.875rem;left:7.5625rem;overflow:hidden;display:block; }
#lqs9b1LpQoctJv8VzWJ94ZWpyTDVWrC6 { position:absolute;display:block;z-index:14998;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:1.625rem;left:12.4375rem;overflow:hidden;display:block; }
#X4xmwNhwLsq0CUZ9BilT7wPiLOSXWzy3 { position:absolute;display:block;z-index:14997;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:6.0625rem;left:16.125rem;overflow:hidden;display:block; }
#lwdMOBoc8ueHlyFNQXrId2PtTDAwUCdQ { position:absolute;display:block;z-index:14996;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:7.375rem;left:22.0625rem;overflow:hidden;display:block; }
#bWF0HVTeG3TBC1tOwn9IgGHBfwD1M05c { position:absolute;display:block;z-index:14995;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:0.9375rem;left:26.625rem;overflow:hidden;display:block; }
#vXBht28hm29Tm3vpKkVQ7cCOtOBgis1U { position:absolute;display:block;z-index:14994;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:6.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#AeXh3N1UVp5rfZKHaJp1Jl0ayTTlxdwB { position:absolute;display:block;z-index:14993;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:3.25rem;left:33.9375rem;overflow:hidden;display:block; }
#JzTR2Ngv3b8LqHiupF7FJ1Km0x8iWXkM { position:absolute;display:block;z-index:14992;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:7.375rem;left:39.5rem;overflow:hidden;display:block; }
#BgHfnzSCIgRzVGG5zxwcMEpyEl6iKhR1 { position:absolute;display:block;z-index:14991;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:8.75rem;top:1.625rem;left:41.375rem;overflow:hidden;display:block; }
#s9MI6JLmxTZuNrsPq9AcBbnqqUF3rzZT { position:absolute;display:block;z-index:14990;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:8.75rem;top:6.0625rem;left:42.5625rem;overflow:hidden;display:block; }
#XVLwpTC3Tly6zlG9GcXBQkFTXW1PAi8a { position:absolute;display:block;z-index:14989;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:2.625rem;left:44.375rem;overflow:hidden;display:block; }
#rQROv56R8FgpZPtyrRWdGunWzt3aX0sg { position:absolute;display:block;z-index:14988;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.625rem;width:12.5rem;top:4.625rem;left:45.8125rem;overflow:hidden;display:block; }
#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy { position:relative;display:block; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy { background-color: transparent; background-image: none; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row .container > .video-iframe-container { display: none; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row > .video-iframe-container { display: none; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .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); }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy { border-width: 0; border-radius: 0; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row .container { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:80rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#gsNhQohRK6WDZCcQF48qCpEIbT421FEu { position:absolute;display:block;z-index:15000;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:23.8125rem;width:42.5rem;top:6rem;left:8.5rem;overflow:hidden;display:block; }
#WT2mefJsWhMPKlZ2eIpkmOCnTc44hzRs { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:46.25rem;left:18.03125rem;height:23.34375rem;display:block; }#WT2mefJsWhMPKlZ2eIpkmOCnTc44hzRs li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#WT2mefJsWhMPKlZ2eIpkmOCnTc44hzRs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c90ab56b328e5985353ddeabf39b9e1ebd0d3217.svg); }
#UcssTCtEZqkHIyEVl8BlIynsSPKmcT0x { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:40.40625rem;left:13.9375rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WhMo5OomoxyNcDM46Kzq8WZu6lMDPUCe { background-color:#864df9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:72.8125rem;left:13.25rem;display:block; }
#b8OTcOcJqTptX09BWUxQQNxxydH0TB73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dq7doC01c2mOnlOUN7Zq7bTFTUx5ghBs { color:#000000;display:block;width:60rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.96875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#lT3SNvvoxHxmTmB2APhXRWN6WmhyJvxH { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.96875rem;left:13.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Ddtut5hHM0yfL3aWqzGl92z9tCaIRsrn { background-color:#864df9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:64.375rem;left:11.65625rem;display:none; }
#glcWcGJozeXavvKG1zBQSbiGxiXC8RTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PpcPdv2Ir4nvCDK9HcviDZT99qJOBiaD { color:rgba(0,0,0,0.71);display:block;width:41.375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:31.4375rem;left:9.3125rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AyxaKahMuvGwB1TxNudrE9GMHftXnkBm { box-sizing:content-box;height:25.8125rem;width:29.9375rem;position:absolute;display:block;z-index:15006;background-color:#e1fff6;background-image:none;top:44.890625rem;left:14.90625rem;border-top:0.1875rem solid #5aad93;border-left:0.1875rem solid #5aad93;border-right:0.1875rem solid #5aad93;border-bottom:0.1875rem solid #5aad93;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MzKTgSzK8JVCWI6m5y8y4NUzv9VZ1Ren { position:absolute;display:block;z-index:15001;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:32.3125rem;width:43.25rem;top:0rem;left:8.375rem;overflow:hidden;display:none; }
#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD { position:relative;display:block; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD { background-color: transparent; background-image: none; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .row .container > .video-iframe-container { display: none; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .row > .video-iframe-container { display: none; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .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); }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD { border-width: 0; border-radius: 0; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .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; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K1T4rSzpBAD1GF76p4TbM8LgEWL1F8eN { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5rem;left:26.625rem;height:14.34375rem;font-style:normal;display:block; }#K1T4rSzpBAD1GF76p4TbM8LgEWL1F8eN li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#K1T4rSzpBAD1GF76p4TbM8LgEWL1F8eN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
#JfyztM9xBFeJLmDpZv5Jvr3JVolrhU1L { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:27.9375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#tR23JvdFMUCyksbuQgFhtn1TgNQr5krv { position:absolute;display:block;z-index:15009;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;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.3125rem 0.4375rem 0rem #000000 ;height:16.25rem;width:16.25rem;top:2.75rem;left:7.6875rem;overflow:hidden;display:block; }
#otCA0Sl0m1cEvcIizLf3cIz5Om1RGtdX { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.09375rem;left:37.53125rem;display:none; }
#IgiIrzQn7o2Ui2zrMTvfQizBzdBia9Zm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQxR4MMq48be5RQdvFwGzHobUqt6VD7d { box-sizing:content-box;height:19.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:#fff8e8;background-image:none;top:1.1875rem;left:20.25rem;border-top:0.25rem solid #f7cf97;border-left:0.25rem solid #f7cf97;border-right:0.25rem solid #f7cf97;border-bottom:0.25rem solid #f7cf97;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L { position:relative;display:block; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L { background-color: transparent; background-image: none; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .row .container > .video-iframe-container { display: none; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .row > .video-iframe-container { display: none; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .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); }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L { border-width: 0; border-radius: 0; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .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; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row .container { background-color: transparent; background-image: none; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row .container > .video-iframe-container { display: none; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row > .video-iframe-container { display: none; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .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); }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row .container { border-width: 0; border-radius: 0; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#DDIO1K9TVAmJ1ccaaLrqJDlrxzmFE4CH { color:#000000;display:block;width:60rem;position:absolute;font-family:"barlow condensed";font-size:3.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#XUX5VV0RA7xmGNuwv43V4c9athE7qIuH { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"inter tight";font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:5.79296875rem;left:14.03125rem;height:3.6875rem;text-align:left;text-align-last:left;display:block; }#XUX5VV0RA7xmGNuwv43V4c9athE7qIuH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XUX5VV0RA7xmGNuwv43V4c9athE7qIuH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
#UnGByQwoBw521p1VZbthbPVxboV67Qwl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row .container { background-color: transparent; background-image: none; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row .container > .video-iframe-container { display: none; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row > .video-iframe-container { display: none; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .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); }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row .container { border-width: 0; border-radius: 0; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#gdiF9BDeSDLRMoSlvOaTxSwwc1XKGo3U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8.75rem;top:1.125rem;left:4.3125rem;overflow:hidden;display:block; }
#Keg5olVblNOpXTPLJx3AW6aZdEaGET1k { 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:18.625rem;width:18.625rem;top:0.5625rem;left:8.3125rem;overflow:hidden;display:block; }
#X394yOI7gfXcncFnla3z9UNm7d9KeVAO { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.84375rem;left:28.625rem;height:14.0625rem;font-style:normal;display:block; }
#httQaTJIsDOgavvbTWDvEwV1T8yB0xT1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:9.125rem;left:5.125rem;overflow:hidden;display:block; }
#TWdUvfImJPCBL893Jp1DK8OzU9pbAKt2 { 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:2.5625rem;width:7.9375rem;top:15.6875rem;left:19.0625rem;overflow:hidden;display:block; }
#RXxGVseED9B61UGqVtywnMzQxip1uK2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row .container { background-color: transparent; background-image: none; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row .container > .video-iframe-container { display: none; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row > .video-iframe-container { display: none; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .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); }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row .container { border-width: 0; border-radius: 0; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#cP6UWO96ROHeFMBt2LnIO4PPZJeg7P1R { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.0625rem;width:9.25rem;top:0.0625rem;left:0.1875rem;overflow:hidden;display:block; }
#E8VcuLLFPXk626Ckpl6TTfXMrPuBCDyA { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0rem;left:10.375rem;overflow:hidden;display:block; }
#Se5hK5ERe87olSvpamNkP17qR5WTP7Ty { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0rem;left:20.5rem;overflow:hidden;display:block; }
#plDqNT7gO3zyXaDVJ46eckgVcJrcpZuy { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0rem;left:30.5625rem;overflow:hidden;display:block; }
#UkOJr079Ls8PHgnc1HLMxwh7ZFAGMevl { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0rem;left:40.5625rem;overflow:hidden;display:block; }
#dIc9hX66o3NNN91QUqJM6glioBQbenwH { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(134,77,249,0.5);border-left:0.125rem solid rgba(134,77,249,0.5);border-right:0.125rem solid rgba(134,77,249,0.5);border-bottom:0.125rem solid rgba(134,77,249,0.5);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7rem;width:9.25rem;top:0rem;left:50.5rem;overflow:hidden;display:block; }
#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container { background-color: transparent; background-image: none; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container > .video-iframe-container { display: none; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row > .video-iframe-container { display: none; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .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); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container { border-width: 0; border-radius: 0; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#nQvhpEamls799JRlwVIwLb7Kz7fWEl8R { color:#000000;display:block;width:20rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4P7RdIqTdB1h6rNRWTlDKm71gxedzfg { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntiouaTmTaVTT52m8v2aBt3TOgzExSGl { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0615234375rem;left:20.9375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhGDXsScIwyk7w3xQ9f3itAdmzvbXUDs { color:#000000;display:block;width:20rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7shxpI5AZIeEFfI5fEvi7gFQS1Qb3iS { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0615234375rem;left:41.9375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFCHaoMcDsEWTGtXfeNMRTB9bfVV0rMU { color:#000000;display:block;width:20rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NESHH5KhBhnlyhT4ohFKIszH6QX0GFb5 { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:0rem;left:46.875rem;display:block; }
#W61Rhe524g9ZpM11ElT1VpOP3QCVVBpZ { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:0rem;left:26.875rem;display:block; }
#XorqFcBhN2p2flVv9WQcQlfAkA36GbzS { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:0rem;left:6.875rem;display:block; }
#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF { position:relative;display:block; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF { background-color: transparent; background-image: none; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .row .container > .video-iframe-container { display: none; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .row > .video-iframe-container { display: none; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .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); }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF { border-width: 0; border-radius: 0; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .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; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZXVTaUxeV9hPdt3Qe2rvPQRtHkVf4cSG { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:0.6875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmfCOQ5PKqXeODQUO2xNhbLqM1prF5KU { color:#000000;display:block;width:16rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.25rem;left:1.75rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfeRV4fGFlbKm821J5gWcovoBAeXlDmO { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5965aea-5741-44cf-aace-35066f98b8c8/HenriqueCosta_blue_avatar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3.0625rem;left:6.75rem;display:block; }#XfeRV4fGFlbKm821J5gWcovoBAeXlDmO.adaptive-delivery-prevent-bg, #XfeRV4fGFlbKm821J5gWcovoBAeXlDmO.lazyload, #XfeRV4fGFlbKm821J5gWcovoBAeXlDmO.lazyloading { background-image: none; }
#A85a30D6Ted0a9mBI2EcGZ0hU4adp5r6 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.25rem;left:21.53125rem;height:5.6860375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sym0s87JSK7qpwavuAfTkXGPG2kGiLAv { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:22.8125rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPnTKhST1Tl6HJepaCN93tZ7t6eqTZI9 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38af6c30-7cce-4695-bfe1-b56b99d3584c/AndersonPalma.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3.0625rem;left:26.75rem;display:block; }#LPnTKhST1Tl6HJepaCN93tZ7t6eqTZI9.adaptive-delivery-prevent-bg, #LPnTKhST1Tl6HJepaCN93tZ7t6eqTZI9.lazyload, #LPnTKhST1Tl6HJepaCN93tZ7t6eqTZI9.lazyloading { background-image: none; }
#PFrZRUvr6ZR9u4dsWqqb2Dq8DlPOpK8A { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15.25rem;left:41.625rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVvozpZWP0BZwFquf3v4CaykCR5yPqro { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.203125rem;left:42.59375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzV8519nDJLi4Z8kO2VgvCsHB3NrdkAJ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xpsnbBN2/0_2_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3.0625rem;left:46.75rem;display:block; }#CzV8519nDJLi4Z8kO2VgvCsHB3NrdkAJ.adaptive-delivery-prevent-bg, #CzV8519nDJLi4Z8kO2VgvCsHB3NrdkAJ.lazyload, #CzV8519nDJLi4Z8kO2VgvCsHB3NrdkAJ.lazyloading { background-image: none; }
#hxw1s0ANQM9H4LTWT386G6bArK0sdUOJ { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:5.9375rem;display:block; }
#efzTvkSA8QVqZQbSIhESnxs9ntHBr3S2 { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:25.9375rem;display:block; }
#NteRvBMxVWN0T1spAPmznf3RTrc5kTUt { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:45.9375rem;display:block; }
#JSSrw7v1TEzt63XENBvpZHRiQ6vM3c0a { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:#b0e4da;background-image:none;top:1.5146484375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#RHa4VL0pT36vtTGXtSNa64hpngSduPdm { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15003;background-color:#b0e4da;background-image:none;top:1.5146484375rem;left:20.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#rS5rmBcV33iNKGHcUSuDCAfQTqwmq4Vb { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15004;background-color:#b0e4da;background-image:none;top:1.5146484375rem;left:40.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#iwhZDzq3lqezgGN234l8F1gurNOWZaVM { position:relative;display:block; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM { background-color: transparent; background-image: none; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .row .container > .video-iframe-container { display: none; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .row > .video-iframe-container { display: none; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .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); }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM { border-width: 0; border-radius: 0; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .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; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BKAsZVrq4fBzqTA01vSVMufnpyOTshPT { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:0.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7ffdE2bZiJqcWuxs0bqPDF2UuwV9kML { color:#000000;display:block;width:16rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:2rem;height:7.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZST4DpUaTFI5HyvAFRQcob1GE2NtHNi9 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:21.53125rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtSRWXWlccoS4TXSew4cTRSUxZvGcDlr { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:22.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vF9e9ZxcHcctx2wPotWEM161yBpZkemM { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:41.625rem;height:7.9604375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AeQsXX1M5N0yfKZcxWSFZyVuWf928UgB { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:43.0625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCygP5wgyZy58v0GwhDzXfTTHxn2HCds { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d788ce1e-9c1f-4fc2-8f72-2bb89500e024/Ricardo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3rem;left:46.75rem;display:block; }#rCygP5wgyZy58v0GwhDzXfTTHxn2HCds.adaptive-delivery-prevent-bg, #rCygP5wgyZy58v0GwhDzXfTTHxn2HCds.lazyload, #rCygP5wgyZy58v0GwhDzXfTTHxn2HCds.lazyloading { background-image: none; }
#gIwpX9m0TT6NCOF8r2EIaVq7pehLgDFa { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:5.9375rem;display:block; }
#mIwdAkqlEDJLlz1EFyw7EdAPb1cVhDkb { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:25.9375rem;display:block; }
#UEWIgEXbmiRTCEaPRnIvcF1z9K6IBX8K { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:45.9375rem;display:block; }
#nxPLw6KUqkuxr7yC9AD6JmZEyZ2QLPL3 { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:#b0e4da;background-image:none;top:1.5146484375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#mIEB8B7BPI5XzbBSp8K4bUtnyUs2TpZR { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15003;background-color:#b0e4da;background-image:none;top:1.5146484375rem;left:20.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#OeRxhBUJqnmJyREK42pvfwKvxViFmhGE { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15004;background-color:#b0e4da;background-image:none;top:1.5146484375rem;left:40.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#ZqFSV7xQHnM6MTvAMdq9ysTnDV7H6SNE { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3.0625rem;left:6.75rem;overflow:hidden;display:block; }
#Ixk0amb69NCHbInmlLvW7ZQsIwkZh7Sg { position:absolute;display:block;z-index:15022;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.125rem 0.1875rem 0rem #000000 ;height:6.25rem;width:6.25rem;top:3.0625rem;left:26.75rem;overflow:hidden;display:block; }
#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ { position:relative;display:block; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ { background-color: transparent; background-image: none; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row .container > .video-iframe-container { display: none; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row > .video-iframe-container { display: none; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .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); }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ { border-width: 0; border-radius: 0; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row .container { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.9375rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#qxqPATeKMKhBHUS2zkrfTKCSF2Tyo2kE { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"barlow condensed";font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.34375rem;left:2.84375rem;height:6.375rem;font-style:italic;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; }
#GnseuKw7kmo61zq9znSfHpeiwWHpev1H { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.51953125rem;left:3.59375rem;height:1.94970625rem;font-style:normal;display:block; }
#ge6NfTkgcTUCF9QsMpocr69SETqk66Fv { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.40625rem;left:2.84375rem;height:12rem;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; }
#oGROu5BtZ2cAdwUovDpOX3k79CAPwaDr { box-sizing:content-box;height:15.5rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:#f7e397;background-image:none;top:27.4375rem;left:2.84375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:28.6875rem;left:4.71875rem;height:13.59375rem;font-style:normal;display:block; }#LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a64295cd8c0fc6707d423bfbbe843517b06b8db3.svg); }
#gKhGGwiQPRu1XhRHHKpPKTMk1b8Hf8h0 { box-sizing:content-box;height:18.5625rem;width:32.125rem;position:absolute;display:block;z-index:15007;background-color:#dcd3ef;background-image:none;top:45.5rem;left:2.84375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#WSU2BxTgPJCFEZ3JK6EZZabD5kEv2Zfv { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:47.53125rem;left:5.40625rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KB7N2oe9BfxVJ549x16vptJZ2viubkbQ { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:51.9375rem;left:37.4375rem;height:1.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;text-align:left;text-align-last:left;display:block; }
#owRSQP1QKUnGwQWx7ze5J9ZJDRdG0wOR { position:absolute;display:block;z-index:15014;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:0.5625rem;width:7.5rem;top:54.75rem;left:37.4375rem;overflow:hidden;display:block; }
#UT7DvpVUnRRWNzl5m5QPk7XMyytPAlDO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.6875rem;top:54rem;left:51.8125rem;overflow:hidden;display:block; }
#kAPGIusTkkB0qtxytbTOfw0S9XIoi9vD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.375rem;top:54.3125rem;left:45.75rem;overflow:hidden;display:block; }
#hz4mbLoEKM6WdApwTbvEOpNdEQvMgazh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:55.5rem;left:37.4375rem;overflow:hidden;display:block; }
#o5frVfTu6J8OHyv87X9voLOHUvzmJwXx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:6.6875rem;top:56.6875rem;left:42.375rem;overflow:hidden;display:block; }
#mx3J5NxMfMgLvxgaleCRkvGxmNTC32Xu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.0625rem;top:56.9375rem;left:50.625rem;overflow:hidden;display:block; }
#EPe5CNtxopEtFkrSfM8AUb4FtIFJzN8o { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:4.125rem;top:60.125rem;left:37.4375rem;overflow:hidden;display:block; }
#HTgNQxRe968Va5qg5FlIortknfhWK0wH { position:absolute;display:block;z-index:15019;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:1.25rem;width:4.4375rem;top:60.3125rem;left:42.375rem;overflow:hidden;display:block; }
#c4bsUEJcwySaFCaUmeryX76AQishzOwm { position:absolute;display:block;z-index:15020;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:1.25rem;width:8.4375rem;top:60.3125rem;left:47.75rem;overflow:hidden;display:block; }
#s1Wxrk7JTU05aJgrNBRHo7dUPh5KJr9K { position:absolute;display:block;z-index:15021;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:1.375rem;width:5.625rem;top:63.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#QNxXicwQ8hrfMuEqKQygDUFbaIeZXxOp { position:absolute;display:block;z-index:15022;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:1.75rem;width:4.625rem;top:63.1875rem;left:44.1875rem;overflow:hidden;display:block; }
#L7p1xiXs3JDvEfHihwpmS6J7vKeOqJyc { position:absolute;display:block;z-index:15023;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:47.4375rem;width:27.5rem;top:2.96875rem;left:36.8125rem;display:block; }
#IDIC8wLsPvqHVR5w69sRGqn2kG99ok1K { position:absolute;display:block;z-index:15000;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.375rem;width:10rem;top:52.9375rem;left:37.3125rem;display:block; }
#cBBCJaNwKQymJl6FT26VuImevqzTLgJf { position:absolute;display:block;z-index:15023;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.1875rem;width:5.3125rem;top:62.75rem;left:49.8125rem;overflow:hidden;display:block; }
#H1WCsCAm8iaMRfT93WnuQETyfpi2e7KN { box-sizing:content-box;height:2.5rem;width:11.25rem;position:absolute;display:block;z-index:15000;background-color:#f7e397;background-image:none;top:4.21875rem;left:2.96875rem;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE { position:relative;display:block; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE { background-color: transparent; background-image: none; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row .container > .video-iframe-container { display: none; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row > .video-iframe-container { display: none; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .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); }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE { border-width: 0; border-radius: 0; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row .container { border-top:0;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#tU7dDTwsV41DXfp9RiIJNu3ViiL8Xphb { 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:2.0625rem;width:4.375rem;top:13.6875rem;left:10.5rem;overflow:hidden;display:block; }
#fludnFL4TaNUJDqDdTGiVTroNoAVfBpd { 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:5.75rem;width:8.375rem;top:7.625rem;left:11.125rem;overflow:hidden;display:block; }
#OPWwtGHl3v69OJ4nBh4z4Ezcoog9gRlV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:12.1875rem;top:1.375rem;left:4rem;overflow:hidden;display:block; }
#ZW1Oq8M2o404RAT75Xldtg2AlrrfhVgz { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:2.9375rem;left:20.9375rem;height:8.3979375rem;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; }
#qITALea5STTLCdHCMhlAmvqgUsaW3FPn { 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:14.3125rem;width:18.75rem;top:2.21875rem;left:40.4375rem;overflow:hidden;display:block; }
#AemNgSA8xtnwTRFc56d6cnE7UbDG4tCA { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:12.25rem;left:20.9375rem;height:3.65625rem;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; }
#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container { background-color: transparent; background-image: none; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container > .video-iframe-container { display: none; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row > .video-iframe-container { display: none; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .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); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container { border-width: 0; border-radius: 0; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#JkLWCRzs2fTFJbDtqUeqctD7IbGhO2el { color:#000102;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.94970703125rem;left:0rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K { position:relative;display:block; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K { background-color: transparent; background-image: none; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .row .container > .video-iframe-container { display: none; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .row > .video-iframe-container { display: none; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .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); }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K { border-width: 0; border-radius: 0; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .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; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#woVTO26r7oVMJ88paFTJPid84Cw12EmJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb { position:relative;display:block; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb { background-color: transparent; background-image: none; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .row .container > .video-iframe-container { display: none; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .row > .video-iframe-container { display: none; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .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); }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb { border-width: 0; border-radius: 0; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .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; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ulD2yu2ZZgTR60pMuuf6ZiXGCspRki4n { color:#ede8ff;display:block;width:20.4375rem;position:absolute;font-family:"barlow condensed";font-size:2.3125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.828125rem;left:31.25rem;height:3.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M69ikO1vZpG23KlOSZvi4mtTpw67gT2T { box-sizing:content-box;height:4.1875rem;width:22.4375rem;position:absolute;display:block;z-index:15008;background-color:#864df9;background-image:none;top:3.375rem;left:30rem;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#aN7F5qZXvG2X5KS4o5G4cETlMZR3Zvb3 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.34375rem;left:37.46875rem;height:8.90625rem;display:block; }#aN7F5qZXvG2X5KS4o5G4cETlMZR3Zvb3 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#aN7F5qZXvG2X5KS4o5G4cETlMZR3Zvb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
#s1LTBaqeMmiT5WNALutRtEyVGTaOFS98 { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.5rem;left:37.53125rem;display:block; }
#wD05TbUH8ad0oB9HbnDNTX1G9XwktV15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uw6mdXLqHI3U3LsVwJp2MO50zotVqxyG { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:24.3125rem;left:2.96875rem;height:;display:block; }#Uw6mdXLqHI3U3LsVwJp2MO50zotVqxyG li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uw6mdXLqHI3U3LsVwJp2MO50zotVqxyG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_879e2a384d3b637f91f51dec2c9ab71ee657b16d.svg); }
#Apw2Adx3PKinvXn1iasTUgpNOLc0iv7d { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:22rem;left:2.96875rem;height:2.0625rem;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; }
#tKPcbKM4vUcXaZTmA6vHb8vwy6NFwFWu { position:absolute;display:block;z-index:15082;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.0625rem;width:4.5625rem;top:37.25rem;left:51.3125rem;overflow:hidden;display:block; }
#LoImN5P7nst3KxfsXcfcHy8dSthIlbwS { position:absolute;display:block;z-index:15081;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.125rem;width:11.5625rem;top:37.1875rem;left:39.75rem;overflow:hidden;display:block; }
#SVZ59o3BMsysHPcGa3FCRAAmvGbWKGnk { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.09375rem;left:37.53125rem;display:none; }
#IL8JennJgTPTuM1WparAE24ntLFiRMQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5drsTxsOe1A6GAmWzP0an7936CFGXPt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#t6VB44TCidx5wqEk5mEAEHgPr6itHqDe { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#sX1B3Dm7cVCAou08wlcQ65TCWgRG9fiy { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#rwXbInkBv12KOgUAAesMKi55s9ttov9V { box-sizing:content-box;height:28.875rem;width:23.9375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:7rem;left:35.4375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.3125rem solid #f7e397;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0.3125rem solid #f7e397;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#K2QvNIuXW6XO79oPRHTFevRe6EkN95Pf { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:33.5rem;left:39.0625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#K2QvNIuXW6XO79oPRHTFevRe6EkN95Pf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K2QvNIuXW6XO79oPRHTFevRe6EkN95Pf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#u9FPpxkrnCFTMH0Kshy8fxTxvfz1BtnT { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:21.4375rem;top:20.3125rem;left:37.0625rem;overflow:hidden;display:block; }
#Tzm0B1Obbv3USChgoAOTEhodwep9ATNZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:35.125rem;display:none; }
#fCRI0ze5usnPlhabzXGmxAWGbg8kDK7t { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:18.8125rem;left:39.8125rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CoHx68aUv5Tx1QuqpJoD3M4ufzEy0aEb { position:absolute;display:block;z-index:15006;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:18.25rem;width:33.4375rem;top:1.625rem;left:0rem;display:block; }
#lwr9ZWLzLA4Le5X9Ju7iOUhvhQ8aftqO { position:absolute;display:block;z-index:15006;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:19.125rem;width:34.6875rem;top:0.96875rem;left:0rem;display:none; }
#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr { position:relative;display:block; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr { background-color: transparent; background-image: none; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .row .container > .video-iframe-container { display: none; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .row > .video-iframe-container { display: none; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .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); }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr { border-width: 0; border-radius: 0; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .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; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:68.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#e6seMxQ49himmpQJ5l0fKtFgscOLTSMk { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:2.5625rem;left:1.9375rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cBqPcGXwxxczFk0TfOMU7qtvcDOfT0bx { color:#000000;display:block;width:26.1246875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:4.625rem;left:1.9375rem;height:5.5996rem;font-style:normal;display:block; }
#CC84hqwtTOoZCgq80WkVlATCa3Dn3Pk4 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.5rem;left:32.375rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TTXFBg4BfmsZ26GSOk0E6idbTbAqyrqf { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:4.625rem;left:32.375rem;height:13.9990125rem;font-style:normal;display:block; }
#evZBTJnOWp8NycIoOmb6kPZ8OZvcwQNu { position:absolute;display:block;z-index:15004;background-color:#dcd3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:10.9375rem;width:29.1875rem;top:0.6357421875rem;left:0rem;display:block; }
#qov3vZKmJG1u1FaCFEzg0pLfTa7MKiI1 { position:absolute;display:block;z-index:15005;background-color:#c7b9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.1875rem;width:29.1875rem;top:0.625rem;left:30.4375rem;display:block; }
#Seaud3qWVT7AzPno0p68PncJsBTQiVpr { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:16.9375rem;left:1.9375rem;height:48.9965375rem;font-style:normal;display:block; }
#pLVA10MB8CHxMSTwEa6cluo5NT6SRWPe { position:absolute;display:block;z-index:15007;background-color:#efcde5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:54.625rem;width:29.1875rem;top:12.8125rem;left:0rem;display:block; }
#RnvpkQOugG1VccbOGDbTH6U658cNprQs { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:14.6875rem;left:1.9375rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TKDCmQNSKmOQsEIM78uvaBmkDWxaiQTD { position:absolute;display:block;z-index:15006;background-color:#c7b9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:24.75rem;width:29.1875rem;top:37.0625rem;left:30.4375rem;display:block; }
#C6tO3C2tyokblbfybvCOCJ8RgEHz74c9 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:32.5rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jd5iJQvOx5uUP3CuUAtwWcAd9Tok4rV6 { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:40.625rem;left:32.5rem;height:19.59861875rem;font-style:normal;display:block; }
#AW85E44UfXOtzEioUZ7LaxWtcs9KqO4r { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:63.3125rem;left:34.75rem;display:block; }
#R3J6u0lzZn84OwsVfPSDuwG6BgXI8TTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPOT7TaVXWxQz3mJIEgC5VzliLDydpPT { position:absolute;display:block;z-index:15007;background-color:#dcd3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.6875rem;width:29.1875rem;top:21.0625rem;left:30.3125rem;display:block; }
#WKKevFaOBfqIMSs2n2TzG7LVi56i0yL1 { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"barlow condensed";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:22.25rem;left:32.5rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cTI065dZZweHgf70UumKFiRI8XDglfkT { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:24.76220703125rem;left:32.5rem;height:9.79930625rem;font-style:normal;display:block; }
#exVS3hzWsqdO68e992DreZ5vyQEW1hq4 { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"barlow condensed";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5693359375rem;left:2.1875rem;height:2.68115rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI { position:relative;display:block; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI { background-color: transparent; background-image: none; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .row .container > .video-iframe-container { display: none; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .row > .video-iframe-container { display: none; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .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); }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI { border-width: 0; border-radius: 0; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .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; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EmkR3iUQVSgFVBUH30PsgATvMoMxcLkd { box-sizing:content-box;height:12.75rem;width:17.75rem;position:absolute;display:block;z-index:15004;background-color:#c7b9ff;background-image:none;top:2.09375rem;left:0.84375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: none;display:block; }
#AdZT2n9yUlr1pTBMviqZmUag5vlPUinp { box-sizing:content-box;height:12.75rem;width:17.75rem;position:absolute;display:block;z-index:15005;background-color:#c7b9ff;background-image:none;top:2.09375rem;left:20.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: none;display:block; }
#AlJxsFuiBSGhPahpn3a3MX7TyA5UTBcI { box-sizing:content-box;height:12.75rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:#c7b9ff;background-image:none;top:2.09375rem;left:40.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: none;display:block; }
#kPdMq44fPZ2oLwJmFZ951PNdcUc1nJGc { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"barlow condensed";font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.58056640625rem;left:3.375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#II0ViWhsDFW2fDwfR3zwf9XsEv8QTf7L { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:6.9677734375rem;left:23.375rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNzs1gZNyUBkQRdRuBNHmfeMuiPJMgZ7 { 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:15007;opacity:1;top:3.380859375rem;left:8.4375rem; }
#fHf1TqdEr8D8nPP6xT4D9P4wrvEI0mZy { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"barlow condensed";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:7.58056640625rem;left:43.375rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEyerGtymK75aq6MmF7H2MoGdgzcGVyi { 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:15008;opacity:1;top:3.380859375rem;left:28.4375rem; }
#BV42k1rWdMVL1c3dOMuOO5DvBAvunUTy { 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:15009;opacity:1;top:3.380859375rem;left:48.4375rem; }
#IOCGIMDI4TWuC3to8N4Q5iSOtDECHsrc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PMxJC9s2yz3xAQ6XbmRSZlmrJBn3Rnlc { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#Sc8d3TS33ZCDEafonuEnPsZ9ObTqCxF2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;display:none; }
#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei { position:relative;display:block; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei { background-color: transparent; background-image: none; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row .container > .video-iframe-container { display: none; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row > .video-iframe-container { display: none; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .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); }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei { border-width: 0; border-radius: 0; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row .container { border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;background-color:#f7e397;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#KNKAFT390TTJMlfXc7Shol2Nrn3N7xi1 { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"inter tight";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.59375rem;left:3.53125rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wdEayqyqpPbli5fXJBht7eR2BLn62y91 { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:0.1875rem;top:3.625rem;left:7.9375rem;display:none; }
#aG6yppGGIbWQa5zWMA6IZudTbdOpM91X { color:rgba(0,0,0,0.9);display:block;width:9.125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:3.59375rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WP2lVgvfapUOyVxnkXIxw3PIMuP3AXJa { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"inter tight";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:16.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IW5KBmNGkrqg4pG4915DOcvocUgBB4HM { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:0.1875rem;top:3.625rem;left:21.875rem;display:block; }
#UbggEuoOo92K3xosGktRtHB2P98PmhWO { color:rgba(0,0,0,0.9);display:block;width:6.3125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.125rem;left:22.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uUFV9eVQW2dWF5wsQoLC1F3NnT10mV3T { color:#000000;display:block;width:7.25rem;position:absolute;font-family:"inter tight";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9375rem;left:30.1875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G6P4QK95yIbIkgAiwUt3CTE29DEGFvGS { color:rgba(0,0,0,0.9);display:block;width:6.4375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.125rem;left:38.625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DER1B12dhNBv6HS1K55xGTImKLF0u3xs { color:#000000;display:block;width:13.6235625rem;position:absolute;font-family:"barlow condensed";font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:4rem;left:45.6875rem;height:1.85595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hs7gIbte5sesz0mtIgvu9qyDySidkW0f { position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:0.1875rem;top:3.71875rem;left:37.875rem;display:block; }
#CwFxiQUGGfdC8uFcxUPrJHgoOyQrziXQ { color:rgba(0,0,0,0.9);display:block;width:11.6875rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8125rem;left:46.875rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u { position:relative;display:block; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u { background-color: transparent; background-image: none; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .row .container > .video-iframe-container { display: none; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .row > .video-iframe-container { display: none; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .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); }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u { border-width: 0; border-radius: 0; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .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; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs { position:relative;display:block; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs { background-color: transparent; background-image: none; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .row .container > .video-iframe-container { display: none; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .row > .video-iframe-container { display: none; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .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); }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs { border-width: 0; border-radius: 0; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .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; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7f3ed;background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OTa6yh555gDuILXxiDdXOAxVf18AtJik { position:absolute;display:block;z-index:15006;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:19.125rem;width:34.6875rem;top:0.96875rem;left:0rem;display:block; }
#p1M4GD0T2TpHn5Jhrina7CmVMDIQXTsW { color:#000000;display:block;width:21rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:37.53125rem;height:11.3745rem;text-align:left;text-align-last:left;display:block; }
#lDKHsB08DPeCKk12939T4FiSaDd4y1Tu { box-sizing:content-box;height:4.1875rem;width:22.4375rem;position:absolute;display:block;z-index:15011;background-color:#864df9;background-image:none;top:15.4375rem;left:36.5625rem;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#b13gnySKPwPUUHe1bD5mVOc2cKDf4MRI { color:#ede8ff;display:block;width:20.4375rem;position:absolute;font-family:"barlow condensed";font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:16rem;left:37.5625rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row .container { background-color: transparent; background-image: none; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row .container > .video-iframe-container { display: none; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row > .video-iframe-container { display: none; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .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); }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row .container { border-width: 0; border-radius: 0; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#TuQNuwtPm3iGe9pN8tmyKBF0a01cEhBg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:42.0625rem;top:0.6875rem;left:10.125rem;overflow:hidden;display:block; }
#uxupazJO1LF492sIdnFOTkbnoZWsonoC { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34c0eedc-cc24-44d5-a11e-52d1235e4799/googletagmanager9551.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:0.6875rem;left:26.0625rem;display:block; }#uxupazJO1LF492sIdnFOTkbnoZWsonoC.adaptive-delivery-prevent-bg, #uxupazJO1LF492sIdnFOTkbnoZWsonoC.lazyload, #uxupazJO1LF492sIdnFOTkbnoZWsonoC.lazyloading { background-image: none; }
#LTDBOSxOo6UJyBlx289lUOUvFICTPS2T { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/53211022-6d77-48f3-a1d6-eb73ea491c6a/metacapilogo1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:4rem;width:4rem;top:2.5rem;left:49.0625rem;display:block; }#LTDBOSxOo6UJyBlx289lUOUvFICTPS2T.adaptive-delivery-prevent-bg, #LTDBOSxOo6UJyBlx289lUOUvFICTPS2T.lazyload, #LTDBOSxOo6UJyBlx289lUOUvFICTPS2T.lazyloading { background-image: none; }
#p7n0bypid9ifql93fdOAs3JZ1MW5Bxna { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d2d11adf-d7cf-4861-a6d4-702abb5720ca/makeformerlyintegromat4278logowikcom1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:9.1875rem;left:8.1875rem;display:block; }#p7n0bypid9ifql93fdOAs3JZ1MW5Bxna.adaptive-delivery-prevent-bg, #p7n0bypid9ifql93fdOAs3JZ1MW5Bxna.lazyload, #p7n0bypid9ifql93fdOAs3JZ1MW5Bxna.lazyloading { background-image: none; }
#yA2GdkU2cKPCVbkoJqmG3JPVzVnrZxus { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2c4fbfcd-dba5-4e53-a5b2-2505bb524f87/googleads2666.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.875rem;left:6.375rem;display:block; }#yA2GdkU2cKPCVbkoJqmG3JPVzVnrZxus.adaptive-delivery-prevent-bg, #yA2GdkU2cKPCVbkoJqmG3JPVzVnrZxus.lazyload, #yA2GdkU2cKPCVbkoJqmG3JPVzVnrZxus.lazyloading { background-image: none; }
#bVuQgTnrp5ntwm9clGEUKMpCaGMnfk2T { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb3d09bf-1157-4c6a-9008-d7f9f701d887/2560pxStripe_Logo_revised_2016svg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:7.875rem;left:50.4375rem;display:block; }#bVuQgTnrp5ntwm9clGEUKMpCaGMnfk2T.adaptive-delivery-prevent-bg, #bVuQgTnrp5ntwm9clGEUKMpCaGMnfk2T.lazyload, #bVuQgTnrp5ntwm9clGEUKMpCaGMnfk2T.lazyloading { background-image: none; }
#Dq9gr0qeS51qfM17CEwG893Whxm0Z7OO { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/75612b7c-20fb-4531-9d3c-ddc113218415/taboolalogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.6875rem;left:50.9375rem;display:block; }#Dq9gr0qeS51qfM17CEwG893Whxm0Z7OO.adaptive-delivery-prevent-bg, #Dq9gr0qeS51qfM17CEwG893Whxm0Z7OO.lazyload, #Dq9gr0qeS51qfM17CEwG893Whxm0Z7OO.lazyloading { background-image: none; }
#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep { position:relative;display:block; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep { background-color: transparent; background-image: none; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .row .container > .video-iframe-container { display: none; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .row > .video-iframe-container { display: none; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .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); }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep { border-width: 0; border-radius: 0; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .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; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IKe8dJXTWewzAXXz4dR8WoNWiV6T8yTR { box-sizing:content-box;height:19rem;width:29.4375rem;position:absolute;display:block;z-index:15005;background-color:#b0e4da;background-image:none;top:1.28125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#TXGkSf5ZLElNR5ZTMJOXdOooTdi7Tb8H { color:#000000;display:block;width:24.125rem;position:absolute;font-family:"inter tight";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.43408203125rem;left:2.625rem;height:11.942375rem;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; }
#Uf75JBoNbUkOzuZwrxDwTu2yMkqLvOrM { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"barlow condensed";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.0126953125rem;left:32.34375rem;height:6.1494125rem;font-style:italic;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; }
#oXoDhb3b8JG3dZskOW7J6eEV4QroT8r1 { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.03125rem;left:32.4375rem;height:6.75rem;font-style:normal;display:block; }#oXoDhb3b8JG3dZskOW7J6eEV4QroT8r1 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#oXoDhb3b8JG3dZskOW7J6eEV4QroT8r1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
#Ehf9mvPgbLAp4zGNpwnT6ExOH6N1oB3E { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.9375rem;top:2.6376953125rem;left:2.25rem;overflow:hidden;display:block; }
#JgOz6L9kOwmzyCOEGfvx2EpUMSQbkizE { 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:1.375rem;width:6.25rem;top:16.625rem;left:33.5rem;overflow:hidden;display:block; }
#FN22W4H1eiGU7Ey2uDVl3k4TvVecNqRS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.3125rem;top:16.7421875rem;left:46.8125rem;overflow:hidden;display:block; }
#wMPXwWtWmPB363z6CWsRkBv3gi0naTwS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.1875rem;top:16.40625rem;left:52.78125rem;overflow:hidden;display:block; }
#QhONbhK3FkNOpGRBrap5Rax7TD5ZOalE { position:absolute;display:block;z-index:15014;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:1.125rem;width:5.3125rem;top:16.6875rem;left:40.5rem;overflow:hidden;display:block; }
#TZV6HfvxsBdXZA0p5FLtwz7bk1virK21 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:7.1875rem;top:2.5751953125rem;left:16.4375rem;overflow:hidden;display:block; }
#b7EqZR0ve82X3cmc4h1evdbyLadXc0K8 { position:absolute;display:block;z-index:15000;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.875rem;width:22.375rem;top:7.24658203125rem;left:35.0625rem;display:block; }
#mNndhuieXB0qehyn4VGZ2wbq2GtzLhxQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:19.15625rem;left:46.8125rem;overflow:hidden;display:block; }
#C4IQBEOMeEOdEBGCrOCBgTeQIAHSJlil { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:5rem;top:18.84375rem;left:33.5625rem;overflow:hidden;display:block; }
#dwWWORoqVbco1PIstCRoEEGibXcvVUkg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.25rem;top:19.34375rem;left:39.75rem;overflow:hidden;display:block; }
#hS35iKeRa7v4aWXdKvV7XOaPRsCr63Bc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.75rem;top:19.28125rem;left:53.75rem;overflow:hidden;display:block; }
#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy { position:relative;display:block; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy { background-color: transparent; background-image: none; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .row .container > .video-iframe-container { display: none; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .row > .video-iframe-container { display: none; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .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); }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy { border-width: 0; border-radius: 0; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .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; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT { position:relative;display:none; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT { border-width: 0; border-radius: 0; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .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; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qN2Qr8IysuH8zRDtI0KUKdvPrGhAl1Ne { color:#000000;display:block;width:60rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.96875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:none; }
#nH0CWn8XtDN43gDZgt733yIbImPNkFa8 { position:relative;display:none; }#nH0CWn8XtDN43gDZgt733yIbImPNkFa8 { border-width: 0; border-radius: 0; }#nH0CWn8XtDN43gDZgt733yIbImPNkFa8 > .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; }#nH0CWn8XtDN43gDZgt733yIbImPNkFa8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BN1pmUooXXD7AZdysaJUCKdtks77OWMw { position:absolute;display:block;z-index:15001;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:32.3125rem;width:43.25rem;top:0rem;left:8.375rem;overflow:hidden;display:block; }
#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 { position:relative;display:block; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 { background-color: transparent; background-image: none; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row .container > .video-iframe-container { display: none; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row > .video-iframe-container { display: none; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .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); }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 { border-width: 0; border-radius: 0; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row .container { border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0;background-color:#864df9;background-image:none;font-size:0.875rem;font-family:arial;height:156.0625rem;width:60rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#bVhQDbrdbHndiXbU7sBQ8y2EyMePufU6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"barlow condensed";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.47509765625rem;left:0rem;height:3.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KM9ySpqEaKf8ixpX4AETpxfa6Xh63O8R { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:6.04931640625rem;left:12.84375rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZZgXFAqMrQzEgSMldXFu3yokKT4hzqVc { box-sizing:content-box;height:143.25rem;width:49.25rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:12.5rem;left:5.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #f7e397;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#dy3kmwhnDXE3ibt0JORr4mKL21C6opXR { color:#f7e397;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:42.0625rem;left:0rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eruEduRuG49iERsNT7kBdueR40sOoRey { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"barlow condensed";font-size:2.75rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.3876953125rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z1p7LaGbAbAsaTTCITzITCtAWPeTvziF { color:#00ffae;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:39.78125rem;left:0rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qdKQqV8chk1aECCfgMMM5AcClL2UFztp { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:82.30078125rem;left:16.25rem;height:6.6484375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#qdKQqV8chk1aECCfgMMM5AcClL2UFztp li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#qdKQqV8chk1aECCfgMMM5AcClL2UFztp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#dv1qaiH4Pgtg4FkyGxEU59rAOSeUKrsr { position:absolute;display:block;z-index:15015;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5625rem;width:22.4375rem;top:66.6875rem;left:18.5rem;overflow:hidden;display:block; }
#oh2161WmcDX73dIUWA9IrLIBaHWTCveg { box-sizing:content-box;height:9.375rem;width:30.1875rem;position:absolute;display:block;z-index:15004;background-color:#fff6c0;background-image:none;top:80.8125rem;left:14.75rem;display:block; }
#ear4XdPuAGSrv0vlzA04F2KEZrEhtmeK { position:absolute;display:block;z-index:15016;border-top:0.25rem solid #b0e4da;border-left:0.25rem solid #b0e4da;border-right:0.25rem solid #b0e4da;border-bottom:0.25rem solid #b0e4da;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5rem;width:22.4375rem;top:94.8125rem;left:18.5rem;overflow:hidden;display:block; }
#L0P1TmO8mDN1btZ7hECi8L2tpEky20pP { box-sizing:content-box;height:10.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15005;background-color:#c8f6ee;background-image:none;top:108rem;left:14.875rem;display:block; }
#F1wwLLcnTKD4iEvaBXgGFoHZcVxGkDQM { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:110.375rem;left:16.25rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#F1wwLLcnTKD4iEvaBXgGFoHZcVxGkDQM li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#F1wwLLcnTKD4iEvaBXgGFoHZcVxGkDQM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#PdeNTNV5OgffRctaa6E7FS3J8CNgdi3B { color:#f7e397;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:5.625rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:88.94921875rem;left:0rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g2BAgTeuy6PA7dHw1QGT5Xq0bcOpklsp { color:#f7e397;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:5.625rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:116.9375rem;left:0rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P4XT4F27o986uSuiQtOBU3xpbzIsDa1l { position:absolute;display:block;z-index:15017;border-top:0.25rem solid #c7b9ff;border-left:0.25rem solid #c7b9ff;border-right:0.25rem solid #c7b9ff;border-bottom:0.25rem solid #c7b9ff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5rem;width:22.4375rem;top:123.125rem;left:18.5rem;overflow:hidden;display:block; }
#NcsyU10ctNK33khfxxcsT8H118XD6UfZ { box-sizing:content-box;height:18.6875rem;width:30.1875rem;position:absolute;display:block;z-index:15006;background-color:#dcd3ef;background-image:none;top:135.8125rem;left:14.875rem;display:block; }
#GVBZ9mVQMe3iMT5LdCBNGVha33KRnAvT { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:138.6875rem;left:16.25rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GVBZ9mVQMe3iMT5LdCBNGVha33KRnAvT li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#GVBZ9mVQMe3iMT5LdCBNGVha33KRnAvT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#mHmKFVbSHv4xhTLylT7WRIPEnlB9xnWR { position:absolute;display:block;z-index:15085;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:5.375rem;width:18rem;top:18.8876953125rem;left:21.4375rem;overflow:hidden;display:block; }
#tuPnQA2lBeh8oXz3FbbX0xRNHDwoHMAU { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.0625rem;left:20.25rem;display:block; }
#cw7D79leHNnDVvOrrb1ZHbmuKZq0PCZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBvitF8a5TIDg5bDZrU8fvPHD3JrIZrc { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:30.625rem;left:20.6875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uBvitF8a5TIDg5bDZrU8fvPHD3JrIZrc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uBvitF8a5TIDg5bDZrU8fvPHD3JrIZrc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#u5OXkpBnTcvbU7lLA4PQhAeTeaKOz8ii { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:21.0625rem;top:32.71875rem;left:19.96875rem;overflow:hidden;display:block; }
#LruVn0ct79TiGmNZ2QiG3gb3KmWTfhVx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:79.6875rem;width:39.375rem;display:none; }
#WAxOo9rqLHPdgnm6eDbMkk2Hfz0w3erd { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:60.625rem;left:19.75rem;display:none; }
#Vu8vmWuewzSy01RVyyzKzUMRsnplEUpe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CU581q8QC6xvsnRhuaBc8PsiBKPBJS4R { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:17.03759765625rem;left:0rem;height:1.6621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ky20xXTSn3d9FaM4GVbDNO0r146UmBPo { position:absolute;display:block;z-index:15087;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:5rem;width:5rem;top:83.125rem;left:11.3125rem;overflow:hidden;display:block; }
#gbENnZLBEXgntxBqo2Peav4vRqgKxBKR { position:absolute;display:block;z-index:15088;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:5rem;width:5rem;top:110.59375rem;left:11.3125rem;overflow:hidden;display:block; }
#x9g90RMRRXPP8T1ERU1SBXdQuqzbEydM { position:absolute;display:block;z-index:15089;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:5rem;width:5rem;top:142.90625rem;left:11.3125rem;overflow:hidden;display:block; }
#poSmI5cVuzhtrhpfTt4ynCvitcAS3rog { position:absolute;display:block;z-index:15006;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;box-shadow: 0.3125rem 0.4375rem 0rem #6537c3 ;height:19.3125rem;width:35.25rem;top:45.15625rem;left:12.53125rem;display:block; }
#oGKLc5scvRF1WwWok42AJEiGETv9TLWT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container { background-color: transparent; background-image: none; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container > .video-iframe-container { display: none; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row > .video-iframe-container { display: none; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .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); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container { border-width: 0; border-radius: 0; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#zMN4pOWgEViTLqhJRQWwTUC8MqVrf7Xe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.875rem;width:24.9375rem;top:1.5625rem;left:17.53125rem;overflow:hidden;display:block; }
#yy00KlTGTmWFIqZxpg5qDQp2gbVZT2Bi { position:absolute;display:block;z-index:15004;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5625rem;width:19.375rem;top:3.3125rem;left:40.125rem;overflow:hidden;display:block; }
#Pxp0LtoHRhfKkX4U8vS7OFqtDpdseriT { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem #f7e397 ;height:14.5rem;width:19.375rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#K5kzg3XFBehIFeLrTS32gSwmizhWekxT { position:absolute;display:block;z-index:15021;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.5rem;top:15.75rem;left:7rem;overflow:hidden;display:block; }
#heleXxqhbNkWcn4vFhNtoG5O2GAD3Lsv { position:absolute;display:block;z-index:15022;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.375rem;top:15.75rem;left:38.0625rem;overflow:hidden;display:block; }
#T3ten4fvSru0VQrqomaRKkgooKZeibLs { position:absolute;display:block;z-index:15018;border-top:0.25rem solid #f7e397;border-left:0.25rem solid #f7e397;border-right:0.25rem solid #f7e397;border-bottom:0.25rem solid #f7e397;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.375rem;top:15.75rem;left:22.5625rem;overflow:hidden;display:block; }
#SAhhfGSJTbHz7VECTR0ZVKQ8snp59Fck { box-sizing:content-box;height:2.0625rem;width:16.875rem;position:absolute;display:block;z-index:15019;background-color:#00ffae;background-image:none;top:0.9375rem;left:21.5625rem;display:block; }
#lrREET86msMm2KyEoMRW5SNUeXMny8vr { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.3125rem;left:21.34375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7bPuQIrDsynqPMkZ3q9trDBur5ZMoxo { position:absolute;display:block;z-index:15088;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.125rem;width:3.125rem;top:24.75rem;left:12.9375rem;overflow:hidden;display:block; }
#WF4HCyhR87TfzLH1QT1QVmVhI3MFVOgt { position:absolute;display:block;z-index:15089;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.125rem;width:3.125rem;top:24.75rem;left:28.4375rem;overflow:hidden;display:block; }
#ev1eFTZX5OBpCerW3ag8VTkzdG8w9Vro { position:absolute;display:block;z-index:15090;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.125rem;width:3.125rem;top:24.75rem;left:43.9375rem;overflow:hidden;display:block; }
#VptIAPykkPPFnOTGmbXtxF7qOmMGAXG0 { position:absolute;display:block;z-index:15091;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.125rem;width:3.125rem;top:10rem;left:28.4375rem;overflow:hidden;display:block; }
#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container { background-color: transparent; background-image: none; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container > .video-iframe-container { display: none; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row > .video-iframe-container { display: none; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .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); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container { border-width: 0; border-radius: 0; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#phQn8bT1C5ScvIZwd2GDE6hTrA0mh6i6 { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.64990234375rem;left:7.1875rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrZn7JAcVsQdbz7DiUC5g0qepXq2AsGe { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.912109375rem;left:7.875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAJMBquBXkwd0h7905MdrPrOBzNQFK2O { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.7998046875rem;left:7.875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsSsik0QTysyNaCg1rh6qxDzK3Z75mRd { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.375rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.5625rem;left:11.3125rem;display:block; }
#GQKWpBOXRA2t7F5xSQJtUGG48SMeKNm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGUGBO2Zg42Weo5JuTCGmoZxJ68kcoU6 { color:#a6a6a6;display:block;width:16.625rem;position:absolute;font-family:"inter tight";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:29.75rem;left:21.6875rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IGUGBO2Zg42Weo5JuTCGmoZxJ68kcoU6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IGUGBO2Zg42Weo5JuTCGmoZxJ68kcoU6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
#BHzME6XpHz2dd1xTGPWpf7c3IFArFSZ3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.77490234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wO6N2Wf7BBM9xq3VUt5TnOl1dNs3sVGE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hv6d1IlyiGdvqMTQMvc2Wd8BwIk5Puks { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:6.0625rem;display:none; }
#L5g3Ol19CrxuDIALe92doAezxvu3qr7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVuEgPB9afguPoEQ5xW11CRlraGlilDQ { position:absolute;display:block;z-index:15085;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:5.375rem;width:18rem;top:14.03125rem;left:21rem;overflow:hidden;display:block; }
#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR { position:relative;display:none; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR { border-width: 0; border-radius: 0; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .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; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF { position:relative;display:none; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF { border-width: 0; border-radius: 0; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .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; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nh6TrgwmKbkPhmvHm4yKLlnx9H5x0W6l { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QtsudSzd6HTFEpIyIvUCVoTbdyIk2iLU { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#vOmL51cBeMOqsa0xkU1MgXzWH85ehTza { color:rgba(0,0,0,0.71);display:block;width:39.4375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.515625rem;left:6.21875rem;height:1.21875rem;font-style:italic;display:none; }
#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 { position:relative;display:none; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 { border-width: 0; border-radius: 0; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .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; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kEZSXU7HqMMhT2T80qF08hkr0XTwBFPZ { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;height:19.3125rem;width:35.25rem;top:4.1318359375rem;left:31.450479002905rem;display:none; }
#JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl { position:relative;display:none; }#JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl { border-width: 0; border-radius: 0; }#JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl > .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; }#JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ut5CHvHBBOWkMtbQCER8ffy3bC5VUUDl { 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:20.9375rem;width:28rem;top:0rem;left:1rem;overflow:hidden;display:block; }
#JFkiLWl8DFrdHSJ75RPvTqpTzTbswPD9 { position:absolute;display:block;z-index:15002;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:20.375rem;width:19.125rem;top:0rem;left:35.4375rem;overflow:hidden;display:block; }
#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA { position:relative;display:block; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA { background-color: transparent; background-image: none; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .row .container > .video-iframe-container { display: none; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .row > .video-iframe-container { display: none; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .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); }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA { border-width: 0; border-radius: 0; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .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; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row .container { background-color: transparent; background-image: none; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row .container > .video-iframe-container { display: none; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row > .video-iframe-container { display: none; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .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); }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row .container { border-width: 0; border-radius: 0; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#IKCMFmhNqdBdcgftvVuT3TiSCp2UX2bW { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.125rem;left:32.6875rem;height:19.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aon5915MR6OCUaBkZf9qLoUsrGTuRCLS { box-sizing:content-box;height:19.6875rem;width:0.3125rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:2.125rem;left:29.6875rem;display:block; }
#PRcgT9itmeKKmw5odXHN0wKWmbsyGNLv { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"inter tight";font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:15.625rem;left:11.1875rem;height:6.07470625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cfxy1uhDHlHg8IqqFhnr9TV7KuGNOSF8 { background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:0rem;display:none; }
#Bni9Ze09fJnepiedPJcFXyt2ZbWDTOe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOk6ar15kGIErIoKltrurTpM9DbxtBCE { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"inter tight";font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#spH5Lf9m08cksn9C63Xh2GR8Gz9R6hG4 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uamHdAR7CDLXKBgMdIt6byTP03nGREpn { color:rgba(255,255,255,0.77);display:block;width:15.9375rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:60.01171875rem;left:14.0625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#uamHdAR7CDLXKBgMdIt6byTP03nGREpn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uamHdAR7CDLXKBgMdIt6byTP03nGREpn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#RX9vItUB35Cpt5N6r70NZxSXv1IUCHEv { 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:15.625rem;width:15.625rem;top:0rem;left:11.0625rem;overflow:hidden;display:block; }
#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA { position:relative;display:block; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA { background-color: transparent; background-image: none; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .row .container > .video-iframe-container { display: none; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .row > .video-iframe-container { display: none; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .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); }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA { border-width: 0; border-radius: 0; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .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; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:#ededed;background-image:none;vertical-align:top; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"inter tight"; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"inter tight";line-height:1.4;overflow:hidden;height:auto; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-trigger.adaptive-delivery-prevent-bg, #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-trigger.lazyload, #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-trigger.lazyloading { background-image: none; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T { box-sizing:content-box;height:auto;width:35.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.4375rem;left:10.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #r3Sb3QhPxsrqOoTiALR2Q6onTkAME1y4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #yUEZw94CH9cNAaqg6rt5aqz1htWSquA0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #mtLmsl6dqUV5599tCVQEDS5gr6WDTJ9i { display:block;position:relative; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #BObdpEQL7TT94XkDxteqXuTSiwfaP7JB {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #TqvLp7eODLLlHc50uVBgBUHCXT02yCIe {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #KOG5IhiTygb2JoPzVnknhJ1v7Qh43Sts { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #JtveCWNK8iE73wpKA2cnAJ79IIbrLuNo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #mGWA2J7TaO4HUTZDDr0kIF9vbTkDMTCS { display:block;position:relative; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zUyBpRBCiKzCPJ3UaTasHm7bvpmLBzwC {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #UWlsV9OrbNGCCoKxzsD143zRdFm8q0O8 { display:none; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #yySBFnP1cIhRXAt5ONPVsg0HQMxSNLtM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #cGsQdpSq2g76eTZyz7I830zngrrWfTBE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #rh7eP1D8dmil8FRKAFPwXcAdMJblQ2Eb { display:block;position:relative; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #lJAftyxMNpUBvpoibvcGM3qIuMwnnCws {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #dM0ftThA3ZQwbgPFf0cAtiJyn5aAb4tc { display:none; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #o8Q7TqT2esTlfZXO32MXUlObQqhRdvRW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #IgGA3SvxVfJqgqfeZZgCcF3rLv3laWZl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zV3lBO5PvCaxpPU5yTosTNRsOPlUSlva { display:block;position:relative; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #LaWn8MlJhUohJhsENMA7sJPTi0Cy5226 {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zZeVf4Vz4K9rW5TeMh0gZwDb4Dz7iT6X { display:none; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #JFeedgVFXxuTW98inUEk3FexAbtfIKPE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #WBBcdTI4y1eGEgdEvgwi019oyTEo9WCZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #KA9EIGQ2RKUfAmxVN2lkKv6U8RwKv7VL { display:block;position:relative; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #HZufXwEm2LbwMiLxPbOK15aQeczS2zBS {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #ux042zCsPTKFFU2ox4GTwtwwDzPtnwEA { display:none; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #lIEOy2Ccq9x0vbmf0zf8kWTMQA1Fm8qa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #RmUZIbOsQSdA1asbQHOhTnpApRguLuOh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #AwSOgitEbnaS8SeBLzA9zXPcUZQPGFIn { display:block;position:relative; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #FkPT7Fe4x8uaMZ8bc1scWX79GnNATfbx {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #ddXBeFZtDofln6UTt5gaGpqxhx1AfkEv { display:none; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #y7dEEqgf9CspgdNh7GmuJ2miIVSAIIuv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #J1wyc6m8PKZvGkvXIKiDhMSTggccQuAf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #UaWnb8NXQRNK2flX3pteunaNtQRX6cON { display:block;position:relative; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #oD8kebfJnQ6zNHIVhsw7JUnszUHBNGTW {  }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #SX5NsdsEQa5Pcd6C0Ar9gfpmWo2yUwHO { display:none; }
#FdGwVTurr7NGfdsSUbEifcdscBc0m3Pv { color:#000000;display:block;width:60rem;position:absolute;font-family:"barlow condensed";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L { position:relative;display:block; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L { background-color: transparent; background-image: none; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .row .container > .video-iframe-container { display: none; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .row > .video-iframe-container { display: none; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .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); }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L { border-width: 0; border-radius: 0; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .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; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 { position:relative;display:block; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 { background-color: transparent; background-image: none; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .row .container > .video-iframe-container { display: none; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .row > .video-iframe-container { display: none; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .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); }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 { border-width: 0; border-radius: 0; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .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; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hJ52BbiQahOy8zhsJEyTO17Mna8S14Da { position:absolute;display:block;z-index:15001;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:20.9375rem;width:28.125rem;top:0rem;left:0.9375rem;overflow:hidden;display:block; }
#otxKCusgfnSReoezOPXQP8F2sQIc996v { color:#000000;display:block;width:27rem;position:absolute;font-family:"barlow condensed";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UloWmvNeRzUJUex7hZTt2tD8DrIBpOo9 { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.08642578125rem;left:34.78125rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TQBAn1RlNOu1mZEWoNpxgRVl8Wq8UGpE { box-sizing:content-box;height:10.5rem;width:25.0625rem;position:absolute;display:block;z-index:15001;background-color:#f7e397;background-image:none;top:8.125rem;left:32.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
#VHNF1pLhR3mo9e1lCCWOx1mEGT6dCATy { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.40625rem;left:34.375rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }#VHNF1pLhR3mo9e1lCCWOx1mEGT6dCATy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VHNF1pLhR3mo9e1lCCWOx1mEGT6dCATy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V { position:relative;display:block; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V { background-color: transparent; background-image: none; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .row .container > .video-iframe-container { display: none; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .row > .video-iframe-container { display: none; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .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); }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V { border-width: 0; border-radius: 0; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .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; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xkIACvPRsgIW2NVP3uUXKSci7dCM3rVW { 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:20.9375rem;width:28rem;top:0rem;left:1rem;overflow:hidden;display:block; }
#DlciBpPtlQCTx9vnq0yuRdKv93CVXNLF { position:absolute;display:block;z-index:15002;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:20.375rem;width:19.125rem;top:0rem;left:35.4375rem;overflow:hidden;display:block; }
#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI { position:relative;display:block; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI { background-color: transparent; background-image: none; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .row .container > .video-iframe-container { display: none; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .row > .video-iframe-container { display: none; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .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); }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI { border-width: 0; border-radius: 0; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .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; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row .container { background-color: transparent; background-image: none; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row .container > .video-iframe-container { display: none; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row > .video-iframe-container { display: none; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .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); }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row .container { border-width: 0; border-radius: 0; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#ZRtEVIkO38GWhlnBHGWhEyqf86GD7dGc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:1.3125rem;left:25.9375rem;overflow:hidden;display:block; }
#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row .container { background-color: transparent; background-image: none; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row .container > .video-iframe-container { display: none; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row > .video-iframe-container { display: none; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .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); }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row .container { border-width: 0; border-radius: 0; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#oWrohNJo4WVKVZNGnlEaiwSrSzW4ngaU { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:0.71875rem;left:22.25rem;height:;display:block; }#oWrohNJo4WVKVZNGnlEaiwSrSzW4ngaU li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWrohNJo4WVKVZNGnlEaiwSrSzW4ngaU li:before{  }
#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { background-color: transparent; background-image: none; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container > .video-iframe-container { display: none; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row > .video-iframe-container { display: none; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .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); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { border-width: 0; border-radius: 0; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#RV2xu6abnRGh3ui7n3BfEeGlOgKC0eeD { color:#b5b5b5;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8779296875rem;left:0rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB { position:relative;display:none; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB { border-width: 0; border-radius: 0; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .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; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IwZMtTcT5U2EVuxctv4C4f0o7cJn4JrM { color:#b5b5b5;display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8779296875rem;left:0rem;height:1.05615rem;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 { display:block; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0kTN64iXUbmoKGZnTJdC3wo29lnTfi4 { top:0.1875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEyWJdEmAQQ8suZ4LbgEGFSOvXksdig { top:1.5rem;left:0rem;width:39.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #potRNq4X5Q0EWAl2myAirOBZNfWM9lX8 { top:0.125rem;left:34.875rem;width:12.5rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIqLHw5UOciisrGXdgScITyz88IWa3i8 { top:0.8125rem;left:39.8125rem;width:7.9375rem;height:2.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFEaXlZH2qiepi2q7mb94t28tzPbOWBm { width:2.1875rem;height:2.1875rem;top:0.6875rem;left:41.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMQtKLhr3kDLXyoa84Fvhc4Jesn7prvW { width:6.0625rem;height:2.5rem;top:0.625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XektPrJqZ4vNpeKWKdK1b3CAVTzpRX0R { display:block; }
 }@media only screen and (max-width: 763px) { #vwTvCefatHGg1lLhTOZynqp1DfvfdHCb { width:11.5625rem;height:2.5rem;top:0.625rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcreAxhDcUZZbe0TMcZtewLKqQFG3MH4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD { display:block; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { display:block; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l { display:block; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbiQ1TTFSTCSI6MdFVurURfuE8SbonRT { top:6.5625rem;left:0rem;width:41.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiOTMEFRnAvu3QVL4TK2b5cgtzw8fFr { top:9.25rem;left:0rem;width:27.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAlPwN87e5cuNS8otqcRLGOhk82WFIW { top:25.8125rem;left:14.375rem;width:33.375rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyv9pKzNsQPBAJ5f2wEOKvlggwUoJCO { top:14.75rem;left:0rem;width:23.875rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrXDIRUHtuf3FWCecNMMyIZPfHLITzF { width:16.875rem;height:4.1875rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM7MBQ2vHFk6N9UQWvRU0TJMygJzd8GN { display:block; }
 }@media only screen and (max-width: 763px) { #nvnV08s301idvFAqr2VoEJqygTWBz8AT { top:5.25rem;left:0rem;width:34.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tUZpGu5toGUssTKmGzsLQu7783lV75 { top:4.125rem;left:12rem;width:35.25rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOBnyp7VT7svBxgEulkTWyI6ZzZhRlRp { top:11.4375rem;left:0rem;width:27.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4u7gSpWXpdVTSi04Vbvpob2JBOD41qn { width:27.5625rem;height:0.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwcqDqTMrcqUHxcF5JaiEXSy0zecyHM5 { top:14.8125rem;left:0rem;width:15.6875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMaOmd3FcTtWJf0RpTG2m0RudfwlCE85 { top:44.9375rem;left:0rem;width:15.0625rem;height:4.25rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #suIrJN2htWNTB98scSVECE6VWJeJuAwu { display:none; }
 }@media only screen and (max-width: 763px) { #z0QLgekZ3gwtJOMoodMHvvzLUsuHwnur { top:44.6875rem;left:0rem;width:15.5625rem;height:4.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TABI7gflmdcyJtf0zdyiHm0G9E693U6x { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqF2LJ8yTTPrvagqSJ8ZIATPbm96kxcF { top:99.6875rem;left:0rem;width:20rem;height:;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KENeZPFV9k0FiTkZFz5G2du2Nd3QCSB8 { top:76.125rem;left:0rem;width:14.4375rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 { top:107rem;left:0rem;width:17.5625rem;height:;font-size:0.9375rem;display:none; }#T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a64295cd8c0fc6707d423bfbbe843517b06b8db3.svg); }
 }@media only screen and (max-width: 763px) { #azfTBra0lRpqKwVIniK8EG8GE89I9QhI { top:4.125rem;left:12rem;width:35.25rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fiw4MHeF8CTRvSbpstreMEbkFS4GRh67 { display:none; }
 }@media only screen and (max-width: 763px) { #Enur4VK8TiUBBDk2uRcOMV1WHslzhUWQ { display:none; }
 }@media only screen and (max-width: 763px) { #zJofo2QZCnK8ZIyV36lGE6aKT3d0ygn9 { display:none; }
 }@media only screen and (max-width: 763px) { #T3hTXsGqhd0Tz0mBmTa9QAEQOCJOOnt6 { top:80.625rem;left:0.28125rem;width:11.5rem;height:3rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BiZg4os9I8fmQyQuuJmMovmkKXU3bUq6 { width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn { display:block; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F { display:block; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoVVV0UFo4ZO4mF9ufeFrGMHtOM74pIW { top:0.0625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41uTT6hzdJa0H4AtCnAH0usgIa5h8V3 { top:3.5rem;left:23.9375rem;width:9.375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSr1p0Z57pkCpHRDBK8RxTLax3iy0LTq { top:6rem;left:4.75rem;width:8.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlb2swt6SUBLb5lXl2JsIvFCnSt3vxS { top:2.8125rem;left:34.3125rem;width:7.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #doTm4laKLd2AJlXZ3HqqOXSxmeU2BKNG { top:3.125rem;left:14.4375rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TOsGUJEraJlQcB78MAteKbMNG3JL0J { top:5.75rem;left:29.09375rem;width:7.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TBNG80Nc2uN3ge2ykCC8SGpZK9Me3s { top:5.8125rem;left:37.875rem;width:4.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dni9TXCw0kqf9XmHTMh25euD30Pc1gZ3 { top:2rem;left:5.9375rem;width:7.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwdyhMfFAqQDM4KWIaTLOPCNoRIyNlwq { top:5.6875rem;left:24.25rem;width:3.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxvMZnSdJbCqcRWmTGwgcw38tsLvJC5q { top:5.75rem;left:13.6875rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr { display:block; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L { display:block; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe2HCE6iBTlLSSQPRmeD9SJxd7F0lrd2 { top:1.25rem;left:0rem;width:29.4375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jht7K2npiH5F6yl2GsOwqG6Mmk9ZAN5I { top:3.8125rem;left:0.65625rem;width:21.0625rem;height:21.5rem;font-size:1.4375rem;display:block; }#Jht7K2npiH5F6yl2GsOwqG6Mmk9ZAN5I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6629ec6401aed0d50e3a1baffd3560b24f425b56.svg); }
 }@media only screen and (max-width: 763px) { #zwoeAOmnVlV5Qqf6TWqIVaNkdSQzWJhK { top:15.1875rem;left:20.5625rem;width:27.1875rem;height:11.875rem;font-size:1.0625rem;display:block; }#zwoeAOmnVlV5Qqf6TWqIVaNkdSQzWJhK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6629ec6401aed0d50e3a1baffd3560b24f425b56.svg); }
 }@media only screen and (max-width: 763px) { #SAryDVcVSyU01547y4mzgS1QNgH5MrxL { top:2.5rem;left:13.25rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMalAyTshSdykKztQpWEwu9WcfKmucUg { top:2.5625rem;left:28.3125rem;width:19.4375rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNhwtU21fyeOsEfwe8kEKJlSMDUAqDbC { top:42.5rem;left:0rem;width:18.625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eE0PVt9Pb6uM6TkKA1ZCwiotOOAMXTCV { top:54.4375rem;left:0rem;width:18.4375rem;height:;font-size:1.625rem;display:none; }#eE0PVt9Pb6uM6TkKA1ZCwiotOOAMXTCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77818b3b80c8b442d2c3c66dc5cffba523873229.svg); }
 }@media only screen and (max-width: 763px) { #Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ { display:block; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zmr9HdL29sspxeeavuh43kUzq2cEmOry { top:3.25rem;left:0rem;width:12.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqhX9QohOQDEzOJcWo6zar22EZlbZqKN { top:4.875rem;left:1.4375rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqs9b1LpQoctJv8VzWJ94ZWpyTDVWrC6 { top:1.625rem;left:6.3125rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4xmwNhwLsq0CUZ9BilT7wPiLOSXWzy3 { top:6.0625rem;left:10rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwdMOBoc8ueHlyFNQXrId2PtTDAwUCdQ { top:7.375rem;left:15.9375rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWF0HVTeG3TBC1tOwn9IgGHBfwD1M05c { top:0.9375rem;left:20.5rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXBht28hm29Tm3vpKkVQ7cCOtOBgis1U { top:6.0625rem;left:24.5625rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeXh3N1UVp5rfZKHaJp1Jl0ayTTlxdwB { top:3.25rem;left:27.8125rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzTR2Ngv3b8LqHiupF7FJ1Km0x8iWXkM { top:7.375rem;left:33.375rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHfnzSCIgRzVGG5zxwcMEpyEl6iKhR1 { top:1.625rem;left:35.25rem;width:8.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9MI6JLmxTZuNrsPq9AcBbnqqUF3rzZT { top:6.0625rem;left:36.4375rem;width:8.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVLwpTC3Tly6zlG9GcXBQkFTXW1PAi8a { top:2.625rem;left:34.875rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQROv56R8FgpZPtyrRWdGunWzt3aX0sg { top:4.625rem;left:34.875rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy { display:block; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsNhQohRK6WDZCcQF48qCpEIbT421FEu { top:6rem;left:2.375rem;width:42.5rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT2mefJsWhMPKlZ2eIpkmOCnTc44hzRs { top:46.25rem;left:11.90625rem;width:23.9375rem;height:23.3125rem;font-size:1.0625rem;display:block; }#WT2mefJsWhMPKlZ2eIpkmOCnTc44hzRs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c90ab56b328e5985353ddeabf39b9e1ebd0d3217.svg); }
 }@media only screen and (max-width: 763px) { #UcssTCtEZqkHIyEVl8BlIynsSPKmcT0x { top:40.375rem;left:7.8125rem;width:28.9375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhMo5OomoxyNcDM46Kzq8WZu6lMDPUCe { width:33.5rem;height:4.5rem;top:72.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8OTcOcJqTptX09BWUxQQNxxydH0TB73 { display:block; }
 }@media only screen and (max-width: 763px) { #Dq7doC01c2mOnlOUN7Zq7bTFTUx5ghBs { top:2.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3SNvvoxHxmTmB2APhXRWN6WmhyJvxH { top:37.9375rem;left:7.8125rem;width:28.9375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddtut5hHM0yfL3aWqzGl92z9tCaIRsrn { width:33.5rem;height:4.5rem;top:64.375rem;left:5.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #glcWcGJozeXavvKG1zBQSbiGxiXC8RTF { display:block; }
 }@media only screen and (max-width: 763px) { #PpcPdv2Ir4nvCDK9HcviDZT99qJOBiaD { top:31.4375rem;left:3.1875rem;width:41.375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyxaKahMuvGwB1TxNudrE9GMHftXnkBm { top:44.875rem;left:8.78125rem;width:29.9375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzKTgSzK8JVCWI6m5y8y4NUzv9VZ1Ren { top:0rem;left:2.25rem;width:43.25rem;height:32.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD { display:block; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1T4rSzpBAD1GF76p4TbM8LgEWL1F8eN { top:5.5rem;left:3.25rem;width:20.625rem;height:14.3125rem;font-size:1.125rem;display:block; }#K1T4rSzpBAD1GF76p4TbM8LgEWL1F8eN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #JfyztM9xBFeJLmDpZv5Jvr3JVolrhU1L { top:2.4375rem;left:8.125rem;width:15.75rem;height:2.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR23JvdFMUCyksbuQgFhtn1TgNQr5krv { top:2.75rem;left:4.625rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otCA0Sl0m1cEvcIizLf3cIz5Om1RGtdX { width:20.5rem;height:4.5625rem;top:20.0625rem;left:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgiIrzQn7o2Ui2zrMTvfQizBzdBia9Zm { display:block; }
 }@media only screen and (max-width: 763px) { #gQxR4MMq48be5RQdvFwGzHobUqt6VD7d { top:1.1875rem;left:0rem;width:31.25rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L { display:block; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N { display:block; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDIO1K9TVAmJ1ccaaLrqJDlrxzmFE4CH { top:0.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUX5VV0RA7xmGNuwv43V4c9athE7qIuH { top:5.75rem;left:7.90625rem;width:31.9375rem;height:3.6875rem;font-size:1.75rem;display:block; }#XUX5VV0RA7xmGNuwv43V4c9athE7qIuH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
 }@media only screen and (max-width: 763px) { #UnGByQwoBw521p1VZbthbPVxboV67Qwl { display:block; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdiF9BDeSDLRMoSlvOaTxSwwc1XKGo3U { top:1.125rem;left:1.25rem;width:8.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keg5olVblNOpXTPLJx3AW6aZdEaGET1k { top:0.5625rem;left:5.25rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X394yOI7gfXcncFnla3z9UNm7d9KeVAO { width:29.5rem;height:14.0625rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #httQaTJIsDOgavvbTWDvEwV1T8yB0xT1 { top:9.125rem;left:2.0625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdUvfImJPCBL893Jp1DK8OzU9pbAKt2 { top:15.6875rem;left:15.9375rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXxGVseED9B61UGqVtywnMzQxip1uK2N { display:block; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP6UWO96ROHeFMBt2LnIO4PPZJeg7P1R { top:0.0625rem;left:0rem;width:9.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8VcuLLFPXk626Ckpl6TTfXMrPuBCDyA { top:0rem;left:4.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se5hK5ERe87olSvpamNkP17qR5WTP7Ty { top:0rem;left:14.375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #plDqNT7gO3zyXaDVJ46eckgVcJrcpZuy { top:0rem;left:24.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkOJr079Ls8PHgnc1HLMxwh7ZFAGMevl { top:0rem;left:34.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIc9hX66o3NNN91QUqJM6glioBQbenwH { top:0rem;left:38.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #i99KyHgwo4npuQWaLkZgCWBHVvvATbZL { display:block; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQvhpEamls799JRlwVIwLb7Kz7fWEl8R { width:24.375rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4P7RdIqTdB1h6rNRWTlDKm71gxedzfg { width:18.75rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntiouaTmTaVTT52m8v2aBt3TOgzExSGl { width:18.0625rem;height:2.75rem;top:10rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhGDXsScIwyk7w3xQ9f3itAdmzvbXUDs { width:24.375rem;height:2.4375rem;top:7.4375rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7shxpI5AZIeEFfI5fEvi7gFQS1Qb3iS { width:16.125rem;height:4.125rem;top:10rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCHaoMcDsEWTGtXfeNMRTB9bfVV0rMU { width:24.375rem;height:2.4375rem;top:7.4375rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESHH5KhBhnlyhT4ohFKIszH6QX0GFb5 { width:6.25rem;height:6.25rem;top:0rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W61Rhe524g9ZpM11ElT1VpOP3QCVVBpZ { width:6.25rem;height:6.25rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XorqFcBhN2p2flVv9WQcQlfAkA36GbzS { width:6.25rem;height:6.25rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF { display:block; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXVTaUxeV9hPdt3Qe2rvPQRtHkVf4cSG { width:18.5625rem;height:3.0625rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmfCOQ5PKqXeODQUO2xNhbLqM1prF5KU { width:16rem;height:5.8125rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfeRV4fGFlbKm821J5gWcovoBAeXlDmO { width:6.25rem;height:6.25rem;top:3.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85a30D6Ted0a9mBI2EcGZ0hU4adp5r6 { width:16.9375rem;height:5.625rem;top:15.25rem;left:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sym0s87JSK7qpwavuAfTkXGPG2kGiLAv { width:14.3125rem;height:3.0625rem;top:11.1875rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPnTKhST1Tl6HJepaCN93tZ7t6eqTZI9 { width:6.25rem;height:6.25rem;top:3.0625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFrZRUvr6ZR9u4dsWqqb2Dq8DlPOpK8A { width:16.75rem;height:6.8125rem;top:15.25rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVvozpZWP0BZwFquf3v4CaykCR5yPqro { width:14.8125rem;height:3.0625rem;top:11.1875rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzV8519nDJLi4Z8kO2VgvCsHB3NrdkAJ { width:6.25rem;height:6.25rem;top:3.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxw1s0ANQM9H4LTWT386G6bArK0sdUOJ { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efzTvkSA8QVqZQbSIhESnxs9ntHBr3S2 { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NteRvBMxVWN0T1spAPmznf3RTrc5kTUt { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSrw7v1TEzt63XENBvpZHRiQ6vM3c0a { top:1.5rem;left:0rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHa4VL0pT36vtTGXtSNa64hpngSduPdm { top:1.5rem;left:12.25rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS5rmBcV33iNKGHcUSuDCAfQTqwmq4Vb { top:1.5rem;left:28.125rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwhZDzq3lqezgGN234l8F1gurNOWZaVM { display:block; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKAsZVrq4fBzqTA01vSVMufnpyOTshPT { width:18.5625rem;height:2.0625rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ffdE2bZiJqcWuxs0bqPDF2UuwV9kML { width:16rem;height:7.75rem;top:14.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZST4DpUaTFI5HyvAFRQcob1GE2NtHNi9 { width:16.9375rem;height:8.4375rem;top:14.3125rem;left:14.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtSRWXWlccoS4TXSew4cTRSUxZvGcDlr { width:14.3125rem;height:2.0625rem;top:11.1875rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9e9ZxcHcctx2wPotWEM161yBpZkemM { width:16.75rem;height:7.9375rem;top:14.3125rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQsXX1M5N0yfKZcxWSFZyVuWf928UgB { width:13.875rem;height:2.0625rem;top:11.1875rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCygP5wgyZy58v0GwhDzXfTTHxn2HCds { width:6.25rem;height:6.25rem;top:3rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwpX9m0TT6NCOF8r2EIaVq7pehLgDFa { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwdAkqlEDJLlz1EFyw7EdAPb1cVhDkb { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWIgEXbmiRTCEaPRnIvcF1z9K6IBX8K { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPLw6KUqkuxr7yC9AD6JmZEyZ2QLPL3 { top:1.5rem;left:0rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIEB8B7BPI5XzbBSp8K4bUtnyUs2TpZR { top:1.5rem;left:12.25rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeRxhBUJqnmJyREK42pvfwKvxViFmhGE { top:1.5rem;left:28.125rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqFSV7xQHnM6MTvAMdq9ysTnDV7H6SNE { width:3.9375rem;height:3.875rem;top:32.3125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixk0amb69NCHbInmlLvW7ZQsIwkZh7Sg { width:3.9375rem;height:3.9375rem;top:32.3125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ { display:block; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxqPATeKMKhBHUS2zkrfTKCSF2Tyo2kE { top:7.3125rem;left:0rem;width:24.5625rem;height:;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnseuKw7kmo61zq9znSfHpeiwWHpev1H { top:4.5rem;left:0.53125rem;width:10.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge6NfTkgcTUCF9QsMpocr69SETqk66Fv { top:14.375rem;left:0rem;width:28.0625rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGROu5BtZ2cAdwUovDpOX3k79CAPwaDr { top:27.4375rem;left:0rem;width:26.25rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ { top:28.6875rem;left:1.65625rem;width:21.5625rem;height:13.625rem;font-size:0.9375rem;display:block; }#LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a64295cd8c0fc6707d423bfbbe843517b06b8db3.svg); }
 }@media only screen and (max-width: 763px) { #gKhGGwiQPRu1XhRHHKpPKTMk1b8Hf8h0 { top:45.5rem;left:0rem;width:32.125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSU2BxTgPJCFEZ3JK6EZZabD5kEv2Zfv { top:47.5rem;left:0rem;width:28.4375rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB7N2oe9BfxVJ549x16vptJZ2viubkbQ { top:51.9375rem;left:28.25rem;width:10.3125rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owRSQP1QKUnGwQWx7ze5J9ZJDRdG0wOR { top:54.75rem;left:28.25rem;width:7.5rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7DvpVUnRRWNzl5m5QPk7XMyytPAlDO { top:54rem;left:42.625rem;width:4.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAPGIusTkkB0qtxytbTOfw0S9XIoi9vD { top:54.3125rem;left:36.5625rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz4mbLoEKM6WdApwTbvEOpNdEQvMgazh { top:55.5rem;left:28.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5frVfTu6J8OHyv87X9voLOHUvzmJwXx { top:56.6875rem;left:33.1875rem;width:6.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx3J5NxMfMgLvxgaleCRkvGxmNTC32Xu { top:56.9375rem;left:40.6875rem;width:7.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPe5CNtxopEtFkrSfM8AUb4FtIFJzN8o { top:60.125rem;left:28.25rem;width:4.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgNQxRe968Va5qg5FlIortknfhWK0wH { top:60.3125rem;left:33.1875rem;width:4.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4bsUEJcwySaFCaUmeryX76AQishzOwm { top:60.3125rem;left:38.5625rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Wxrk7JTU05aJgrNBRHo7dUPh5KJr9K { top:63.4375rem;left:28.25rem;width:5.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNxXicwQ8hrfMuEqKQygDUFbaIeZXxOp { top:63.1875rem;left:35rem;width:4.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7p1xiXs3JDvEfHihwpmS6J7vKeOqJyc { top:2.9375rem;left:20.25rem;width:27.5rem;height:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIC8wLsPvqHVR5w69sRGqn2kG99ok1K { width:10rem;height:0.375rem;top:52.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBCJaNwKQymJl6FT26VuImevqzTLgJf { top:62.75rem;left:40.625rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1WCsCAm8iaMRfT93WnuQETyfpi2e7KN { top:4.1875rem;left:0rem;width:11.25rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0P1NwWv4LFRU904PIkfT3nWoE9pApUE { display:block; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tU7dDTwsV41DXfp9RiIJNu3ViiL8Xphb { width:6.5rem;height:3.1875rem;top:15.838067054749rem;left:16.303341950034rem;display:block; }
 }@media only screen and (max-width: 763px) { #fludnFL4TaNUJDqDdTGiVTroNoAVfBpd { width:8.375rem;height:5.75rem;top:7.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPWwtGHl3v69OJ4nBh4z4Ezcoog9gRlV { width:12.1875rem;height:14.625rem;top:1.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1Oq8M2o404RAT75Xldtg2AlrrfhVgz { top:2.9375rem;left:13.5625rem;width:18.1875rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITALea5STTLCdHCMhlAmvqgUsaW3FPn { top:2.1875rem;left:28.5rem;width:18.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AemNgSA8xtnwTRFc56d6cnE7UbDG4tCA { top:12.25rem;left:13.5625rem;width:18.1875rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV { display:block; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkLWCRzs2fTFJbDtqUeqctD7IbGhO2el { width:47.75rem;height:3rem;top:1.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K { display:block; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woVTO26r7oVMJ88paFTJPid84Cw12EmJ { display:none; }
 }@media only screen and (max-width: 763px) { #afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb { display:block; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulD2yu2ZZgTR60pMuuf6ZiXGCspRki4n { top:3.8125rem;left:23.875rem;width:20.4375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69ikO1vZpG23KlOSZvi4mtTpw67gT2T { top:3.375rem;left:23.875rem;width:22.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN7F5qZXvG2X5KS4o5G4cETlMZR3Zvb3 { top:9.3125rem;left:27.125rem;width:20.625rem;height:;font-size:1.1875rem;display:block; }#aN7F5qZXvG2X5KS4o5G4cETlMZR3Zvb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #s1LTBaqeMmiT5WNALutRtEyVGTaOFS98 { width:20.5rem;height:4.5625rem;top:27.5rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD05TbUH8ad0oB9HbnDNTX1G9XwktV15 { display:block; }
 }@media only screen and (max-width: 763px) { #Uw6mdXLqHI3U3LsVwJp2MO50zotVqxyG { top:24.3125rem;left:0rem;width:26.9375rem;height:;font-size:1.0625rem;display:block; }#Uw6mdXLqHI3U3LsVwJp2MO50zotVqxyG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_879e2a384d3b637f91f51dec2c9ab71ee657b16d.svg); }
 }@media only screen and (max-width: 763px) { #Apw2Adx3PKinvXn1iasTUgpNOLc0iv7d { top:22rem;left:0rem;width:20.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKPcbKM4vUcXaZTmA6vHb8vwy6NFwFWu { width:5.0625rem;height:2.37443125rem;top:24.192609786988rem;left:35.529543578625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoImN5P7nst3KxfsXcfcHy8dSthIlbwS { width:12.375rem;height:2.37443125rem;top:21.493462562561rem;left:31.873293578625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVZ59o3BMsysHPcGa3FCRAAmvGbWKGnk { width:20.5rem;height:4.5625rem;top:20.0625rem;left:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IL8JennJgTPTuM1WparAE24ntLFiRMQF { display:block; }
 }@media only screen and (max-width: 763px) { #M5drsTxsOe1A6GAmWzP0an7936CFGXPt { display:none; }
 }@media only screen and (max-width: 763px) { #t6VB44TCidx5wqEk5mEAEHgPr6itHqDe { top:42rem;left:0rem;width:14.375rem;height:3.9375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sX1B3Dm7cVCAou08wlcQ65TCWgRG9fiy { top:52rem;left:0rem;width:15.375rem;height:7.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwXbInkBv12KOgUAAesMKi55s9ttov9V { top:7rem;left:23.1875rem;width:23.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2QvNIuXW6XO79oPRHTFevRe6EkN95Pf { top:33.5rem;left:29.875rem;width:17.6875rem;height:1.25rem;font-size:1.0625rem;display:block; }#K2QvNIuXW6XO79oPRHTFevRe6EkN95Pf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #u9FPpxkrnCFTMH0Kshy8fxTxvfz1BtnT { top:20.3125rem;left:26.3125rem;width:21.4375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzm0B1Obbv3USChgoAOTEhodwep9ATNZ { width:35.125rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCRI0ze5usnPlhabzXGmxAWGbg8kDK7t { top:18.8125rem;left:30.625rem;width:9.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoHx68aUv5Tx1QuqpJoD3M4ufzEy0aEb { top:1.625rem;left:0rem;width:33.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwr9ZWLzLA4Le5X9Ju7iOUhvhQ8aftqO { top:0.9375rem;left:0rem;width:34.6875rem;height:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr { display:block; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6seMxQ49himmpQJ5l0fKtFgscOLTSMk { width:15.1875rem;height:2.0996125rem;top:4.125rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBqPcGXwxxczFk0TfOMU7qtvcDOfT0bx { width:22.75rem;height:11.8125rem;top:6.9375rem;left:0.5625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CC84hqwtTOoZCgq80WkVlATCa3Dn3Pk4 { width:15.1875rem;height:2.0996125rem;top:4.1139206886291rem;left:25.151419341564rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXFBg4BfmsZ26GSOk0E6idbTbAqyrqf { width:21.3119375rem;height:6.5625rem;top:6.9366478919981rem;left:25.150566756725rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #evZBTJnOWp8NycIoOmb6kPZ8OZvcwQNu { width:23.4375rem;height:18.1875rem;top:2.1247177124024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qov3vZKmJG1u1FaCFEzg0pLfTa7MKiI1 { width:23.25rem;height:18.1875rem;top:2.1869354248047rem;left:24.312214553356rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Seaud3qWVT7AzPno0p68PncJsBTQiVpr { width:44.1869375rem;height:11.8125rem;top:26.5rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pLVA10MB8CHxMSTwEa6cluo5NT6SRWPe { width:29.1875rem;height:54.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnvpkQOugG1VccbOGDbTH6U658cNprQs { width:15.1875rem;height:2.0996125rem;top:23.6875rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDCmQNSKmOQsEIM78uvaBmkDWxaiQTD { width:23.25rem;height:18.1875rem;top:2.1869354248047rem;left:24.312214553356rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #C6tO3C2tyokblbfybvCOCJ8RgEHz74c9 { width:15.1875rem;height:2.0996125rem;top:23.6875rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5iJQvOx5uUP3CuUAtwWcAd9Tok4rV6 { width:44.1869375rem;height:11.8125rem;top:26.5rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AW85E44UfXOtzEioUZ7LaxWtcs9KqO4r { width:20.5rem;height:4.5625rem;top:63.3125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3J6u0lzZn84OwsVfPSDuwG6BgXI8TTo { display:block; }
 }@media only screen and (max-width: 763px) { #SPOT7TaVXWxQz3mJIEgC5VzliLDydpPT { width:23.25rem;height:18.1875rem;top:2.1869354248047rem;left:24.312214553356rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WKKevFaOBfqIMSs2n2TzG7LVi56i0yL1 { width:15.1875rem;height:2.0996125rem;top:23.6875rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTI065dZZweHgf70UumKFiRI8XDglfkT { width:44.1869375rem;height:11.8125rem;top:26.5rem;left:1rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #exVS3hzWsqdO68e992DreZ5vyQEW1hq4 { top:1.4375rem;left:0rem;width:17.9375rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI { display:block; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmkR3iUQVSgFVBUH30PsgATvMoMxcLkd { top:2.0625rem;left:0rem;width:17.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdZT2n9yUlr1pTBMviqZmUag5vlPUinp { top:2.0625rem;left:13.5rem;width:17.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlJxsFuiBSGhPahpn3a3MX7TyA5UTBcI { top:2.0625rem;left:29.375rem;width:17.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPdMq44fPZ2oLwJmFZ951PNdcUc1nJGc { top:7.5625rem;left:1.3125rem;width:13.25rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #II0ViWhsDFW2fDwfR3zwf9XsEv8QTf7L { top:6.9375rem;left:17.1875rem;width:13.25rem;height:6.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNzs1gZNyUBkQRdRuBNHmfeMuiPJMgZ7 { top:3.375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHf1TqdEr8D8nPP6xT4D9P4wrvEI0mZy { top:7.5625rem;left:33.0625rem;width:13.25rem;height:5.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEyerGtymK75aq6MmF7H2MoGdgzcGVyi { top:3.375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV42k1rWdMVL1c3dOMuOO5DvBAvunUTy { top:3.375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOCGIMDI4TWuC3to8N4Q5iSOtDECHsrc { display:none; }
 }@media only screen and (max-width: 763px) { #PMxJC9s2yz3xAQ6XbmRSZlmrJBn3Rnlc { top:46.5rem;left:4.3125rem;width:11.5rem;height:3rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sc8d3TS33ZCDEafonuEnPsZ9ObTqCxF2 { width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei { display:block; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNKAFT390TTJMlfXc7Shol2Nrn3N7xi1 { width:4.75rem;height:2.68115rem;top:6.9443234186619rem;left:0.99971586465838rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdEayqyqpPbli5fXJBht7eR2BLn62y91 { width:0.1875rem;height:3.5rem;top:3.625rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG6yppGGIbWQa5zWMA6IZudTbdOpM91X { width:9.125rem;height:1.3125rem;top:6.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP2lVgvfapUOyVxnkXIxw3PIMuP3AXJa { width:4.75rem;height:2.68115rem;top:6.9443234186619rem;left:13.780397117138rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW5KBmNGkrqg4pG4915DOcvocUgBB4HM { width:0.1875rem;height:3.5rem;top:3.625rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbggEuoOo92K3xosGktRtHB2P98PmhWO { width:6.3125rem;height:2.5625rem;top:4.125rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUFV9eVQW2dWF5wsQoLC1F3NnT10mV3T { width:4.75rem;height:2.68115rem;top:6.9443234186619rem;left:24.624714553356rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6P4QK95yIbIkgAiwUt3CTE29DEGFvGS { width:6.4375rem;height:2.625rem;top:4.125rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DER1B12dhNBv6HS1K55xGTImKLF0u3xs { width:13.5625rem;height:1.8125rem;top:4rem;left:34.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs7gIbte5sesz0mtIgvu9qyDySidkW0f { width:0.1875rem;height:3.5rem;top:3.6875rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwFxiQUGGfdC8uFcxUPrJHgoOyQrziXQ { width:11.6875rem;height:1.125rem;top:5.8125rem;left:36.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u { display:block; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZhlWp264MsUNM6KTml3yfabv6gM0tPs { display:block; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTa6yh555gDuILXxiDdXOAxVf18AtJik { top:0.9375rem;left:0rem;width:34.6875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1M4GD0T2TpHn5Jhrina7CmVMDIQXTsW { width:21rem;height:11.3125rem;top:2.5rem;left:26.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDKHsB08DPeCKk12939T4FiSaDd4y1Tu { top:15.4375rem;left:24.8125rem;width:22.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13gnySKPwPUUHe1bD5mVOc2cKDf4MRI { top:16rem;left:27.3125rem;width:20.4375rem;height:3.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH { display:block; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuQNuwtPm3iGe9pN8tmyKBF0a01cEhBg { width:42.0625rem;height:18.75rem;top:0.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxupazJO1LF492sIdnFOTkbnoZWsonoC { width:3.8125rem;height:3.8125rem;top:0.6875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDBOSxOo6UJyBlx289lUOUvFICTPS2T { width:4rem;height:4rem;top:2.5rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7n0bypid9ifql93fdOAs3JZ1MW5Bxna { width:3.8125rem;height:3.8125rem;top:9.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA2GdkU2cKPCVbkoJqmG3JPVzVnrZxus { width:3.8125rem;height:3.8125rem;top:1.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVuQgTnrp5ntwm9clGEUKMpCaGMnfk2T { width:3.1875rem;height:3.1875rem;top:7.875rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9gr0qeS51qfM17CEwG893Whxm0Z7OO { width:2.1875rem;height:2.1875rem;top:12.6875rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep { display:block; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKe8dJXTWewzAXXz4dR8WoNWiV6T8yTR { top:1.25rem;left:0rem;width:29.4375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGkSf5ZLElNR5ZTMJOXdOooTdi7Tb8H { top:6.375rem;left:0rem;width:24.125rem;height:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf75JBoNbUkOzuZwrxDwTu2yMkqLvOrM { top:2rem;left:22.4375rem;width:25.3125rem;height:6.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoDhb3b8JG3dZskOW7J6eEV4QroT8r1 { top:9rem;left:22.4375rem;width:25.3125rem;height:6.75rem;font-size:1.125rem;display:block; }#oXoDhb3b8JG3dZskOW7J6eEV4QroT8r1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #Ehf9mvPgbLAp4zGNpwnT6ExOH6N1oB3E { top:2.625rem;left:0rem;width:11.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgOz6L9kOwmzyCOEGfvx2EpUMSQbkizE { top:16.625rem;left:24.3125rem;width:6.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN22W4H1eiGU7Ey2uDVl3k4TvVecNqRS { top:16.6875rem;left:37.625rem;width:5.3125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMPXwWtWmPB363z6CWsRkBv3gi0naTwS { top:16.375rem;left:41.5625rem;width:6.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhONbhK3FkNOpGRBrap5Rax7TD5ZOalE { top:16.6875rem;left:31.3125rem;width:5.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZV6HfvxsBdXZA0p5FLtwz7bk1virK21 { width:7.1875rem;height:3.3125rem;top:2.5625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7EqZR0ve82X3cmc4h1evdbyLadXc0K8 { width:22.375rem;height:0.875rem;top:7.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNndhuieXB0qehyn4VGZ2wbq2GtzLhxQ { top:19.125rem;left:37.625rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4IQBEOMeEOdEBGCrOCBgTeQIAHSJlil { top:18.8125rem;left:24.375rem;width:5rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwWWORoqVbco1PIstCRoEEGibXcvVUkg { top:19.3125rem;left:30.5625rem;width:6.25rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS35iKeRa7v4aWXdKvV7XOaPRsCr63Bc { top:19.25rem;left:44rem;width:3.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy { display:block; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT { display:none; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qN2Qr8IysuH8zRDtI0KUKdvPrGhAl1Ne { top:1.5rem;left:0rem;width:15.375rem;height:4.125rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH0CWn8XtDN43gDZgt733yIbImPNkFa8 { display:none; }#nH0CWn8XtDN43gDZgt733yIbImPNkFa8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BN1pmUooXXD7AZdysaJUCKdtks77OWMw { top:0rem;left:2.25rem;width:43.25rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 { display:block; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVhQDbrdbHndiXbU7sBQ8y2EyMePufU6 { top:2.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9ySpqEaKf8ixpX4AETpxfa6Xh63O8R { top:6rem;left:6.71875rem;width:34.3125rem;height:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZgXFAqMrQzEgSMldXFu3yokKT4hzqVc { top:12.5rem;left:0rem;width:47.125rem;height:143.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy3kmwhnDXE3ibt0JORr4mKL21C6opXR { top:42.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eruEduRuG49iERsNT7kBdueR40sOoRey { top:13.375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1p7LaGbAbAsaTTCITzITCtAWPeTvziF { top:39.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdKQqV8chk1aECCfgMMM5AcClL2UFztp { top:82.25rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#qdKQqV8chk1aECCfgMMM5AcClL2UFztp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #dv1qaiH4Pgtg4FkyGxEU59rAOSeUKrsr { top:66.6875rem;left:12.375rem;width:22.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh2161WmcDX73dIUWA9IrLIBaHWTCveg { top:80.8125rem;left:8.625rem;width:30.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ear4XdPuAGSrv0vlzA04F2KEZrEhtmeK { top:94.8125rem;left:12.375rem;width:22.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0P1TmO8mDN1btZ7hECi8L2tpEky20pP { top:108rem;left:8.75rem;width:30.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1wwLLcnTKD4iEvaBXgGFoHZcVxGkDQM { top:110.375rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#F1wwLLcnTKD4iEvaBXgGFoHZcVxGkDQM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #PdeNTNV5OgffRctaa6E7FS3J8CNgdi3B { top:88.9375rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2BAgTeuy6PA7dHw1QGT5Xq0bcOpklsp { top:116.9375rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XT4F27o986uSuiQtOBU3xpbzIsDa1l { top:123.125rem;left:12.375rem;width:22.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsyU10ctNK33khfxxcsT8H118XD6UfZ { top:135.8125rem;left:8.75rem;width:30.1875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVBZ9mVQMe3iMT5LdCBNGVha33KRnAvT { top:138.6875rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#GVBZ9mVQMe3iMT5LdCBNGVha33KRnAvT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #mHmKFVbSHv4xhTLylT7WRIPEnlB9xnWR { top:18.875rem;left:15.3125rem;width:18rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPnQA2lBeh8oXz3FbbX0xRNHDwoHMAU { width:20.5rem;height:4.5625rem;top:25.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw7D79leHNnDVvOrrb1ZHbmuKZq0PCZw { display:block; }
 }@media only screen and (max-width: 763px) { #uBvitF8a5TIDg5bDZrU8fvPHD3JrIZrc { top:30.625rem;left:14.5625rem;width:19.625rem;height:1.375rem;font-size:1.1875rem;display:block; }#uBvitF8a5TIDg5bDZrU8fvPHD3JrIZrc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #u5OXkpBnTcvbU7lLA4PQhAeTeaKOz8ii { width:21.0625rem;height:6.25rem;top:32.6875rem;left:13.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LruVn0ct79TiGmNZ2QiG3gb3KmWTfhVx { width:39.375rem;height:79.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAxOo9rqLHPdgnm6eDbMkk2Hfz0w3erd { width:20.5rem;height:4.5625rem;top:60.625rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vu8vmWuewzSy01RVyyzKzUMRsnplEUpe { display:block; }
 }@media only screen and (max-width: 763px) { #CU581q8QC6xvsnRhuaBc8PsiBKPBJS4R { top:17rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky20xXTSn3d9FaM4GVbDNO0r146UmBPo { top:83.125rem;left:5.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbENnZLBEXgntxBqo2Peav4vRqgKxBKR { top:110.5625rem;left:5.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9g90RMRRXPP8T1ERU1SBXdQuqzbEydM { top:142.875rem;left:5.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #poSmI5cVuzhtrhpfTt4ynCvitcAS3rog { top:45.125rem;left:6.40625rem;width:35.25rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGKLc5scvRF1WwWok42AJEiGETv9TLWT { display:none; }
 }@media only screen and (max-width: 763px) { #B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c { display:block; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMN4pOWgEViTLqhJRQWwTUC8MqVrf7Xe { top:1.5625rem;left:11.40625rem;width:24.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy00KlTGTmWFIqZxpg5qDQp2gbVZT2Bi { top:3.3125rem;left:27.875rem;width:19.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxp0LtoHRhfKkX4U8vS7OFqtDpdseriT { top:3.3125rem;left:0rem;width:19.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5kzg3XFBehIFeLrTS32gSwmizhWekxT { top:15.75rem;left:0.875rem;width:14.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heleXxqhbNkWcn4vFhNtoG5O2GAD3Lsv { top:15.75rem;left:31.9375rem;width:14.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ten4fvSru0VQrqomaRKkgooKZeibLs { top:15.75rem;left:16.4375rem;width:14.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAhhfGSJTbHz7VECTR0ZVKQ8snp59Fck { top:0.9375rem;left:15.4375rem;width:16.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrREET86msMm2KyEoMRW5SNUeXMny8vr { top:1.3125rem;left:15.21875rem;width:17.3125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7bPuQIrDsynqPMkZ3q9trDBur5ZMoxo { top:24.75rem;left:6.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF4HCyhR87TfzLH1QT1QVmVhI3MFVOgt { top:24.75rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev1eFTZX5OBpCerW3ag8VTkzdG8w9Vro { top:24.75rem;left:37.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VptIAPykkPPFnOTGmbXtxF7qOmMGAXG0 { top:10rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk { display:block; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phQn8bT1C5ScvIZwd2GDE6hTrA0mh6i6 { width:45.625rem;height:4.5rem;top:4.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrZn7JAcVsQdbz7DiUC5g0qepXq2AsGe { width:44.25rem;height:2.25rem;top:10.875rem;left:1.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAJMBquBXkwd0h7905MdrPrOBzNQFK2O { width:44.25rem;height:1.4375rem;top:20.75rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsSsik0QTysyNaCg1rh6qxDzK3Z75mRd { width:37.375rem;height:4.5625rem;top:23.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQKWpBOXRA2t7F5xSQJtUGG48SMeKNm8 { display:block; }
 }@media only screen and (max-width: 763px) { #IGUGBO2Zg42Weo5JuTCGmoZxJ68kcoU6 { top:29.75rem;left:15.5625rem;width:16.625rem;height:1.1875rem;font-size:1.1875rem;display:block; }#IGUGBO2Zg42Weo5JuTCGmoZxJ68kcoU6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
 }@media only screen and (max-width: 763px) { #BHzME6XpHz2dd1xTGPWpf7c3IFArFSZ3 { width:47.75rem;height:2.875rem;top:0.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO6N2Wf7BBM9xq3VUt5TnOl1dNs3sVGE { width:18.125rem;height:4.75rem;top:0.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hv6d1IlyiGdvqMTQMvc2Wd8BwIk5Puks { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5g3Ol19CrxuDIALe92doAezxvu3qr7q { display:block; }
 }@media only screen and (max-width: 763px) { #sVuEgPB9afguPoEQ5xW11CRlraGlilDQ { top:14rem;left:14.875rem;width:18rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyzukBcgk5o4F9yLQc1FU2MougeJvgeR { display:none; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF { display:none; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nh6TrgwmKbkPhmvHm4yKLlnx9H5x0W6l { display:none; }
 }@media only screen and (max-width: 763px) { #QtsudSzd6HTFEpIyIvUCVoTbdyIk2iLU { top:7.375rem;left:0rem;width:15.5625rem;height:10.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOmL51cBeMOqsa0xkU1MgXzWH85ehTza { top:42rem;left:0rem;width:14.375rem;height:3.9375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 { display:none; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kEZSXU7HqMMhT2T80qF08hkr0XTwBFPZ { top:4.125rem;left:12rem;width:35.25rem;height:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl { display:none; }#JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ut5CHvHBBOWkMtbQCER8ffy3bC5VUUDl { top:0rem;left:0rem;width:28rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkiLWl8DFrdHSJ75RPvTqpTzTbswPD9 { top:0rem;left:26.25rem;width:19.125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA { display:block; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 { display:block; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKCMFmhNqdBdcgftvVuT3TiSCp2UX2bW { width:22.0625rem;height:19.6875rem;top:2.125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aon5915MR6OCUaBkZf9qLoUsrGTuRCLS { top:2.125rem;left:23.5625rem;width:0.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRcgT9itmeKKmw5odXHN0wKWmbsyGNLv { width:15.6875rem;height:6.0625rem;top:15.625rem;left:8.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfxy1uhDHlHg8IqqFhnr9TV7KuGNOSF8 { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bni9Ze09fJnepiedPJcFXyt2ZbWDTOe6 { display:block; }
 }@media only screen and (max-width: 763px) { #GOk6ar15kGIErIoKltrurTpM9DbxtBCE { width:44.25rem;height:2.5rem;top:25.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #spH5Lf9m08cksn9C63Xh2GR8Gz9R6hG4 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uamHdAR7CDLXKBgMdIt6byTP03nGREpn { top:60rem;left:7.9375rem;width:15.9375rem;height:1.125rem;font-size:1.125rem;display:none; }#uamHdAR7CDLXKBgMdIt6byTP03nGREpn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #RX9vItUB35Cpt5N6r70NZxSXv1IUCHEv { top:0rem;left:8rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA { display:block; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T { display:flex;height:auto;width:35.75rem;top:4.4375rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #r3Sb3QhPxsrqOoTiALR2Q6onTkAME1y4 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #yUEZw94CH9cNAaqg6rt5aqz1htWSquA0 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #mtLmsl6dqUV5599tCVQEDS5gr6WDTJ9i {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #BObdpEQL7TT94XkDxteqXuTSiwfaP7JB {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #TqvLp7eODLLlHc50uVBgBUHCXT02yCIe {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #KOG5IhiTygb2JoPzVnknhJ1v7Qh43Sts {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #JtveCWNK8iE73wpKA2cnAJ79IIbrLuNo {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #mGWA2J7TaO4HUTZDDr0kIF9vbTkDMTCS {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zUyBpRBCiKzCPJ3UaTasHm7bvpmLBzwC {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #UWlsV9OrbNGCCoKxzsD143zRdFm8q0O8 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #yySBFnP1cIhRXAt5ONPVsg0HQMxSNLtM {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #cGsQdpSq2g76eTZyz7I830zngrrWfTBE {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #rh7eP1D8dmil8FRKAFPwXcAdMJblQ2Eb {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #lJAftyxMNpUBvpoibvcGM3qIuMwnnCws {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #dM0ftThA3ZQwbgPFf0cAtiJyn5aAb4tc {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #o8Q7TqT2esTlfZXO32MXUlObQqhRdvRW {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #IgGA3SvxVfJqgqfeZZgCcF3rLv3laWZl {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zV3lBO5PvCaxpPU5yTosTNRsOPlUSlva {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #LaWn8MlJhUohJhsENMA7sJPTi0Cy5226 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zZeVf4Vz4K9rW5TeMh0gZwDb4Dz7iT6X {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #JFeedgVFXxuTW98inUEk3FexAbtfIKPE {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #WBBcdTI4y1eGEgdEvgwi019oyTEo9WCZ {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #KA9EIGQ2RKUfAmxVN2lkKv6U8RwKv7VL {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #HZufXwEm2LbwMiLxPbOK15aQeczS2zBS {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #ux042zCsPTKFFU2ox4GTwtwwDzPtnwEA {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #lIEOy2Ccq9x0vbmf0zf8kWTMQA1Fm8qa {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #RmUZIbOsQSdA1asbQHOhTnpApRguLuOh {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #AwSOgitEbnaS8SeBLzA9zXPcUZQPGFIn {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #FkPT7Fe4x8uaMZ8bc1scWX79GnNATfbx {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #ddXBeFZtDofln6UTt5gaGpqxhx1AfkEv {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #y7dEEqgf9CspgdNh7GmuJ2miIVSAIIuv {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #J1wyc6m8PKZvGkvXIKiDhMSTggccQuAf {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #UaWnb8NXQRNK2flX3pteunaNtQRX6cON {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #oD8kebfJnQ6zNHIVhsw7JUnszUHBNGTW {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #SX5NsdsEQa5Pcd6C0Ar9gfpmWo2yUwHO {  }
 }@media only screen and (max-width: 763px) { #FdGwVTurr7NGfdsSUbEifcdscBc0m3Pv { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L { display:block; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 { display:block; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJ52BbiQahOy8zhsJEyTO17Mna8S14Da { top:0rem;left:0rem;width:28.125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otxKCusgfnSReoezOPXQP8F2sQIc996v { top:1.5rem;left:20.75rem;width:27rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UloWmvNeRzUJUex7hZTt2tD8DrIBpOo9 { top:4.0625rem;left:25.59375rem;width:20.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBAn1RlNOu1mZEWoNpxgRVl8Wq8UGpE { top:8.125rem;left:22.1875rem;width:25.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHNF1pLhR3mo9e1lCCWOx1mEGT6dCATy { top:9.375rem;left:25.1875rem;width:21.25rem;height:8.4375rem;font-size:1.125rem;display:block; }#VHNF1pLhR3mo9e1lCCWOx1mEGT6dCATy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V { display:block; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkIACvPRsgIW2NVP3uUXKSci7dCM3rVW { top:0rem;left:0rem;width:28rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlciBpPtlQCTx9vnq0yuRdKv93CVXNLF { top:0rem;left:26.25rem;width:19.125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI { display:block; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 { display:block; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRtEVIkO38GWhlnBHGWhEyqf86GD7dGc { top:1.3125rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 { display:block; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWrohNJo4WVKVZNGnlEaiwSrSzW4ngaU { top:0.6875rem;left:16.125rem;width:16.8125rem;height:;font-size:0.9375rem;display:block; }#oWrohNJo4WVKVZNGnlEaiwSrSzW4ngaU li:before{  }
 }@media only screen and (max-width: 763px) { #K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai { display:block; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV2xu6abnRGh3ui7n3BfEeGlOgKC0eeD { top:0.875rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTDUnaEQDrJuWnTurU4pHCesCkS58TB { display:none; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IwZMtTcT5U2EVuxctv4C4f0o7cJn4JrM { top:0.4375rem;left:0rem;width:20rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0kTN64iXUbmoKGZnTJdC3wo29lnTfi4 { width:3.8125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEyWJdEmAQQ8suZ4LbgEGFSOvXksdig { width:20rem;height:0;top:5.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #potRNq4X5Q0EWAl2myAirOBZNfWM9lX8 { top:5.0625rem;left:1.25rem;width:17.0625rem;height:6.0625rem;z-index:15002;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;background-color:#000000;background-image:none;box-shadow: 0.3125rem 0.4375rem 0rem #e2c34e ;display:none; }
 }@media only screen and (max-width: 763px) { #CIqLHw5UOciisrGXdgScITyz88IWa3i8 { width:11.5rem;height:0;top:12.75rem;left:4.25rem;font-size:1.375rem;z-index:15013;color:#ffffff;line-height:1.1;text-shadow:0.0625rem 0.1875rem 0.4375rem rgba(0,255,136,0.6);display:none; }
 }@media only screen and (max-width: 763px) { #WFEaXlZH2qiepi2q7mb94t28tzPbOWBm { top:5.0625rem;left:1.25rem;width:3.5625rem;height:3.5625rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qMQtKLhr3kDLXyoa84Fvhc4Jesn7prvW { width:6rem;height:2.5rem;top:0.65625rem;left:4.125rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XektPrJqZ4vNpeKWKdK1b3CAVTzpRX0R { display:block; }
 }@media only screen and (max-width: 763px) { #vwTvCefatHGg1lLhTOZynqp1DfvfdHCb { width:9.0625rem;height:2.5rem;top:0.65625rem;left:10.9375rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tcreAxhDcUZZbe0TMcZtewLKqQFG3MH4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD { display:block; }#Ou5W8amTvXSaBtAZ4t1JHbsVlFLnyEsD > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { background-color:#ffffff;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; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container { background-color: transparent; background-image: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container > .video-iframe-container { display: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row > .video-iframe-container { display: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .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); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container { border-width: 0; border-radius: 0; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container { background-color: transparent; background-image: none; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container > .video-iframe-container { display: none; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row > .video-iframe-container { display: none; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .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); }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container { border-width: 0; border-radius: 0; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Gk2UAsk0y9xq1x988QMCnAIDrg9UdZ2l > .row .container { width:20rem;height:134.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbiQ1TTFSTCSI6MdFVurURfuE8SbonRT { width:17.9375rem;height:5.125rem;top:3.4375rem;left:1.28125rem;font-size:2.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HLiOTMEFRnAvu3QVL4TK2b5cgtzw8fFr { width:16.3125rem;height:2.69921875rem;top:9.03662109375rem;left:1.28125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GTAlPwN87e5cuNS8otqcRLGOhk82WFIW { width:17.3125rem;height:7.349625rem;top:125.4375rem;left:1.5625rem;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CRyv9pKzNsQPBAJ5f2wEOKvlggwUoJCO { width:17.75rem;height:8.3105625rem;top:53.25rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrXDIRUHtuf3FWCecNMMyIZPfHLITzF { width:17.0625rem;height:4.1875rem;top:47.75rem;left:1.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM7MBQ2vHFk6N9UQWvRU0TJMygJzd8GN { display:block; }
 }@media only screen and (max-width: 763px) { #nvnV08s301idvFAqr2VoEJqygTWBz8AT { width:14.75rem;height:1.625rem;top:1.55078125rem;left:1.375rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B6tUZpGu5toGUssTKmGzsLQu7783lV75 { height:10.8125rem;width:20rem;top:15.84912109375rem;left:-0.5rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:none; }
 }@media only screen and (max-width: 763px) { #NOBnyp7VT7svBxgEulkTWyI6ZzZhRlRp { width:15.25rem;height:2.69921875rem;top:12.27490234375rem;left:1.1875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u4u7gSpWXpdVTSi04Vbvpob2JBOD41qn { width:10.9375rem;height:0.4375rem;top:2.625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwcqDqTMrcqUHxcF5JaiEXSy0zecyHM5 { width:6.875rem;height:1.5rem;top:13.66162109375rem;left:9.96875rem;font-size:1.25rem;line-height:1.2;z-index:15002;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMaOmd3FcTtWJf0RpTG2m0RudfwlCE85 { width:15.0625rem;height:4.26171875rem;top:64.125rem;left:2.78125rem;font-size:1.9375rem;z-index:15008;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #suIrJN2htWNTB98scSVECE6VWJeJuAwu { top:62.75rem;left:1.3125rem;width:17.1875rem;height:14.375rem;z-index:14998;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;background-color:#864df9;background-image:none;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #z0QLgekZ3gwtJOMoodMHvvzLUsuHwnur { width:14.625rem;height:6.048825rem;top:69.2001953125rem;left:2.75rem;font-size:1.375rem;z-index:15009;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TABI7gflmdcyJtf0zdyiHm0G9E693U6x { top:86.89892578125rem;left:4.15625rem;width:12.6875rem;height:12.6875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JqF2LJ8yTTPrvagqSJ8ZIATPbm96kxcF { width:20rem;height:;top:99.71142578125rem;left:0rem;font-size:2.625rem;line-height:1;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KENeZPFV9k0FiTkZFz5G2du2Nd3QCSB8 { width:20rem;height:1.625rem;top:106.21142578125rem;left:0rem;font-size:1.625rem;line-height:1;z-index:15002;text-align:center;text-align-last:center;font-family:"inter tight";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 { width:17.5625rem;height:14.8125rem;top:108.89892578125rem;left:1.53125rem;font-size:0.9375rem;line-height:1.8;z-index:15013;font-family:"inter tight";display:block; }#T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1MbrZIXwTIqa6RDfpkCsOnnsT0CJfu0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a64295cd8c0fc6707d423bfbbe843517b06b8db3.svg); }
 }@media only screen and (max-width: 763px) { #azfTBra0lRpqKwVIniK8EG8GE89I9QhI { height:10.75rem;width:20rem;top:16.1875rem;left:-0.25rem;box-shadow: none;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #fiw4MHeF8CTRvSbpstreMEbkFS4GRh67 { top:16.0625rem;left:1.375rem;width:16.875rem;height:30rem;z-index:15014;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;box-shadow: 0.3125rem 0.375rem 0rem #e2c34e ;display:block; }
 }@media only screen and (max-width: 763px) { #Enur4VK8TiUBBDk2uRcOMV1WHslzhUWQ { top:8.97412109375rem;left:0.96875rem;width:14.1875rem;height:1.5rem;z-index:14997;background-color:#ffeeb9;background-image:none;border-top-right-radius:6.1875rem;border-bottom-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-top-left-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJofo2QZCnK8ZIyV36lGE6aKT3d0ygn9 { top:79.125rem;left:1.21875rem;width:17.1875rem;height:6.0625rem;z-index:14999;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;background-color:#000000;background-image:none;box-shadow: 0.3125rem 0.4375rem 0rem #e2c34e ;display:block; }
 }@media only screen and (max-width: 763px) { #T3hTXsGqhd0Tz0mBmTa9QAEQOCJOOnt6 { width:11.5rem;height:3.0244125rem;top:80.6435546875rem;left:6.40625rem;font-size:1.375rem;z-index:15010;color:#ffffff;line-height:1.1;text-shadow:0.0625rem 0.1875rem 0.4375rem rgba(0,255,136,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #BiZg4os9I8fmQyQuuJmMovmkKXU3bUq6 { top:80.3125rem;left:2.21875rem;width:3.5625rem;height:3.5625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn { display:block; }#TPgxBaspUUe1aMVMg432ZgMK2TwaA7xn > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F { display:block; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F { background-color: transparent; background-image: none; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container > .video-iframe-container { display: none; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row > .video-iframe-container { display: none; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .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); }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F { border-width: 0; border-radius: 0; }#IOmvlquELM4kSAtBIsX9nT6AGV8ioS6F > .row .container { width:20rem;height:14.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoVVV0UFo4ZO4mF9ufeFrGMHtOM74pIW { width:16.0625rem;height:2.3994125rem;top:0rem;left:1.5625rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A41uTT6hzdJa0H4AtCnAH0usgIa5h8V3 { width:8.25rem;height:0.6875rem;top:7.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSr1p0Z57pkCpHRDBK8RxTLax3iy0LTq { width:8.125rem;height:1.375rem;top:9.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlb2swt6SUBLb5lXl2JsIvFCnSt3vxS { width:7.6875rem;height:2rem;top:6.71875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doTm4laKLd2AJlXZ3HqqOXSxmeU2BKNG { width:10rem;height:1.4375rem;top:4.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TOsGUJEraJlQcB78MAteKbMNG3JL0J { width:6.875rem;height:1.625rem;top:12.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TBNG80Nc2uN3ge2ykCC8SGpZK9Me3s { width:4.9375rem;height:1.875rem;top:11.96875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dni9TXCw0kqf9XmHTMh25euD30Pc1gZ3 { width:7.5rem;height:3.1875rem;top:3.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwdyhMfFAqQDM4KWIaTLOPCNoRIyNlwq { width:3.75rem;height:2.25rem;top:11.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxvMZnSdJbCqcRWmTGwgcw38tsLvJC5q { width:9.375rem;height:1.875rem;top:9.59375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr { display:block; }#JF8Hg0egcMshZHTV0Vfn6qXxxKfMzmPr > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L { display:block; }#QLX8xlPqJKHo8p6tl9zHoiIkGS41Rp2L > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe2HCE6iBTlLSSQPRmeD9SJxd7F0lrd2 { width:19.5rem;height:23.9375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jht7K2npiH5F6yl2GsOwqG6Mmk9ZAN5I { width:17.5rem;height:18.3095625rem;top:10.9384765625rem;left:1.25rem;font-size:1.1875rem;display:block; }#Jht7K2npiH5F6yl2GsOwqG6Mmk9ZAN5I li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6629ec6401aed0d50e3a1baffd3560b24f425b56.svg); }
 }@media only screen and (max-width: 763px) { #zwoeAOmnVlV5Qqf6TWqIVaNkdSQzWJhK { width:18.625rem;height:0;top:42.75rem;left:0.6875rem;font-size:1.125rem;line-height:1.4;display:none; }#zwoeAOmnVlV5Qqf6TWqIVaNkdSQzWJhK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6629ec6401aed0d50e3a1baffd3560b24f425b56.svg); }
 }@media only screen and (max-width: 763px) { #SAryDVcVSyU01547y4mzgS1QNgH5MrxL { width:10.125rem;height:10.125rem;top:30.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMalAyTshSdykKztQpWEwu9WcfKmucUg { width:18.9375rem;height:6.599125rem;top:0.9375rem;left:0.625rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HNhwtU21fyeOsEfwe8kEKJlSMDUAqDbC { width:18.625rem;height:10.5rem;top:42.65625rem;left:0.75rem;font-size:1rem;line-height:1.5;z-index:15008;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eE0PVt9Pb6uM6TkKA1ZCwiotOOAMXTCV { width:18.875rem;height:8.44925rem;top:54.71875rem;left:0.1875rem;font-size:1.625rem;line-height:1.3;z-index:15009;color:#f44336;display:block; }#eE0PVt9Pb6uM6TkKA1ZCwiotOOAMXTCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_77818b3b80c8b442d2c3c66dc5cffba523873229.svg); }
 }@media only screen and (max-width: 763px) { #Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ { display:block; }#Ao0ko0xRF3gS7EnrEP9tuVu69mLWk4lJ > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zmr9HdL29sspxeeavuh43kUzq2cEmOry { width:13.0625rem;height:16.3125rem;top:1.21875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqhX9QohOQDEzOJcWo6zar22EZlbZqKN { width:12.5rem;height:15.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqs9b1LpQoctJv8VzWJ94ZWpyTDVWrC6 { width:12.5rem;height:15.625rem;top:0rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4xmwNhwLsq0CUZ9BilT7wPiLOSXWzy3 { width:12.5rem;height:15.625rem;top:3.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwdMOBoc8ueHlyFNQXrId2PtTDAwUCdQ { width:12.5rem;height:15.625rem;top:2.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWF0HVTeG3TBC1tOwn9IgGHBfwD1M05c { width:12.5rem;height:15.625rem;top:4.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXBht28hm29Tm3vpKkVQ7cCOtOBgis1U { width:12.5rem;height:15.625rem;top:3.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeXh3N1UVp5rfZKHaJp1Jl0ayTTlxdwB { width:12.5rem;height:15.625rem;top:4.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzTR2Ngv3b8LqHiupF7FJ1Km0x8iWXkM { width:12.5rem;height:15.625rem;top:5.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHfnzSCIgRzVGG5zxwcMEpyEl6iKhR1 { width:8.75rem;height:15.625rem;top:5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9MI6JLmxTZuNrsPq9AcBbnqqUF3rzZT { width:8.75rem;height:15.625rem;top:6.0625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVLwpTC3Tly6zlG9GcXBQkFTXW1PAi8a { width:12.5rem;height:15.625rem;top:2.625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQROv56R8FgpZPtyrRWdGunWzt3aX0sg { width:12.5rem;height:15.625rem;top:4.625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy { display:block; }#voHU7Mu1fKT5ASyQzwFDz0NPcLkrCsCy > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsNhQohRK6WDZCcQF48qCpEIbT421FEu { width:18.625rem;height:10.375rem;top:6.375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT2mefJsWhMPKlZ2eIpkmOCnTc44hzRs { width:16rem;height:24.462875rem;top:41.087890625rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }#WT2mefJsWhMPKlZ2eIpkmOCnTc44hzRs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c90ab56b328e5985353ddeabf39b9e1ebd0d3217.svg); }
 }@media only screen and (max-width: 763px) { #UcssTCtEZqkHIyEVl8BlIynsSPKmcT0x { width:17.375rem;height:6.173825rem;top:32.48779296875rem;left:1.3125rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WhMo5OomoxyNcDM46Kzq8WZu6lMDPUCe { width:17.5rem;height:4.5rem;top:56.98779296875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8OTcOcJqTptX09BWUxQQNxxydH0TB73 { display:block; }
 }@media only screen and (max-width: 763px) { #Dq7doC01c2mOnlOUN7Zq7bTFTUx5ghBs { width:15.375rem;height:4.125rem;top:1.125rem;left:2.3125rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lT3SNvvoxHxmTmB2APhXRWN6WmhyJvxH { width:17.375rem;height:2.2749rem;top:29.98779296875rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddtut5hHM0yfL3aWqzGl92z9tCaIRsrn { width:16.6875rem;height:4.5rem;top:68.5498046875rem;left:1.65625rem;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #glcWcGJozeXavvKG1zBQSbiGxiXC8RTF { display:block; }
 }@media only screen and (max-width: 763px) { #PpcPdv2Ir4nvCDK9HcviDZT99qJOBiaD { width:16.9375rem;height:9.1875rem;top:19.45654296875rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyxaKahMuvGwB1TxNudrE9GMHftXnkBm { width:18.875rem;height:27.5625rem;top:39.5498046875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzKTgSzK8JVCWI6m5y8y4NUzv9VZ1Ren { width:19.1875rem;height:14.25rem;top:4.9375rem;left:0.21875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD { display:block; }#VlTSGkHaaRa2gzGsTgwaXt2xLio8tuqD > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1T4rSzpBAD1GF76p4TbM8LgEWL1F8eN { width:17.9375rem;height:15.375rem;top:24rem;left:1.09375rem;font-size:1.125rem;display:block; }#K1T4rSzpBAD1GF76p4TbM8LgEWL1F8eN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #JfyztM9xBFeJLmDpZv5Jvr3JVolrhU1L { width:18.25rem;height:3.0058625rem;top:20.25rem;left:0.875rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tR23JvdFMUCyksbuQgFhtn1TgNQr5krv { width:16.25rem;height:16.25rem;top:2.20654296875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otCA0Sl0m1cEvcIizLf3cIz5Om1RGtdX { width:18.625rem;height:4.5625rem;top:43.0625rem;left:0.6875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IgiIrzQn7o2Ui2zrMTvfQizBzdBia9Zm { display:block; }
 }@media only screen and (max-width: 763px) { #gQxR4MMq48be5RQdvFwGzHobUqt6VD7d { width:19.5rem;height:25rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L { display:block; }#ONIJwronnSxTn5p6EJQwcRf49ovQ7p9L > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N { display:block; }#RFHqT4g5TuE8maJ7yK1a7gME2R2vBp8N > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDIO1K9TVAmJ1ccaaLrqJDlrxzmFE4CH { width:20rem;height:1.92480625rem;top:2.263671875rem;left:0rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUX5VV0RA7xmGNuwv43V4c9athE7qIuH { width:15.6875rem;height:12.9863125rem;top:5.60107421875rem;left:2.15625rem;font-size:1.75rem;line-height:1.1;display:block; }#XUX5VV0RA7xmGNuwv43V4c9athE7qIuH li:not(:first-child){ padding-top:1.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XUX5VV0RA7xmGNuwv43V4c9athE7qIuH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9ce7887e61b9a57652102eb680a3caba.svg); }
 }@media only screen and (max-width: 763px) { #UnGByQwoBw521p1VZbthbPVxboV67Qwl { display:block; }#UnGByQwoBw521p1VZbthbPVxboV67Qwl > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdiF9BDeSDLRMoSlvOaTxSwwc1XKGo3U { width:8.75rem;height:8rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Keg5olVblNOpXTPLJx3AW6aZdEaGET1k { width:18.625rem;height:18.625rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X394yOI7gfXcncFnla3z9UNm7d9KeVAO { width:19.5rem;height:25.5rem;top:21.6875rem;left:0.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #httQaTJIsDOgavvbTWDvEwV1T8yB0xT1 { width:7.1875rem;height:7.1875rem;top:12.5rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdUvfImJPCBL893Jp1DK8OzU9pbAKt2 { width:7.9375rem;height:2.5625rem;top:18.15625rem;left:6.71875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RXxGVseED9B61UGqVtywnMzQxip1uK2N { display:block; }#RXxGVseED9B61UGqVtywnMzQxip1uK2N > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP6UWO96ROHeFMBt2LnIO4PPZJeg7P1R { width:9.25rem;height:7.0625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8VcuLLFPXk626Ckpl6TTfXMrPuBCDyA { width:9.25rem;height:7rem;top:0.34375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se5hK5ERe87olSvpamNkP17qR5WTP7Ty { width:9.25rem;height:7rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plDqNT7gO3zyXaDVJ46eckgVcJrcpZuy { width:9.25rem;height:7rem;top:8.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkOJr079Ls8PHgnc1HLMxwh7ZFAGMevl { width:9.25rem;height:7rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIc9hX66o3NNN91QUqJM6glioBQbenwH { width:9.25rem;height:7rem;top:15.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i99KyHgwo4npuQWaLkZgCWBHVvvATbZL { background-color:#f7f3ed;background-image:none;display:block; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container { background-color: transparent; background-image: none; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container > .video-iframe-container { display: none; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row > .video-iframe-container { display: none; }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .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); }#i99KyHgwo4npuQWaLkZgCWBHVvvATbZL > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQvhpEamls799JRlwVIwLb7Kz7fWEl8R { width:20rem;height:2.1937125rem;top:8.7500057220456rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4P7RdIqTdB1h6rNRWTlDKm71gxedzfg { width:20rem;height:1.13720625rem;top:10.943359375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ntiouaTmTaVTT52m8v2aBt3TOgzExSGl { width:20rem;height:1.13720625rem;top:22.880859375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HhGDXsScIwyk7w3xQ9f3itAdmzvbXUDs { width:20rem;height:2.1937125rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7shxpI5AZIeEFfI5fEvi7gFQS1Qb3iS { width:13.75rem;height:2.2744125rem;top:34.755859375rem;left:3.125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XFCHaoMcDsEWTGtXfeNMRTB9bfVV0rMU { width:20rem;height:2.1937125rem;top:32.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESHH5KhBhnlyhT4ohFKIszH6QX0GFb5 { width:6.25rem;height:6.25rem;top:25.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W61Rhe524g9ZpM11ElT1VpOP3QCVVBpZ { width:6.25rem;height:6.25rem;top:13.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XorqFcBhN2p2flVv9WQcQlfAkA36GbzS { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF { display:block; }#nqMNXU9lf7lRqMPxxSSdEw9wUynrsHrF > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXVTaUxeV9hPdt3Qe2rvPQRtHkVf4cSG { width:15.375rem;height:2.88720625rem;top:9.775390625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmfCOQ5PKqXeODQUO2xNhbLqM1prF5KU { width:17rem;height:7.9604375rem;top:13.34619140625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfeRV4fGFlbKm821J5gWcovoBAeXlDmO { width:6.25rem;height:6.25rem;top:1.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85a30D6Ted0a9mBI2EcGZ0hU4adp5r6 { width:15.4375rem;height:7.3125rem;top:37.48828125rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sym0s87JSK7qpwavuAfTkXGPG2kGiLAv { width:12.1875rem;height:2.88720625rem;top:33.87060546875rem;left:3.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPnTKhST1Tl6HJepaCN93tZ7t6eqTZI9 { width:6.25rem;height:6.25rem;top:25.998046875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFrZRUvr6ZR9u4dsWqqb2Dq8DlPOpK8A { width:15.4375rem;height:6.82325rem;top:61.625rem;left:2.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVvozpZWP0BZwFquf3v4CaykCR5yPqro { width:14.125rem;height:2.88720625rem;top:57.9375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzV8519nDJLi4Z8kO2VgvCsHB3NrdkAJ { width:6.25rem;height:6.25rem;top:50.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxw1s0ANQM9H4LTWT386G6bArK0sdUOJ { width:8.125rem;height:8.125rem;top:1.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efzTvkSA8QVqZQbSIhESnxs9ntHBr3S2 { width:8.125rem;height:8.125rem;top:25.185546875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NteRvBMxVWN0T1spAPmznf3RTrc5kTUt { width:8.125rem;height:8.125rem;top:49.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSrw7v1TEzt63XENBvpZHRiQ6vM3c0a { width:19rem;height:22.0625rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHa4VL0pT36vtTGXtSNa64hpngSduPdm { width:19rem;height:22.0625rem;top:24.03271484375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS5rmBcV33iNKGHcUSuDCAfQTqwmq4Vb { width:19rem;height:22.0625rem;top:48.099609375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwhZDzq3lqezgGN234l8F1gurNOWZaVM { display:block; }#iwhZDzq3lqezgGN234l8F1gurNOWZaVM > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKAsZVrq4fBzqTA01vSVMufnpyOTshPT { width:15.375rem;height:1.9248rem;top:9.98388671875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ffdE2bZiJqcWuxs0bqPDF2UuwV9kML { width:16.5rem;height:8.44925rem;top:12.53369140625rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZST4DpUaTFI5HyvAFRQcob1GE2NtHNi9 { width:15.75rem;height:7.796875rem;top:37.1875rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtSRWXWlccoS4TXSew4cTRSUxZvGcDlr { width:16.3125rem;height:1.9248rem;top:34.57080078125rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF9e9ZxcHcctx2wPotWEM161yBpZkemM { width:18.125rem;height:6.82325rem;top:61.375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQsXX1M5N0yfKZcxWSFZyVuWf928UgB { width:11.5625rem;height:1.9248rem;top:58.75830078125rem;left:4.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCygP5wgyZy58v0GwhDzXfTTHxn2HCds { width:6.25rem;height:6.25rem;top:50.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIwpX9m0TT6NCOF8r2EIaVq7pehLgDFa { width:8.125rem;height:8.125rem;top:1rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwdAkqlEDJLlz1EFyw7EdAPb1cVhDkb { width:8.125rem;height:8.125rem;top:25.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWIgEXbmiRTCEaPRnIvcF1z9K6IBX8K { width:8.125rem;height:8.125rem;top:49.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPLw6KUqkuxr7yC9AD6JmZEyZ2QLPL3 { width:19rem;height:22.0625rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIEB8B7BPI5XzbBSp8K4bUtnyUs2TpZR { width:19rem;height:22.0625rem;top:24.251953125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeRxhBUJqnmJyREK42pvfwKvxViFmhGE { width:19rem;height:22.0625rem;top:48.439453125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqFSV7xQHnM6MTvAMdq9ysTnDV7H6SNE { width:6.25rem;height:6.25rem;top:1.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixk0amb69NCHbInmlLvW7ZQsIwkZh7Sg { width:6.25rem;height:6.25rem;top:26.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ { display:block; }#xh5eVNdU50zog9KO3BBlaWEfmygQF5TQ > .row .container { width:20rem;height:128rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxqPATeKMKhBHUS2zkrfTKCSF2Tyo2kE { width:14.75rem;height:4rem;top:4.82421875rem;left:0.96875rem;font-size:2rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #GnseuKw7kmo61zq9znSfHpeiwWHpev1H { width:10rem;height:1.94970625rem;top:2.125rem;left:1.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge6NfTkgcTUCF9QsMpocr69SETqk66Fv { width:18.0625rem;height:13.125rem;top:89.1875rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGROu5BtZ2cAdwUovDpOX3k79CAPwaDr { width:18.4375rem;height:13.4375rem;top:42.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ { width:16.9375rem;height:12.1875rem;top:43.875rem;left:1.34375rem;font-size:0.9375rem;line-height:1.8;display:block; }#LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LtpBU78IwS7mtaKPBApXSBZrPDNpwDAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a64295cd8c0fc6707d423bfbbe843517b06b8db3.svg); }
 }@media only screen and (max-width: 763px) { #gKhGGwiQPRu1XhRHHKpPKTMk1b8Hf8h0 { width:18.5rem;height:28.4375rem;top:58.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSU2BxTgPJCFEZ3JK6EZZabD5kEv2Zfv { width:16.4375rem;height:25.5rem;top:60.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB7N2oe9BfxVJ549x16vptJZ2viubkbQ { width:13.8125rem;height:1.96875rem;top:103.41796875rem;left:1.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owRSQP1QKUnGwQWx7ze5J9ZJDRdG0wOR { width:10rem;height:0.875rem;top:107.04296875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7DvpVUnRRWNzl5m5QPk7XMyytPAlDO { width:6.6875rem;height:2.1875rem;top:109.82421875rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAPGIusTkkB0qtxytbTOfw0S9XIoi9vD { width:7.875rem;height:1.8125rem;top:106.51171875rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz4mbLoEKM6WdApwTbvEOpNdEQvMgazh { width:5.6875rem;height:5.6875rem;top:111.69921875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5frVfTu6J8OHyv87X9voLOHUvzmJwXx { width:8.0625rem;height:2rem;top:120.84375rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx3J5NxMfMgLvxgaleCRkvGxmNTC32Xu { width:8.125rem;height:1.3125rem;top:117.625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPe5CNtxopEtFkrSfM8AUb4FtIFJzN8o { width:6.3125rem;height:2.625rem;top:124.4375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgNQxRe968Va5qg5FlIortknfhWK0wH { width:6.5rem;height:1.6875rem;top:121rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4bsUEJcwySaFCaUmeryX76AQishzOwm { width:10.625rem;height:1.4375rem;top:117.63671875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Wxrk7JTU05aJgrNBRHo7dUPh5KJr9K { width:8rem;height:1.9375rem;top:113.8125rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNxXicwQ8hrfMuEqKQygDUFbaIeZXxOp { width:6.3125rem;height:2.25rem;top:109.57421875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7p1xiXs3JDvEfHihwpmS6J7vKeOqJyc { height:31rem;width:17.9375rem;top:9.54296875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIC8wLsPvqHVR5w69sRGqn2kG99ok1K { width:13.1875rem;height:0.375rem;top:104.77734375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBCJaNwKQymJl6FT26VuImevqzTLgJf { width:8.4375rem;height:3.4375rem;top:123.6875rem;left:10.292119565218rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1WCsCAm8iaMRfT93WnuQETyfpi2e7KN { top:2.099609375rem;left:0.71875rem;width:10.8125rem;height:1.9375rem;z-index:14998;background-color:#ffeeb9;background-image:none;border-top-right-radius:6.1875rem;border-bottom-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-top-left-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0P1NwWv4LFRU904PIkfT3nWoE9pApUE { display:block; }#y0P1NwWv4LFRU904PIkfT3nWoE9pApUE > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tU7dDTwsV41DXfp9RiIJNu3ViiL8Xphb { width:4.375rem;height:2.0625rem;top:13.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fludnFL4TaNUJDqDdTGiVTroNoAVfBpd { width:8.375rem;height:5.75rem;top:7.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPWwtGHl3v69OJ4nBh4z4Ezcoog9gRlV { width:12.1875rem;height:14.625rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1Oq8M2o404RAT75Xldtg2AlrrfhVgz { width:18.1875rem;height:8.3979375rem;top:17.25rem;left:0.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITALea5STTLCdHCMhlAmvqgUsaW3FPn { width:18.75rem;height:14.3125rem;top:26.02197265625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AemNgSA8xtnwTRFc56d6cnE7UbDG4tCA { width:18.1875rem;height:3.65625rem;top:40.89697265625rem;left:0.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV { background-color:#f7f3ed;background-image:none;display:block; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container { background-color: transparent; background-image: none; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container > .video-iframe-container { display: none; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row > .video-iframe-container { display: none; }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .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); }#HXgieUvMohwTFy7ZqvvZWTnrwZ0t1uDV > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkLWCRzs2fTFJbDtqUeqctD7IbGhO2el { width:16.375rem;height:7.0121875rem;top:1.55615234375rem;left:1.6875rem;font-size:2.125rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K { display:block; }#NAkeBWL9Vl79DuqBIiuuTiaLUcGonE3K > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woVTO26r7oVMJ88paFTJPid84Cw12EmJ { top:0.90625rem;left:1.6875rem;width:16.25rem;height:29rem;z-index:15016;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;box-shadow: 0.3125rem 0.375rem 0rem #e2c34e ;display:block; }
 }@media only screen and (max-width: 763px) { #afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb { display:block; }#afVgVtAcDvoxzRGJWGA7HK01JCHAFUUb > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulD2yu2ZZgTR60pMuuf6ZiXGCspRki4n { width:20rem;height:2.8125rem;top:0.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69ikO1vZpG23KlOSZvi4mtTpw67gT2T { width:19.5rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN7F5qZXvG2X5KS4o5G4cETlMZR3Zvb3 { width:17.5rem;height:10.6875rem;top:59.6875rem;left:1.25rem;font-size:1.1875rem;display:block; }#aN7F5qZXvG2X5KS4o5G4cETlMZR3Zvb3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #s1LTBaqeMmiT5WNALutRtEyVGTaOFS98 { width:17.875rem;height:4.5625rem;top:79.125rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD05TbUH8ad0oB9HbnDNTX1G9XwktV15 { display:block; }
 }@media only screen and (max-width: 763px) { #Uw6mdXLqHI3U3LsVwJp2MO50zotVqxyG { width:19.125rem;height:19.1865rem;top:20.375rem;left:0.8125rem;font-size:1.0625rem;line-height:1.7;display:block; }#Uw6mdXLqHI3U3LsVwJp2MO50zotVqxyG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_879e2a384d3b637f91f51dec2c9ab71ee657b16d.svg); }
 }@media only screen and (max-width: 763px) { #Apw2Adx3PKinvXn1iasTUgpNOLc0iv7d { width:18.625rem;height:2.0625rem;top:18.0625rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKPcbKM4vUcXaZTmA6vHb8vwy6NFwFWu { width:6.5625rem;height:3.0625rem;top:97.125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoImN5P7nst3KxfsXcfcHy8dSthIlbwS { width:13.3125rem;height:2.625rem;top:94.3125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVZ59o3BMsysHPcGa3FCRAAmvGbWKGnk { width:20rem;height:4.75rem;top:0rem;left:0rem;z-index:15083;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL8JennJgTPTuM1WparAE24ntLFiRMQF { display:block; }
 }@media only screen and (max-width: 763px) { #M5drsTxsOe1A6GAmWzP0an7936CFGXPt { top:41.125rem;left:1.125rem;width:17.375rem;height:13.625rem;z-index:15001;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;background-color:#864df9;background-image:none;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #t6VB44TCidx5wqEk5mEAEHgPr6itHqDe { width:14.375rem;height:3.98730625rem;top:42.625rem;left:2.9375rem;font-size:1.8125rem;z-index:15011;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sX1B3Dm7cVCAou08wlcQ65TCWgRG9fiy { width:12.9375rem;height:6.173825rem;top:47.0625rem;left:2.9375rem;font-size:1.1875rem;z-index:15012;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rwXbInkBv12KOgUAAesMKi55s9ttov9V { width:19.375rem;height:35.75rem;top:57.0625rem;left:0rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K2QvNIuXW6XO79oPRHTFevRe6EkN95Pf { width:15.125rem;height:1.0625rem;top:85.0625rem;left:2.4375rem;font-size:1.0625rem;line-height:1;text-align:left;text-align-last:left;display:block; }#K2QvNIuXW6XO79oPRHTFevRe6EkN95Pf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #u9FPpxkrnCFTMH0Kshy8fxTxvfz1BtnT { width:18.9375rem;height:5.5625rem;top:72.28125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzm0B1Obbv3USChgoAOTEhodwep9ATNZ { top:86.625rem;left:0.625rem;width:19.25rem;height:5.5rem;z-index:15084;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fCRI0ze5usnPlhabzXGmxAWGbg8kDK7t { width:9.5rem;height:1.48730625rem;top:70.7314453125rem;left:2.875rem;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CoHx68aUv5Tx1QuqpJoD3M4ufzEy0aEb { height:10.642990654206rem;width:19.5rem;top:1.625rem;left:0rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:none; }
 }@media only screen and (max-width: 763px) { #lwr9ZWLzLA4Le5X9Ju7iOUhvhQ8aftqO { height:10.125rem;width:18.625rem;top:5.78125rem;left:0.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr { display:block; }#W1M3VGVPRQvrVOVzRQ6xJNfzmr3o8Tcr > .row .container { width:20rem;height:186.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6seMxQ49himmpQJ5l0fKtFgscOLTSMk { width:15.1875rem;height:3.0625rem;top:6.5625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBqPcGXwxxczFk0TfOMU7qtvcDOfT0bx { width:17.25rem;height:7.96875rem;top:9.625rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CC84hqwtTOoZCgq80WkVlATCa3Dn3Pk4 { width:15.1875rem;height:3.0625rem;top:21.6875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXFBg4BfmsZ26GSOk0E6idbTbAqyrqf { width:17.9375rem;height:22.3125rem;top:24.75rem;left:1.625rem;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #evZBTJnOWp8NycIoOmb6kPZ8OZvcwQNu { width:19.9375rem;height:13.6875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qov3vZKmJG1u1FaCFEzg0pLfTa7MKiI1 { width:19.9375rem;height:71.625rem;top:49.4375rem;left:0rem;z-index:15002;background-color:#dcd3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Seaud3qWVT7AzPno0p68PncJsBTQiVpr { width:17.25rem;height:65.34375rem;top:54.25rem;left:1.625rem;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pLVA10MB8CHxMSTwEa6cluo5NT6SRWPe { width:19.9375rem;height:28.5rem;top:19.8125rem;left:0rem;z-index:15002;background-color:#c7b9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RnvpkQOugG1VccbOGDbTH6U658cNprQs { width:15.1875rem;height:3.0625rem;top:51.1875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDCmQNSKmOQsEIM78uvaBmkDWxaiQTD { width:19.9375rem;height:33.375rem;top:145.5625rem;left:0rem;z-index:15002;background-color:#dcd3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C6tO3C2tyokblbfybvCOCJ8RgEHz74c9 { width:15.1875rem;height:3.0625rem;top:147.25rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5iJQvOx5uUP3CuUAtwWcAd9Tok4rV6 { width:17.25rem;height:27.09375rem;top:150.3125rem;left:1.625rem;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AW85E44UfXOtzEioUZ7LaxWtcs9KqO4r { width:17rem;height:4.3125rem;top:180.998046875rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3J6u0lzZn84OwsVfPSDuwG6BgXI8TTo { display:block; }
 }@media only screen and (max-width: 763px) { #SPOT7TaVXWxQz3mJIEgC5VzliLDydpPT { width:19.9375rem;height:22.1875rem;top:122.1875rem;left:0rem;z-index:15002;background-color:#c7b9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WKKevFaOBfqIMSs2n2TzG7LVi56i0yL1 { width:15.1875rem;height:3.0625rem;top:123.6875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTI065dZZweHgf70UumKFiRI8XDglfkT { width:17.25rem;height:15.9375rem;top:126.75rem;left:1.75rem;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #exVS3hzWsqdO68e992DreZ5vyQEW1hq4 { width:20rem;height:2.5rem;top:1.4375rem;left:0rem;font-size:2.5rem;line-height:1;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI { display:block; }#bdKbIAOFI8MCwBcWAumJqMa4TKUrUJSI > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmkR3iUQVSgFVBUH30PsgATvMoMxcLkd { width:17.75rem;height:12.75rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdZT2n9yUlr1pTBMviqZmUag5vlPUinp { width:17.75rem;height:12.75rem;top:15.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlJxsFuiBSGhPahpn3a3MX7TyA5UTBcI { width:17.75rem;height:12.75rem;top:30.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPdMq44fPZ2oLwJmFZ951PNdcUc1nJGc { width:13.25rem;height:4.54980625rem;top:7.125rem;left:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #II0ViWhsDFW2fDwfR3zwf9XsEv8QTf7L { width:15.4375rem;height:5.361325rem;top:21.099609375rem;left:2.28125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNzs1gZNyUBkQRdRuBNHmfeMuiPJMgZ7 { display:flex;width:3.125rem;height:3.125rem;top:3.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fHf1TqdEr8D8nPP6xT4D9P4wrvEI0mZy { width:14rem;height:5.56786875rem;top:36.1875rem;left:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEyerGtymK75aq6MmF7H2MoGdgzcGVyi { display:flex;width:3.125rem;height:3.125rem;top:17.099609375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BV42k1rWdMVL1c3dOMuOO5DvBAvunUTy { display:flex;width:3.125rem;height:3.125rem;top:32.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IOCGIMDI4TWuC3to8N4Q5iSOtDECHsrc { top:44.8125rem;left:1.3125rem;width:17.0625rem;height:6.0625rem;z-index:15002;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;background-color:#000000;background-image:none;box-shadow: 0.3125rem 0.4375rem 0rem #e2c34e ;display:block; }
 }@media only screen and (max-width: 763px) { #PMxJC9s2yz3xAQ6XbmRSZlmrJBn3Rnlc { width:11.5rem;height:3.0244125rem;top:46.5rem;left:6.375rem;font-size:1.375rem;z-index:15013;color:#ffffff;line-height:1.1;text-shadow:0.0625rem 0.1875rem 0.4375rem rgba(0,255,136,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #Sc8d3TS33ZCDEafonuEnPsZ9ObTqCxF2 { top:46.1875rem;left:2.3125rem;width:3.5625rem;height:3.5625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei { display:block; }#nV6eEO54qdPZCvJBgpGtEARMEINyU7Ei > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNKAFT390TTJMlfXc7Shol2Nrn3N7xi1 { width:5.6875rem;height:4.14355625rem;top:1.35302734375rem;left:3.625rem;text-align:left;text-align-last:left;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdEayqyqpPbli5fXJBht7eR2BLn62y91 { width:0.1875rem;height:3.5rem;top:1.625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG6yppGGIbWQa5zWMA6IZudTbdOpM91X { width:7.4375rem;height:2.5996125rem;top:2.56201171875rem;left:10.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WP2lVgvfapUOyVxnkXIxw3PIMuP3AXJa { width:4.81108125rem;height:3.33105625rem;top:6.89697265625rem;left:3.05615234375rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW5KBmNGkrqg4pG4915DOcvocUgBB4HM { width:0.1875rem;height:3.5rem;top:6.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbggEuoOo92K3xosGktRtHB2P98PmhWO { width:6.3125rem;height:2.5996125rem;top:7.375rem;left:10.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uUFV9eVQW2dWF5wsQoLC1F3NnT10mV3T { width:4.81108125rem;height:3.33105625rem;top:11.95947265625rem;left:2.5556640625rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6P4QK95yIbIkgAiwUt3CTE29DEGFvGS { width:7.4375rem;height:2.5996125rem;top:12.375rem;left:10.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DER1B12dhNBv6HS1K55xGTImKLF0u3xs { width:20rem;height:2.5rem;top:17.49755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hs7gIbte5sesz0mtIgvu9qyDySidkW0f { width:0.1875rem;height:3.5rem;top:12.125rem;left:8.31005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwFxiQUGGfdC8uFcxUPrJHgoOyQrziXQ { width:20rem;height:1.625rem;top:20.06005859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u { display:block; }#fT9lBJfSx5mTZEGp2TZH1uf34NVPTe5u > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZhlWp264MsUNM6KTml3yfabv6gM0tPs { display:block; }#kZhlWp264MsUNM6KTml3yfabv6gM0tPs > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTa6yh555gDuILXxiDdXOAxVf18AtJik { height:10.751351351351rem;width:19.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1M4GD0T2TpHn5Jhrina7CmVMDIQXTsW { width:16.8125rem;height:9.624rem;top:12.3759765625rem;left:1.59375rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lDKHsB08DPeCKk12939T4FiSaDd4y1Tu { width:19.5rem;height:4.1875rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13gnySKPwPUUHe1bD5mVOc2cKDf4MRI { width:20rem;height:3.09375rem;top:23.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH { display:block; }#hfEQKMkvrDKAOT0cdhbhhNTRA0oVBqmH > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuQNuwtPm3iGe9pN8tmyKBF0a01cEhBg { width:20rem;height:8.9153046062406rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxupazJO1LF492sIdnFOTkbnoZWsonoC { width:2.75rem;height:2.75rem;top:7.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDBOSxOo6UJyBlx289lUOUvFICTPS2T { width:2.75rem;height:2.75rem;top:0.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7n0bypid9ifql93fdOAs3JZ1MW5Bxna { width:2.1875rem;height:2.1875rem;top:1.25rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA2GdkU2cKPCVbkoJqmG3JPVzVnrZxus { width:2.125rem;height:2.125rem;top:7.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVuQgTnrp5ntwm9clGEUKMpCaGMnfk2T { width:1.625rem;height:1.625rem;top:7.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9gr0qeS51qfM17CEwG893Whxm0Z7OO { width:1.4375rem;height:1.4375rem;top:0.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep { display:block; }#cMtWmd9FKiZHDlGwo1abHmoxcGVX9Cep > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKe8dJXTWewzAXXz4dR8WoNWiV6T8yTR { width:19.5rem;height:18rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXGkSf5ZLElNR5ZTMJOXdOooTdi7Tb8H { width:17.25rem;height:11.046875rem;top:6.93798828125rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf75JBoNbUkOzuZwrxDwTu2yMkqLvOrM { width:18.4375rem;height:4.125rem;top:21.375rem;left:0.78125rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oXoDhb3b8JG3dZskOW7J6eEV4QroT8r1 { width:18.5625rem;height:10.125rem;top:26.28125rem;left:0.71875rem;font-size:1.125rem;display:block; }#oXoDhb3b8JG3dZskOW7J6eEV4QroT8r1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #Ehf9mvPgbLAp4zGNpwnT6ExOH6N1oB3E { width:10.25rem;height:3.125rem;top:3.18798828125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgOz6L9kOwmzyCOEGfvx2EpUMSQbkizE { width:9.1875rem;height:2.1875rem;top:38.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN22W4H1eiGU7Ey2uDVl3k4TvVecNqRS { width:8.3125rem;height:1.5rem;top:41.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMPXwWtWmPB363z6CWsRkBv3gi0naTwS { width:10.5625rem;height:3.0625rem;top:46.875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhONbhK3FkNOpGRBrap5Rax7TD5ZOalE { width:10.5rem;height:2.125rem;top:44.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZV6HfvxsBdXZA0p5FLtwz7bk1virK21 { width:6.4375rem;height:2.875rem;top:3.25048828125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7EqZR0ve82X3cmc4h1evdbyLadXc0K8 { width:16.625rem;height:2.0625rem;top:23.5625rem;left:2.625rem;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mNndhuieXB0qehyn4VGZ2wbq2GtzLhxQ { width:10.3125rem;height:2.4375rem;top:50.5625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4IQBEOMeEOdEBGCrOCBgTeQIAHSJlil { width:6.25rem;height:2.9375rem;top:53.8125rem;left:6.875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dwWWORoqVbco1PIstCRoEEGibXcvVUkg { width:7.375rem;height:1.25rem;top:57.625rem;left:6.5625rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hS35iKeRa7v4aWXdKvV7XOaPRsCr63Bc { width:6.375rem;height:2.0625rem;top:60.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy { display:block; }#mVS1ZLpLrh4yzVJ3bchquOAhes0g2dHy > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT { display:block; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT { background-color: transparent; background-image: none; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .row .container > .video-iframe-container { display: none; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .row > .video-iframe-container { display: none; }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .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); }#EkBodV6V58vuIH8DbVzKJ4PwhxNQUJsT > .row .container { width:20rem;background-color:transparent;background-image:none;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN2Qr8IysuH8zRDtI0KUKdvPrGhAl1Ne { width:17.1875rem;height:4.67480625rem;top:1.412109375rem;left:1.40625rem;font-size:2.125rem;line-height:1.1;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #nH0CWn8XtDN43gDZgt733yIbImPNkFa8 { display:block; }#nH0CWn8XtDN43gDZgt733yIbImPNkFa8 > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN1pmUooXXD7AZdysaJUCKdtks77OWMw { width:20rem;height:14.962686567164rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 { display:block; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#BQx0rq0ylvdbDHBnx7VL0U7oaF4XZfJ8 > .row .container { width:20rem;height:201.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVhQDbrdbHndiXbU7sBQ8y2EyMePufU6 { width:18.1875rem;height:4.8125rem;top:1.51171875rem;left:0.90625rem;font-size:2.1875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KM9ySpqEaKf8ixpX4AETpxfa6Xh63O8R { width:18.25rem;height:8.9238125rem;top:7.0625rem;left:0.875rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZgXFAqMrQzEgSMldXFu3yokKT4hzqVc { width:19.375rem;height:184.1875rem;top:16.75rem;left:0rem;background-color:#000000;background-image:none;border-top:0.3125rem solid #f7e397;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy3kmwhnDXE3ibt0JORr4mKL21C6opXR { width:18.1875rem;height:1.2749rem;top:45.3125rem;left:1.09375rem;font-size:1.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eruEduRuG49iERsNT7kBdueR40sOoRey { width:20rem;height:2.19970625rem;top:18.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z1p7LaGbAbAsaTTCITzITCtAWPeTvziF { width:18rem;height:3.375rem;top:41.470703125rem;left:1rem;font-size:1.6875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qdKQqV8chk1aECCfgMMM5AcClL2UFztp { width:17.875rem;height:7.96875rem;top:93.6884765625rem;left:1.1875rem;font-size:0.9375rem;line-height:1.7;display:block; }#qdKQqV8chk1aECCfgMMM5AcClL2UFztp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #dv1qaiH4Pgtg4FkyGxEU59rAOSeUKrsr { width:19.375rem;height:12.5rem;top:79.845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh2161WmcDX73dIUWA9IrLIBaHWTCveg { width:19.4375rem;height:11.5625rem;top:91.65087890625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ear4XdPuAGSrv0vlzA04F2KEZrEhtmeK { width:19.375rem;height:12.5rem;top:109.111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0P1TmO8mDN1btZ7hECi8L2tpEky20pP { width:19.5rem;height:9.8125rem;top:121.0869140625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1wwLLcnTKD4iEvaBXgGFoHZcVxGkDQM { width:17.875rem;height:7.5rem;top:122.58740234375rem;left:1.1875rem;font-size:0.9375rem;line-height:1.6;display:block; }#F1wwLLcnTKD4iEvaBXgGFoHZcVxGkDQM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #PdeNTNV5OgffRctaa6E7FS3J8CNgdi3B { width:20rem;height:6.75rem;top:102.361328125rem;left:0rem;font-size:5.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2BAgTeuy6PA7dHw1QGT5Xq0bcOpklsp { width:20rem;height:6.75rem;top:129.6875rem;left:0rem;font-size:5.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4XT4F27o986uSuiQtOBU3xpbzIsDa1l { width:19.375rem;height:12.5rem;top:135.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsyU10ctNK33khfxxcsT8H118XD6UfZ { width:19.375rem;height:25.5625rem;top:144.7744140625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVBZ9mVQMe3iMT5LdCBNGVha33KRnAvT { width:17.875rem;height:17.53125rem;top:149.7509765625rem;left:1.1875rem;font-size:0.9375rem;line-height:1.7;display:block; }#GVBZ9mVQMe3iMT5LdCBNGVha33KRnAvT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #mHmKFVbSHv4xhTLylT7WRIPEnlB9xnWR { width:16.75rem;height:5rem;top:21.94921875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPnQA2lBeh8oXz3FbbX0xRNHDwoHMAU { width:18.625rem;height:4.5625rem;top:27.5625rem;left:0.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw7D79leHNnDVvOrrb1ZHbmuKZq0PCZw { display:block; }
 }@media only screen and (max-width: 763px) { #uBvitF8a5TIDg5bDZrU8fvPHD3JrIZrc { width:16.6875rem;height:1.1875rem;top:33.0625rem;left:1.6875rem;font-size:1.1875rem;line-height:1;text-align:left;text-align-last:left;display:block; }#uBvitF8a5TIDg5bDZrU8fvPHD3JrIZrc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #u5OXkpBnTcvbU7lLA4PQhAeTeaKOz8ii { top:34.4375rem;left:0.5625rem;width:19.1875rem;height:5.6875rem;z-index:15084;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LruVn0ct79TiGmNZ2QiG3gb3KmWTfhVx { top:168.8125rem;left:2.46875rem;width:15.0625rem;height:30.5625rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WAxOo9rqLHPdgnm6eDbMkk2Hfz0w3erd { width:18.3125rem;height:4.5625rem;top:195.4375rem;left:0.84375rem;font-size:1.25rem;z-index:15018;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8vmWuewzSy01RVyyzKzUMRsnplEUpe { display:block; }
 }@media only screen and (max-width: 763px) { #CU581q8QC6xvsnRhuaBc8PsiBKPBJS4R { width:20rem;height:1.48730625rem;top:20.38671875rem;left:0rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ky20xXTSn3d9FaM4GVbDNO0r146UmBPo { width:3.75rem;height:3.75rem;top:78.75rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbENnZLBEXgntxBqo2Peav4vRqgKxBKR { width:3.75rem;height:3.75rem;top:107.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9g90RMRRXPP8T1ERU1SBXdQuqzbEydM { width:3.75rem;height:3.75rem;top:134.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poSmI5cVuzhtrhpfTt4ynCvitcAS3rog { height:10.683510638298rem;width:19.5rem;top:45.125rem;left:0rem;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:none; }
 }@media only screen and (max-width: 763px) { #oGKLc5scvRF1WwWok42AJEiGETv9TLWT { top:47.25rem;left:1.375rem;width:16.875rem;height:30rem;z-index:15015;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c { background-color:#000000;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; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container { background-color: transparent; background-image: none; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container > .video-iframe-container { display: none; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row > .video-iframe-container { display: none; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .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); }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container { border-width: 0; border-radius: 0; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5K62fiN7Oi2T4O5LiDl8eOKSqPo0N2c > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMN4pOWgEViTLqhJRQWwTUC8MqVrf7Xe { width:18.0625rem;height:12.1875rem;top:0rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy00KlTGTmWFIqZxpg5qDQp2gbVZT2Bi { width:9.375rem;height:6.75rem;top:11rem;left:10.125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Pxp0LtoHRhfKkX4U8vS7OFqtDpdseriT { width:9.375rem;height:6.875rem;top:10.9375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K5kzg3XFBehIFeLrTS32gSwmizhWekxT { width:9.375rem;height:5.875rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heleXxqhbNkWcn4vFhNtoG5O2GAD3Lsv { width:9.375rem;height:6.0625rem;top:18.96875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ten4fvSru0VQrqomaRKkgooKZeibLs { width:9.375rem;height:6.0625rem;top:25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAhhfGSJTbHz7VECTR0ZVKQ8snp59Fck { width:19.3125rem;height:2.0625rem;top:36.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrREET86msMm2KyEoMRW5SNUeXMny8vr { width:20rem;height:1.4624rem;top:36.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7bPuQIrDsynqPMkZ3q9trDBur5ZMoxo { width:4.375rem;height:4.375rem;top:15.71875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF4HCyhR87TfzLH1QT1QVmVhI3MFVOgt { width:4.375rem;height:4.375rem;top:15.71875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev1eFTZX5OBpCerW3ag8VTkzdG8w9Vro { width:4.375rem;height:4.375rem;top:30.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VptIAPykkPPFnOTGmbXtxF7qOmMGAXG0 { width:4.375rem;height:4.375rem;top:5.49951171875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk { background-color:#000000;background-image:none;display:block; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container { background-color: transparent; background-image: none; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container > .video-iframe-container { display: none; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row > .video-iframe-container { display: none; }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .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); }#EJwf4xLZNqT0uPJx1Gx2uGvzmSvFKXpk > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phQn8bT1C5ScvIZwd2GDE6hTrA0mh6i6 { width:18.875rem;height:6.82425rem;top:6.02734375rem;left:0.5625rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrZn7JAcVsQdbz7DiUC5g0qepXq2AsGe { width:16.3125rem;height:3.98730625rem;top:14.3095703125rem;left:1.84375rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAJMBquBXkwd0h7905MdrPrOBzNQFK2O { width:20rem;height:1.23730625rem;top:25.69677734375rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LsSsik0QTysyNaCg1rh6qxDzK3Z75mRd { width:18.625rem;height:4.5625rem;top:35.24658203125rem;left:0.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQKWpBOXRA2t7F5xSQJtUGG48SMeKNm8 { display:block; }
 }@media only screen and (max-width: 763px) { #IGUGBO2Zg42Weo5JuTCGmoZxJ68kcoU6 { width:16.75rem;height:1.1875rem;top:33.80908203125rem;left:1.625rem;font-size:1.1875rem;line-height:1;text-align:left;text-align-last:left;display:block; }#IGUGBO2Zg42Weo5JuTCGmoZxJ68kcoU6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
 }@media only screen and (max-width: 763px) { #BHzME6XpHz2dd1xTGPWpf7c3IFArFSZ3 { width:20rem;height:0;top:3.5859375rem;left:0rem;font-size:1.625rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wO6N2Wf7BBM9xq3VUt5TnOl1dNs3sVGE { width:18.8125rem;height:4.79980625rem;top:0.625rem;left:0.59375rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6d1IlyiGdvqMTQMvc2Wd8BwIk5Puks { width:19.1875rem;height:4.5625rem;top:28.21875rem;left:0.40625rem;font-size:1.5rem;z-index:15008;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L5g3Ol19CrxuDIALe92doAezxvu3qr7q { display:block; }
 }@media only screen and (max-width: 763px) { #sVuEgPB9afguPoEQ5xW11CRlraGlilDQ { width:16.75rem;height:5rem;top:19.09375rem;left:1.625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #gyzukBcgk5o4F9yLQc1FU2MougeJvgeR { display:block; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR { background-color: transparent; background-image: none; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .row .container > .video-iframe-container { display: none; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .row > .video-iframe-container { display: none; }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .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); }#gyzukBcgk5o4F9yLQc1FU2MougeJvgeR > .row .container { width:20rem;background-color:transparent;background-image:none;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF { display:block; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF { background-color: transparent; background-image: none; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .row .container > .video-iframe-container { display: none; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .row > .video-iframe-container { display: none; }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .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); }#LOG2bqQGJas6MdkHZdTrDrEn9V12xxqF > .row .container { width:20rem;background-color:transparent;background-image:none;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nh6TrgwmKbkPhmvHm4yKLlnx9H5x0W6l { top:0.0625rem;left:0.96875rem;width:17.6875rem;height:18.125rem;z-index:15000;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;background-color:#864df9;background-image:none;box-shadow: 0.3125rem 0.4375rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #QtsudSzd6HTFEpIyIvUCVoTbdyIk2iLU { width:15.5625rem;height:10.411125rem;top:6.16845703125rem;left:2.71875rem;font-size:1.0625rem;z-index:15010;color:#ffffff;line-height:1.4;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-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #vOmL51cBeMOqsa0xkU1MgXzWH85ehTza { width:14.375rem;height:3.98730625rem;top:1.84375rem;left:2.71875rem;font-size:1.8125rem;z-index:15012;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 { display:block; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 { background-color: transparent; background-image: none; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .row .container > .video-iframe-container { display: none; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .row > .video-iframe-container { display: none; }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .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); }#aFMmaiTRTtFJ4CqwRolFnS9ZEcz0KZt3 > .row .container { width:20rem;background-color:transparent;background-image:none;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEZSXU7HqMMhT2T80qF08hkr0XTwBFPZ { height:10.75rem;width:20rem;top:0.375rem;left:-0.125rem;box-shadow: none;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl { display:block; }#JMlQFf7LZq5sM3w48ulKxp8dXWG0TQAl > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ut5CHvHBBOWkMtbQCER8ffy3bC5VUUDl { width:20rem;height:14.955357142857rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkiLWl8DFrdHSJ75RPvTqpTzTbswPD9 { width:19.125rem;height:20.375rem;top:14.70458984375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA { display:block; }#CKTuiz9VNEgA7GhxuuiFa25BpVnvDDyA > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 { display:block; }#OIGF8iW2SpdBX33otEBbIE9QsVuKJia0 > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKCMFmhNqdBdcgftvVuT3TiSCp2UX2bW { width:18rem;height:23.90625rem;top:24.34375rem;left:1rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aon5915MR6OCUaBkZf9qLoUsrGTuRCLS { width:0.3125rem;height:7.4375rem;top:0rem;left:9.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRcgT9itmeKKmw5odXHN0wKWmbsyGNLv { width:16.8125rem;height:5.98095625rem;top:15.3125rem;left:1.59375rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cfxy1uhDHlHg8IqqFhnr9TV7KuGNOSF8 { width:18.1875rem;height:4.5625rem;top:19.8125rem;left:0.9375rem;font-size:1.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Bni9Ze09fJnepiedPJcFXyt2ZbWDTOe6 { display:block; }
 }@media only screen and (max-width: 763px) { #GOk6ar15kGIErIoKltrurTpM9DbxtBCE { width:19.0625rem;height:0;top:14.4375rem;left:0.46875rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #spH5Lf9m08cksn9C63Xh2GR8Gz9R6hG4 { top:22.9375rem;left:0rem;width:20rem;height:0.3125rem;z-index:15011;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uamHdAR7CDLXKBgMdIt6byTP03nGREpn { width:15.9375rem;height:0;top:25.3125rem;left:2.03125rem;font-size:1.125rem;line-height:1;text-align:left;text-align-last:left;z-index:15007;display:none; }#uamHdAR7CDLXKBgMdIt6byTP03nGREpn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #RX9vItUB35Cpt5N6r70NZxSXv1IUCHEv { width:15.625rem;height:15.625rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA { display:block; }#HWF8x2OrqMr5TUGuU1s8sT9LQsfH6dtA > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vcJuhKomFrdRwFPU2dKrT9mMupRamH3T { display:flex;height:auto;width:17rem;top:3.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #r3Sb3QhPxsrqOoTiALR2Q6onTkAME1y4 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #yUEZw94CH9cNAaqg6rt5aqz1htWSquA0 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #mtLmsl6dqUV5599tCVQEDS5gr6WDTJ9i {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #BObdpEQL7TT94XkDxteqXuTSiwfaP7JB {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #TqvLp7eODLLlHc50uVBgBUHCXT02yCIe {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #KOG5IhiTygb2JoPzVnknhJ1v7Qh43Sts {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #JtveCWNK8iE73wpKA2cnAJ79IIbrLuNo {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #mGWA2J7TaO4HUTZDDr0kIF9vbTkDMTCS {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zUyBpRBCiKzCPJ3UaTasHm7bvpmLBzwC {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #UWlsV9OrbNGCCoKxzsD143zRdFm8q0O8 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #yySBFnP1cIhRXAt5ONPVsg0HQMxSNLtM {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #cGsQdpSq2g76eTZyz7I830zngrrWfTBE {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #rh7eP1D8dmil8FRKAFPwXcAdMJblQ2Eb {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #lJAftyxMNpUBvpoibvcGM3qIuMwnnCws {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #dM0ftThA3ZQwbgPFf0cAtiJyn5aAb4tc {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #o8Q7TqT2esTlfZXO32MXUlObQqhRdvRW {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #IgGA3SvxVfJqgqfeZZgCcF3rLv3laWZl {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zV3lBO5PvCaxpPU5yTosTNRsOPlUSlva {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #LaWn8MlJhUohJhsENMA7sJPTi0Cy5226 {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #zZeVf4Vz4K9rW5TeMh0gZwDb4Dz7iT6X {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #JFeedgVFXxuTW98inUEk3FexAbtfIKPE {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #WBBcdTI4y1eGEgdEvgwi019oyTEo9WCZ {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #KA9EIGQ2RKUfAmxVN2lkKv6U8RwKv7VL {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #HZufXwEm2LbwMiLxPbOK15aQeczS2zBS {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #ux042zCsPTKFFU2ox4GTwtwwDzPtnwEA {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #lIEOy2Ccq9x0vbmf0zf8kWTMQA1Fm8qa {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #RmUZIbOsQSdA1asbQHOhTnpApRguLuOh {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #AwSOgitEbnaS8SeBLzA9zXPcUZQPGFIn {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #FkPT7Fe4x8uaMZ8bc1scWX79GnNATfbx {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #ddXBeFZtDofln6UTt5gaGpqxhx1AfkEv {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #y7dEEqgf9CspgdNh7GmuJ2miIVSAIIuv {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #J1wyc6m8PKZvGkvXIKiDhMSTggccQuAf {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #UaWnb8NXQRNK2flX3pteunaNtQRX6cON {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #oD8kebfJnQ6zNHIVhsw7JUnszUHBNGTW {  }
 }@media only screen and (max-width: 763px) { #vcJuhKomFrdRwFPU2dKrT9mMupRamH3T #SX5NsdsEQa5Pcd6C0Ar9gfpmWo2yUwHO {  }
 }@media only screen and (max-width: 763px) { #FdGwVTurr7NGfdsSUbEifcdscBc0m3Pv { width:20rem;height:2.5996125rem;top:0.533203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L { display:block; }#QkUm6G2a0gfaACC3vCdFT6wQR93r2f9L > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 { display:none; }#Tzp5AgFdqBLFnTR3TUL8y9srRSHDKUm7 > .row .container { width:20rem;height:36.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hJ52BbiQahOy8zhsJEyTO17Mna8S14Da { width:20rem;height:14.962686567164rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otxKCusgfnSReoezOPXQP8F2sQIc996v { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UloWmvNeRzUJUex7hZTt2tD8DrIBpOo9 { width:20rem;height:3.375rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBAn1RlNOu1mZEWoNpxgRVl8Wq8UGpE { width:19.5rem;height:15rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHNF1pLhR3mo9e1lCCWOx1mEGT6dCATy { width:20rem;height:12.07225rem;top:13.84423828125rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }#VHNF1pLhR3mo9e1lCCWOx1mEGT6dCATy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9be6927767cf48745ce484707063b5dc.svg); }
 }@media only screen and (max-width: 763px) { #UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V { display:none; }#UzaT1pqbDTtSBfblwNZyoPgnSMB7Iz1V > .row .container { width:20rem;height:36.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xkIACvPRsgIW2NVP3uUXKSci7dCM3rVW { width:20rem;height:14.955357142857rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlciBpPtlQCTx9vnq0yuRdKv93CVXNLF { width:19.125rem;height:20.375rem;top:14.70458984375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI { display:block; }#EbluqJIclb9I6LRMVvyA8QaeHqXAiXqI > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 { display:block; }#ocUcPK4vIUCPlTAAdIxtoAd1N7A0NlH7 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRtEVIkO38GWhlnBHGWhEyqf86GD7dGc { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 { display:block; }#PJm37oAawPlCr8XVLTDIu7C2xgtqZvS6 > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWrohNJo4WVKVZNGnlEaiwSrSzW4ngaU { width:16.8125rem;height:7.78125rem;top:1.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }#oWrohNJo4WVKVZNGnlEaiwSrSzW4ngaU li:before{  }
 }@media only screen and (max-width: 763px) { #K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai { display:block; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV2xu6abnRGh3ui7n3BfEeGlOgKC0eeD { width:14.1875rem;height:3.16845625rem;top:1.041015625rem;left:2.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTDUnaEQDrJuWnTurU4pHCesCkS58TB { background-color:#000000;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row .container { background-color: transparent; background-image: none; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row .container > .video-iframe-container { display: none; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row > .video-iframe-container { display: none; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .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); }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row .container { border-width: 0; border-radius: 0; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeTDUnaEQDrJuWnTurU4pHCesCkS58TB > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwZMtTcT5U2EVuxctv4C4f0o7cJn4JrM { width:20rem;height:1.94921875rem;top:0.337890625rem;left:0rem;font-size:0.8125rem;z-index:15001;color:#ffffff;line-height:1.2;font-family:"inter tight";display:block; }
 }