.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:224,231,242;--color-primary-1:153,175,210;--color-primary-2:51,94,165;--color-primary-3:26,47,83;--color-primary-4:8,14,25;--color-secondary-0:217,241,237;--color-secondary-1:128,208,196;--color-secondary-2:0,160,136;--color-secondary-3:0,80,68;--color-secondary-4:0,24,20;--color-tertiary-0:255,255,255;--color-tertiary-1:241,245,248;--color-tertiary-2:145,147,149;--color-tertiary-3:87,88,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn { 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; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { background-color: transparent; background-image: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container > .video-iframe-container { display: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container { display: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .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); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { border-width: 0; border-radius: 0; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#wSrughEWV8zXLRwnhfUpPmsuw2pkpUsk { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:19.74825rem;top:0.99934899806975rem;left:0rem;overflow:hidden;display:block; }
#TAKwqHlwnTK383b8qpQooxvRNsbeq1SU { position:absolute;display:block;z-index:15001;background-color:#ffe181;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:3.625rem;width:28.6875rem;top:5.810763835907rem;left:1.5625rem;display:block; }
#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(189deg, #335ea5, #00a088);background-image: -moz-linear-gradient(189deg, #335ea5, #00a088);background-image: -ms-linear-gradient(189deg, #335ea5, #00a088);background-image: -o-linear-gradient(189deg, #335ea5, #00a088);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ea5', endColorstr='#00a088' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ea5', endColorstr='#00a088' );";background-image: linear-gradient(189deg, #335ea5, #00a088);background-size:initial !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; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { color:rgba(var(--color-tertiary-1),1);display:block;width:35.435125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.935968399048rem;left:1.5625rem;height:5.84765625rem;display:block; }
#D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { color:rgba(var(--color-tertiary-1),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3862848281861rem;left:1.5625rem;height:7.7995rem;font-style:normal;display:block; }
#zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3745625rem;height:4.43685rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.943161010743rem;left:1.5625rem;display:block; }
#KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdX3qGyeVWDBEnTSyS5ZcWPZR9fToCvw { color:rgba(var(--color-secondary-4),1);display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.88628482818606rem;left:2.8741321563721rem;height:1.7871125rem;display:block; }
#Ts6mu9qMSvm6VX4P66TgGTQmsPLhb5sr { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5605625rem;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.984619140625rem;left:64.266357421875rem;height:1.2999125rem;display:block; }
#TQGiPTIegeIEfgD52E77l6obfCmlqRB1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.5625rem;top:4.014892578125rem;left:62.1875rem;overflow:hidden;display:block; }
#AR8QypGIaKoBbF6sCv78B3znGL0UKNWX { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:30.625rem;top:3.062744140625rem;left:40.93505859375rem;overflow:hidden;display:block; }
#yMBIWXU5kqO04TDVEQK8FnbFTRFxsIR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:30.94970703125rem;left:61.77978515625rem;height:1.3501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7dXhMs07guWZhqBvBiu7BW628H7rQOF { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:28.99853515625rem;left:63.15673828125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2v99vBJNbslQMVFRK2rT9GVZVU1CzRr { box-sizing:content-box;height:0.0625rem;width:10.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.8876953125rem;left:62.78125rem;display:block; }
#PCWhf5ki5PTZJhOsBFfNq2k8rX20kfdU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:33.62060546875rem;left:61.40625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kd2XkNLL8xBpUc2TkGkMqlbH8A2cZSmu { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.74925rem;width:15.37475rem;top:25.750732421875rem;left:59.625244140625rem;overflow:hidden;display:block; }
#eHpBQ9lxOVXE9iC3VuVsbLMcAyRAt5RI { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.299263834953rem;left:11.187067031861rem;height:1.94921875rem;display:block; }
#U3RHcgwxtrNXRtF1adM0OuEZ3GpBVTRF { 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:3.18685rem;width:9.1873125rem;top:30.949437022209rem;left:1.5625rem;overflow:hidden;display:block; }
#H83L6UZbFPftgMfLbnr313A3SMOfIVPZ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.0625rem;top:30.9375rem;left:11.1875rem;overflow:hidden;display:block; }
#oIeLl4ohqoAqNTXxcI9lRToJbo9WFy2h { position:absolute;display:block;z-index:15001;background-color:#ffe181;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:3.625rem;width:28.6875rem;top:5.810763835907rem;left:1.5625rem;display:none; }
#okTxTvDDh9EZsBzyDHxsr1pTe0ckMvAr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:33.62060546875rem;left:61.40625rem;height:2.2482625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { 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; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { background-color: transparent; background-image: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container > .video-iframe-container { display: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container { display: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .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); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { border-width: 0; border-radius: 0; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9963121414184rem;left:34.938154220581rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5605625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.4357652664188rem;left:35.439455032349rem;height:21.875rem;overflow:hidden;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#evayEBwdduqCXUPRRAs4BOC8mQVo27Pi { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5623125rem;width:27.061625rem;top:3.9984807968139rem;left:2.8732643127441rem;overflow:hidden;display:block; }
#QRDqVIKK8LGX1JSu4TCob2MCqz2y1PVN { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3735rem;height:4.43685rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.754776000976rem;left:37.437067031861rem;display:block; }
#twMdyoyK7gZLNHMEzvMybCWVWWmprdgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { background-color: transparent; background-image: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .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); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { border-width: 0; border-radius: 0; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.2795152664184rem;left:7.5629367828369rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { background-color: transparent; background-image: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { display: none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .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); }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { border-width: 0; border-radius: 0; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.249351501465rem;left:3.5622844696045rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:14.6875rem;left:3.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:22rem;left:3.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTBTwfyIescunoqVX41k1AGXTxaLUUnX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11rem;left:3.5625rem;display:block; }
#TH1pElwM520PawJQJnBizxRMxT4uKWTi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.1875rem;left:3.5625rem;display:block; }
#yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.4375rem;left:3.5625rem;display:block; }
#Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { 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:22.622625rem;width:21.7480625rem;top:4.8752193450928rem;left:26.625436782837rem;overflow:hidden;display:block; }
#TbtWPFLU5ZiwV6ILIBu3RUiNZS4hfrAW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:21.875rem;left:50.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRduvuuvET1kqWASrPao56iWbIBTTlgm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.375rem;left:50.375rem;display:block; }
#fDE7AH4iudIPmJs5ZcxLvThyTSV3Izb5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.125rem;left:50.375rem;display:block; }
#IgNwtPU2LUo3TR1LsZsyOwREXZvkDEWo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.625rem;left:50.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfEUxWr8uCf9bxofVdLh3PR9MqxDh6QU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.9375rem;left:50.3125rem;display:block; }
#rQGrwSzJMGzwWOl7MZgM41fVhGaW6n1S { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.1875rem;left:50.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoBE6Sdy456BbZVGIqmtbP7U1P9hEi2t { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.374rem;height:4.43725625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.811767578125rem;left:25.811767578125rem;display:block; }
#wODNS6LaTwS3tTmK4lcvF5p1bT5yIS02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF { 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/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF.adaptive-delivery-prevent-bg, #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF.lazyload, #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF.lazyloading { background-image: none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { background-color: transparent; background-image: none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container > .video-iframe-container { display: none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row > .video-iframe-container { display: none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .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); }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { border-width: 0; border-radius: 0; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#WR6gtyhfd2ORBaHLU1vdIFtPvJSpZM6z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.3125rem;top:15.1875rem;left:2.75rem;overflow:hidden;display:block; }
#Z0M1JtU6w0Cg0bMVdc02pyFZpEMOkEFr { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.1875rem;top:28.25rem;left:27.625rem;overflow:hidden;display:block; }
#ZHkPRvBTWK4fn23o1nV2rDKV7rSSO457 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:41.6875rem;left:50.6875rem;overflow:hidden;display:block; }
#qmM8ndTpRVnNBGcKSNuGrWWFVsmzShsT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.0625rem;top:42.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#K9ffnVfiUhO2TO3yA5O93TyE3rHcZwFm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:16.1875rem;left:52.6875rem;overflow:hidden;display:block; }
#CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { color:rgba(var(--color-tertiary-1),1);display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3999519348144rem;left:12.248266220092rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zW53HCpDtUhHVLSZXvQegPTvOTnInw9G { color:rgba(var(--color-tertiary-1),1);display:block;width:54.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:65.335289001462rem;left:0.35047912597656rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h { 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/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.adaptive-delivery-prevent-bg, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyload, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyloading { background-image: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { border-width: 0; border-radius: 0; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:none; }#UQBqf9Td3NJD9wrUr79xVFFTQWirGO2v { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.3125rem;top:15.1875rem;left:2.75rem;overflow:hidden;display:block; }
#NESqBzXH15yp2Xfly3PpoxezFS8pQquR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.1875rem;top:28.25rem;left:27.625rem;overflow:hidden;display:block; }
#NHn21WtRFZDX0q482JFo22x9mtOrw9wh { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:41.6875rem;left:50.6875rem;overflow:hidden;display:block; }
#MNN148wuL0TAW8Ar58E4p0eBZ5hgDd2g { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.0625rem;top:42.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#sU5GtUwIrnxGw3nRKD8S1HaSboUd1TBs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:16.1875rem;left:52.6875rem;overflow:hidden;display:block; }
#TSKWvnc39kCFAtlTKM30xpotn1AouxoT { color:rgba(var(--color-tertiary-1),1);display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3999519348144rem;left:12.248266220092rem;height:5.24956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKewpfImEN948P9KTdTQNS8U52FXyqri { color:rgba(var(--color-tertiary-1),1);display:block;width:54.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:65.335289001462rem;left:0.35047912597656rem;height:2.400175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { 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; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { border-width: 0; border-radius: 0; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#vO2Gb8MEgx6pf7GOcrQDMLIabQxTqfmL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.872375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.7467365264892rem;left:8.4982662200925rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA { 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; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row .container { background-color: transparent; background-image: none; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row .container > .video-iframe-container { display: none; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row > .video-iframe-container { display: none; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .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); }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row .container { border-width: 0; border-radius: 0; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row .container { font-size:0.875rem;font-family:arial;height:140.625rem;width:75rem;position:relative;display:block; }#Ctc9xstZcrI03UpSzxKmBo8Ky9T9JDsM { position:absolute;display:block;z-index:15014;background-color:#feea93;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;height:3.75rem;width:10.5rem;top:2.4375rem;left:7.375rem;display:block; }
#V4Vt2ad7MLSBsteEFSzvl2gVqds0GhtP { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);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;height:5rem;width:54.125rem;top:5rem;left:7.375rem;display:block; }
#MAJqxT2Hf7gLhrSNrLpnnEv3x4DL1iTR { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6059032678606rem;left:9.1872844696044rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0gWtUbgkWyOdbdpnmK4HmazvtUuG0HS { color:rgba(var(--color-tertiary-0),1);display:block;width:48.061rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.805990219116rem;left:9.1872844696044rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A40B6m4BDWGZiXVTLJWVqAMQkHVxM76T { position:absolute;display:block;z-index:15008;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;height:5.3125rem;width:50.875rem;top:26.125rem;left:7.375rem;display:block; }
#UOKEKu6LEp06ZVeKah3cRBG69TIb7Bm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:49.462884902954rem;left:9.1872844696044rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NC12gTvy1uvNdpawOlgqPt1IhWSoGiNL { position:absolute;display:block;z-index:15010;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;height:5rem;width:63.125rem;top:47.9375rem;left:7.375rem;display:block; }
#mnG8a0waGWkBppKu9Z72My2DORUVbWAa { position:absolute;display:block;z-index:14998;background-color:#feea93;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:138.125rem;width:0.3125rem;top:2.4375rem;left:7.375rem;display:block; }
#c6vLJVc5iPVK6ACPITZW9vryuoZruZ3F { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.3125rem;left:9.1875rem;height:8.964875rem;overflow:hidden;display:block; }#c6vLJVc5iPVK6ACPITZW9vryuoZruZ3F li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#c6vLJVc5iPVK6ACPITZW9vryuoZruZ3F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#Kup0kxITeXvA0TXrIbwUUb5RxrJPsqkW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.622625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.748931884766rem;left:9.1872844696044rem;height:8.964875rem;overflow:hidden;display:block; }#Kup0kxITeXvA0TXrIbwUUb5RxrJPsqkW li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kup0kxITeXvA0TXrIbwUUb5RxrJPsqkW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#ndZvfAR8E6qpH47zXT9zTZJDvoqNsHUP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.622625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:55.373268127441rem;left:9.1872844696044rem;height:8.964875rem;overflow:hidden;display:block; }#ndZvfAR8E6qpH47zXT9zTZJDvoqNsHUP li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ndZvfAR8E6qpH47zXT9zTZJDvoqNsHUP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#UfG8nLC9hQq1nTgKIel1obF2HnlFDSNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iuLnny0UX00apNiGCKbD190gFTH3qZNy { position:absolute;display:block;z-index:15016;background-color:#feea93;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;height:3.75rem;width:10.5rem;top:23.9375rem;left:7.375rem;display:block; }
#NV4ETLVwA6RIl6UAvBsFBD6bJq20CBRI { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.8125rem;left:9.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NwsADT6SIdtMFuSR8ziO33kQtfoNCXLy { position:absolute;display:block;z-index:15017;background-color:#feea93;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;height:3.75rem;width:10.49925rem;top:45.0625rem;left:7.4375rem;display:block; }
#itQXqU1O16QtCWu85gkDfgfphQF7taIm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6233125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:45.9375rem;left:8.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lK4r69RSoVm4aZayrzOkf4EuWHKdR4LD { position:absolute;display:block;z-index:15011;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;height:5rem;width:50.375rem;top:68.875rem;left:7.375rem;display:block; }
#xJNonycdlmTl6RoDL44ehkuk3HeN5R8S { position:absolute;display:block;z-index:15018;background-color:#feea93;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;height:3.75rem;width:10.499125rem;top:66.3125rem;left:7.375rem;display:block; }
#B1io01FgDenCon8KayBHXsyf0SgIt6ii { color:rgba(var(--color-tertiary-0),1);display:block;width:7.622625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:67.1875rem;left:8.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yp6tWSxBmoETOSaRhvnDDLka9yl735i0 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:70.524090766906rem;left:9.1872844696044rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prZBmbCsPe0TFcwrWb85IZRUILt7dzbP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.622625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:76.31076049805rem;left:9.1872844696044rem;height:8.964875rem;overflow:hidden;display:block; }#prZBmbCsPe0TFcwrWb85IZRUILt7dzbP li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#prZBmbCsPe0TFcwrWb85IZRUILt7dzbP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#wrZNHOOTcT1ZZ7t1s3s2NekJDmeXqT7H { position:absolute;display:block;z-index:15015;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;height:5rem;width:50.375rem;top:89.75rem;left:7.375rem;display:block; }
#VaQTRmmTb38Vq5oSUNZzmNXLOukCL7ks { color:rgba(var(--color-tertiary-0),1);display:block;width:60.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:91.274959564206rem;left:9.1872844696044rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bt7PTLu2cVeUempFiXB9f8SFaVIDMHFZ { position:absolute;display:block;z-index:15022;background-color:#feea93;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;height:3.75rem;width:10.499125rem;top:87.1875rem;left:7.375rem;display:block; }
#z3451eTLTXzN1eV8vSkFlXEfbZOIs90x { color:rgba(var(--color-tertiary-0),1);display:block;width:7.622625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:88.0625rem;left:8.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CvncG4g0RqvsXX6fnGu0oAw5wAGzbKlm { position:absolute;display:block;z-index:15019;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;height:5rem;width:50.375rem;top:111.25rem;left:7.375rem;display:block; }
#lGMSDEdzpldSv6pIR0559Xrd3F84TrMb { color:rgba(var(--color-tertiary-0),1);display:block;width:60.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:112.75rem;left:9.1875rem;height:1.94965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTI0gP52gb3SOaK8I2HrcdKLz3guJyBl { position:absolute;display:block;z-index:15026;background-color:#feea93;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;height:3.75rem;width:10.499125rem;top:108.6875rem;left:7.375rem;display:block; }
#xb9N1oWQBXROJlTC3lNdZlS5WmcE3eT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.622625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:109.5625rem;left:8.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DiPNImv1tF7V06nJ3sdUeHorwgxus73p { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:97.163635253906rem;left:9.1872844696044rem;height:8.964875rem;overflow:hidden;display:block; }#DiPNImv1tF7V06nJ3sdUeHorwgxus73p li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DiPNImv1tF7V06nJ3sdUeHorwgxus73p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#gikUIRBVxS8cNGbnXLeJIilDMzpF85x3 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:119.16341209412rem;left:9.1872844696044rem;height:10.5078125rem;overflow:hidden;display:block; }#gikUIRBVxS8cNGbnXLeJIilDMzpF85x3 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gikUIRBVxS8cNGbnXLeJIilDMzpF85x3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#gzApmzWazhSyTTcbHcETpO9PbgoFBInf { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3735rem;height:4.43685rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:133.68598937988rem;left:18.750001907349rem;display:block; }
#MCqk6NzTofDiioFgsTqpJ9p6439NlSDv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:9.4375052452087rem;left:35.062500953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.4353294372559rem;left:35.061849594116rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:10.948351383209rem;left:35.873483657837rem;height:25.27929375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { 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:28.3745625rem;width:28.3745625rem;top:8.6838116645813rem;left:3.2497844696045rem;overflow:hidden;display:block; }
#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:top left !important;background-repeat:repeat-x !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; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0.adaptive-delivery-prevent-bg, #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0.lazyload, #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0.lazyloading { background-image: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { background-color: transparent; background-image: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .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); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { border-width: 0; border-radius: 0; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:47.4375rem;width:47.9375rem;top:7.249755859375rem;left:12.7490234375rem;display:block; }
#gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:13.311614990234rem;left:19.531251907349rem;height:4.04948125rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { position:absolute;z-index:15009;top:21.4990234375rem;left:20.654296875rem;width:32.124rem;height:30.3125rem;display:block; }
#JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { display:block;width:33.562rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:9.561767578125rem;left:19.9365234375rem;height:2.099825rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { background-color: transparent; background-image: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .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); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { border-width: 0; border-radius: 0; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { font-size:0.875rem;font-family:"open sans";height:9.375rem;width:75rem;position:relative;display:block; }#uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.3437442779541rem;left:7.530468940735rem;height:4.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #mckR0O6nBr2ct66DTrGbxeUgy971LDbn { display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wSrughEWV8zXLRwnhfUpPmsuw2pkpUsk { width:19.6875rem;height:3.8001239033838rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAKwqHlwnTK383b8qpQooxvRNsbeq1SU { width:26.936875rem;height:3.62413125rem;top:5.8105473518372rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:21.4995625rem;height:5.85069375rem;top:13.946397781372rem;left:1.3411458730698rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:34.6235rem;height:6.334625rem;top:5.2332906723022rem;left:1.3411458730698rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:17.9373125rem;height:3.31163125rem;top:21.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 1199px) { #KdX3qGyeVWDBEnTSyS5ZcWPZR9fToCvw { width:23.936625rem;height:1.54296875rem;top:0.96354198455813rem;left:1.3411458730698rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Ts6mu9qMSvm6VX4P66TgGTQmsPLhb5sr { width:16.31225rem;height:0;top:35.638427734375rem;left:31.436767578125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #TQGiPTIegeIEfgD52E77l6obfCmlqRB1 { width:11.5625rem;height:11.5625rem;top:37.87353515625rem;left:36.1865234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AR8QypGIaKoBbF6sCv78B3znGL0UKNWX { width:23.8748125rem;height:26.936875rem;top:5.5620625rem;left:23.874784231186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMBIWXU5kqO04TDVEQK8FnbFTRFxsIR1 { top:27.625rem;left:37rem;width:9.749375rem;height:1.0492625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V7dXhMs07guWZhqBvBiu7BW628H7rQOF { top:26.193578720092rem;left:38.123918294907rem;width:7.5rem;height:1.49956875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2v99vBJNbslQMVFRK2rT9GVZVU1CzRr { width:10.625rem;height:0.0618489375rem;top:29.1875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCWhf5ki5PTZJhOsBFfNq2k8rX20kfdU { top:29.748048782349rem;left:37.124566793442rem;width:10.625rem;height:1.79904375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kd2XkNLL8xBpUc2TkGkMqlbH8A2cZSmu { width:11.6875rem;height:8.875rem;top:23.6245625rem;left:35.93750166893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHpBQ9lxOVXE9iC3VuVsbLMcAyRAt5RI { width:14.3120625rem;height:2.43489375rem;top:28.0625rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3RHcgwxtrNXRtF1adM0OuEZ3GpBVTRF { width:8.4375rem;height:2.99913125rem;top:26.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H83L6UZbFPftgMfLbnr313A3SMOfIVPZ { width:6.06228125rem;height:0.99935rem;top:26.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oIeLl4ohqoAqNTXxcI9lRToJbo9WFy2h { width:26.9375rem;height:3.625rem;top:0rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #okTxTvDDh9EZsBzyDHxsr1pTe0ckMvAr { top:1.875rem;left:0rem;width:17.375rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { display:block; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { width:47.75rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:25.8735rem;height:2.43706875rem;top:2.5596790313721rem;left:17.06054854393rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:28.8748125rem;height:20.0065rem;top:7.7734375rem;left:18.874784231186rem;font-size:1rem;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #evayEBwdduqCXUPRRAs4BOC8mQVo27Pi { width:17.0625rem;height:24.4375rem;top:6.5002174377444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRDqVIKK8LGX1JSu4TCob2MCqz2y1PVN { width:17.9375rem;height:3.3125rem;top:55.3125rem;left:14.90625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #twMdyoyK7gZLNHMEzvMybCWVWWmprdgX { display:block; }
 }@media only screen and (max-width: 1199px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { top:2.9992218017578rem;left:0rem;width:47.75rem;height:2.1rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { top:2.8266067504883rem;left:2.1234810352326rem;width:17.374125rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { top:12.542318344116rem;left:2.1234810352326rem;width:12.374125rem;height:4.04948125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { top:23.934461593628rem;left:2.3719618320465rem;width:16.875rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTBTwfyIescunoqVX41k1AGXTxaLUUnX { width:18.75rem;height:0.3125rem;top:11.924218654633rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:18.75rem;height:0.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { width:18.75rem;height:0.3125rem;top:25.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { width:15.499125rem;height:16.124125rem;top:6.5071620941163rem;left:15.437284231186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbtWPFLU5ZiwV6ILIBu3RUiNZS4hfrAW { top:10.860460281372rem;left:32.059465169907rem;width:14.874125rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRduvuuvET1kqWASrPao56iWbIBTTlgm { width:18.75rem;height:0.3125rem;top:25.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fDE7AH4iudIPmJs5ZcxLvThyTSV3Izb5 { width:18.75rem;height:0.3125rem;top:18.125rem;left:29rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IgNwtPU2LUo3TR1LsZsyOwREXZvkDEWo { top:21.235895156861rem;left:32.809247732162rem;width:13.3745625rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfEUxWr8uCf9bxofVdLh3PR9MqxDh6QU { width:18.75rem;height:0.3125rem;top:11.924218654633rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rQGrwSzJMGzwWOl7MZgM41fVhGaW6n1S { top:2.8266067504883rem;left:28.189019918442rem;width:16.25rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hoBE6Sdy456BbZVGIqmtbP7U1P9hEi2t { width:17.9373125rem;height:3.31163125rem;top:30.625002384186rem;left:14.905599355698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wODNS6LaTwS3tTmK4lcvF5p1bT5yIS02 { display:block; }
 }@media only screen and (max-width: 1199px) { #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF { display:block; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { width:47.75rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WR6gtyhfd2ORBaHLU1vdIFtPvJSpZM6z { width:20.3125rem;height:15.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0M1JtU6w0Cg0bMVdc02pyFZpEMOkEFr { width:20.125rem;height:15.577300564111rem;top:28.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHkPRvBTWK4fn23o1nV2rDKV7rSSO457 { width:20.0625rem;height:15.513877652587rem;top:41.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmM8ndTpRVnNBGcKSNuGrWWFVsmzShsT { width:20rem;height:15.451322471105rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9ffnVfiUhO2TO3yA5O93TyE3rHcZwFm { width:20.0625rem;height:15.513877652587rem;top:16.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:38.3745625rem;height:4.4987rem;top:4.6592884063721rem;left:4.8730471134186rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zW53HCpDtUhHVLSZXvQegPTvOTnInw9G { top:61.561418533325rem;left:0.88216149806975rem;width:36.9998125rem;height:3.6002625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h { display:none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UQBqf9Td3NJD9wrUr79xVFFTQWirGO2v { width:20.3125rem;height:15.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NESqBzXH15yp2Xfly3PpoxezFS8pQquR { width:20.125rem;height:15.577300564111rem;top:28.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHn21WtRFZDX0q482JFo22x9mtOrw9wh { width:20.0625rem;height:15.513877652587rem;top:41.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNN148wuL0TAW8Ar58E4p0eBZ5hgDd2g { width:20rem;height:15.451322471105rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sU5GtUwIrnxGw3nRKD8S1HaSboUd1TBs { width:20.0625rem;height:15.513877652587rem;top:16.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSKWvnc39kCFAtlTKM30xpotn1AouxoT { width:47.7494375rem;height:4.875rem;top:2.1608657836914rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKewpfImEN948P9KTdTQNS8U52FXyqri { top:1.875rem;left:0rem;width:17.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vO2Gb8MEgx6pf7GOcrQDMLIabQxTqfmL { top:1.3552532196045rem;left:8.8736979961394rem;width:31.0623125rem;height:2.0996125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JK6tB0riq7V5uSxT9pgTHve9KAOFHROA { display:block; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row .container { width:47.75rem;height:140.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ctc9xstZcrI03UpSzxKmBo8Ky9T9JDsM { width:10.4375rem;height:3.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V4Vt2ad7MLSBsteEFSzvl2gVqds0GhtP { width:47.75rem;height:5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MAJqxT2Hf7gLhrSNrLpnnEv3x4DL1iTR { width:43.125rem;height:1.54296875rem;top:6.7285165786744rem;left:1.091579914093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0gWtUbgkWyOdbdpnmK4HmazvtUuG0HS { width:42.1875rem;height:1.54296875rem;top:28.446398735046rem;left:1.060329914093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A40B6m4BDWGZiXVTLJWVqAMQkHVxM76T { width:47.75rem;height:5.3125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOKEKu6LEp06ZVeKah3cRBG69TIb7Bm1 { width:40.811625rem;height:3.0859375rem;top:48.89431476593rem;left:1.091579914093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NC12gTvy1uvNdpawOlgqPt1IhWSoGiNL { width:47.75rem;height:5rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mnG8a0waGWkBppKu9Z72My2DORUVbWAa { width:0.3125rem;height:138.125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6vLJVc5iPVK6ACPITZW9vryuoZruZ3F { width:32.622625rem;height:9.6864375rem;top:11.83486366272rem;left:1.560329914093rem;font-size:1.125rem;line-height:1.5;display:block; }#c6vLJVc5iPVK6ACPITZW9vryuoZruZ3F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #Kup0kxITeXvA0TXrIbwUUb5RxrJPsqkW { width:32.622625rem;height:9.6864375rem;top:33.486330986023rem;left:1.560329914093rem;font-size:1.125rem;line-height:1.5;display:block; }#Kup0kxITeXvA0TXrIbwUUb5RxrJPsqkW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #ndZvfAR8E6qpH47zXT9zTZJDvoqNsHUP { width:39.0625rem;height:7.999125rem;top:55.496963500976rem;left:1.091579914093rem;font-size:1.125rem;line-height:1.5;display:block; }#ndZvfAR8E6qpH47zXT9zTZJDvoqNsHUP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #UfG8nLC9hQq1nTgKIel1obF2HnlFDSNZ { width:6.0625rem;height:1.7871125rem;top:3.4168834686279rem;left:1.091579914093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iuLnny0UX00apNiGCKbD190gFTH3qZNy { width:10.4375rem;height:3.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NV4ETLVwA6RIl6UAvBsFBD6bJq20CBRI { width:43.125rem;height:1.7871125rem;top:24.917536735534rem;left:1.091579914093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NwsADT6SIdtMFuSR8ziO33kQtfoNCXLy { width:10.4375rem;height:3.75rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itQXqU1O16QtCWu85gkDfgfphQF7taIm { width:43.125rem;height:1.7871125rem;top:46.219618797303rem;left:1.091579914093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lK4r69RSoVm4aZayrzOkf4EuWHKdR4LD { width:47.75rem;height:5rem;top:68.875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #xJNonycdlmTl6RoDL44ehkuk3HeN5R8S { width:10.4375rem;height:3.75rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1io01FgDenCon8KayBHXsyf0SgIt6ii { width:43.125rem;height:1.7871125rem;top:67.157130241394rem;left:1.091579914093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yp6tWSxBmoETOSaRhvnDDLka9yl735i0 { width:40.499125rem;height:1.54296875rem;top:70.726991653444rem;left:1.091579914093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prZBmbCsPe0TFcwrWb85IZRUILt7dzbP { width:32.622625rem;height:10.0260625rem;top:75.356983184813rem;left:1.091579914093rem;font-size:1.125rem;display:block; }#prZBmbCsPe0TFcwrWb85IZRUILt7dzbP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #wrZNHOOTcT1ZZ7t1s3s2NekJDmeXqT7H { width:47.75rem;height:5rem;top:89.75rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #VaQTRmmTb38Vq5oSUNZzmNXLOukCL7ks { width:40.499125rem;height:1.54296875rem;top:92.182054519656rem;left:1.091579914093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bt7PTLu2cVeUempFiXB9f8SFaVIDMHFZ { width:10.4375rem;height:3.75rem;top:87.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3451eTLTXzN1eV8vSkFlXEfbZOIs90x { width:6.5rem;height:1.7871125rem;top:88.031665802rem;left:1.091579914093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CvncG4g0RqvsXX6fnGu0oAw5wAGzbKlm { width:47.75rem;height:5rem;top:111.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #lGMSDEdzpldSv6pIR0559Xrd3F84TrMb { width:40.499125rem;height:1.54296875rem;top:113.48198699951rem;left:1.904296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTI0gP52gb3SOaK8I2HrcdKLz3guJyBl { width:10.4375rem;height:3.75rem;top:108.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xb9N1oWQBXROJlTC3lNdZlS5WmcE3eT7 { width:43.125rem;height:1.7871125rem;top:109.53231811524rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiPNImv1tF7V06nJ3sdUeHorwgxus73p { width:42.7495625rem;height:8.563375rem;top:97.057289123538rem;left:1.091579914093rem;font-size:1.125rem;display:block; }#DiPNImv1tF7V06nJ3sdUeHorwgxus73p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #gikUIRBVxS8cNGbnXLeJIilDMzpF85x3 { width:32.622625rem;height:10.0260625rem;top:118.56119728088rem;left:1.091579914093rem;font-size:1.125rem;display:block; }#gikUIRBVxS8cNGbnXLeJIilDMzpF85x3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #gzApmzWazhSyTTcbHcETpO9PbgoFBInf { width:17.9373125rem;height:3.31163125rem;top:133.87370300293rem;left:14.905599355698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MCqk6NzTofDiioFgsTqpJ9p6439NlSDv { display:block; }
 }@media only screen and (max-width: 1199px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:5.7929692268372rem;left:18.874999582768rem;width:28.0625rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { top:1.8120670318604rem;left:18.874784231186rem;width:18.624125rem;height:6.2988125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { top:15.539281845092rem;left:2.3231337070465rem;width:40.625rem;height:25.2777875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:1.25rem;left:2.3231337070465rem;width:11.124125rem;height:11.124125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:47.75rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:32.8125rem;height:43.75rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:28.9375rem;height:4.04948125rem;top:7.0625rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { width:28.9375rem;height:19.125rem;top:12.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:28.9375rem;height:1.8rem;top:4.26171875rem;left:9.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:47.5625rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mckR0O6nBr2ct66DTrGbxeUgy971LDbn { display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSrughEWV8zXLRwnhfUpPmsuw2pkpUsk { width:19.6875rem;height:3.8003283695463rem;top:0.65972226858137rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAKwqHlwnTK383b8qpQooxvRNsbeq1SU { width:20rem;height:3.625rem;top:6.4366321563719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:#335ea5;background-image:url("https://images.assets-landingi.com/uc/f2df3dac-01fa-4169-a1e4-e0bbcee61c46/DarkGrayandWhiteBoldMinimalistHowToBeAGreatLeaderYouTubeThumbnail2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA.adaptive-delivery-prevent-bg, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyload, #PJ7bv14VyOpNETBAlO85oQl617JnsToA.lazyloading { background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:20rem;height:6.497375rem;top:14.342449188233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:20rem;height:6.8229375rem;top:5.3081598281861rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:19.436875rem;height:3.93663125rem;top:24.029948234558rem;left:0.27994793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 763px) { #KdX3qGyeVWDBEnTSyS5ZcWPZR9fToCvw { width:20rem;height:3.0859375rem;top:0.26692724227905rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6mu9qMSvm6VX4P66TgGTQmsPLhb5sr { width:9.4998125rem;height:0;top:106.97588422851rem;left:10.5001875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQGiPTIegeIEfgD52E77l6obfCmlqRB1 { width:11.5625rem;height:11.5625rem;top:114.86305024414rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AR8QypGIaKoBbF6sCv78B3znGL0UKNWX { width:20rem;height:22.489387755102rem;top:30.635852813721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMBIWXU5kqO04TDVEQK8FnbFTRFxsIR1 { width:9.874125rem;height:1.12413125rem;top:48.661893844604rem;left:9.5290806889531rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7dXhMs07guWZhqBvBiu7BW628H7rQOF { width:9.561625rem;height:1.349825rem;top:47.188587188721rem;left:9.3125002980231rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2v99vBJNbslQMVFRK2rT9GVZVU1CzRr { width:10.625rem;height:0.0625rem;top:50.087242007256rem;left:9.0340712666512rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCWhf5ki5PTZJhOsBFfNq2k8rX20kfdU { width:13.125rem;height:0;top:56.316193819046rem;left:5.0607641339302rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd2XkNLL8xBpUc2TkGkMqlbH8A2cZSmu { width:11.8120625rem;height:8.9995625rem;top:44.125435829162rem;left:8.1879342198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpBQ9lxOVXE9iC3VuVsbLMcAyRAt5RI { width:20rem;height:0;top:70.227862744137rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U3RHcgwxtrNXRtF1adM0OuEZ3GpBVTRF { width:9.125rem;height:3.165235344939rem;top:63.563362744137rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H83L6UZbFPftgMfLbnr313A3SMOfIVPZ { width:6.0625rem;height:0.99938606032176rem;top:67.978512744138rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIeLl4ohqoAqNTXxcI9lRToJbo9WFy2h { width:20rem;height:3.62413125rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #okTxTvDDh9EZsBzyDHxsr1pTe0ckMvAr { width:11.0623125rem;height:1.79904375rem;top:50.615887880326rem;left:8.874132454395rem;font-size:0.75rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { display:block; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { width:20rem;height:82.627605438232rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:17.4370625rem;height:5.85069375rem;top:2.998046875rem;left:1.2803819775581rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:17.9373125rem;height:33.512375rem;top:11.367184638977rem;left:1.0308160185814rem;font-size:1rem;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #evayEBwdduqCXUPRRAs4BOC8mQVo27Pi { width:20rem;height:28.500747166656rem;top:54.127608299256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRDqVIKK8LGX1JSu4TCob2MCqz2y1PVN { width:19rem;height:4.375rem;top:47.317711830139rem;left:0.49913197755814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twMdyoyK7gZLNHMEzvMybCWVWWmprdgX { display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { width:20rem;height:4.19921875rem;top:0.47309112548828rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:block; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { width:18.6870625rem;height:2.847225rem;top:1.8739070892334rem;left:0.65538197755812rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { width:18.6230625rem;height:2.847225rem;top:6.2467346191406rem;left:0.68793410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { width:18.186875rem;height:2.847225rem;top:10.872398376465rem;left:0.90603309869769rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTBTwfyIescunoqVX41k1AGXTxaLUUnX { width:18.75rem;height:0.3125rem;top:89.960151672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:18.75rem;height:0.3125rem;top:93.334375381469rem;left:0.62421876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOyEkQwHsb4ugCrLeWCbeGyfU3pfB1zL { width:18.75rem;height:0.3125rem;top:96.210151672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { width:9.749375rem;height:10.1248125rem;top:15.62283039093rem;left:5.1247833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbtWPFLU5ZiwV6ILIBu3RUiNZS4hfrAW { width:18.3105625rem;height:2.847225rem;top:36.309682369232rem;left:0.84418410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRduvuuvET1kqWASrPao56iWbIBTTlgm { width:18.75rem;height:0.3125rem;top:25.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDE7AH4iudIPmJs5ZcxLvThyTSV3Izb5 { width:18.75rem;height:0.3125rem;top:18.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgNwtPU2LUo3TR1LsZsyOwREXZvkDEWo { width:19.124375rem;height:2.847225rem;top:32.059464931488rem;left:0.87456601858137rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfEUxWr8uCf9bxofVdLh3PR9MqxDh6QU { width:18.75rem;height:0.3125rem;top:10.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQGrwSzJMGzwWOl7MZgM41fVhGaW6n1S { width:18.3105625rem;height:2.847225rem;top:27.937278747559rem;left:0.84418410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoBE6Sdy456BbZVGIqmtbP7U1P9hEi2t { width:19rem;height:4.375rem;top:43.281251907349rem;left:0.49913197755814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wODNS6LaTwS3tTmK4lcvF5p1bT5yIS02 { display:block; }
 }@media only screen and (max-width: 763px) { #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF { display:none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { width:20rem;height:125.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WR6gtyhfd2ORBaHLU1vdIFtPvJSpZM6z { width:20rem;height:15.384615384615rem;top:17.69423125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0M1JtU6w0Cg0bMVdc02pyFZpEMOkEFr { width:20rem;height:15.480547144458rem;top:51.02866875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHkPRvBTWK4fn23o1nV2rDKV7rSSO457 { width:20rem;height:15.465547815663rem;top:84.47379375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmM8ndTpRVnNBGcKSNuGrWWFVsmzShsT { width:20rem;height:15.451322471105rem;top:34.32835625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ffnVfiUhO2TO3yA5O93TyE3rHcZwFm { width:20rem;height:15.465547815663rem;top:67.75829375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:20rem;height:4.94791875rem;top:9.7493553161619rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zW53HCpDtUhHVLSZXvQegPTvOTnInw9G { width:20rem;height:8.997375rem;top:92.6974773407rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.adaptive-delivery-prevent-bg, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyload, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyloading { background-image: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { background-color: transparent; background-image: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container > .video-iframe-container { display: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row > .video-iframe-container { display: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .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); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQBqf9Td3NJD9wrUr79xVFFTQWirGO2v { width:20rem;height:15.384125rem;top:12.630208969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESqBzXH15yp2Xfly3PpoxezFS8pQquR { width:20rem;height:15.479625rem;top:48.52864074707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHn21WtRFZDX0q482JFo22x9mtOrw9wh { width:20rem;height:15.4655rem;top:84.347877502444rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNN148wuL0TAW8Ar58E4p0eBZ5hgDd2g { width:20rem;height:15.4503125rem;top:30.139976501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5GtUwIrnxGw3nRKD8S1HaSboUd1TBs { width:20rem;height:15.4655rem;top:66.06989097595rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSKWvnc39kCFAtlTKM30xpotn1AouxoT { width:20rem;height:4.94791875rem;top:3.6859722137451rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKewpfImEN948P9KTdTQNS8U52FXyqri { width:20rem;height:4.19705rem;top:86.633028984069rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { background-color: transparent; background-image: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row > .video-iframe-container { display: none; }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .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); }#B1nz3cdbMkWSOVMwogdGtQ2hflmT2VSU > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vO2Gb8MEgx6pf7GOcrQDMLIabQxTqfmL { width:20rem;height:4.19921875rem;top:2.4316558837891rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK6tB0riq7V5uSxT9pgTHve9KAOFHROA { display:block; }#JK6tB0riq7V5uSxT9pgTHve9KAOFHROA > .row .container { width:20rem;height:179.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ctc9xstZcrI03UpSzxKmBo8Ky9T9JDsM { width:15.375rem;height:3.75rem;top:2.6866302490234rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4Vt2ad7MLSBsteEFSzvl2gVqds0GhtP { width:19.0625rem;height:7.5625rem;top:5.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAJqxT2Hf7gLhrSNrLpnnEv3x4DL1iTR { width:18.125rem;height:4.38801875rem;top:7.2120227813719rem;left:1.3739150166511rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gWtUbgkWyOdbdpnmK4HmazvtUuG0HS { width:17.061625rem;height:4.38801875rem;top:34.024306297303rem;left:1.4691842198372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A40B6m4BDWGZiXVTLJWVqAMQkHVxM76T { width:19.0625rem;height:6.5625rem;top:32.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOKEKu6LEp06ZVeKah3cRBG69TIb7Bm1 { width:18.125rem;height:4.38801875rem;top:60.00891494751rem;left:1.3754342198372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC12gTvy1uvNdpawOlgqPt1IhWSoGiNL { width:19.0625rem;height:7.5rem;top:58.247615814209rem;left:0.93641501665113rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnG8a0waGWkBppKu9Z72My2DORUVbWAa { width:0.1875rem;height:168.75rem;top:2.6865234375rem;left:0.76416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6vLJVc5iPVK6ACPITZW9vryuoZruZ3F { width:17.6855625rem;height:13.2551875rem;top:14.935968399048rem;left:2.3133681416511rem;font-size:1rem;display:block; }#c6vLJVc5iPVK6ACPITZW9vryuoZruZ3F li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #Kup0kxITeXvA0TXrIbwUUb5RxrJPsqkW { width:18.3105625rem;height:13.2551875rem;top:40.556673049927rem;left:1.6883681416511rem;font-size:1rem;display:block; }#Kup0kxITeXvA0TXrIbwUUb5RxrJPsqkW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #ndZvfAR8E6qpH47zXT9zTZJDvoqNsHUP { width:17.7485rem;height:13.2551875rem;top:66.427961349488rem;left:1.1252171397209rem;font-size:1rem;display:block; }#ndZvfAR8E6qpH47zXT9zTZJDvoqNsHUP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #UfG8nLC9hQq1nTgKIel1obF2HnlFDSNZ { width:7.561875rem;height:2.03125rem;top:3.5449180603027rem;left:1.2500000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuLnny0UX00apNiGCKbD190gFTH3qZNy { width:10.4373125rem;height:3.75rem;top:29.873047828674rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV4ETLVwA6RIl6UAvBsFBD6bJq20CBRI { width:7.561875rem;height:2.03125rem;top:30.732401847839rem;left:1.6243489384651rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwsADT6SIdtMFuSR8ziO33kQtfoNCXLy { width:10.4373125rem;height:3.75rem;top:55.872398376465rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #itQXqU1O16QtCWu85gkDfgfphQF7taIm { width:7.561875rem;height:2.03125rem;top:56.731773376465rem;left:2.3828125596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK4r69RSoVm4aZayrzOkf4EuWHKdR4LD { width:19rem;height:6.6875rem;top:84.102653503419rem;left:0.93728309869769rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJNonycdlmTl6RoDL44ehkuk3HeN5R8S { width:10.4373125rem;height:3.75rem;top:82.227653503419rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1io01FgDenCon8KayBHXsyf0SgIt6ii { width:7.561875rem;height:2.03125rem;top:83.087028503419rem;left:1.4691842198372rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp6tWSxBmoETOSaRhvnDDLka9yl735i0 { width:18.6870625rem;height:2.92535rem;top:86.621076583863rem;left:1.3129342198372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prZBmbCsPe0TFcwrWb85IZRUILt7dzbP { width:18.125rem;height:12.2916875rem;top:94.725490570069rem;left:0.93750005960463rem;font-size:1.0625rem;display:block; }#prZBmbCsPe0TFcwrWb85IZRUILt7dzbP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #wrZNHOOTcT1ZZ7t1s3s2NekJDmeXqT7H { width:19rem;height:6.0625rem;top:113.13368320465rem;left:0.87434905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQTRmmTb38Vq5oSUNZzmNXLOukCL7ks { width:17.249375rem;height:2.92535rem;top:114.83985137939rem;left:1.8190105557442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt7PTLu2cVeUempFiXB9f8SFaVIDMHFZ { width:10.4373125rem;height:3.75rem;top:110.19423294067rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3451eTLTXzN1eV8vSkFlXEfbZOIs90x { width:7.561875rem;height:2.03125rem;top:111.1718788147rem;left:1.8747830986977rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvncG4g0RqvsXX6fnGu0oAw5wAGzbKlm { width:19.0625rem;height:5rem;top:142.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGMSDEdzpldSv6pIR0559Xrd3F84TrMb { width:17.875rem;height:2.76041875rem;top:143.9375rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTI0gP52gb3SOaK8I2HrcdKLz3guJyBl { width:10.4373125rem;height:3.75rem;top:139.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb9N1oWQBXROJlTC3lNdZlS5WmcE3eT7 { width:7.561875rem;height:2.03125rem;top:140.67817306519rem;left:1.4691842198372rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiPNImv1tF7V06nJ3sdUeHorwgxus73p { width:18.6230625rem;height:13.671875rem;top:122.66167449951rem;left:1.3758681416511rem;font-size:1.0625rem;display:block; }#DiPNImv1tF7V06nJ3sdUeHorwgxus73p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #gikUIRBVxS8cNGbnXLeJIilDMzpF85x3 { width:18.125rem;height:15.0520625rem;top:149.94249153137rem;left:1.8739150166511rem;font-size:1.0625rem;display:block; }#gikUIRBVxS8cNGbnXLeJIilDMzpF85x3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #gzApmzWazhSyTTcbHcETpO9PbgoFBInf { width:18.9995625rem;height:4.375rem;top:171.31185150146rem;left:0.49913197755814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCqk6NzTofDiioFgsTqpJ9p6439NlSDv { display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:19.1875rem;height:0;top:25.812491029501rem;left:0.68750005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { width:20rem;height:6.2988125rem;top:2.4359807968139rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { width:18.625rem;height:32.70401875rem;top:28.875rem;left:0.68671876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:15.1248125rem;height:15.1248125rem;top:11.498480796814rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:20rem;height:43.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:17.9375rem;height:4.19705rem;top:3.75rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9d5VJCltTdrEHB1gVT8mGToFTU9ylzp { width:18.9375rem;height:21.875rem;top:8.625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:20rem;height:7.2233125rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }