.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,231;--color-primary-1:255,235,175;--color-primary-2:255,214,94;--color-primary-3:128,107,47;--color-primary-4:38,32,14;--color-secondary-0:222,235,239;--color-secondary-1:147,188,202;--color-secondary-2:38,121,148;--color-secondary-3:19,61,74;--color-secondary-4:6,18,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:113,113,113;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#OGBtW2MQUrepO9CQ72qiJO3XgzVfEDe0 { 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.5rem;width:9.5rem;top:1.0625rem;left:1.7242183685302rem;overflow:hidden;display:block; }
#IB8FwiLpEIIdlXD1yJRhsUlnvoZTxoTO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#001a31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.09375rem;left:58.662109375rem;display:block; }
#s6F8yQPE8UFZ8onM5TydvKJi4WahSqXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB { position:relative;display:block; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB { background-color: transparent; background-image: none; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .row .container > .video-iframe-container { display: none; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .row > .video-iframe-container { display: none; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .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); }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB { border-width: 0; border-radius: 0; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .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; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/23b86e32-9b34-403f-bfab-a7223a70aa4d/tlo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x.adaptive-delivery-prevent-bg, #uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x.lazyload, #uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x.lazyloading { background-image: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container { background-color: transparent; background-image: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container > .video-iframe-container { display: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row > .video-iframe-container { display: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .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); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container { border-width: 0; border-radius: 0; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#Pz52e6syHirm5ic8G2BWmR2ns3N18pkT { 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:36.875rem;width:51.0625rem;top:1.3125rem;left:35.84765625rem;overflow:hidden;display:block; }
#pkvahigdpNbEeu6zMKJFx7r7uvTV8ePM { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:8.5625rem;left:1.4375rem;height:8.3984375rem;font-style:normal;display:block; }
#KTFgweMTrhHdfUTOONeAFsd9Le3NUSVG { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.13671875rem;left:1.4375rem;height:4.38574375rem;display:block; }
#FhsV8T4sohJLHGcF7Qf9hFTDybJvWNUX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#001a31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.6875rem;left:1.4375rem;display:block; }
#V1D0CoWEqKNupbgKK8Pr5fwqGdVakLs7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFNJbVEGN7yOA2KoyCClvey7ct6MbwdF { color:rgba(var(--color-primary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9765625rem;left:1.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqIbgh55H6x7iaSDwFZGMnMb60DTg2P0 { 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:71.4375rem;width:75rem;display:none; }
#qhKtHCNyi7IZC3J8beg6n1g0Ufi27u4D { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.6875rem;left:16.96875rem;display:block; }
#pqvGK2RGRrKpd22rySvP9BNVAU9LzceI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf { position:relative;display:block; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf { background-color: transparent; background-image: none; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .row .container > .video-iframe-container { display: none; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .row > .video-iframe-container { display: none; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .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); }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf { border-width: 0; border-radius: 0; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .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; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HrU93klEmIJenxnm8lonyLTRenB38hgK { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.255859375rem;left:1.96875rem;height:1.3rem;display:block; }
#JzuL8kZtEF5ESIhdUUAgd1ChaezTFfwc { 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:5.5625rem;width:49.6875rem;top:1.125rem;left:22.21875rem;overflow:hidden;display:block; }
#hH6dzDUAEspwLBcR6rBEe6RUBltk07CG { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:7.75rem;left:0rem;display:none; }
#gOKJTvirTaILRVDso33urhAR4mKr0WD6 { 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:11.125rem;width:50.875rem;display:none; }
#X6PICnVFPiImNWOJNik6s5B62tFqsnvv { 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:11.125rem;width:37rem;display:none; }
#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row .container { background-color: transparent; background-image: none; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row .container > .video-iframe-container { display: none; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row > .video-iframe-container { display: none; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .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); }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row .container { border-width: 0; border-radius: 0; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#BWeuMhaXeWAXBi2XuKutyVg2lxCK78Uk { color:#51afce;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iWnw5hWNMBMU0DEU60TFDZX2dvn9lNIF { color:#1e1e1e;display:block;width:41.5625rem;position:absolute;font-family:"lato black";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:16.71875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#Ju5xsk35zdsexr8qIHqs3WqeyTwE4Siz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26.3125rem;width:38.5rem;top:13.125rem;left:1.4375rem;overflow:hidden;display:block; }
#dTarlaUwsqcvuR2dNGtwlLF8oUAPJRfD { 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:3.8125rem;width:3.75rem;top:17.25rem;left:43.75rem;overflow:hidden;display:block; }
#m72p4wKaRz7Z4UOPGV9IGyvvLqqmyBuS { color:#1e1e1e;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:43.75rem;height:1.95rem;font-style:normal;display:block; }
#q9CmJLeg8cZqBwh3Vh6IsIM6264bx4AT { color:#1e1e1e;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.625rem;left:43.750000953674rem;height:3.9rem;display:block; }
#q7bFPsnKXTdeXSxdKoiCGyAKQC3vxIBa { color:#1e1e1e;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.625rem;left:43.750000953674rem;height:;display:block; }#q7bFPsnKXTdeXSxdKoiCGyAKQC3vxIBa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q7bFPsnKXTdeXSxdKoiCGyAKQC3vxIBa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row .container { background-color: transparent; background-image: none; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row .container > .video-iframe-container { display: none; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row > .video-iframe-container { display: none; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .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); }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row .container { border-width: 0; border-radius: 0; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#UQHh4wMQl8OcK8XE1GOupN9NbIwmwSqt { color:#1e1e1e;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.9375rem;left:3.0625rem;height:3.9rem;display:block; }
#dsHKk8zhTJhkd1t02V5d8vNoqPfpxzMh { color:#1e1e1e;display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.03125rem;left:3.0625rem;height:;display:block; }#dsHKk8zhTJhkd1t02V5d8vNoqPfpxzMh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dsHKk8zhTJhkd1t02V5d8vNoqPfpxzMh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
#V3tT6PMUrine09FKcaUy49QMOxyIsrbU { color:#1e1e1e;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.5rem;left:3.0625rem;height:3.8984375rem;font-style:normal;display:block; }
#QyMaH5Tu4lwPqSXca2hwZINQzlWDbDIn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.75rem;top:8.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#R8A2W3cQu5rCTovHGwIaUGxS6i0EMbLT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:38.375rem;top:5.09375rem;left:35.0625rem;overflow:hidden;display:block; }
#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row .container { background-color: transparent; background-image: none; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row .container > .video-iframe-container { display: none; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row > .video-iframe-container { display: none; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .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); }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row .container { border-width: 0; border-radius: 0; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#oEqWw3fEnlabgJg6fBFST8VPhihVbzQD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:38.5rem;top:5rem;left:1.4375rem;overflow:hidden;display:block; }
#ugNSl3XGUTUet8V479osTMp2lv87sEkm { 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:3.75rem;width:3.75rem;top:8.625rem;left:43.75rem;overflow:hidden;display:block; }
#M8LwbA2ASkI27J0JwZ8fJWw8IHbi1BxD { color:#1e1e1e;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:43.75rem;height:3.8984375rem;font-style:normal;display:block; }
#dWvweF3vZlyfxJzkkJzX5FRAIJHEHyJW { color:#1e1e1e;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:43.75rem;height:3.9rem;display:block; }
#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg { position:relative;display:block; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg { background-color: transparent; background-image: none; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .row .container > .video-iframe-container { display: none; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .row > .video-iframe-container { display: none; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .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); }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg { border-width: 0; border-radius: 0; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .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; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sTiI6stc5uTaIKlGQUlFC4sWtpF2On9T { box-sizing:content-box;height:19.3125rem;width:21.9375rem;position:absolute;display:block;z-index:14996;background-color:rgba(81,175,206,0.15);background-image:none;top:25rem;left:51.5625rem;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; }
#O9AdHdvbFg0JKT0Z4XMAatrogqpXhp1d { color:#1e1e1e;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:33.03125rem;left:52.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGTIOgMGrKBiKs7LalVTgwfMJuNoFf64 { box-sizing:content-box;height:19.3125rem;width:21.9375rem;position:absolute;display:block;z-index:15004;background-color:#f9f9f9;background-image:none;top:3.9375rem;left:51.5625rem;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; }
#g0oA9p8QTOvG0EMWTLyg7mlKU2T5lvZS { color:#1e1e1e;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:52.875rem;height:5.19921875rem;display:block; }
#JVFdNAJ7ppb8ceiULmb5qf8r8qXdk4r3 { color:#1e1e1e;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.875rem;height:1.625rem;font-style:normal;display:block; }
#cQ3GQzBX1UzkJ8TA3qdeHgR3w20Pw8cr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.625rem;left:52.875rem;overflow:hidden;display:block; }
#AWs4ma2NTI2talOWwqrtNfyOIRsFQWqK { box-sizing:content-box;height:19.3125rem;width:21.9375rem;position:absolute;display:block;z-index:15008;background-color:#f9f9f9;background-image:none;top:3.9375rem;left:26.5625rem;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; }
#ZA8ePxlhT2TgFnWcOI9cxa9xq9aK2lx2 { color:#1e1e1e;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:27.875rem;height:3.8994125rem;display:block; }
#ETRkzecxbTgZgfvy1qrZ8yiN0PAVPkar { color:#1e1e1e;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.375rem;left:27.875rem;height:1.625rem;font-style:normal;display:block; }
#KKuxbukvfAThRriz51KdhKB9cgXiam7R { box-sizing:content-box;height:19.3125rem;width:21.9375rem;position:absolute;display:block;z-index:15012;background-color:#f9f9f9;background-image:none;top:25rem;left:26.53125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#r3yCTC5XVSkN1IEdDOFKGU8mtwe5Q0GX { color:#1e1e1e;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:35.3125rem;left:27.875rem;height:3.8994125rem;display:block; }
#oKuMdnSdfukP59mrETtf7uxik43hAkW3 { color:#1e1e1e;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.75rem;left:27.875rem;height:1.625rem;font-style:normal;display:block; }
#oNJLoiQwM0gdqgJhmw4iBoTmFRnzeErQ { 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:3.75rem;width:3.75rem;top:28rem;left:27.875rem;overflow:hidden;display:block; }
#WTZIkQX7t8OHkOuPFQ2kxl46vKWwHS5g { 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:3.75rem;width:3.75rem;top:6.9375rem;left:27.875rem;overflow:hidden;display:block; }
#Rmwrtm1yB39oK3Fex0oCCVNUwRgTXWha { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.3125rem;width:22.125rem;top:4.03125rem;left:1.4375rem;overflow:hidden;display:block; }
#KDVRtFgJ1vnJITiTZQSSO7fAFrvK3r0u { 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:69.875rem;width:75rem;display:none; }
#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 { position:relative;display:block; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 { background-color: transparent; background-image: none; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .row .container > .video-iframe-container { display: none; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .row > .video-iframe-container { display: none; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .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); }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 { border-width: 0; border-radius: 0; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .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; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZDBhvaHFCXuNFV8gMUPTk6TWfvmIKn1w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.75rem;width:49.4375rem;top:10.125rem;left:12.78125rem;display:block; }
#Zwf0eJnVIK7nlVgBPdOd8OCtTPfbOAeW { color:#51afce;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QDMBl8L3al2S2nGH3N2wnC7avqLuyDRC { color:#1e1e1e;display:block;width:41.5625rem;position:absolute;font-family:"lato black";font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:16.75rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#OSwKgBXEkc7cL7PAU48vAcMV84P8v8oO { box-sizing:content-box;height:6.625rem;width:40.125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.12) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.75rem;left:17.4375rem;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; }
#KnMKWuBlEiJlEAbxHm9M3RhKuq93xuHn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.33203125rem;left:20.09375rem;height:1.4619125rem;font-style:normal;display:block; }
#GRuRynbNrbbR53wS80NO9HqWriw7S6p8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.34375rem;left:40.96875rem;display:block; }
#RKq5XpUhCwlHLoC4ATPISceqhcO6N7IL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcVenkTPXosTwA4SXhIshiPImGIF0ClC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row .container { background-color: transparent; background-image: none; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row .container > .video-iframe-container { display: none; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row > .video-iframe-container { display: none; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .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); }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row .container { border-width: 0; border-radius: 0; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#Ch1A4viwaaovTVFw68n64C3g8Ti2IeTs { color:#51afce;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FdUXXhuJ1tfDQkuvnsW1foWLeZ4Q6339 { color:#1e1e1e;display:block;width:43.25rem;position:absolute;font-family:"lato black";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:15.875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#KoaW4In1ByZcti1dTEcfZvIQM8JUOtPx { 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:31.875rem;width:29.9375rem;top:11rem;left:4.9453125rem;overflow:hidden;display:block; }
#IlqnooNSfvzKNvmrGHcrplFArmnB27xK { 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:4.3125rem;width:11.75rem;top:14.3125rem;left:39.1875rem;overflow:hidden;display:block; }
#KZ2Pb0qWizHOSavuZkWws56vGVrXPL5p { color:#1e1e1e;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.4375rem;left:39.1875rem;height:6.325rem;display:block; }#KZ2Pb0qWizHOSavuZkWws56vGVrXPL5p li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KZ2Pb0qWizHOSavuZkWws56vGVrXPL5p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
#hGmyc6XlO1wXp4X2JwfbTIgqfBK9VAOO { color:rgba(var(--color-tertiary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5625rem;left:39.1875rem;height:1.1375rem;display:block; }
#JHtJ3GGubmKnCv5U7PIq72beCprZz4Te { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:31.599609375rem;left:39.1875rem;overflow:hidden;display:block; }
#ynmcAWOWmNAfac1ObD81L7PsZim7Fs7o { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:31.84375rem;left:48.375rem;overflow:hidden;display:block; }
#WDUpyoQAwlSRpCRDXBhbzdA2DBxDWuOE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.96875rem;left:39.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wNVGgoZDsgF1cH1KEhlD2uMzGv9QalNx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:38.96875rem;left:48.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fIghAVF7wvLPLQ25tCypvzFlKW4oKh1K { 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:2.625rem;width:8.8125rem;display:none; }
#UTZACByNMhUirkKUZyoEJlIP5QMURHPN { 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:2.625rem;width:7.875rem;display:none; }
#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row .container { background-color: transparent; background-image: none; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row .container > .video-iframe-container { display: none; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row > .video-iframe-container { display: none; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .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); }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row .container { border-width: 0; border-radius: 0; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#O7BpM7wnoUOn3zIAhs5HTo4mzr6rzBS7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.880859375rem;left:2.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MihKeP6SAVvt8zmHILSU1zLMvStTJTGW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.2802734375rem;left:44.90625rem;display:block; }
#hFnsCLMvhtoSQGSb6hA7y8drPkp0h533 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBp5Fp9UoTGixzVquVRXRsXlLbSRWVXm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.2802734375rem;left:58.78125rem;display:block; }
#w6mXEnOEraN9ag2MPMTfLHdOehPg7ZKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtxyJbECUc9dMUETLCASKBfhC2qF8b4k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.1875rem;left:44.90625rem;display:block; }
#LB1JT4sfqmZ17cceIfATBdxfQzafQHyd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVCA6QNKnPtzDIQ9EVrhSJptG5GkBzFJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.1875rem;left:58.78125rem;display:block; }
#bxoc9JyNCccEtdrhpKuZzRTbJDzE7caH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJXdhhrX3UTsaC9TkBiAmJ2vto4C2LCz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.2802734375rem;left:31.59375rem;display:block; }
#RMIbNGr2iDpuG3t1TfPPZ3HtFN7DzGse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGBtW2MQUrepO9CQ72qiJO3XgzVfEDe0 { top:1.0625rem;left:0rem;width:9.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8FwiLpEIIdlXD1yJRhsUlnvoZTxoTO { width:14.3125rem;height:3.4375rem;top:1.0625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6F8yQPE8UFZ8onM5TydvKJi4WahSqXI { display:block; }
 }@media only screen and (max-width: 763px) { #UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB { display:block; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x { display:block; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pz52e6syHirm5ic8G2BWmR2ns3N18pkT { top:1.3125rem;left:0rem;width:47.75rem;height:34.482864137087rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkvahigdpNbEeu6zMKJFx7r7uvTV8ePM { top:8.5625rem;left:0rem;width:36.0625rem;height:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTFgweMTrhHdfUTOONeAFsd9Le3NUSVG { top:19.125rem;left:0rem;width:27.0625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhsV8T4sohJLHGcF7Qf9hFTDybJvWNUX { width:14.3125rem;height:3.4375rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1D0CoWEqKNupbgKK8Pr5fwqGdVakLs7 { display:block; }
 }@media only screen and (max-width: 763px) { #OFNJbVEGN7yOA2KoyCClvey7ct6MbwdF { top:6.9375rem;left:0rem;width:25.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqIbgh55H6x7iaSDwFZGMnMb60DTg2P0 { width:47.75rem;height:45.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhKtHCNyi7IZC3J8beg6n1g0Ufi27u4D { width:14.3125rem;height:3.4375rem;top:26.6875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvGK2RGRrKpd22rySvP9BNVAU9LzceI { display:block; }
 }@media only screen and (max-width: 763px) { #v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf { display:block; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrU93klEmIJenxnm8lonyLTRenB38hgK { top:3.25rem;left:0rem;width:20.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzuL8kZtEF5ESIhdUUAgd1ChaezTFfwc { top:1.125rem;left:0rem;width:47.75rem;height:5.3455974842767rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH6dzDUAEspwLBcR6rBEe6RUBltk07CG { top:7.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOKJTvirTaILRVDso33urhAR4mKr0WD6 { width:47.75rem;height:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6PICnVFPiImNWOJNik6s5B62tFqsnvv { width:34.6875rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 { display:block; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWeuMhaXeWAXBi2XuKutyVg2lxCK78Uk { top:3.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWnw5hWNMBMU0DEU60TFDZX2dvn9lNIF { top:5.4375rem;left:3.09375rem;width:41.5625rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5xsk35zdsexr8qIHqs3WqeyTwE4Siz { top:13.125rem;left:0rem;width:38.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTarlaUwsqcvuR2dNGtwlLF8oUAPJRfD { top:17.25rem;left:30.125rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m72p4wKaRz7Z4UOPGV9IGyvvLqqmyBuS { top:22.0625rem;left:20.0625rem;width:27.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9CmJLeg8cZqBwh3Vh6IsIM6264bx4AT { top:25.625rem;left:17.875rem;width:29.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7bFPsnKXTdeXSxdKoiCGyAKQC3vxIBa { top:30.625rem;left:18.1875rem;width:29.5625rem;height:;font-size:1rem;display:block; }#q7bFPsnKXTdeXSxdKoiCGyAKQC3vxIBa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
 }@media only screen and (max-width: 763px) { #AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW { display:block; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHh4wMQl8OcK8XE1GOupN9NbIwmwSqt { top:18.9375rem;left:0rem;width:28.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHKk8zhTJhkd1t02V5d8vNoqPfpxzMh { top:24rem;left:0rem;width:26.6875rem;height:;font-size:1rem;display:block; }#dsHKk8zhTJhkd1t02V5d8vNoqPfpxzMh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
 }@media only screen and (max-width: 763px) { #V3tT6PMUrine09FKcaUy49QMOxyIsrbU { top:13.5rem;left:0rem;width:27.6875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyMaH5Tu4lwPqSXca2hwZINQzlWDbDIn { top:8.6875rem;left:0rem;width:3.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8A2W3cQu5rCTovHGwIaUGxS6i0EMbLT { top:5.0625rem;left:9.25rem;width:38.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk { display:block; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEqWw3fEnlabgJg6fBFST8VPhihVbzQD { top:5rem;left:0rem;width:38.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNSl3XGUTUet8V479osTMp2lv87sEkm { top:8.625rem;left:30.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LwbA2ASkI27J0JwZ8fJWw8IHbi1BxD { top:13.4375rem;left:25.4375rem;width:22.3125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWvweF3vZlyfxJzkkJzX5FRAIJHEHyJW { top:18.75rem;left:22.125rem;width:25.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg { display:block; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTiI6stc5uTaIKlGQUlFC4sWtpF2On9T { top:25rem;left:25.6875rem;width:21.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AdHdvbFg0JKT0Z4XMAatrogqpXhp1d { top:33rem;left:28.4375rem;width:19.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTIOgMGrKBiKs7LalVTgwfMJuNoFf64 { top:3.9375rem;left:25.6875rem;width:21.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0oA9p8QTOvG0EMWTLyg7mlKU2T5lvZS { top:14.3125rem;left:28.375rem;width:18.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVFdNAJ7ppb8ceiULmb5qf8r8qXdk4r3 { top:11.375rem;left:28.4375rem;width:19.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3GQzBX1UzkJ8TA3qdeHgR3w20Pw8cr { top:6.625rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWs4ma2NTI2talOWwqrtNfyOIRsFQWqK { top:3.9375rem;left:9.8125rem;width:21.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8ePxlhT2TgFnWcOI9cxa9xq9aK2lx2 { top:14.25rem;left:13.0625rem;width:18.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRkzecxbTgZgfvy1qrZ8yiN0PAVPkar { top:11.375rem;left:12.5625rem;width:19.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKuxbukvfAThRriz51KdhKB9cgXiam7R { top:25rem;left:9.8125rem;width:21.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yCTC5XVSkN1IEdDOFKGU8mtwe5Q0GX { top:35.3125rem;left:13.5rem;width:18.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKuMdnSdfukP59mrETtf7uxik43hAkW3 { top:32.75rem;left:12.5625rem;width:19.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNJLoiQwM0gdqgJhmw4iBoTmFRnzeErQ { top:28rem;left:15.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZIkQX7t8OHkOuPFQ2kxl46vKWwHS5g { top:6.9375rem;left:15.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmwrtm1yB39oK3Fex0oCCVNUwRgTXWha { top:4rem;left:0rem;width:22.125rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVRtFgJ1vnJITiTZQSSO7fAFrvK3r0u { width:47.75rem;height:44.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTicynfr8fQvCw7yoED7KFB8nJa26PN9 { display:block; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDBhvaHFCXuNFV8gMUPTk6TWfvmIKn1w { top:10.125rem;left:0rem;width:47.75rem;height:26.802781289507rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwf0eJnVIK7nlVgBPdOd8OCtTPfbOAeW { top:2.75rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDMBl8L3al2S2nGH3N2wnC7avqLuyDRC { top:4.6875rem;left:3.125rem;width:41.5625rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSwKgBXEkc7cL7PAU48vAcMV84P8v8oO { top:40.75rem;left:3.8125rem;width:40.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMKWuBlEiJlEAbxHm9M3RhKuq93xuHn { top:43.3125rem;left:6.46875rem;width:17.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRuRynbNrbbR53wS80NO9HqWriw7S6p8 { width:14.3125rem;height:3.4375rem;top:42.3125rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKq5XpUhCwlHLoC4ATPISceqhcO6N7IL { display:block; }
 }@media only screen and (max-width: 763px) { #WcVenkTPXosTwA4SXhIshiPImGIF0ClC { display:block; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch1A4viwaaovTVFw68n64C3g8Ti2IeTs { top:3.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdUXXhuJ1tfDQkuvnsW1foWLeZ4Q6339 { top:5.4375rem;left:2.25rem;width:43.25rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoaW4In1ByZcti1dTEcfZvIQM8JUOtPx { top:11rem;left:0rem;width:29.9375rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqnooNSfvzKNvmrGHcrplFArmnB27xK { top:14.3125rem;left:25.5625rem;width:11.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ2Pb0qWizHOSavuZkWws56vGVrXPL5p { top:20.4375rem;left:16.5625rem;width:31.1875rem;height:6.3125rem;font-size:1rem;display:block; }#KZ2Pb0qWizHOSavuZkWws56vGVrXPL5p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
 }@media only screen and (max-width: 763px) { #hGmyc6XlO1wXp4X2JwfbTIgqfBK9VAOO { top:29.5625rem;left:22.4375rem;width:25.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtJ3GGubmKnCv5U7PIq72beCprZz4Te { top:31.5625rem;left:25.5625rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynmcAWOWmNAfac1ObD81L7PsZim7Fs7o { top:31.8125rem;left:34.75rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDUpyoQAwlSRpCRDXBhbzdA2DBxDWuOE { top:38.9375rem;left:26rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNVGgoZDsgF1cH1KEhlD2uMzGv9QalNx { top:38.9375rem;left:35.1875rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIghAVF7wvLPLQ25tCypvzFlKW4oKh1K { width:8.8125rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTZACByNMhUirkKUZyoEJlIP5QMURHPN { width:7.875rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 { display:block; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7BpM7wnoUOn3zIAhs5HTo4mzr6rzBS7 { top:1.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihKeP6SAVvt8zmHILSU1zLMvStTJTGW { width:10.625rem;height:2.5rem;top:1.25rem;left:31.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFnsCLMvhtoSQGSb6hA7y8drPkp0h533 { display:block; }
 }@media only screen and (max-width: 763px) { #dBp5Fp9UoTGixzVquVRXRsXlLbSRWVXm { width:15.0625rem;height:2.5rem;top:1.25rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mXEnOEraN9ag2MPMTfLHdOehPg7ZKH { display:block; }
 }@media only screen and (max-width: 763px) { #XtxyJbECUc9dMUETLCASKBfhC2qF8b4k { width:8.625rem;height:2.5rem;top:4.1875rem;left:31.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB1JT4sfqmZ17cceIfATBdxfQzafQHyd { display:block; }
 }@media only screen and (max-width: 763px) { #qVCA6QNKnPtzDIQ9EVrhSJptG5GkBzFJ { width:12.8125rem;height:2.5rem;top:4.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoc9JyNCccEtdrhpKuZzRTbJDzE7caH { display:block; }
 }@media only screen and (max-width: 763px) { #LJXdhhrX3UTsaC9TkBiAmJ2vto4C2LCz { width:10.1875rem;height:2.5rem;top:1.25rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMIbNGr2iDpuG3t1TfPPZ3HtFN7DzGse { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGBtW2MQUrepO9CQ72qiJO3XgzVfEDe0 { width:6.625rem;height:2.375rem;top:1rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8FwiLpEIIdlXD1yJRhsUlnvoZTxoTO { width:9.3125rem;height:2.5625rem;top:0.90625rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6F8yQPE8UFZ8onM5TydvKJi4WahSqXI { display:block; }
 }@media only screen and (max-width: 763px) { #UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB { display:block; }#UHUoRTFqEd29P2sv2GKuwAFnZRCkblnB > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/23b86e32-9b34-403f-bfab-a7223a70aa4d/tlo.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x.adaptive-delivery-prevent-bg, #uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x.lazyload, #uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x.lazyloading { background-image: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container { background-color: transparent; background-image: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container > .video-iframe-container { display: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row > .video-iframe-container { display: none; }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .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); }#uIB3g9XEZtBNEPSUdHi3nVJTU1rraA0x > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pz52e6syHirm5ic8G2BWmR2ns3N18pkT { width:20rem;height:14.4375rem;top:22.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkvahigdpNbEeu6zMKJFx7r7uvTV8ePM { width:20rem;height:4.5rem;top:4.859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTFgweMTrhHdfUTOONeAFsd9Le3NUSVG { width:20rem;height:3.9rem;top:11.2197265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhsV8T4sohJLHGcF7Qf9hFTDybJvWNUX { width:18.0625rem;height:3.4375rem;top:16.96875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1D0CoWEqKNupbgKK8Pr5fwqGdVakLs7 { display:block; }
 }@media only screen and (max-width: 763px) { #OFNJbVEGN7yOA2KoyCClvey7ct6MbwdF { width:20rem;height:1.3rem;top:3rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqIbgh55H6x7iaSDwFZGMnMb60DTg2P0 { top:25.375rem;left:0rem;width:20rem;height:19.0625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qhKtHCNyi7IZC3J8beg6n1g0Ufi27u4D { width:18.0625rem;height:3.4375rem;top:21.25rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqvGK2RGRrKpd22rySvP9BNVAU9LzceI { display:block; }
 }@media only screen and (max-width: 763px) { #v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf { display:block; }#v4HpOIlMVdusFTLHBPtox5Dl6Lr5ZaMf > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrU93klEmIJenxnm8lonyLTRenB38hgK { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzuL8kZtEF5ESIhdUUAgd1ChaezTFfwc { width:20rem;height:2.2389937106918rem;top:3.79980625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hH6dzDUAEspwLBcR6rBEe6RUBltk07CG { width:20rem;height:0.0625rem;top:13.9130859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOKJTvirTaILRVDso33urhAR4mKr0WD6 { top:3.4248046875rem;left:1.6875rem;width:15.3125rem;height:3.3125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X6PICnVFPiImNWOJNik6s5B62tFqsnvv { top:7.5625rem;left:3.75rem;width:12.625rem;height:3.75rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 { display:block; }#N9rJzIioRUpR3uDokSqC5uvEiJ4dRKu6 > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWeuMhaXeWAXBi2XuKutyVg2lxCK78Uk { width:12.5rem;height:1.1375rem;top:2.1865234375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWnw5hWNMBMU0DEU60TFDZX2dvn9lNIF { width:20rem;height:4.225rem;top:3.79980625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5xsk35zdsexr8qIHqs3WqeyTwE4Siz { width:19.875rem;height:13.625rem;top:10.249025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTarlaUwsqcvuR2dNGtwlLF8oUAPJRfD { width:3.75rem;height:3.8125rem;top:25.5419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m72p4wKaRz7Z4UOPGV9IGyvvLqqmyBuS { width:20rem;height:1.625rem;top:30.2294921875rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9CmJLeg8cZqBwh3Vh6IsIM6264bx4AT { width:20rem;height:5.2rem;top:33rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7bFPsnKXTdeXSxdKoiCGyAKQC3vxIBa { width:20rem;height:9.723625rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }#q7bFPsnKXTdeXSxdKoiCGyAKQC3vxIBa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
 }@media only screen and (max-width: 763px) { #AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW { display:block; }#AoVikeHUkd1JqDfl0cpQUvncpv4lJgSW > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHh4wMQl8OcK8XE1GOupN9NbIwmwSqt { width:20rem;height:5.2rem;top:25.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHKk8zhTJhkd1t02V5d8vNoqPfpxzMh { width:20rem;height:8.4238125rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }#dsHKk8zhTJhkd1t02V5d8vNoqPfpxzMh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
 }@media only screen and (max-width: 763px) { #V3tT6PMUrine09FKcaUy49QMOxyIsrbU { width:20rem;height:3.25rem;top:21.3125rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyMaH5Tu4lwPqSXca2hwZINQzlWDbDIn { width:3.75rem;height:3.8125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8A2W3cQu5rCTovHGwIaUGxS6i0EMbLT { width:19.875rem;height:13.5625rem;top:1.7197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk { display:block; }#KdeIB1K7IB72g6pCWwOKpOMPGi0PRTJk > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEqWw3fEnlabgJg6fBFST8VPhihVbzQD { width:19.875rem;height:13.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNSl3XGUTUet8V479osTMp2lv87sEkm { width:3.75rem;height:3.75rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8LwbA2ASkI27J0JwZ8fJWw8IHbi1BxD { width:18.75rem;height:3.25rem;top:22.1875rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWvweF3vZlyfxJzkkJzX5FRAIJHEHyJW { width:20rem;height:5.2rem;top:26.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg { display:block; }#ZpfFFLQOooGW7cVEcHfHe3p74uO68kXg > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTiI6stc5uTaIKlGQUlFC4sWtpF2On9T { width:20rem;height:15.9375rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AdHdvbFg0JKT0Z4XMAatrogqpXhp1d { width:19.1875rem;height:3.25rem;top:77.03125rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTIOgMGrKBiKs7LalVTgwfMJuNoFf64 { width:20rem;height:15.875rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0oA9p8QTOvG0EMWTLyg7mlKU2T5lvZS { width:18.3125rem;height:5.19921875rem;top:47rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVFdNAJ7ppb8ceiULmb5qf8r8qXdk4r3 { width:19.1875rem;height:1.625rem;top:44.0625rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3GQzBX1UzkJ8TA3qdeHgR3w20Pw8cr { width:3.75rem;height:3.75rem;top:39.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWs4ma2NTI2talOWwqrtNfyOIRsFQWqK { width:20rem;height:14.5625rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8ePxlhT2TgFnWcOI9cxa9xq9aK2lx2 { width:18.5rem;height:3.8994125rem;top:64.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRkzecxbTgZgfvy1qrZ8yiN0PAVPkar { width:19.1875rem;height:1.625rem;top:61.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKuxbukvfAThRriz51KdhKB9cgXiam7R { width:20rem;height:14.6875rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yCTC5XVSkN1IEdDOFKGU8mtwe5Q0GX { width:18.0625rem;height:3.8994125rem;top:31.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKuMdnSdfukP59mrETtf7uxik43hAkW3 { width:19.1875rem;height:1.625rem;top:28.3125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNJLoiQwM0gdqgJhmw4iBoTmFRnzeErQ { width:3.75rem;height:3.75rem;top:23.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZIkQX7t8OHkOuPFQ2kxl46vKWwHS5g { width:3.75rem;height:3.75rem;top:56.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmwrtm1yB39oK3Fex0oCCVNUwRgTXWha { width:20rem;height:36.4375rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDVRtFgJ1vnJITiTZQSSO7fAFrvK3r0u { top:2.1875rem;left:0rem;width:20rem;height:18.625rem;z-index:15024;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTicynfr8fQvCw7yoED7KFB8nJa26PN9 { display:block; }#gTicynfr8fQvCw7yoED7KFB8nJa26PN9 > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDBhvaHFCXuNFV8gMUPTk6TWfvmIKn1w { height:11.2255625rem;width:20rem;top:8.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwf0eJnVIK7nlVgBPdOd8OCtTPfbOAeW { width:12.5rem;height:1.1375rem;top:1.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDMBl8L3al2S2nGH3N2wnC7avqLuyDRC { width:19.5rem;height:4.225rem;top:2.9248046875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSwKgBXEkc7cL7PAU48vAcMV84P8v8oO { width:20rem;height:11.5rem;top:20.6611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMKWuBlEiJlEAbxHm9M3RhKuq93xuHn { width:17rem;height:1.4619125rem;top:23.2431640625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRuRynbNrbbR53wS80NO9HqWriw7S6p8 { width:15.875rem;height:3.4375rem;top:26.3798828125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKq5XpUhCwlHLoC4ATPISceqhcO6N7IL { display:block; }
 }@media only screen and (max-width: 763px) { #WcVenkTPXosTwA4SXhIshiPImGIF0ClC { display:block; }#WcVenkTPXosTwA4SXhIshiPImGIF0ClC > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch1A4viwaaovTVFw68n64C3g8Ti2IeTs { width:12.5rem;height:1.1375rem;top:2rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdUXXhuJ1tfDQkuvnsW1foWLeZ4Q6339 { width:19.4375rem;height:4.225rem;top:3.7998046875rem;left:0.28125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoaW4In1ByZcti1dTEcfZvIQM8JUOtPx { width:20rem;height:21.293rem;top:27.78515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqnooNSfvzKNvmrGHcrplFArmnB27xK { width:11.75rem;height:4.3125rem;top:9.7041015625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ2Pb0qWizHOSavuZkWws56vGVrXPL5p { width:17.8125rem;height:10.223625rem;top:15.8916015625rem;left:1.09375rem;font-size:1rem;display:block; }#KZ2Pb0qWizHOSavuZkWws56vGVrXPL5p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7a85ae86174b52ea920ac94d71d19d338a37a3c0.svg); }
 }@media only screen and (max-width: 763px) { #hGmyc6XlO1wXp4X2JwfbTIgqfBK9VAOO { width:20rem;height:2.2734375rem;top:50.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHtJ3GGubmKnCv5U7PIq72beCprZz4Te { width:6.9375rem;height:6.9375rem;top:54.2109375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynmcAWOWmNAfac1ObD81L7PsZim7Fs7o { width:6.9375rem;height:6.9375rem;top:64.129884375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDUpyoQAwlSRpCRDXBhbzdA2DBxDWuOE { width:6.0625rem;height:0;top:61.580078125rem;left:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNVGgoZDsgF1cH1KEhlD2uMzGv9QalNx { width:6.0625rem;height:0;top:71.254884375rem;left:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIghAVF7wvLPLQ25tCypvzFlKW4oKh1K { top:54.75rem;left:1.5rem;width:8.5rem;height:2.375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UTZACByNMhUirkKUZyoEJlIP5QMURHPN { top:54.75rem;left:10.875rem;width:7.6875rem;height:2.375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 { display:block; }#ngkWp8GQZr047miB3i5lSBHXkTd6Vhx6 > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7BpM7wnoUOn3zIAhs5HTo4mzr6rzBS7 { width:12.5rem;height:1.29980625rem;top:1.880859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihKeP6SAVvt8zmHILSU1zLMvStTJTGW { width:11.4375rem;height:2.5rem;top:7.3681640625rem;left:4.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFnsCLMvhtoSQGSb6hA7y8drPkp0h533 { display:block; }
 }@media only screen and (max-width: 763px) { #dBp5Fp9UoTGixzVquVRXRsXlLbSRWVXm { width:16.1875rem;height:2.5rem;top:10.4931640625rem;left:1.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6mXEnOEraN9ag2MPMTfLHdOehPg7ZKH { display:block; }
 }@media only screen and (max-width: 763px) { #XtxyJbECUc9dMUETLCASKBfhC2qF8b4k { width:14.3125rem;height:2.5rem;top:13.6181640625rem;left:2.84375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LB1JT4sfqmZ17cceIfATBdxfQzafQHyd { display:block; }
 }@media only screen and (max-width: 763px) { #qVCA6QNKnPtzDIQ9EVrhSJptG5GkBzFJ { width:15.0625rem;height:2.5rem;top:16.7431640625rem;left:2.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxoc9JyNCccEtdrhpKuZzRTbJDzE7caH { display:block; }
 }@media only screen and (max-width: 763px) { #LJXdhhrX3UTsaC9TkBiAmJ2vto4C2LCz { width:10.625rem;height:2.5rem;top:4.3056640625rem;left:4.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMIbNGr2iDpuG3t1TfPPZ3HtFN7DzGse { display:block; }
 }