.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:33,158,202;--color-primary-4:21,32,66;--color-secondary-0:248,255,222;--color-secondary-1:231,255,146;--color-secondary-2:207,255,37;--color-secondary-3:104,128,19;--color-secondary-4:31,38,6;--color-tertiary-0:255,255,255;--color-tertiary-1:215,215,215;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Wix Madefor Text";--paragraphs-font-family:"Wix Madefor Text"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg { 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;z-index:auto;display:block; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row .container { background-color: transparent; background-image: none; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row .container > .video-iframe-container { display: none; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row > .video-iframe-container { display: none; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .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); }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row .container { border-width: 0; border-radius: 0; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#lwW5L35T9rkbJXIPMi3P8WSBdq5bgSTo { color:rgba(var(--color-primary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#nk0Tqqk0tRaZWtusgd2dIK6cuXPdzJx2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3rem;top:1rem;left:11rem;display:block; }
#OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:"wix madefor text";font-size:1.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.43359375rem;left:64.5625rem;height:;font-style:normal;display:block; }#OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a08ad9fdb77e4ab9eb4d7a40b7f2406bbd85329.svg); }
#TMO43Jwxd0fVHpmJufxi6Ayu3cHTBTR8 { color:rgba(var(--color-primary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.39453125rem;left:11.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#An3fyK1vJLBHJeN4Xwvyq0uQFUBHsSdf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.5rem;top:1.125rem;left:24.375rem;display:block; }
#WJ2R02OmndbG82NHIl4dUP7KUbrsZyml { color:rgba(var(--color-primary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:24.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi { 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;z-index:auto;display:block; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container { background-color: transparent; background-image: none; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container > .video-iframe-container { display: none; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row > .video-iframe-container { display: none; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .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); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container { border-width: 0; border-radius: 0; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#rzkoxxKA6DLTsOzS3XlJfQIdWpERUtrL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:9.5rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#E02SdcLWRcc1dvTM5MvK978W96sDOM4u { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:3.849609375rem;left:22.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQwtbK6HM0J6vIMnM9GHrOAgG1qbTNkM { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.849609375rem;left:30.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIKmmSkfS4h7LgRpxz5hESNQnAEHTFgg { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0rem rgba(var(--color-tertiary-4),0.57);top:3.5rem;left:63.25rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f4hxO8frbK37c0zqBQMmn4PN0LSSD6yb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:3.25rem;left:59.625rem; }
#J1OoRhvlxMxB7q6oy0lmIT0r0B5wRdNN { background-color:rgba(var(--color-primary-2),0);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.1875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:2.40625rem;left:58.75rem;display:block; }
#ODKAE1i0iCWQyAL9acNgaH6bXIcUGkW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmxMmGkBMN4GrUoleTglHNLv3W90wl5z { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8.5625rem;top:3.375rem;left:48.5625rem;overflow:hidden;display:block; }
#w7AZ6y8nmmq4xOTNskdFDHQH5AfTKLNm { box-sizing:content-box;height:4.25rem;width:16.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.375rem;left:58.75rem;display:block; }
#UDPm6IgzzF8vRS146iT7ANO3is0mzTpD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IlsQHFkcedL2yiQz0wS6XNeT5ToxGVSl { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:1.25rem;left:12.5625rem;display:none; }
#Hrxt8QIdApRpw40o8iMyLZL0bymuZKFu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EahbdspnyXeRQN5unTs35zMTAz8wsicT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"wix madefor text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#u46w3OB1LMpMwWbX4ANlJVPrroshGiK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xZKghpTmbp29HwhZTZyJt4hle6Ed0TyH { color:rgba(var(--color-primary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:3.849609375rem;left:37.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(219deg, rgba(21,32,66,0.81), #131a2c);background-image: -moz-linear-gradient(219deg, rgba(21,32,66,0.81), #131a2c);background-image: -ms-linear-gradient(219deg, rgba(21,32,66,0.81), #131a2c);background-image: -o-linear-gradient(219deg, rgba(21,32,66,0.81), #131a2c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#152042ce', endColorstr='#131a2c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#152042ce', endColorstr='#131a2c' );";background-image: linear-gradient(219deg, rgba(21,32,66,0.81), #131a2c);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; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container { background-color: transparent; background-image: none; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container > .video-iframe-container { display: none; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row > .video-iframe-container { display: none; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .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); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container { border-width: 0; border-radius: 0; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#wnL8AQEVewqlbszIroyR5FSc1mT9oiCd { color:rgba(var(--color-tertiary-0),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:9.099625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L0GJKrA9CV6G4B0O9hLIam6m59Ei7V45 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:20.125rem;left:0rem;height:;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;display:block; }#L0GJKrA9CV6G4B0O9hLIam6m59Ei7V45 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L0GJKrA9CV6G4B0O9hLIam6m59Ei7V45 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9e17e8db9c4477bd1f6a63c60de3619c1559956.svg); }
#HcRHsEqvauBfEnlFxscFbibZEqBNdT39 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:40.125rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EBkTIbaPzVMidPr988Wtr2dpif8eudMf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.3125rem;top:40.4375rem;left:13.4375rem;overflow:hidden;display:block; }
#cxLNs6famByuLHaGMtATG25kmgSVeznI { position:absolute;display:block;z-index:15010;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:34rem;width:26.9375rem;top:8.75rem;left:46.8125rem;display:block; }
#coQLS0TlOeNsgU4JvK70uuTD6C0F4GLI { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:10.8125rem;left:48.3125rem;height:1.3994125rem;text-align:center;text-align-last:center;display:block; }
#SkTfWo7vEX5ca6dN3D968nugA4q5so6T { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.75rem;left:47.25rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igB8HQ2KzKtQFqrx0huqbfHSTC81kFuC { position:absolute;display:block;z-index:15030;height:25.5rem;width:25.1875rem;top:14.6875rem;left:47.6875rem;display:block; }
#snMaJEvD59SmK3EKTTe5iLAeKJlWyQMT { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:26.9375rem;top:7.875rem;left:46.8125rem;display:block; }
#lwW8RvsTkUJTpROzktQ8DvZDw8eGVVoa { background-color:rgba(var(--color-primary-2),0);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:33.8125rem;left:0rem;display:block; }
#K6esDSAMftqdCLPyR7HLzbMX0y1nWUAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#on6vZBVTDXOEFKhyUIDT4TlyseL7X1DA { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:36.5615234375rem;left:6.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pzxvAVDflJNDfDsoLbk8y6RM7dJmcRXN { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.7744140625rem;left:6.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tciGgTA4hyWsMPcQOkVpuZUgKis2vc74 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ArTP8CxbIMd255WRLai5SVo062FZl12B { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.1875rem;top:35.0234375rem;left:28.375rem;overflow:hidden;display:none; }
#mJJ4bK38XWWmqwK302vyxVViNS7S6DCB { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:33.8125rem;left:0rem;overflow:hidden;display:block; }
#gdTSdxm2gc6R1Sq531o7FHBUhsGgMNl4 { box-sizing:content-box;height:0.25rem;width:15.875rem;position:absolute;display:block;z-index:15053;background-color:#099ccf;background-image:none;top:8rem;left:0rem;display:block; }
#t3LXvP6LdgamclKs7a9DLvVwVlygaCNU { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:"wix madefor text";font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }#t3LXvP6LdgamclKs7a9DLvVwVlygaCNU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t3LXvP6LdgamclKs7a9DLvVwVlygaCNU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a08ad9fdb77e4ab9eb4d7a40b7f2406bbd85329.svg); }
#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#099ccf;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; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row .container { background-color: transparent; background-image: none; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row .container > .video-iframe-container { display: none; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row > .video-iframe-container { display: none; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .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); }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row .container { border-width: 0; border-radius: 0; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CwEqb4i2RIX8Taw8dHi8s49n7goJU3Uk { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.17578125rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU { position:relative;display:block; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU { background-color: transparent; background-image: none; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row .container > .video-iframe-container { display: none; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row > .video-iframe-container { display: none; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .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); }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU { border-width: 0; border-radius: 0; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yiKId5R5TkCg139TvQNwLoIazGCL2v2u { color:rgba(var(--color-primary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:15.25rem;left:1.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r7Idz2wPps2JbAW5UInHwc9TlNZVZQav { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:22.5rem;top:0.6875rem;left:6.5625rem;overflow:hidden;display:block; }
#FBcX1A5VcXSZGC92dNeVbavVzTmKGXWS { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:6.3125rem;left:13.6875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nw58PiG0pzGAJF49lyC2LyU984GQVMcC { color:rgba(var(--color-primary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:20.1875rem;left:7.8125rem;height:11.25rem;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;display:block; }#nw58PiG0pzGAJF49lyC2LyU984GQVMcC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nw58PiG0pzGAJF49lyC2LyU984GQVMcC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9769dba1764a0809c98a02d7240241cb65eedd11.svg); }
#M4wllQDAzEIhCqTxvTMdiNTvyAUP6gRG { position:absolute;display:block;z-index:15064;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:27.6875rem;width:27.6875rem;top:9.625rem;left:42.40625rem;overflow:hidden;display:block; }
#mrgscNVi7ZwfRBlLNuJr9KCAMthiaV8L { z-index:15008;top:39.6875rem;left:21.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fLWqtJhVVaTsOgP7T36R8zMO5QnfaGys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfIt7a3ndNkdNWlnT22tZFXDudRzHntE { 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:4.6875rem;width:18.75rem;top:39.6875rem;left:0rem;overflow:hidden;display:block; }
#VtFghB5hmTlslT9nCklxXHiTUe9XTe3u { background-color:rgba(var(--color-primary-2),0);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:39.6875rem;left:0rem;display:block; }
#mrQ8xnWvuOpnMnDNsIZOdndc5UciClvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QzKHoxRtcHHkazT3rfvZ4IvlffezQQ7g { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:42.3115234375rem;left:6.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cc0pVayJBAvfuImnlBT3d7Wd9nxuorzX { color:rgba(var(--color-secondary-2),1);display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:40.5244140625rem;left:6.875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKaPMxJsOW6fGdtvJiT2xkMWvwzgy9bU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:5.0625rem;left:17.71875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA { position:relative;display:block; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA { background-color: transparent; background-image: none; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row .container > .video-iframe-container { display: none; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row > .video-iframe-container { display: none; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .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); }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA { border-width: 0; border-radius: 0; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lFQmfTd17y3GFZKPPQlTqldBeTlTMqiT { color:#353535;display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:2.25rem;left:13.4375rem;height:4.4619125rem;font-style:italic;display:block; }
#R9ivygyKolnXA3EficxpoQInBGrChCnT { box-sizing:content-box;height:0.1875rem;width:52.3125rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:7.3125rem;left:13.4375rem;display:block; }
#hI4BscRaoZW4oHXGOGuJhSpTZ8aWWPMv { box-sizing:content-box;height:0.25rem;width:52.3125rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.375rem;left:13.4375rem;display:block; }
#w9TWhWWhBKBO8N2auQ2WdmouOZgcgO2e { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.75rem;left:9rem;display:block; }
#ES8tnZI4oAUOkNxDlg246DCS4OhvJZri { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:1.8125rem;top:3.25rem;left:9.8125rem;overflow:hidden;display:block; }
#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI { position:relative;display:block; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI { background-color: transparent; background-image: none; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row .container > .video-iframe-container { display: none; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row > .video-iframe-container { display: none; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .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); }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI { border-width: 0; border-radius: 0; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tThyx1wMy9QN86oWx6BhqTaqWHRsH09R { color:rgba(var(--color-primary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:18rem;left:38.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdU7ieMgJFWAMOECdtVXB4XOaA8h0wK3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:22.5rem;top:3.3125rem;left:44.0625rem;overflow:hidden;display:block; }
#gKwdALvSxZgn4SSc0n7GINOOLZzBlbai { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:8.75rem;left:52.3125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avkhyrp4QeMvOGIQ62yMQMWX3ZMnUtOi { position:absolute;display:block;z-index:15064;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:25.8125rem;width:27.6875rem;top:11.4375rem;left:4.90625rem;overflow:hidden;display:block; }
#dPTB1q8tXWre9isN9fSxm1D6SlaTiD9p { z-index:15008;top:41.0625rem;left:58.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RX5i56W4PwpF9MVpWtBhxl0Kh8aCWgWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n34wWaVlfZiKdd36WEusRFRd3TWSbDin { 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:4.6875rem;width:18.75rem;top:41.0625rem;left:37.4375rem;overflow:hidden;display:block; }
#EpxU7puf0thB2yrUmKh8i1i96lTVpahX { background-color:rgba(var(--color-primary-2),0);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:41.0625rem;left:37.4375rem;display:block; }
#D2GH4tWx0MNeF4Jyl4JHr7y6sI46IMWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wd8yb3ziQAnKi4FNpq8f0CHusJdUOBVb { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:43.6875rem;left:44rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vZvrSCyIsBKeCDgqMtu2kLG4cqsPBqUB { color:rgba(var(--color-secondary-2),1);display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:41.875rem;left:44.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FC9HXt14hTn3fnASofDxmTDd5ZVwBFvT { color:rgba(var(--color-primary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:22.4375rem;left:45.84375rem;height:13.5625rem;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;display:block; }#FC9HXt14hTn3fnASofDxmTDd5ZVwBFvT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FC9HXt14hTn3fnASofDxmTDd5ZVwBFvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9769dba1764a0809c98a02d7240241cb65eedd11.svg); }
#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row .container { background-color: transparent; background-image: none; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row .container > .video-iframe-container { display: none; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row > .video-iframe-container { display: none; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .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); }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row .container { border-width: 0; border-radius: 0; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:block; }#ef7HgHUHvNTvkgw1LNm3snbnJDnT5nhi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.5rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uShEoVlGWeTFTPtmTJhovGoWXnPxTREe { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:21.8125rem;left:1.9375rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MgqUsbDLnCN7JSGAiAwUV78QvUxGfuZv { color:#282f39;display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:13.6875rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#JZRXS0ikVi48Q7ZcBPLNHuKzylgGZpIp { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc58e3ac-6a42-4689-80be-c6993c9f4d38/service1.format_auto.avif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.625rem;width:23.75rem;top:45.625rem;left:0rem;display:block; }#JZRXS0ikVi48Q7ZcBPLNHuKzylgGZpIp.adaptive-delivery-prevent-bg, #JZRXS0ikVi48Q7ZcBPLNHuKzylgGZpIp.lazyload, #JZRXS0ikVi48Q7ZcBPLNHuKzylgGZpIp.lazyloading { background-image: none; }
#na1vyfzRbCaMkVewpcqP3pwhDrM5kyGJ { position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bc346179-2d1d-4ab1-bef4-e9600f5058a6/service2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:23.75rem;top:45.625rem;left:25.625rem;display:block; }#na1vyfzRbCaMkVewpcqP3pwhDrM5kyGJ.adaptive-delivery-prevent-bg, #na1vyfzRbCaMkVewpcqP3pwhDrM5kyGJ.lazyload, #na1vyfzRbCaMkVewpcqP3pwhDrM5kyGJ.lazyloading { background-image: none; }
#JuVA4VJ0NTBUNvsbpZhbTEyusTqleH33 { position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0ef77dc6-3dcb-4b3a-b9f4-e3fe6a5be082/service3.format_auto.avif");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:23.75rem;top:45.625rem;left:51.25rem;display:block; }#JuVA4VJ0NTBUNvsbpZhbTEyusTqleH33.adaptive-delivery-prevent-bg, #JuVA4VJ0NTBUNvsbpZhbTEyusTqleH33.lazyload, #JuVA4VJ0NTBUNvsbpZhbTEyusTqleH33.lazyloading { background-image: none; }
#GkteIBGXt78seBI0CTw4TK9sxHpJrMlN { color:#152042;display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.25rem;left:18.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXLyOHqCA9csgKQgbmNS6b4J29CpU7DT { position:absolute;display:block;z-index:15003;background-color:#fbfbfb;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:25rem;width:23.75rem;top:20.625rem;left:0rem;display:block; }
#AdeAWw3Toc1fOi9aOwbF7lXKD8NO0pnt { position:absolute;display:block;z-index:15048;background-color:#152042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #009ee1;border-left:0;border-right:0;border-bottom:0.25rem solid #009ee1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:23.75rem;top:14rem;left:0rem;display:block; }
#ioONQXagDD4RZtnztfA4ScKxgVX3AmSA { position:absolute;display:block;z-index:15008;background-color:#fbfbfb;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:25rem;width:23.75rem;top:20.625rem;left:25.625rem;display:block; }
#FnJQ0qelmrxBKNtno3Tx0vtiD5fMmk4O { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:21.8125rem;left:27.5625rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#lVd0goISlzKuJ98BTu06o61PLkcOGtcz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:14.6875rem;left:30.125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipuZFCuXxLQPO6ihdu595JRGIfznlNog { position:absolute;display:block;z-index:15053;background-color:#152042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #009ee1;border-left:0;border-right:0;border-bottom:0.25rem solid #009ee1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:23.75rem;top:14rem;left:25.625rem;display:block; }
#JmQNomK8PJJm21PRv23GFWKL4GWMpvu6 { position:absolute;display:block;z-index:15013;background-color:#fbfbfb;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:25rem;width:23.75rem;top:20.625rem;left:51.25rem;display:block; }
#cpMEONUQMb1gAPN9QOFvd9lbrar3pma9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:21.75rem;left:53.1875rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Pfb2V8J28oddewqiL5lGZNLOMsXNJA6h { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:14.6875rem;left:55.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWkslpOtQeTscnQzwf9bqy2OmwVCmUz0 { position:absolute;display:block;z-index:15058;background-color:#152042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #009ee1;border-left:0;border-right:0;border-bottom:0.25rem solid #009ee1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:23.75rem;top:14rem;left:51.25rem;display:block; }
#ygH43pK744d0rTQJpTIKufkUAAJVMIRV { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:33rem;left:2rem;height:11.348625rem;overflow:hidden;font-style:normal;display:block; }#ygH43pK744d0rTQJpTIKufkUAAJVMIRV li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ygH43pK744d0rTQJpTIKufkUAAJVMIRV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cfa7cf70621dc9f252b9777bf9ce946f56f7df0.svg); }
#IRmuKgMT43e0U0WyfRozgG0qA8KQpabF { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:33rem;left:27.5625rem;height:11.348625rem;overflow:hidden;font-style:normal;display:block; }#IRmuKgMT43e0U0WyfRozgG0qA8KQpabF li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#IRmuKgMT43e0U0WyfRozgG0qA8KQpabF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cfa7cf70621dc9f252b9777bf9ce946f56f7df0.svg); }
#TZEKik0W7NiE0m3hAnmFpgQfHmhWyUQ5 { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:34.25rem;left:53.1875rem;height:9.6738125rem;overflow:hidden;font-style:normal;display:block; }#TZEKik0W7NiE0m3hAnmFpgQfHmhWyUQ5 li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZEKik0W7NiE0m3hAnmFpgQfHmhWyUQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1dd5801d6fe60c7ded68b37769373ae0c4aa39bb.svg); }
#RMHG82DXVFUuVopB3Tksl4NJHv9GAgrb { z-index:15003;top:66.25rem;left:39.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s7atefhQz8Lvfpx90bKNrTKeI1icBymg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2GOqxhRV81eod9udimoCz2JfBKzw6IM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:66.0625rem;left:17.875rem;overflow:hidden;display:block; }
#TaXIT5DNhoIoHw25XgTuyFsE6F82fAmX { background-color:rgba(var(--color-primary-2),0);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:66.125rem;left:17.875rem;display:block; }
#skakxHDsQpTCQlCRPS0DqM6Z5Zu7gQQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HT4D99lD0V8T5QzMloaBpHP7W8Rmux6A { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:68.5625rem;left:24.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRHHA9hx8AXTSwo4teyTOBQekhL8kUhV { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:66.75rem;left:25.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U { 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; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row .container { background-color: transparent; background-image: none; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row .container > .video-iframe-container { display: none; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row > .video-iframe-container { display: none; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .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); }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row .container { border-width: 0; border-radius: 0; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#knBgIqSUVr8IBmER7x1cDD4VSXTsaWrQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.5rem;left:39.4375rem;height:11.25rem;font-style:normal;display:block; }
#mOD80N6xGp28RV0di40hFvy86FKno5w9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.5rem;left:39.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mOD80N6xGp28RV0di40hFvy86FKno5w9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mOD80N6xGp28RV0di40hFvy86FKno5w9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40dc689eda9847ee9b547aa3b96800c4f0024616.svg); }
#dTNQCZUSeilNZJXtIg5ztOlFU5HmrukQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:14rem;left:41.4375rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eftLrs25f7VeToZHdc1Cwa49vcAOmPIf { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.75rem;left:39.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eftLrs25f7VeToZHdc1Cwa49vcAOmPIf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eftLrs25f7VeToZHdc1Cwa49vcAOmPIf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc5227820a7ca8234b80b8d0f5257f1d5d993e77.svg); }
#DX9q0ns2lwa93qU4Ty5OaL7PAtCidcB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:32.75rem;left:41.4375rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GOuTVkgiD8UsUIEDZS2XQmehy8OSFH5q { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:31.5625rem;top:13.3125rem;left:2.59375rem;overflow:hidden;display:block; }
#nOqh8Jpxq5L0p1spSdt1pysWmdTRI1IT { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:9.375rem;top:8.84375rem;left:0.625rem;overflow:hidden;display:block; }
#Z7mdcmkMIZf3wGtw2mBCp87U2JtZeKVB { background-color:rgba(var(--color-primary-2),0);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:4.6875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:40.4375rem;left:38.5625rem;display:block; }
#wOQ1ykHdNAyoToexXfhyrDwAoWltb4mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNmuDlkJV60XNNaybuO4uCmfflTp9zJE { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:42.9990234375rem;left:45.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mi3eWbMiBktOSbF8yMtAOpX6lMITFWDT { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:41.2744140625rem;left:45.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLSQJ3XFS5Vnlyr3LyZgISzqqiXbNdma { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.75rem;top:40.4375rem;left:38.625rem;overflow:hidden;display:block; }
#U9A4TOh34MTUCKXkEQHwsUQeKN1Tna81 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:23.625rem;left:41.4375rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhZ1VSftWzJgrlc2Zwp8nT9dfKzwrQfF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.3125rem;left:39.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bhZ1VSftWzJgrlc2Zwp8nT9dfKzwrQfF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bhZ1VSftWzJgrlc2Zwp8nT9dfKzwrQfF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc5227820a7ca8234b80b8d0f5257f1d5d993e77.svg); }
#CEFyWrEFDPsrTRo8QcFuk9XRXqB9sC0t { z-index:15004;top:40.4375rem;left:58.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wC72mW8QJsq2WQSEnUaTPVCo7NdrwT0r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGOPr0m1ZmfV4n0LgxQzyGTEWVw4hLr5 { position:absolute;display:block;z-index:14997;background-color:#f8f8f8;background-image:none;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:47.625rem;width:36.75rem;top:0rem;left:0rem;display:block; }
#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row .container { background-color: transparent; background-image: none; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row .container > .video-iframe-container { display: none; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row > .video-iframe-container { display: none; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .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); }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row .container { border-width: 0; border-radius: 0; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#MMHZxP1NK7GE0pCtfIIHxDD298RdbmTi { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:11.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T17JoG5lohoZXH9L2z4xBcCHfBNhG7UU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:9.25rem;left:0rem;overflow:hidden;display:block; }
#MxeFNXMGED3faslu8zScBCt81bTweHHr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.0625rem;left:6.0625rem;height:3.375rem;display:block; }
#fex9Ot6HgAehsceusiJWmu4N1UzvPLCg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.0625rem;left:32rem;height:5.0625rem;display:block; }
#JFzeN2vAhazKw7Lb1T6T76KEcItRFz4X { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:9.25rem;left:25.9375rem;overflow:hidden;display:block; }
#hQEQyultuvxTR7VMn6XWq2VTyZ3o48di { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.0625rem;left:57.9375rem;height:5.0625rem;display:block; }
#PMkR9VrwRHqedqKuS0FfdPgRhlODi9Bz { 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:5rem;width:5rem;top:9.25rem;left:51.875rem;overflow:hidden;display:block; }
#rFvL0bb7wFnp7JVAPPSD9JT9Had06WDP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.375rem;left:32rem;height:3.375rem;display:block; }
#dfBTTWa69PiwwHA4tpyvvgtwCIwXwTNG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:17.375rem;left:57.9375rem;height:5.0625rem;display:block; }
#Ld4NKWt0wAu0sd8ROWwfyrpSBGZ6IoDt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:16.5625rem;left:51.875rem;overflow:hidden;display:block; }
#mPrmB1H0L8LTwG7T3vQR5R1sgInPRwT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:17.375rem;left:6.0625rem;height:3.375rem;display:block; }
#Bd0xTAQhIeyEi5Aoo0bU82RJ43zD9W0s { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:16.5625rem;left:25.9375rem;overflow:hidden;display:block; }
#fyUzBytmJnGU1eUsPZ12KdD6Qdlck7B1 { 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:5rem;width:5rem;top:16.5625rem;left:0rem;overflow:hidden;display:block; }
#veyxo1zVTaBTRfNzTTxkXN7tWGWIqXwa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:24.6875rem;left:32rem;height:3.375rem;display:block; }
#HyJoDenwdLQZPteW24Ioh4S6T29lbTom { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:24.6875rem;left:57.9375rem;height:3.375rem;display:block; }
#eIDMmw4CIo4HKuh65Cvax3KfsmAKAGtc { 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:5rem;width:4.9375rem;top:23.875rem;left:51.875rem;overflow:hidden;display:block; }
#TwMmtFIfZLoXxqlHgcQyxupuTlJ6my9P { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:24.6875rem;left:6.0625rem;height:3.375rem;display:block; }
#PPDL0gEcw6uer6XklkhE2uTH4pQ2P0UD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:23.875rem;left:25.9375rem;overflow:hidden;display:block; }
#z8ItmBP8lOLv555RZCv0EQTE6ub73pif { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi { 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; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container { background-color: transparent; background-image: none; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container > .video-iframe-container { display: none; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row > .video-iframe-container { display: none; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .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); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container { border-width: 0; border-radius: 0; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;position:relative;display:block; }#mI9cDWkaGKMdR4HaONBKQ6v6mIHIiN5u { color:rgba(var(--color-secondary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.8125rem;left:21.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJVJMbdWS4c8JRTMZ98VCQXEEX5qczK1 { position:absolute;display:block;z-index:15002;background-color:#f6f6f6;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:56.25rem;width:40.875rem;top:3.4375rem;left:17.0625rem;display:block; }
#ucbGUzU88xb5mO7SepyPdoe29EsRM8du { position:absolute;display:block;z-index:15005;height:50rem;width:38.75rem;top:8.78125rem;left:18.125rem;display:block; }
#AxL5crEArab1QJqmenbl1giGauyOyTib { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row .container { background-color: transparent; background-image: none; }#AxL5crEArab1QJqmenbl1giGauyOyTib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row .container > .video-iframe-container { display: none; }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row > .video-iframe-container { display: none; }#AxL5crEArab1QJqmenbl1giGauyOyTib > .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); }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row .container { border-width: 0; border-radius: 0; }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#sMRwb40DC2CohLpW2P3UUTmH59v2snmS { position:absolute;display:block;z-index:15008;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.1875rem solid #099ccf;border-left:0rem none #099ccf;border-right:0rem none #099ccf;border-bottom:0rem none #099ccf;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.8125rem 1.0625rem rgba(var(--color-tertiary-4),0.29) ;height:13.875rem;width:23.75rem;top:9.625rem;left:0rem;display:block; }
#UWIWNhBpgBgKRIM88kHVeg6PMoESuEpa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.375rem;top:20.875rem;left:1.875rem;overflow:hidden;display:block; }
#JdoAAwFQtUgvqB9M9E2vI2UKCKOZpkDO { color:#282f39;display:block;width:11.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:19.4375rem;left:1.875rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ongO6KDWmK50kCX464kzaNWfiWeEX6L5 { color:#282f39;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:12.5rem;left:1.875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#v57vHndXsWlwQmnCF6s0AzxwuRFiyHLO { position:absolute;display:block;z-index:15013;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.1875rem solid #099ccf;border-left:0rem none #099ccf;border-right:0rem none #099ccf;border-bottom:0rem none #099ccf;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.8125rem 1.0625rem rgba(var(--color-tertiary-4),0.3) ;height:13.8125rem;width:23.75rem;top:9.625rem;left:25.625rem;display:block; }
#yDMuc4hxXJi2DwZQMJItaBC48K1Vp8rw { color:#282f39;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:12.5rem;left:27.5rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#J5tEGDHsw9zwmCEaaOdXmJgmrab0mSgr { 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.1875rem solid #099ccf;border-left:0.0625rem solid #099ccf;border-right:0.0625rem solid #099ccf;border-bottom:0.0625rem solid #099ccf;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.8125rem 1.0625rem rgba(var(--color-tertiary-4),0.3) ;height:13.9375rem;width:23.75rem;top:9.625rem;left:51.25rem;display:block; }
#gfNGTwVqMZalXicBebJWAUmGTpA1FpPS { color:#282f39;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:12.5rem;left:53.1875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#fPi0J93C07tZnxu35QUVguxvmUbfn1c3 { color:rgba(var(--color-primary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.625rem;left:18.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asvtVD3H9QM0T7aE77cCnVQInoAtmXlv { color:#282f39;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.375rem;left:21.9375rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#az3kw10iQUsKRkUSOdXC2o9Qyws1eCMH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.375rem;top:20.9375rem;left:27.5rem;overflow:hidden;display:block; }
#d17uNPH5vcMT2Ov0WA0THTCSLx9deQnE { color:#282f39;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:19.5625rem;left:27.5rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9eW8xQyrt7ilLLXlUkAgNcbA5qfzfdE { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.375rem;top:21.5625rem;left:53.1875rem;overflow:hidden;display:block; }
#FidtegItSH5K9gBWrNQTOKqS14CMwcAi { color:#282f39;display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:20.1875rem;left:53.1875rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cBoy1PCTHTeaVKEpqavmO5zNlk7WMUW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.875rem;left:9.9375rem; }
#hZ1JRCAZvqIqCh4wNRi3JhSy0dITVONJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.875rem;left:35.5625rem; }
#RdD4UTX7NuNATDbaRQBuMOP7mrAWc7xD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.875rem;left:61.1875rem; }
#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG { 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; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row .container { background-color: transparent; background-image: none; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row .container > .video-iframe-container { display: none; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row > .video-iframe-container { display: none; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .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); }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row .container { border-width: 0; border-radius: 0; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#qtB6Ta595a9SHIurJbWeHNwd1BqJF3m5 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:18.94921875rem;left:0rem;height:11.8125rem;display:block; }
#bVkPKezMFN2d4ILTdOMAqn9wwT5Qsr6t { color:#009ee1;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:7.525390625rem;left:0rem;height:10.2363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGxHF8RRtmfqNf6fhhLBrK2TSfN32LN0 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:10.625rem;top:9.6357421875rem;left:38.9375rem;overflow:hidden;display:block; }
#svmbsLPEUK24bt4NreSlAVXhMLwaB43m { z-index:15008;top:40rem;left:21.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HdZ2uCqrxD2Sx9vniC5rhCgNblOT3uTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDNT1ibxe5f7Q7TQhKOtHvdt4GJTNAka { 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:4.6875rem;width:18.75rem;top:39.8125rem;left:0rem;overflow:hidden;display:block; }
#UB03iT0z3TuznHLaW02bOoih6Uakux0G { background-color:rgba(var(--color-primary-2),0);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.6875rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:39.8125rem;left:0rem;display:block; }
#CziLOS6CCvl8dJHKW1yXJWmsIfvSu8Bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmTnAH4t1EZX2IvTXXtRB1dfWb5oQQmo { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:42.375rem;left:6.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1man2xcotmOD1v4L4nH46xugozIlw6d { color:rgba(var(--color-primary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:40.4619140625rem;left:7.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RgbVuqUOyoKWrP6lLl0K5MzRcl3KJ5vq { position:absolute;display:block;z-index:14999;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:20.75rem;width:31.125rem;top:15rem;left:43.75rem;overflow:hidden;display:block; }
#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr { 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; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row .container { background-color: transparent; background-image: none; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row .container > .video-iframe-container { display: none; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row > .video-iframe-container { display: none; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .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); }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row .container { border-width: 0; border-radius: 0; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#hgLQreGZHizGioMZAfQzbiCFSMEbGWec { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.0625rem 1.5625rem rgba(var(--color-primary-4),0.6) ;height:42.25rem;width:32.375rem;top:6.34375rem;left:5.25rem;overflow:hidden;display:block; }
#F9EHWeTLc6WGhwplrkc5wdgcrFq402em { color:rgba(var(--color-primary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.6875rem;left:45.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aG7JOOhphVRWga0J5UtBw2oWuDlIgTLS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3125rem;left:42.75rem;height:23rem;overflow:hidden;display:block; }#aG7JOOhphVRWga0J5UtBw2oWuDlIgTLS li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#aG7JOOhphVRWga0J5UtBw2oWuDlIgTLS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f10f43d6942ae95dedbf80bf88080226cccf26c1.svg); }
#i6Upvm1HwtRxOiGLd4JnSo31d2PH4BXx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.3125rem;left:55.625rem;height:23rem;overflow:hidden;display:block; }#i6Upvm1HwtRxOiGLd4JnSo31d2PH4BXx li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#i6Upvm1HwtRxOiGLd4JnSo31d2PH4BXx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f10f43d6942ae95dedbf80bf88080226cccf26c1.svg); }
#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row .container { background-color: transparent; background-image: none; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row .container > .video-iframe-container { display: none; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row > .video-iframe-container { display: none; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .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); }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row .container { border-width: 0; border-radius: 0; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#iu3TthU0CdccBrgipcUpTn0DbsJIMLoz { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.875rem;left:21.0625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDUPtb212GKDrVvmQqMF69biK6AqJUyA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:40.5625rem;top:2.25rem;left:17.25rem;display:block; }
#l6VhoJ5ld8s31lPf3sb24dFk1B1ZMfgx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:8.5625rem;left:3.5rem;overflow:hidden;display:block; }
#be9TwO9JPiWzdBzTmhXnHTt9cF1LaWwx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:8.5625rem;left:20.75rem;overflow:hidden;display:block; }
#JlnmIAMeOybKP4zqeVd9KlsthPVcI8et { 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:15.625rem;width:15.625rem;top:8.5625rem;left:38.25rem;overflow:hidden;display:block; }
#B2vHDfrLipfS45TeTed4LZu2eB1BHlPl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:8.5625rem;left:55.875rem;overflow:hidden;display:block; }
#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row .container { background-color: transparent; background-image: none; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row .container > .video-iframe-container { display: none; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row > .video-iframe-container { display: none; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .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); }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row .container { border-width: 0; border-radius: 0; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#OG3BIZ8xbBzGSCo14vZbC7yvSyGJvPEy { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:24.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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:none; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container { border-width: 0; border-radius: 0; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#D4xPOd1tR6oB6KJ1PZDRIfRkSIV8TwSS { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.03125rem;left:15.5625rem;display:none; }
#fhZRF7nwQLD0T0p9tVhao9TVdDOzABzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROLPExRxX7l2x3iohXlPbRypPJIOfzuF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EcRaeq0xN2LZGcT8C2Hz586SiN1ZlXbH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:1.0625rem;left:10.3125rem;display:none; }
#OyZGXDWEOtfPeIBbD7ZcXzvkyVrID7pD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vkP1I7Xf4qTUAHuCBBe8Osm8EUoDIoP7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"wix madefor text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yeKsVSuQlnEXkCFtvDFw4SRH82uteKUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg { display:block; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwW5L35T9rkbJXIPMi3P8WSBdq5bgSTo { top:1.3125rem;left:0rem;width:11.25rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk0Tqqk0tRaZWtusgd2dIK6cuXPdzJx2 { top:1rem;left:0rem;width:3rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K { top:1.375rem;left:37.3125rem;width:10.4375rem;height:;font-size:1.0625rem;display:none; }#OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a08ad9fdb77e4ab9eb4d7a40b7f2406bbd85329.svg); }
 }@media only screen and (max-width: 763px) { #TMO43Jwxd0fVHpmJufxi6Ayu3cHTBTR8 { top:1.375rem;left:0rem;width:13.1875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #An3fyK1vJLBHJeN4Xwvyq0uQFUBHsSdf { top:1.125rem;left:10.75rem;width:2.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ2R02OmndbG82NHIl4dUP7KUbrsZyml { top:1.5rem;left:10.9375rem;width:13.1875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEtLJ8XqadLgGJiuWEMLKV4goznvooEi { display:block; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzkoxxKA6DLTsOzS3XlJfQIdWpERUtrL { top:1.375rem;left:0rem;width:9.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E02SdcLWRcc1dvTM5MvK978W96sDOM4u { top:3.8125rem;left:8.5rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQwtbK6HM0J6vIMnM9GHrOAgG1qbTNkM { top:3.8125rem;left:17.3125rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIKmmSkfS4h7LgRpxz5hESNQnAEHTFgg { top:3.5rem;left:36rem;width:11.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4hxO8frbK37c0zqBQMmn4PN0LSSD6yb { top:3.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1OoRhvlxMxB7q6oy0lmIT0r0B5wRdNN { width:16.25rem;height:4.1875rem;top:2.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODKAE1i0iCWQyAL9acNgaH6bXIcUGkW7 { display:block; }
 }@media only screen and (max-width: 763px) { #OmxMmGkBMN4GrUoleTglHNLv3W90wl5z { top:3.375rem;left:34.9375rem;width:8.5625rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7AZ6y8nmmq4xOTNskdFDHQH5AfTKLNm { top:2.375rem;left:31.5625rem;width:16.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDPm6IgzzF8vRS146iT7ANO3is0mzTpD { display:none; }
 }@media only screen and (max-width: 763px) { #IlsQHFkcedL2yiQz0wS6XNeT5ToxGVSl { top:1.25rem;left:0rem;width:6rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hrxt8QIdApRpw40o8iMyLZL0bymuZKFu { display:none; }
 }@media only screen and (max-width: 763px) { #EahbdspnyXeRQN5unTs35zMTAz8wsicT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #u46w3OB1LMpMwWbX4ANlJVPrroshGiK2 { display:block; }
 }@media only screen and (max-width: 763px) { #xZKghpTmbp29HwhZTZyJt4hle6Ed0TyH { top:3.8125rem;left:24.125rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM { display:block; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnL8AQEVewqlbszIroyR5FSc1mT9oiCd { top:8.75rem;left:0rem;width:37rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0GJKrA9CV6G4B0O9hLIam6m59Ei7V45 { top:20.125rem;left:0rem;width:24.0625rem;height:;font-size:1rem;display:block; }#L0GJKrA9CV6G4B0O9hLIam6m59Ei7V45 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9e17e8db9c4477bd1f6a63c60de3619c1559956.svg); }
 }@media only screen and (max-width: 763px) { #HcRHsEqvauBfEnlFxscFbibZEqBNdT39 { top:40.125rem;left:0rem;width:15.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBkTIbaPzVMidPr988Wtr2dpif8eudMf { top:40.4375rem;left:0rem;width:5.3125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxLNs6famByuLHaGMtATG25kmgSVeznI { top:8.75rem;left:20.8125rem;width:26.9375rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQLS0TlOeNsgU4JvK70uuTD6C0F4GLI { top:10.8125rem;left:23.75rem;width:24rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTfWo7vEX5ca6dN3D968nugA4q5so6T { top:8.75rem;left:21.6875rem;width:26.0625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igB8HQ2KzKtQFqrx0huqbfHSTC81kFuC { top:14.6875rem;left:22.5625rem;width:25.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snMaJEvD59SmK3EKTTe5iLAeKJlWyQMT { top:7.875rem;left:20.8125rem;width:26.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwW8RvsTkUJTpROzktQ8DvZDw8eGVVoa { width:18.75rem;height:4.6875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6esDSAMftqdCLPyR7HLzbMX0y1nWUAR { display:block; }
 }@media only screen and (max-width: 763px) { #on6vZBVTDXOEFKhyUIDT4TlyseL7X1DA { top:36.5rem;left:0rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzxvAVDflJNDfDsoLbk8y6RM7dJmcRXN { top:34.75rem;left:0rem;width:11.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tciGgTA4hyWsMPcQOkVpuZUgKis2vc74 { display:none; }
 }@media only screen and (max-width: 763px) { #ArTP8CxbIMd255WRLai5SVo062FZl12B { top:35rem;left:14.75rem;width:7.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJ4bK38XWWmqwK302vyxVViNS7S6DCB { top:33.8125rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTSdxm2gc6R1Sq531o7FHBUhsGgMNl4 { top:8rem;left:0rem;width:15.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3LXvP6LdgamclKs7a9DLvVwVlygaCNU { top:5.0625rem;left:0rem;width:32.9375rem;height:;font-size:0.875rem;display:none; }#t3LXvP6LdgamclKs7a9DLvVwVlygaCNU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a08ad9fdb77e4ab9eb4d7a40b7f2406bbd85329.svg); }
 }@media only screen and (max-width: 763px) { #d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L { display:block; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwEqb4i2RIX8Taw8dHi8s49n7goJU3Uk { top:1.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU { display:block; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiKId5R5TkCg139TvQNwLoIazGCL2v2u { top:15.25rem;left:0rem;width:35.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Idz2wPps2JbAW5UInHwc9TlNZVZQav { top:0.6875rem;left:0rem;width:22.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBcX1A5VcXSZGC92dNeVbavVzTmKGXWS { top:6.3125rem;left:6.875rem;width:12.8125rem;height:6.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw58PiG0pzGAJF49lyC2LyU984GQVMcC { top:20.1875rem;left:0rem;width:24.5625rem;height:11.25rem;font-size:1.0625rem;display:block; }#nw58PiG0pzGAJF49lyC2LyU984GQVMcC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9769dba1764a0809c98a02d7240241cb65eedd11.svg); }
 }@media only screen and (max-width: 763px) { #M4wllQDAzEIhCqTxvTMdiNTvyAUP6gRG { top:9.625rem;left:20.0625rem;width:27.6875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrgscNVi7ZwfRBlLNuJr9KCAMthiaV8L { top:39.6875rem;left:7.4375rem;width:16.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLWqtJhVVaTsOgP7T36R8zMO5QnfaGys { display:block; }
 }@media only screen and (max-width: 763px) { #rfIt7a3ndNkdNWlnT22tZFXDudRzHntE { top:39.6875rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFghB5hmTlslT9nCklxXHiTUe9XTe3u { width:18.75rem;height:4.6875rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrQ8xnWvuOpnMnDNsIZOdndc5UciClvZ { display:block; }
 }@media only screen and (max-width: 763px) { #QzKHoxRtcHHkazT3rfvZ4IvlffezQQ7g { top:42.25rem;left:0rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc0pVayJBAvfuImnlBT3d7Wd9nxuorzX { top:40.5rem;left:0.0625rem;width:11.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKaPMxJsOW6fGdtvJiT2xkMWvwzgy9bU { top:5.0625rem;left:10.90625rem;width:4.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA { display:block; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFQmfTd17y3GFZKPPQlTqldBeTlTMqiT { top:2.25rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9ivygyKolnXA3EficxpoQInBGrChCnT { top:7.3125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI4BscRaoZW4oHXGOGuJhSpTZ8aWWPMv { top:1.375rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TWhWWhBKBO8N2auQ2WdmouOZgcgO2e { top:2.75rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES8tnZI4oAUOkNxDlg246DCS4OhvJZri { top:3.25rem;left:0rem;width:1.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI { display:block; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tThyx1wMy9QN86oWx6BhqTaqWHRsH09R { top:18rem;left:12.625rem;width:35.125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdU7ieMgJFWAMOECdtVXB4XOaA8h0wK3 { top:3.3125rem;left:23.875rem;width:22.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKwdALvSxZgn4SSc0n7GINOOLZzBlbai { top:8.75rem;left:31.875rem;width:12.8125rem;height:6.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avkhyrp4QeMvOGIQ62yMQMWX3ZMnUtOi { top:11.4375rem;left:0rem;width:27.6875rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPTB1q8tXWre9isN9fSxm1D6SlaTiD9p { top:41.0625rem;left:31.3125rem;width:16.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX5i56W4PwpF9MVpWtBhxl0Kh8aCWgWd { display:block; }
 }@media only screen and (max-width: 763px) { #n34wWaVlfZiKdd36WEusRFRd3TWSbDin { top:41.0625rem;left:5.125rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxU7puf0thB2yrUmKh8i1i96lTVpahX { width:18.75rem;height:4.6875rem;top:41.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2GH4tWx0MNeF4Jyl4JHr7y6sI46IMWA { display:block; }
 }@media only screen and (max-width: 763px) { #Wd8yb3ziQAnKi4FNpq8f0CHusJdUOBVb { top:43.6875rem;left:23.875rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZvrSCyIsBKeCDgqMtu2kLG4cqsPBqUB { top:41.875rem;left:23.875rem;width:11.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC9HXt14hTn3fnASofDxmTDd5ZVwBFvT { top:22.4375rem;left:22rem;width:25.75rem;height:13.5625rem;font-size:1.0625rem;display:block; }#FC9HXt14hTn3fnASofDxmTDd5ZVwBFvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9769dba1764a0809c98a02d7240241cb65eedd11.svg); }
 }@media only screen and (max-width: 763px) { #Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf { display:block; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef7HgHUHvNTvkgw1LNm3snbnJDnT5nhi { top:14.6875rem;left:0rem;width:15.25rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uShEoVlGWeTFTPtmTJhovGoWXnPxTREe { top:21.8125rem;left:0rem;width:20.3125rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgqUsbDLnCN7JSGAiAwUV78QvUxGfuZv { top:8.875rem;left:0.0625rem;width:46rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZRXS0ikVi48Q7ZcBPLNHuKzylgGZpIp { top:45.625rem;left:0rem;width:23.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na1vyfzRbCaMkVewpcqP3pwhDrM5kyGJ { top:45.625rem;left:12rem;width:23.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVA4VJ0NTBUNvsbpZhbTEyusTqleH33 { top:45.625rem;left:24rem;width:23.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkteIBGXt78seBI0CTw4TK9sxHpJrMlN { top:5.25rem;left:5.0625rem;width:37.6875rem;height:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLyOHqCA9csgKQgbmNS6b4J29CpU7DT { top:20.625rem;left:0rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdeAWw3Toc1fOi9aOwbF7lXKD8NO0pnt { top:14rem;left:0rem;width:23.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioONQXagDD4RZtnztfA4ScKxgVX3AmSA { top:20.625rem;left:12rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnJQ0qelmrxBKNtno3Tx0vtiD5fMmk4O { top:21.8125rem;left:13.9375rem;width:20.3125rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVd0goISlzKuJ98BTu06o61PLkcOGtcz { top:14.6875rem;left:16.5rem;width:15.25rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuZFCuXxLQPO6ihdu595JRGIfznlNog { top:14rem;left:12rem;width:23.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmQNomK8PJJm21PRv23GFWKL4GWMpvu6 { top:20.625rem;left:24rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpMEONUQMb1gAPN9QOFvd9lbrar3pma9 { top:21.75rem;left:27.9375rem;width:19.8125rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfb2V8J28oddewqiL5lGZNLOMsXNJA6h { top:14.6875rem;left:32.5rem;width:15.25rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWkslpOtQeTscnQzwf9bqy2OmwVCmUz0 { top:14rem;left:24rem;width:23.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygH43pK744d0rTQJpTIKufkUAAJVMIRV { top:33rem;left:0rem;width:20.3125rem;height:11.3125rem;font-size:1rem;display:block; }#ygH43pK744d0rTQJpTIKufkUAAJVMIRV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cfa7cf70621dc9f252b9777bf9ce946f56f7df0.svg); }
 }@media only screen and (max-width: 763px) { #IRmuKgMT43e0U0WyfRozgG0qA8KQpabF { top:33rem;left:13.9375rem;width:20.3125rem;height:11.3125rem;font-size:1rem;display:block; }#IRmuKgMT43e0U0WyfRozgG0qA8KQpabF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cfa7cf70621dc9f252b9777bf9ce946f56f7df0.svg); }
 }@media only screen and (max-width: 763px) { #TZEKik0W7NiE0m3hAnmFpgQfHmhWyUQ5 { top:34.25rem;left:26.75rem;width:21rem;height:9.625rem;font-size:1rem;display:block; }#TZEKik0W7NiE0m3hAnmFpgQfHmhWyUQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1dd5801d6fe60c7ded68b37769373ae0c4aa39bb.svg); }
 }@media only screen and (max-width: 763px) { #RMHG82DXVFUuVopB3Tksl4NJHv9GAgrb { top:66.25rem;left:25.4375rem;width:16.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7atefhQz8Lvfpx90bKNrTKeI1icBymg { display:block; }
 }@media only screen and (max-width: 763px) { #s2GOqxhRV81eod9udimoCz2JfBKzw6IM { top:66.0625rem;left:4.25rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaXIT5DNhoIoHw25XgTuyFsE6F82fAmX { width:18.75rem;height:4.6875rem;top:66.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skakxHDsQpTCQlCRPS0DqM6Z5Zu7gQQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #HT4D99lD0V8T5QzMloaBpHP7W8Rmux6A { top:68.5625rem;left:11.0625rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRHHA9hx8AXTSwo4teyTOBQekhL8kUhV { top:66.75rem;left:11.4375rem;width:11.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roM8lqu2JNdrbbwqGTzF7p5rGFMx744U { display:block; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knBgIqSUVr8IBmER7x1cDD4VSXTsaWrQ { top:2.5rem;left:16.1875rem;width:31.5625rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOD80N6xGp28RV0di40hFvy86FKno5w9 { top:11.5rem;left:25.8125rem;width:18.8125rem;height:1.875rem;font-size:1.125rem;display:block; }#mOD80N6xGp28RV0di40hFvy86FKno5w9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40dc689eda9847ee9b547aa3b96800c4f0024616.svg); }
 }@media only screen and (max-width: 763px) { #dTNQCZUSeilNZJXtIg5ztOlFU5HmrukQ { top:14rem;left:22.375rem;width:25.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eftLrs25f7VeToZHdc1Cwa49vcAOmPIf { top:20.75rem;left:22.3125rem;width:25.4375rem;height:1.875rem;font-size:1.125rem;display:block; }#eftLrs25f7VeToZHdc1Cwa49vcAOmPIf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc5227820a7ca8234b80b8d0f5257f1d5d993e77.svg); }
 }@media only screen and (max-width: 763px) { #DX9q0ns2lwa93qU4Ty5OaL7PAtCidcB4 { top:32.75rem;left:21.75rem;width:26rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOuTVkgiD8UsUIEDZS2XQmehy8OSFH5q { top:13.3125rem;left:0rem;width:31.5625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOqh8Jpxq5L0p1spSdt1pysWmdTRI1IT { top:8.8125rem;left:0rem;width:9.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7mdcmkMIZf3wGtw2mBCp87U2JtZeKVB { width:18.8125rem;height:4.6875rem;top:40.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOQ1ykHdNAyoToexXfhyrDwAoWltb4mJ { display:block; }
 }@media only screen and (max-width: 763px) { #yNmuDlkJV60XNNaybuO4uCmfflTp9zJE { top:42.9375rem;left:31.625rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3eWbMiBktOSbF8yMtAOpX6lMITFWDT { top:41.25rem;left:32.1875rem;width:11.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSQJ3XFS5Vnlyr3LyZgISzqqiXbNdma { top:40.4375rem;left:25rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9A4TOh34MTUCKXkEQHwsUQeKN1Tna81 { top:23.625rem;left:22.375rem;width:25.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZ1VSftWzJgrlc2Zwp8nT9dfKzwrQfF { top:30.3125rem;left:22.3125rem;width:25.4375rem;height:1.875rem;font-size:1.125rem;display:block; }#bhZ1VSftWzJgrlc2Zwp8nT9dfKzwrQfF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc5227820a7ca8234b80b8d0f5257f1d5d993e77.svg); }
 }@media only screen and (max-width: 763px) { #CEFyWrEFDPsrTRo8QcFuk9XRXqB9sC0t { top:40.4375rem;left:31.625rem;width:16.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC72mW8QJsq2WQSEnUaTPVCo7NdrwT0r { display:block; }
 }@media only screen and (max-width: 763px) { #pGOPr0m1ZmfV4n0LgxQzyGTEWVw4hLr5 { top:0rem;left:0rem;width:36.75rem;height:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A { display:block; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMHZxP1NK7GE0pCtfIIHxDD298RdbmTi { top:4.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T17JoG5lohoZXH9L2z4xBcCHfBNhG7UU { top:9.25rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxeFNXMGED3faslu8zScBCt81bTweHHr { top:10.0625rem;left:0rem;width:17.125rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fex9Ot6HgAehsceusiJWmu4N1UzvPLCg { top:10.0625rem;left:18.375rem;width:17.0625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFzeN2vAhazKw7Lb1T6T76KEcItRFz4X { top:9.25rem;left:12.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQEQyultuvxTR7VMn6XWq2VTyZ3o48di { top:10.0625rem;left:30.6875rem;width:17.0625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMkR9VrwRHqedqKuS0FfdPgRhlODi9Bz { top:9.25rem;left:38.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFvL0bb7wFnp7JVAPPSD9JT9Had06WDP { top:17.375rem;left:18.375rem;width:17.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfBTTWa69PiwwHA4tpyvvgtwCIwXwTNG { top:17.375rem;left:30.6875rem;width:17.0625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4NKWt0wAu0sd8ROWwfyrpSBGZ6IoDt { top:16.5625rem;left:38.25rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPrmB1H0L8LTwG7T3vQR5R1sgInPRwT4 { top:17.375rem;left:0rem;width:17.0625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd0xTAQhIeyEi5Aoo0bU82RJ43zD9W0s { top:16.5625rem;left:12.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyUzBytmJnGU1eUsPZ12KdD6Qdlck7B1 { top:16.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #veyxo1zVTaBTRfNzTTxkXN7tWGWIqXwa { top:24.6875rem;left:18.375rem;width:17.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyJoDenwdLQZPteW24Ioh4S6T29lbTom { top:24.6875rem;left:30.6875rem;width:17.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIDMmw4CIo4HKuh65Cvax3KfsmAKAGtc { top:23.875rem;left:38.25rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMmtFIfZLoXxqlHgcQyxupuTlJ6my9P { top:24.6875rem;left:0rem;width:17.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPDL0gEcw6uer6XklkhE2uTH4pQ2P0UD { top:23.875rem;left:12.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ItmBP8lOLv555RZCv0EQTE6ub73pif { top:23.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi { display:block; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI9cDWkaGKMdR4HaONBKQ6v6mIHIiN5u { top:4.8125rem;left:7.84375rem;width:32.0625rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVJMbdWS4c8JRTMZ98VCQXEEX5qczK1 { top:3.4375rem;left:3.4375rem;width:40.875rem;height:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucbGUzU88xb5mO7SepyPdoe29EsRM8du { top:8.75rem;left:4.5rem;width:38.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxL5crEArab1QJqmenbl1giGauyOyTib { display:block; }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMRwb40DC2CohLpW2P3UUTmH59v2snmS { top:9.625rem;left:0rem;width:23.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWIWNhBpgBgKRIM88kHVeg6PMoESuEpa { top:20.875rem;left:0rem;width:6.375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdoAAwFQtUgvqB9M9E2vI2UKCKOZpkDO { top:19.4375rem;left:0rem;width:11.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongO6KDWmK50kCX464kzaNWfiWeEX6L5 { top:12.5rem;left:0rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57vHndXsWlwQmnCF6s0AzxwuRFiyHLO { top:9.625rem;left:12rem;width:23.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDMuc4hxXJi2DwZQMJItaBC48K1Vp8rw { top:12.5rem;left:13.875rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5tEGDHsw9zwmCEaaOdXmJgmrab0mSgr { top:9.625rem;left:23.875rem;width:23.75rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfNGTwVqMZalXicBebJWAUmGTpA1FpPS { top:12.5rem;left:27.75rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPi0J93C07tZnxu35QUVguxvmUbfn1c3 { top:2.625rem;left:5.0625rem;width:37.6875rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asvtVD3H9QM0T7aE77cCnVQInoAtmXlv { top:6.375rem;left:8.3125rem;width:31.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #az3kw10iQUsKRkUSOdXC2o9Qyws1eCMH { top:20.9375rem;left:13.875rem;width:6.375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d17uNPH5vcMT2Ov0WA0THTCSLx9deQnE { top:19.5625rem;left:13.875rem;width:14.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9eW8xQyrt7ilLLXlUkAgNcbA5qfzfdE { top:21.5625rem;left:39.5625rem;width:6.375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FidtegItSH5K9gBWrNQTOKqS14CMwcAi { top:20.1875rem;left:35.3125rem;width:12.4375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBoy1PCTHTeaVKEpqavmO5zNlk7WMUW0 { top:7.875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ1JRCAZvqIqCh4wNRi3JhSy0dITVONJ { top:7.875rem;left:21.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdD4UTX7NuNATDbaRQBuMOP7mrAWc7xD { top:7.875rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG { display:block; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtB6Ta595a9SHIurJbWeHNwd1BqJF3m5 { top:18.9375rem;left:0rem;width:40.5rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVkPKezMFN2d4ILTdOMAqn9wwT5Qsr6t { top:7.5rem;left:0rem;width:37.3125rem;height:10.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxHF8RRtmfqNf6fhhLBrK2TSfN32LN0 { top:9.625rem;left:25.3125rem;width:10.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svmbsLPEUK24bt4NreSlAVXhMLwaB43m { top:40rem;left:7.5625rem;width:16.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdZ2uCqrxD2Sx9vniC5rhCgNblOT3uTW { display:block; }
 }@media only screen and (max-width: 763px) { #QDNT1ibxe5f7Q7TQhKOtHvdt4GJTNAka { top:39.8125rem;left:0rem;width:18.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB03iT0z3TuznHLaW02bOoih6Uakux0G { width:18.75rem;height:4.6875rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CziLOS6CCvl8dJHKW1yXJWmsIfvSu8Bz { display:block; }
 }@media only screen and (max-width: 763px) { #QmTnAH4t1EZX2IvTXXtRB1dfWb5oQQmo { top:42.375rem;left:0rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1man2xcotmOD1v4L4nH46xugozIlw6d { top:40.4375rem;left:0rem;width:11.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgbVuqUOyoKWrP6lLl0K5MzRcl3KJ5vq { top:15rem;left:16.5rem;width:31.125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr { display:block; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgLQreGZHizGioMZAfQzbiCFSMEbGWec { top:6.3125rem;left:0rem;width:32.375rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9EHWeTLc6WGhwplrkc5wdgcrFq402em { top:13.6875rem;left:28.1875rem;width:19.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG7JOOhphVRWga0J5UtBw2oWuDlIgTLS { top:18.3125rem;left:29.125rem;width:12.25rem;height:23rem;font-size:1rem;display:block; }#aG7JOOhphVRWga0J5UtBw2oWuDlIgTLS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f10f43d6942ae95dedbf80bf88080226cccf26c1.svg); }
 }@media only screen and (max-width: 763px) { #i6Upvm1HwtRxOiGLd4JnSo31d2PH4BXx { top:18.3125rem;left:35.875rem;width:11.875rem;height:23rem;font-size:1rem;display:block; }#i6Upvm1HwtRxOiGLd4JnSo31d2PH4BXx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f10f43d6942ae95dedbf80bf88080226cccf26c1.svg); }
 }@media only screen and (max-width: 763px) { #Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 { display:block; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu3TthU0CdccBrgipcUpTn0DbsJIMLoz { top:2.875rem;left:7.4375rem;width:32.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDUPtb212GKDrVvmQqMF69biK6AqJUyA { top:2.25rem;left:3.625rem;width:40.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6VhoJ5ld8s31lPf3sb24dFk1B1ZMfgx { top:8.5625rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be9TwO9JPiWzdBzTmhXnHTt9cF1LaWwx { top:8.5625rem;left:7.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnmIAMeOybKP4zqeVd9KlsthPVcI8et { top:8.5625rem;left:24.625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vHDfrLipfS45TeTed4LZu2eB1BHlPl { top:8.5625rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB { display:block; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OG3BIZ8xbBzGSCo14vZbC7yvSyGJvPEy { top:1.4375rem;left:11.25rem;width:25.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 { display:block; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4xPOd1tR6oB6KJ1PZDRIfRkSIV8TwSS { width:14.25rem;height:3.4375rem;top:2rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhZRF7nwQLD0T0p9tVhao9TVdDOzABzT { display:block; }
 }@media only screen and (max-width: 763px) { #ROLPExRxX7l2x3iohXlPbRypPJIOfzuF { display:none; }
 }@media only screen and (max-width: 763px) { #EcRaeq0xN2LZGcT8C2Hz586SiN1ZlXbH { top:1.0625rem;left:0rem;width:8.75rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyZGXDWEOtfPeIBbD7ZcXzvkyVrID7pD { display:none; }
 }@media only screen and (max-width: 763px) { #vkP1I7Xf4qTUAHuCBBe8Osm8EUoDIoP7 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yeKsVSuQlnEXkCFtvDFw4SRH82uteKUy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg { position:relative;z-index:auto;display:block; }#Pnk3hLKJIJC5t37V1oUtdUTeASEVdkEg > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwW5L35T9rkbJXIPMi3P8WSBdq5bgSTo { width:9.875rem;height:1.0556625rem;top:0.5625rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nk0Tqqk0tRaZWtusgd2dIK6cuXPdzJx2 { width:2.1875rem;height:1.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K { width:10.4375rem;height:auto;top:1.375rem;left:4.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15057;font-family:poppins;display:none; }#OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OuUvvgZLSpcZufBxw3TLJBdU2X7JhM5K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a08ad9fdb77e4ab9eb4d7a40b7f2406bbd85329.svg); }
 }@media only screen and (max-width: 763px) { #TMO43Jwxd0fVHpmJufxi6Ayu3cHTBTR8 { width:9.5rem;height:1.0556625rem;top:2.125rem;left:0.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #An3fyK1vJLBHJeN4Xwvyq0uQFUBHsSdf { width:1.8125rem;height:1.375rem;top:2rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ2R02OmndbG82NHIl4dUP7KUbrsZyml { width:9.75rem;height:1.0556625rem;top:2.1875rem;left:10.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEtLJ8XqadLgGJiuWEMLKV4goznvooEi { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container { background-color: transparent; background-image: none; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container > .video-iframe-container { display: none; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row > .video-iframe-container { display: none; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .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); }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container { border-width: 0; border-radius: 0; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEtLJ8XqadLgGJiuWEMLKV4goznvooEi > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzkoxxKA6DLTsOzS3XlJfQIdWpERUtrL { width:5.5rem;height:3.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E02SdcLWRcc1dvTM5MvK978W96sDOM4u { width:7.25rem;height:0;top:7.71875rem;left:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQwtbK6HM0J6vIMnM9GHrOAgG1qbTNkM { width:6.875rem;height:0;top:10.26855625rem;left:6.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIKmmSkfS4h7LgRpxz5hESNQnAEHTFgg { width:8.6875rem;height:0;top:2.58984375rem;left:11rem;font-size:1rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #f4hxO8frbK37c0zqBQMmn4PN0LSSD6yb { display:flex;width:2.5rem;height:2.5rem;top:2rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1OoRhvlxMxB7q6oy0lmIT0r0B5wRdNN { width:12.8125rem;height:3.8125rem;top:1.625rem;left:7.1875rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #ODKAE1i0iCWQyAL9acNgaH6bXIcUGkW7 { display:block; }
 }@media only screen and (max-width: 763px) { #OmxMmGkBMN4GrUoleTglHNLv3W90wl5z { width:6.6875rem;height:1.6875rem;top:2.4375rem;left:13.3125rem;z-index:15057;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #w7AZ6y8nmmq4xOTNskdFDHQH5AfTKLNm { width:16.1875rem;height:4.25rem;top:5.375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDPm6IgzzF8vRS146iT7ANO3is0mzTpD { top:1.09375rem;left:9.6875rem;width:10.3125rem;height:3.375rem;z-index:15004;background-color:#cfff25;background-image:none;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IlsQHFkcedL2yiQz0wS6XNeT5ToxGVSl { top:2.03125rem;left:13.3125rem;width:6rem;height:1.5rem;z-index:15005;color:#152042;font-family:"wix madefor text";line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrxt8QIdApRpw40o8iMyLZL0bymuZKFu { display:flex;top:1.65625rem;left:10.375rem;width:2.25rem;height:2.25rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #EahbdspnyXeRQN5unTs35zMTAz8wsicT { top:0.75rem;left:9.5625rem;width:10.4375rem;height:3.9375rem;z-index:15018;font-family:poppins;font-size:1rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u46w3OB1LMpMwWbX4ANlJVPrroshGiK2 { display:block; }
 }@media only screen and (max-width: 763px) { #xZKghpTmbp29HwhZTZyJt4hle6Ed0TyH { width:7.875rem;height:auto;top:3.8125rem;left:6.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7146c0c-493a-4523-bcd1-096aae92bae9/chimneycleaning1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM.adaptive-delivery-prevent-bg, #ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM.lazyload, #ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM.lazyloading { background-image: none; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container { background-color: transparent; background-image: none; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,32,66,0.92); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container > .video-iframe-container { display: none; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(21,32,66,0.92); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row > .video-iframe-container { display: none; }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .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); }#ETlFucSCB9xRmxbkPU04yqXuiTQ1aZhM > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnL8AQEVewqlbszIroyR5FSc1mT9oiCd { width:20rem;height:4.875rem;top:6.3125rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0GJKrA9CV6G4B0O9hLIam6m59Ei7V45 { width:20rem;height:7.3359375rem;top:14.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#L0GJKrA9CV6G4B0O9hLIam6m59Ei7V45 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9e17e8db9c4477bd1f6a63c60de3619c1559956.svg); }
 }@media only screen and (max-width: 763px) { #HcRHsEqvauBfEnlFxscFbibZEqBNdT39 { width:12rem;height:1.29980625rem;top:30.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBkTIbaPzVMidPr988Wtr2dpif8eudMf { width:5.3125rem;height:0.9375rem;top:30.625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxLNs6famByuLHaGMtATG25kmgSVeznI { width:20rem;height:37.125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQLS0TlOeNsgU4JvK70uuTD6C0F4GLI { width:20rem;height:1.13671875rem;top:42.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTfWo7vEX5ca6dN3D968nugA4q5so6T { width:20rem;height:1.6494125rem;top:39.9375rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #igB8HQ2KzKtQFqrx0huqbfHSTC81kFuC { width:18.875rem;height:24.875rem;top:46.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snMaJEvD59SmK3EKTTe5iLAeKJlWyQMT { width:20rem;height:5.25rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwW8RvsTkUJTpROzktQ8DvZDw8eGVVoa { width:18.75rem;height:4.6875rem;top:24.3125rem;left:0.625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #K6esDSAMftqdCLPyR7HLzbMX0y1nWUAR { display:block; }
 }@media only screen and (max-width: 763px) { #on6vZBVTDXOEFKhyUIDT4TlyseL7X1DA { width:12rem;height:1.29980625rem;top:26.75rem;left:6.875rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #pzxvAVDflJNDfDsoLbk8y6RM7dJmcRXN { width:11.375rem;height:1.625rem;top:25.125rem;left:7.4375rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #tciGgTA4hyWsMPcQOkVpuZUgKis2vc74 { display:flex;top:35rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #ArTP8CxbIMd255WRLai5SVo062FZl12B { width:7.1875rem;height:5.5625rem;top:73.4375rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mJJ4bK38XWWmqwK302vyxVViNS7S6DCB { width:18.75rem;height:4.6875rem;top:24.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTSdxm2gc6R1Sq531o7FHBUhsGgMNl4 { width:15.875rem;height:0.25rem;top:12.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3LXvP6LdgamclKs7a9DLvVwVlygaCNU { width:19rem;height:1.3125rem;top:3.8125rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15057;font-family:poppins;display:block; }#t3LXvP6LdgamclKs7a9DLvVwVlygaCNU li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#t3LXvP6LdgamclKs7a9DLvVwVlygaCNU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a08ad9fdb77e4ab9eb4d7a40b7f2406bbd85329.svg); }
 }@media only screen and (max-width: 763px) { #d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L { display:block; }#d4NHvAkTk1DUS4zGbFWR67FpgBc6bf4L > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwEqb4i2RIX8Taw8dHi8s49n7goJU3Uk { width:20rem;height:2.3994125rem;top:0.92578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU { display:block; }#hhS5qxfSgnDRKqCuVgOAsKT0CtxNKmbU > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiKId5R5TkCg139TvQNwLoIazGCL2v2u { width:20rem;height:1.65rem;top:12.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r7Idz2wPps2JbAW5UInHwc9TlNZVZQav { width:13.75rem;height:8.4375rem;top:1.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBcX1A5VcXSZGC92dNeVbavVzTmKGXWS { width:11rem;height:3.4375rem;top:5.5625rem;left:5.4375rem;font-size:3.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nw58PiG0pzGAJF49lyC2LyU984GQVMcC { width:16.4375rem;height:13.1445rem;top:15.53515625rem;left:1.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#nw58PiG0pzGAJF49lyC2LyU984GQVMcC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9769dba1764a0809c98a02d7240241cb65eedd11.svg); }
 }@media only screen and (max-width: 763px) { #M4wllQDAzEIhCqTxvTMdiNTvyAUP6gRG { width:18.3125rem;height:18.3125rem;top:34.1923828125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrgscNVi7ZwfRBlLNuJr9KCAMthiaV8L { top:62.3173828125rem;left:1.75rem;width:16.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLWqtJhVVaTsOgP7T36R8zMO5QnfaGys { display:block; }
 }@media only screen and (max-width: 763px) { #rfIt7a3ndNkdNWlnT22tZFXDudRzHntE { width:18.75rem;height:4.6875rem;top:56.0673828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFghB5hmTlslT9nCklxXHiTUe9XTe3u { width:18.75rem;height:4.6875rem;top:56.0673828125rem;left:0.625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #mrQ8xnWvuOpnMnDNsIZOdndc5UciClvZ { display:block; }
 }@media only screen and (max-width: 763px) { #QzKHoxRtcHHkazT3rfvZ4IvlffezQQ7g { width:12rem;height:1.29980625rem;top:58.3798828125rem;left:6.75rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #cc0pVayJBAvfuImnlBT3d7Wd9nxuorzX { width:11.375rem;height:1.625rem;top:56.7548828125rem;left:7.0625rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #oKaPMxJsOW6fGdtvJiT2xkMWvwzgy9bU { width:4.75rem;height:1.0996125rem;top:4.5244140625rem;left:8.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA { display:block; }#sKXMzZ8He91U0SOV5iDTI9tWd1AOUdaA > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFQmfTd17y3GFZKPPQlTqldBeTlTMqiT { width:20rem;height:7.347625rem;top:6.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9ivygyKolnXA3EficxpoQInBGrChCnT { width:20rem;height:0.1875rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI4BscRaoZW4oHXGOGuJhSpTZ8aWWPMv { width:20rem;height:0.25rem;top:2rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #w9TWhWWhBKBO8N2auQ2WdmouOZgcgO2e { width:3.4375rem;height:3.4375rem;top:2.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES8tnZI4oAUOkNxDlg246DCS4OhvJZri { width:1.8125rem;height:2.4375rem;top:3.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI { display:block; }#Ra2p8LXzmaNnk89EPETF3puZvDBPaAiI > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tThyx1wMy9QN86oWx6BhqTaqWHRsH09R { width:20rem;height:1.6494125rem;top:12.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vdU7ieMgJFWAMOECdtVXB4XOaA8h0wK3 { width:13.75rem;height:8.4375rem;top:1.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKwdALvSxZgn4SSc0n7GINOOLZzBlbai { width:10.6875rem;height:3.4375rem;top:5.5576171875rem;left:5.75rem;font-size:3.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #avkhyrp4QeMvOGIQ62yMQMWX3ZMnUtOi { width:18.3125rem;height:17.0625rem;top:33.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPTB1q8tXWre9isN9fSxm1D6SlaTiD9p { top:60.5625rem;left:1.75rem;width:16.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX5i56W4PwpF9MVpWtBhxl0Kh8aCWgWd { display:block; }
 }@media only screen and (max-width: 763px) { #n34wWaVlfZiKdd36WEusRFRd3TWSbDin { width:18.75rem;height:4.6875rem;top:54.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpxU7puf0thB2yrUmKh8i1i96lTVpahX { width:18.75rem;height:4.6875rem;top:54.3125rem;left:0.625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #D2GH4tWx0MNeF4Jyl4JHr7y6sI46IMWA { display:block; }
 }@media only screen and (max-width: 763px) { #Wd8yb3ziQAnKi4FNpq8f0CHusJdUOBVb { width:12rem;height:1.29980625rem;top:56.625rem;left:6.75rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #vZvrSCyIsBKeCDgqMtu2kLG4cqsPBqUB { width:11.375rem;height:1.625rem;top:55rem;left:7.0625rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FC9HXt14hTn3fnASofDxmTDd5ZVwBFvT { width:17.6875rem;height:13.457rem;top:15.75rem;left:1.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#FC9HXt14hTn3fnASofDxmTDd5ZVwBFvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9769dba1764a0809c98a02d7240241cb65eedd11.svg); }
 }@media only screen and (max-width: 763px) { #Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf { display:block; }#Tc2vTHFtExgTtnhS8eMhaa1OB5DdEqcf > .row .container { width:20rem;height:165.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ef7HgHUHvNTvkgw1LNm3snbnJDnT5nhi { width:17.5rem;height:1.94921875rem;top:15.525390625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uShEoVlGWeTFTPtmTJhovGoWXnPxTREe { width:18.75rem;height:9rem;top:20.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgqUsbDLnCN7JSGAiAwUV78QvUxGfuZv { width:20rem;height:4.5rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZRXS0ikVi48Q7ZcBPLNHuKzylgGZpIp { width:20rem;height:12.3125rem;top:42.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #na1vyfzRbCaMkVewpcqP3pwhDrM5kyGJ { width:20rem;height:12.3125rem;top:89.875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JuVA4VJ0NTBUNvsbpZhbTEyusTqleH33 { width:20rem;height:12.3125rem;top:135.75rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GkteIBGXt78seBI0CTw4TK9sxHpJrMlN { width:20rem;height:2.32421875rem;top:3.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLyOHqCA9csgKQgbmNS6b4J29CpU7DT { width:20rem;height:23.8125rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdeAWw3Toc1fOi9aOwbF7lXKD8NO0pnt { width:20rem;height:4.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioONQXagDD4RZtnztfA4ScKxgVX3AmSA { width:20rem;height:25rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnJQ0qelmrxBKNtno3Tx0vtiD5fMmk4O { width:18.75rem;height:9rem;top:66.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVd0goISlzKuJ98BTu06o61PLkcOGtcz { width:15.25rem;height:1.94921875rem;top:61.875rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipuZFCuXxLQPO6ihdu595JRGIfznlNog { width:20rem;height:4.5625rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmQNomK8PJJm21PRv23GFWKL4GWMpvu6 { width:20rem;height:25rem;top:110.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpMEONUQMb1gAPN9QOFvd9lbrar3pma9 { width:18.75rem;height:10.5rem;top:112.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfb2V8J28oddewqiL5lGZNLOMsXNJA6h { width:15.25rem;height:1.94921875rem;top:107.75rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWkslpOtQeTscnQzwf9bqy2OmwVCmUz0 { width:20rem;height:4.5625rem;top:106.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygH43pK744d0rTQJpTIKufkUAAJVMIRV { width:13.5625rem;height:11.348625rem;top:30.0625rem;left:3.21875rem;font-size:1rem;display:block; }#ygH43pK744d0rTQJpTIKufkUAAJVMIRV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cfa7cf70621dc9f252b9777bf9ce946f56f7df0.svg); }
 }@media only screen and (max-width: 763px) { #IRmuKgMT43e0U0WyfRozgG0qA8KQpabF { width:18.375rem;height:11.348625rem;top:76.625rem;left:0.8125rem;font-size:1rem;display:block; }#IRmuKgMT43e0U0WyfRozgG0qA8KQpabF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cfa7cf70621dc9f252b9777bf9ce946f56f7df0.svg); }
 }@media only screen and (max-width: 763px) { #TZEKik0W7NiE0m3hAnmFpgQfHmhWyUQ5 { width:18.75rem;height:10.973625rem;top:123.875rem;left:0.625rem;font-size:1rem;display:block; }#TZEKik0W7NiE0m3hAnmFpgQfHmhWyUQ5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1dd5801d6fe60c7ded68b37769373ae0c4aa39bb.svg); }
 }@media only screen and (max-width: 763px) { #RMHG82DXVFUuVopB3Tksl4NJHv9GAgrb { top:157.9375rem;left:3.125rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7atefhQz8Lvfpx90bKNrTKeI1icBymg { display:block; }
 }@media only screen and (max-width: 763px) { #s2GOqxhRV81eod9udimoCz2JfBKzw6IM { width:18.75rem;height:4.6875rem;top:151.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaXIT5DNhoIoHw25XgTuyFsE6F82fAmX { width:18.75rem;height:4.6875rem;top:151.625rem;left:0.625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #skakxHDsQpTCQlCRPS0DqM6Z5Zu7gQQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #HT4D99lD0V8T5QzMloaBpHP7W8Rmux6A { width:12rem;height:1.29980625rem;top:154rem;left:7.4375rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #TRHHA9hx8AXTSwo4teyTOBQekhL8kUhV { width:11.375rem;height:1.625rem;top:152.375rem;left:7.6875rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #roM8lqu2JNdrbbwqGTzF7p5rGFMx744U { display:block; }#roM8lqu2JNdrbbwqGTzF7p5rGFMx744U > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knBgIqSUVr8IBmER7x1cDD4VSXTsaWrQ { width:20rem;height:7.1982375rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOD80N6xGp28RV0di40hFvy86FKno5w9 { width:17.75rem;height:1.6875rem;top:10.875rem;left:0rem;font-size:1.125rem;display:block; }#mOD80N6xGp28RV0di40hFvy86FKno5w9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_40dc689eda9847ee9b547aa3b96800c4f0024616.svg); }
 }@media only screen and (max-width: 763px) { #dTNQCZUSeilNZJXtIg5ztOlFU5HmrukQ { width:20rem;height:6rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eftLrs25f7VeToZHdc1Cwa49vcAOmPIf { width:20rem;height:3.375rem;top:21.125rem;left:0rem;font-size:1.125rem;display:block; }#eftLrs25f7VeToZHdc1Cwa49vcAOmPIf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc5227820a7ca8234b80b8d0f5257f1d5d993e77.svg); }
 }@media only screen and (max-width: 763px) { #DX9q0ns2lwa93qU4Ty5OaL7PAtCidcB4 { width:20rem;height:6rem;top:34.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOuTVkgiD8UsUIEDZS2XQmehy8OSFH5q { width:20rem;height:11.875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOqh8Jpxq5L0p1spSdt1pysWmdTRI1IT { width:7.6875rem;height:5.875rem;top:43.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7mdcmkMIZf3wGtw2mBCp87U2JtZeKVB { width:18.75rem;height:4.6875rem;top:63.4375rem;left:0.625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #wOQ1ykHdNAyoToexXfhyrDwAoWltb4mJ { display:block; }
 }@media only screen and (max-width: 763px) { #yNmuDlkJV60XNNaybuO4uCmfflTp9zJE { width:12rem;height:1.29980625rem;top:66.1875rem;left:6.8125rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3eWbMiBktOSbF8yMtAOpX6lMITFWDT { width:11.375rem;height:1.625rem;top:64.5625rem;left:7.4375rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #TLSQJ3XFS5Vnlyr3LyZgISzqqiXbNdma { width:18.75rem;height:4.6875rem;top:63.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9A4TOh34MTUCKXkEQHwsUQeKN1Tna81 { width:20rem;height:4.5rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZ1VSftWzJgrlc2Zwp8nT9dfKzwrQfF { width:20rem;height:1.6875rem;top:32.375rem;left:0rem;font-size:1.125rem;display:block; }#bhZ1VSftWzJgrlc2Zwp8nT9dfKzwrQfF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc5227820a7ca8234b80b8d0f5257f1d5d993e77.svg); }
 }@media only screen and (max-width: 763px) { #CEFyWrEFDPsrTRo8QcFuk9XRXqB9sC0t { top:69.375rem;left:1.9375rem;width:16.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC72mW8QJsq2WQSEnUaTPVCo7NdrwT0r { display:block; }
 }@media only screen and (max-width: 763px) { #pGOPr0m1ZmfV4n0LgxQzyGTEWVw4hLr5 { width:20rem;height:47.4375rem;top:79.957rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A { display:block; }#C9O4nRJa3xzE5rn5xerK6hyamu5vtr2A > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMHZxP1NK7GE0pCtfIIHxDD298RdbmTi { width:20rem;height:6.2988125rem;top:2.9375rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T17JoG5lohoZXH9L2z4xBcCHfBNhG7UU { width:3.75rem;height:3.75rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxeFNXMGED3faslu8zScBCt81bTweHHr { width:14.8125rem;height:4.21875rem;top:11.375rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fex9Ot6HgAehsceusiJWmu4N1UzvPLCg { width:15.0625rem;height:4.21875rem;top:16.1875rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JFzeN2vAhazKw7Lb1T6T76KEcItRFz4X { width:3.75rem;height:3.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQEQyultuvxTR7VMn6XWq2VTyZ3o48di { width:14.8125rem;height:4.21875rem;top:21rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PMkR9VrwRHqedqKuS0FfdPgRhlODi9Bz { width:3.75rem;height:3.75rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFvL0bb7wFnp7JVAPPSD9JT9Had06WDP { width:14.875rem;height:2.8125rem;top:31.4375rem;left:5.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dfBTTWa69PiwwHA4tpyvvgtwCIwXwTNG { width:14.875rem;height:4.21875rem;top:36.5rem;left:5.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ld4NKWt0wAu0sd8ROWwfyrpSBGZ6IoDt { width:3.75rem;height:3.75rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPrmB1H0L8LTwG7T3vQR5R1sgInPRwT4 { width:14.9375rem;height:2.8125rem;top:26.25rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bd0xTAQhIeyEi5Aoo0bU82RJ43zD9W0s { width:3.75rem;height:3.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyUzBytmJnGU1eUsPZ12KdD6Qdlck7B1 { width:3.75rem;height:3.75rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veyxo1zVTaBTRfNzTTxkXN7tWGWIqXwa { width:14.8125rem;height:2.8125rem;top:46.0625rem;left:5.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HyJoDenwdLQZPteW24Ioh4S6T29lbTom { width:14.875rem;height:2.8125rem;top:51.375rem;left:5.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIDMmw4CIo4HKuh65Cvax3KfsmAKAGtc { width:3.75rem;height:3.75rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMmtFIfZLoXxqlHgcQyxupuTlJ6my9P { width:14.9375rem;height:2.8125rem;top:41.4375rem;left:5.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PPDL0gEcw6uer6XklkhE2uTH4pQ2P0UD { width:3.75rem;height:3.75rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ItmBP8lOLv555RZCv0EQTE6ub73pif { width:3.75rem;height:3.75rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi { background-color:#152042;background-image:none;display:block; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container { background-color: transparent; background-image: none; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container > .video-iframe-container { display: none; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row > .video-iframe-container { display: none; }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .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); }#rgLKbGDa3MXQZDA6E9QVxa9PliapgeFi > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI9cDWkaGKMdR4HaONBKQ6v6mIHIiN5u { width:20rem;height:2.25rem;top:5.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVJMbdWS4c8JRTMZ98VCQXEEX5qczK1 { width:20rem;height:75.3125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucbGUzU88xb5mO7SepyPdoe29EsRM8du { width:20rem;height:68.75rem;top:9.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxL5crEArab1QJqmenbl1giGauyOyTib { display:block; }#AxL5crEArab1QJqmenbl1giGauyOyTib > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMRwb40DC2CohLpW2P3UUTmH59v2snmS { width:20rem;height:13.1875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWIWNhBpgBgKRIM88kHVeg6PMoESuEpa { width:6.375rem;height:1rem;top:23.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdoAAwFQtUgvqB9M9E2vI2UKCKOZpkDO { width:10.375rem;height:1.19921875rem;top:23.212890625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongO6KDWmK50kCX464kzaNWfiWeEX6L5 { width:17.5rem;height:6rem;top:14.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57vHndXsWlwQmnCF6s0AzxwuRFiyHLO { width:20rem;height:13.1875rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDMuc4hxXJi2DwZQMJItaBC48K1Vp8rw { width:17.5rem;height:6rem;top:32.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5tEGDHsw9zwmCEaaOdXmJgmrab0mSgr { width:20rem;height:11.4375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfNGTwVqMZalXicBebJWAUmGTpA1FpPS { width:17.5rem;height:6rem;top:50.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPi0J93C07tZnxu35QUVguxvmUbfn1c3 { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #asvtVD3H9QM0T7aE77cCnVQInoAtmXlv { width:20rem;height:1.5rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #az3kw10iQUsKRkUSOdXC2o9Qyws1eCMH { width:6.375rem;height:1rem;top:40.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d17uNPH5vcMT2Ov0WA0THTCSLx9deQnE { width:9.125rem;height:1.19921875rem;top:40.337890625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9eW8xQyrt7ilLLXlUkAgNcbA5qfzfdE { width:6.375rem;height:1rem;top:57.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FidtegItSH5K9gBWrNQTOKqS14CMwcAi { width:10rem;height:1.19921875rem;top:57.525390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBoy1PCTHTeaVKEpqavmO5zNlk7WMUW0 { display:flex;width:3.9375rem;height:3.9375rem;top:10.8125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #hZ1JRCAZvqIqCh4wNRi3JhSy0dITVONJ { display:flex;width:3.9375rem;height:3.9375rem;top:28.1875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #RdD4UTX7NuNATDbaRQBuMOP7mrAWc7xD { display:flex;width:3.9375rem;height:3.9375rem;top:45.9375rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG { display:block; }#xGzBd1y9VhPQzmL1mgFJhLRkdw7cZLnG > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtB6Ta595a9SHIurJbWeHNwd1BqJF3m5 { width:20rem;height:21rem;top:14.810546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVkPKezMFN2d4ILTdOMAqn9wwT5Qsr6t { width:20rem;height:8.7734375rem;top:3.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGxHF8RRtmfqNf6fhhLBrK2TSfN32LN0 { width:5.875rem;height:4.5rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svmbsLPEUK24bt4NreSlAVXhMLwaB43m { top:46.3125rem;left:1.8125rem;width:16.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdZ2uCqrxD2Sx9vniC5rhCgNblOT3uTW { display:block; }
 }@media only screen and (max-width: 763px) { #QDNT1ibxe5f7Q7TQhKOtHvdt4GJTNAka { width:18.75rem;height:4.6875rem;top:40.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB03iT0z3TuznHLaW02bOoih6Uakux0G { width:18.75rem;height:4.6875rem;top:40.3125rem;left:0.625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #CziLOS6CCvl8dJHKW1yXJWmsIfvSu8Bz { display:block; }
 }@media only screen and (max-width: 763px) { #QmTnAH4t1EZX2IvTXXtRB1dfWb5oQQmo { width:12rem;height:1.29980625rem;top:42.625rem;left:7.4375rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #T1man2xcotmOD1v4L4nH46xugozIlw6d { width:11.375rem;height:1.625rem;top:41rem;left:7.8125rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #RgbVuqUOyoKWrP6lLl0K5MzRcl3KJ5vq { width:19.875rem;height:13.25rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr { display:block; }#VzVZqWLJvzTpA25MGbcsinBPPRyX6VQr > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgLQreGZHizGioMZAfQzbiCFSMEbGWec { width:20rem;height:26.1875rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9EHWeTLc6WGhwplrkc5wdgcrFq402em { width:20rem;height:2.5996125rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG7JOOhphVRWga0J5UtBw2oWuDlIgTLS { width:10.25rem;height:19.7480625rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }#aG7JOOhphVRWga0J5UtBw2oWuDlIgTLS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f10f43d6942ae95dedbf80bf88080226cccf26c1.svg); }
 }@media only screen and (max-width: 763px) { #i6Upvm1HwtRxOiGLd4JnSo31d2PH4BXx { width:9.6875rem;height:19.7480625rem;top:8.1875rem;left:10.3125rem;font-size:1rem;display:block; }#i6Upvm1HwtRxOiGLd4JnSo31d2PH4BXx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f10f43d6942ae95dedbf80bf88080226cccf26c1.svg); }
 }@media only screen and (max-width: 763px) { #Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 { display:block; }#Mb4epX4oSCusUnpGkkRfneu2Xbur81v6 > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu3TthU0CdccBrgipcUpTn0DbsJIMLoz { width:20rem;height:2.3994125rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDUPtb212GKDrVvmQqMF69biK6AqJUyA { width:20rem;height:3.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6VhoJ5ld8s31lPf3sb24dFk1B1ZMfgx { width:9.375rem;height:9.375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be9TwO9JPiWzdBzTmhXnHTt9cF1LaWwx { width:9.375rem;height:9.375rem;top:8.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnmIAMeOybKP4zqeVd9KlsthPVcI8et { width:9.375rem;height:9.375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vHDfrLipfS45TeTed4LZu2eB1BHlPl { width:9.375rem;height:9.375rem;top:18.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB { display:block; }#hzoWCJf4wyZPihVzO5IB2UdVW2T4aWSB > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OG3BIZ8xbBzGSCo14vZbC7yvSyGJvPEy { width:13.625rem;height:2.4375rem;top:1.125rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#152042;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container { background-color: transparent; background-image: none; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container > .video-iframe-container { display: none; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row > .video-iframe-container { display: none; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .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); }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container { border-width: 0; border-radius: 0; }#QInvoWRXloqEmH5yTTiefqxSWwHRGFa8 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4xPOd1tR6oB6KJ1PZDRIfRkSIV8TwSS { width:6.0625rem;height:2.9375rem;top:1.5rem;left:0rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:"wix madefor text";z-index:15012;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fhZRF7nwQLD0T0p9tVhao9TVdDOzABzT { display:block; }
 }@media only screen and (max-width: 763px) { #ROLPExRxX7l2x3iohXlPbRypPJIOfzuF { top:0.8125rem;left:6.625rem;width:13.375rem;height:3.9375rem;z-index:15000;background-color:#cfff25;background-image:none;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcRaeq0xN2LZGcT8C2Hz586SiN1ZlXbH { top:1.0625rem;left:10.3125rem;width:8.75rem;height:3.1875rem;z-index:15001;color:#152042;font-family:"wix madefor text";line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyZGXDWEOtfPeIBbD7ZcXzvkyVrID7pD { display:flex;top:1.1875rem;left:7rem;width:3.125rem;height:3.125rem;z-index:15013;filter: drop-shadow(0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #vkP1I7Xf4qTUAHuCBBe8Osm8EUoDIoP7 { top:0.71875rem;left:6.6875rem;width:13.3125rem;height:4.0625rem;z-index:15014;font-family:poppins;font-size:1rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yeKsVSuQlnEXkCFtvDFw4SRH82uteKUy { display:block; }
 }