.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:219,228,237;--color-primary-1:136,164,195;--color-primary-2:16,72,135;--color-primary-3:8,36,68;--color-primary-4:2,11,20;--color-secondary-0:246,220,221;--color-secondary-1:224,140,142;--color-secondary-2:193,24,28;--color-secondary-3:97,12,14;--color-secondary-4:29,4,4;--color-tertiary-0:255,255,255;--color-tertiary-1:193,193,193;--color-tertiary-2:47,47,47;--color-tertiary-3:24,24,24;--color-tertiary-4:5,5,5;--headlines-font-family:"Plus Jakarta Sans";--paragraphs-font-family:"Plus Jakarta Sans"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p { background-color:transparent;background-image:url("https://images.assets-landingi.com/TNIy2MF3JBQ/unsplash/pawel-czerwinski-TNIy2MF3JBQ-photo-1684446116392-051d581d1a77.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p.adaptive-delivery-prevent-bg, #Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p.lazyload, #Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p.lazyloading { background-image: none; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row .container { background-color: transparent; background-image: none; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row .container > .video-iframe-container { display: none; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row > .video-iframe-container { display: none; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .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); }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row .container { border-width: 0; border-radius: 0; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;overflow:visible;position:relative;display:block; }#VQKJKLKfRno5ccGbdwTfFQ5qFOAzRoSy { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8111984729767rem;left:0rem;height:1.54385625rem;font-style:normal;display:block; }
#dHGJNfPw5LJTVXWxVLmqxWfAh9MUJIzS { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.248933792114rem;left:0rem;height:8.125rem;display:block; }
#XTEEfRM1WkKMBHD2PlGZSxuWma8XDnea { color:#c1181c;display:block;width:69.1875rem;position:absolute;font-family:"bebas neue";font-size:8.4375rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:7.8742895126344rem;left:0rem;height:7.5931875rem;display:block; }
#L4Zq9hF3QwVQnDeftOzzDIz6hNkNxpHN { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.0625rem;width:43rem;top:12.8125rem;left:32rem;display:block; }#L4Zq9hF3QwVQnDeftOzzDIz6hNkNxpHN.adaptive-delivery-prevent-bg, #L4Zq9hF3QwVQnDeftOzzDIz6hNkNxpHN.lazyload, #L4Zq9hF3QwVQnDeftOzzDIz6hNkNxpHN.lazyloading { background-image: none; }
#ewpPzybk430xuVQosDWaUh97TsrzBJ76 { z-index:15003;top:44.562501430511rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #037373, #04c4d9);background-image: -moz-linear-gradient(134deg, #037373, #04c4d9);background-image: -ms-linear-gradient(134deg, #037373, #04c4d9);background-image: -o-linear-gradient(134deg, #037373, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );";background-image: linear-gradient(134deg, #037373, #04c4d9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C8TyvmMLaWWxrd6COTPeqhhUsO70FtOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n30TuDDJXO7nrLRNAmLxALRDNWIR2ntD { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/604b0197-5b3f-4355-a85b-dfc0bb1afb2e/Artboard7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.625rem;top:0.6875rem;left:56.6875rem;display:block; }#n30TuDDJXO7nrLRNAmLxALRDNWIR2ntD.adaptive-delivery-prevent-bg, #n30TuDDJXO7nrLRNAmLxALRDNWIR2ntD.lazyload, #n30TuDDJXO7nrLRNAmLxALRDNWIR2ntD.lazyloading { background-image: none; }
#vHr6L6siXfWUDxfwqhgtSVL6MmHV3zyG { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:39.000001430511rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#eOFEToeTzdLS4cBIgu0clcOW4fePDmNz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/17abefd8-8d7c-49c9-8f6e-4dd518eaf87d/bialoczerw2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:9rem;top:1.15625rem;left:47.1875rem;display:block; }#eOFEToeTzdLS4cBIgu0clcOW4fePDmNz.adaptive-delivery-prevent-bg, #eOFEToeTzdLS4cBIgu0clcOW4fePDmNz.lazyload, #eOFEToeTzdLS4cBIgu0clcOW4fePDmNz.lazyloading { background-image: none; }
#ARTI0855N3uBNpN0eL0wu7qyBvcHBGc6 { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.75rem;left:56.6875rem;display:block; }
#bmper2Lbks01uc7ubZnBwbhry5OLMgya { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:"bebas neue";font-size:2.75rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:16.13636302948rem;left:0rem;height:2.47514375rem;display:block; }
#mIlxEU8GMHryy1JSWXsAW0Dra82ts1f8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/VLfBjZWk/logo_wm_biale_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:9rem;top:1.1875rem;left:66rem;display:block; }#mIlxEU8GMHryy1JSWXsAW0Dra82ts1f8.adaptive-delivery-prevent-bg, #mIlxEU8GMHryy1JSWXsAW0Dra82ts1f8.lazyload, #mIlxEU8GMHryy1JSWXsAW0Dra82ts1f8.lazyloading { background-image: none; }
#pz8JLRoP6CpcL8yHcvpT2wXTnELQDohM { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0.75rem;left:65.0625rem;display:block; }
#FBI3KChdfLU14RtSX9KUA2myL88FAT2D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(35deg, #2f2f2f, #0d050b);background-image: -moz-linear-gradient(35deg, #2f2f2f, #0d050b);background-image: -ms-linear-gradient(35deg, #2f2f2f, #0d050b);background-image: -o-linear-gradient(35deg, #2f2f2f, #0d050b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#0d050b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#0d050b' );";background-image: linear-gradient(35deg, #2f2f2f, #0d050b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row .container { background-color: transparent; background-image: none; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row .container > .video-iframe-container { display: none; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row > .video-iframe-container { display: none; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .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); }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row .container { border-width: 0; border-radius: 0; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#iDXeodN3kGQb7rV4TcVGalr0fCDtuwRE { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9f7bc2f9-553b-4c37-a84e-18eec0731549/23calendarsolid1.gif");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.75rem;left:0rem;display:block; }#iDXeodN3kGQb7rV4TcVGalr0fCDtuwRE.adaptive-delivery-prevent-bg, #iDXeodN3kGQb7rV4TcVGalr0fCDtuwRE.lazyload, #iDXeodN3kGQb7rV4TcVGalr0fCDtuwRE.lazyloading { background-image: none; }
#WArvcnfiOaALdrGfk4gtD09FJ4HkRfyW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:3.1875rem;height:1.9504625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENl4ewXNWSmuFmL8QDq1rQLS6ThaqEFu { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e8945315-12b6-47a6-a4e1-3bdbd721e059/67clocksolid.gif");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.75rem;left:25.5rem;display:block; }#ENl4ewXNWSmuFmL8QDq1rQLS6ThaqEFu.adaptive-delivery-prevent-bg, #ENl4ewXNWSmuFmL8QDq1rQLS6ThaqEFu.lazyload, #ENl4ewXNWSmuFmL8QDq1rQLS6ThaqEFu.lazyloading { background-image: none; }
#h1uMPPJcUdasKpwWusfcEEupGLi902Ie { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:29.0625rem;height:1.9504625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSg4Ol8ylXGAvzgAMSs41bthZeIA0Cf0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.8125rem;left:47.75rem; }
#nrqEMnGliG3QHEklM8ZiEHFdF22P3aXC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.025390625rem;left:51.875rem;height:1.9504625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ko75SUlWK99SIqXfa2cfBr95dooZLW1i { 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; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row .container { background-color: transparent; background-image: none; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row .container > .video-iframe-container { display: none; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row > .video-iframe-container { display: none; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .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); }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row .container { border-width: 0; border-radius: 0; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#veLwbE6NatOKM1k0sOIOeMKRn6dQr3DI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:"bebas neue";font-size:4.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:23.375rem;height:5.8496125rem;display:block; }
#Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.841796875rem;left:23.375rem;height:;display:block; }#Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b081328423e8d2d2908fd95e4de29c6fb640396f.svg); }
#hsd2UoddRvo45XWK1au1ki9adKT4Ofl2 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/TluMvvrZ57g/unsplash/austin-distel-TluMvvrZ57g-photo-1563986768817-257bf91c5753.jpg");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:20.25rem;top:4.59375rem;left:0rem;display:block; }#hsd2UoddRvo45XWK1au1ki9adKT4Ofl2.adaptive-delivery-prevent-bg, #hsd2UoddRvo45XWK1au1ki9adKT4Ofl2.lazyload, #hsd2UoddRvo45XWK1au1ki9adKT4Ofl2.lazyloading { background-image: none; }
#hsd2UoddRvo45XWK1au1ki9adKT4Ofl2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hsd2UoddRvo45XWK1au1ki9adKT4Ofl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg { border-top:0.125rem solid rgba(var(--color-primary-0),1);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; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row .container { background-color: transparent; background-image: none; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row .container > .video-iframe-container { display: none; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row > .video-iframe-container { display: none; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .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); }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row .container { border-width: 0; border-radius: 0; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#aERipqgHq9PUB3EhKJUbKLGEIedDNoBA { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:"bebas neue";font-size:4.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7744140625rem;left:0rem;height:5.8496125rem;display:block; }
#zsuyBKVTHPRubfichpB27313EAyf6gQg { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6708984375rem;left:0rem;height:19.9795625rem;display:block; }#zsuyBKVTHPRubfichpB27313EAyf6gQg li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#zsuyBKVTHPRubfichpB27313EAyf6gQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7b88a01e51ec25cc73104975b335af09fd1b2a4.svg); }
#n77T6NfvTTqchXltsDGKBvNCUnyi8kwF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/fzOITuS1DIQ/unsplash/jeshoots-com-fzOITuS1DIQ-photo-1523875194681-bedd468c58bf.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:24.25rem;top:2.578125rem;left:50.75rem;display:block; }#n77T6NfvTTqchXltsDGKBvNCUnyi8kwF.adaptive-delivery-prevent-bg, #n77T6NfvTTqchXltsDGKBvNCUnyi8kwF.lazyload, #n77T6NfvTTqchXltsDGKBvNCUnyi8kwF.lazyloading { background-image: none; }
#n77T6NfvTTqchXltsDGKBvNCUnyi8kwF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n77T6NfvTTqchXltsDGKBvNCUnyi8kwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.52); }#RF47ZQvmxmhrAt8Iypvw9CpIEkcL9JxO { z-index:15004;top:31.62434387207rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #037373, #04c4d9);background-image: -moz-linear-gradient(216deg, #037373, #04c4d9);background-image: -ms-linear-gradient(216deg, #037373, #04c4d9);background-image: -o-linear-gradient(216deg, #037373, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );";background-image: linear-gradient(216deg, #037373, #04c4d9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FNnAs0XocpRhG9ZRONzwcCFlEEMhRsFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itisT1akV3kdH8IrOSJP1FFhdTwnK1PK { z-index:15004;top:31.624641418457rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;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:35.875rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#F0B6eOpFSuCBUM76zuBBVD9U7Z3uJzO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.25);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; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row .container { background-color: transparent; background-image: none; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row .container > .video-iframe-container { display: none; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row > .video-iframe-container { display: none; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .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); }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row .container { border-width: 0; border-radius: 0; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#KdvsW0NLW7aIzZ1mtps3kDGMufbavIyp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"bebas neue";font-size:4.5rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.01953125rem;left:0rem;height:4.94939375rem;text-align:center;text-align-last:center;display:block; }
#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.25);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; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row .container { background-color: transparent; background-image: none; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row .container > .video-iframe-container { display: none; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row > .video-iframe-container { display: none; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .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); }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row .container { border-width: 0; border-radius: 0; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#NCadnv0ARG0vCI3QbcgLeFy2tKeS21iF { box-sizing:content-box;height:20.75rem;width:20.75rem;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:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.5rem;left:26.5rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#h2P384OVCW43KUZK1dTxeNc5FCOV5WJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"libre baskerville";font-size:4.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.125rem;height:6.33725rem;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:center;text-align-last:center;display:block; }
#nHzIEPvCBW9wzTwGqTiPetJi0nyDqibF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:4.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.0625rem;left:14.3125rem;height:6.33725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nS8T6lIuAxAgpwV6E78vLZuzEfe0ZBPe { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"libre baskerville";font-size:4.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:29.625rem;height:6.1745375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K00qR7PCfp3BKd50ZgtAOTmNQaQeKx6u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8681640625rem;left:3.15625rem;height:2.1937125rem;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:center;text-align-last:center;display:block; }
#lwtFfTrUpGmzhACFH2rb1lgpkT7oAvSm { box-sizing:content-box;height:20.125rem;width:20.125rem;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:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.5625rem;left:10.5rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#URkQv8gfKZGeRbJtQRXv4Ibp7kbKvX0o { box-sizing:content-box;height:18.875rem;width:18.875rem;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:15001;background-color:rgba(var(--color-primary-0),0.67);background-image:none;top:0rem;left:0rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EH6geQLPeBqGwLrXR4iDTh1ugIkmmR1t { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.6875rem;left:12rem;height:6.5811375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EzCBbSCg6sxyRBpozXOZigpOCJK4IFKW { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.375rem;left:29.5625rem;height:6.581125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wAa2F3Ns41hHTiM4ZzQFnpInBSCK3SMg { box-sizing:content-box;height:28.4375rem;width:28.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:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.6874952316281rem;left:46.5625rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#bT4oZ7Ji4AGAoxMpQFe2mMwsLAdDVoWM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.369140625rem;left:53.259765625rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ex43hHsQteaEpH4nBwczEuqAhgRhMLBt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:"libre baskerville";font-size:4.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:51.916015625rem;height:6.1745375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.12);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; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row .container { background-color: transparent; background-image: none; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row .container > .video-iframe-container { display: none; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row > .video-iframe-container { display: none; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .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); }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row .container { border-width: 0; border-radius: 0; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#X6l4LntCSr83zTtKhhE0GbBCCpXHTx5g { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:"bebas neue";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.3125rem;height:3.73579375rem;text-align:center;text-align-last:center;display:block; }
#GRPHPKAHTbrob5UBoGmgEzaGS8IVb4Fh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"bebas neue";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.249298095703rem;left:29.499286651611rem;height:3.73579375rem;text-align:center;text-align-last:center;display:block; }
#Z0WOkps0uNVd2v9u3wLBpEXQ4JfQld2h { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.123764038086rem;left:53.498756408691rem;height:10.39065rem;display:block; }
#EElmnc5GwgRwbyTsE0b88vqTAiVmvRLo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.25rem;height:10.39060625rem;display:block; }
#gTsDFZ8RLSMhug0ucJPDWJxmNT059ofb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.125rem;left:28.25rem;height:5.1953125rem;display:block; }
#qaf3EGcvO6NcucNIcTpV3TfrzB8pfudN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:"bebas neue";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.186798095703rem;left:54.499290466309rem;height:3.7358rem;text-align:center;text-align-last:center;display:block; }
#rAAZP36yVhlEqHCngbQGwmcEhctvbiQn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-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:20.875rem;width:23.75rem;top:12.0625rem;left:0.625rem;display:block; }
#HcM2Q1OMgqi60K778cTh8WTsnv6GrB2C { position:absolute;display:block;z-index:15000;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:22.75rem;width:23.75rem;top:10.124298095703rem;left:50.625rem;display:block; }
#acOadeZDRWckBvpmpZi8045ZKdWOq9ee { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:23.75rem;top:16.1875rem;left:25.625rem;display:block; }
#UvsLSVH5qCGJa2Pd1Vc8ifU3z2ufTt4i { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/kUS7bGUy/ikonka_2_Artboard_11_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.1555480957031rem;left:59.905891418457rem;display:block; }#UvsLSVH5qCGJa2Pd1Vc8ifU3z2ufTt4i.adaptive-delivery-prevent-bg, #UvsLSVH5qCGJa2Pd1Vc8ifU3z2ufTt4i.lazyload, #UvsLSVH5qCGJa2Pd1Vc8ifU3z2ufTt4i.lazyloading { background-image: none; }
#ZFwQyRGwZgUbkMqAuf1F5UlqzIxoCXMl { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/2XcaCsOW/ikonka_2_Artboard_14.png");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:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:5.4375rem;left:9.90625rem;display:block; }#ZFwQyRGwZgUbkMqAuf1F5UlqzIxoCXMl.adaptive-delivery-prevent-bg, #ZFwQyRGwZgUbkMqAuf1F5UlqzIxoCXMl.lazyload, #ZFwQyRGwZgUbkMqAuf1F5UlqzIxoCXMl.lazyloading { background-image: none; }
#zsMhpBT51Bxn16oTG3dQfnVPGCcpbo2T { position:absolute;display:block;z-index:14997;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.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:5.15625rem;left:9.625rem;display:block; }
#tUgTGSE7Ost6tJQEmMmTOIpJEkQ5fu0o { position:absolute;display:block;z-index:15008;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.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:9rem;left:34.625rem;display:block; }
#EcC93QLWgHN7wpJmCWxcGKJitfNhw1Eg { position:absolute;display:block;z-index:15009;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.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:5.75rem;width:5.75rem;top:1.8125rem;left:59.624465942382rem;display:block; }
#A33lAkVVawLvnGw9HC5dIlI18HONTpU9 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/BqJ3gRVV/ikonka_2_Artboard_17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:9.28125rem;left:34.90625rem;display:block; }#A33lAkVVawLvnGw9HC5dIlI18HONTpU9.adaptive-delivery-prevent-bg, #A33lAkVVawLvnGw9HC5dIlI18HONTpU9.lazyload, #A33lAkVVawLvnGw9HC5dIlI18HONTpU9.lazyloading { background-image: none; }
#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.25);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; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row .container { background-color: transparent; background-image: none; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row .container > .video-iframe-container { display: none; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row > .video-iframe-container { display: none; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .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); }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row .container { border-width: 0; border-radius: 0; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#GITuF6Cf3KGgWZqpckQGbHMP6Zdbx0Ts { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:"bebas neue";font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:15.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.25);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; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row .container { background-color: transparent; background-image: none; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row .container > .video-iframe-container { display: none; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row > .video-iframe-container { display: none; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .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); }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row .container { border-width: 0; border-radius: 0; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;position:relative;display:block; }#SAET4lAo2VEdWaNltheNallJi9w7owRW { color:#0f141b;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.889333248138rem;left:3.75rem;height:33.1534125rem;font-style:normal;display:block; }
#oOzTchH00yno299rTQmACsxzLSgUpB9s { color:#0f141b;display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.889333248138rem;left:44.25rem;height:31.77204375rem;font-style:normal;display:block; }
#k6ihhH5MkXbQwFzXPu6BzETWwLUlz3Rr { color:rgba(var(--color-primary-3),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.88671875rem;left:3.75rem;height:6.4985625rem;font-style:normal;display:block; }
#CDS4nhFOMevhvCqxP0FkWD2X2mIILfVT { color:rgba(var(--color-primary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.886724472046rem;left:41.625rem;height:6.4985625rem;font-style:normal;display:block; }
#QaEV760NwN9abW0mVNTyomtcX0clysOM { box-sizing:content-box;height:0.125rem;width:26.625rem;position:absolute;display:block;z-index:15013;background-color:#ffd600;background-image:none;top:13.375rem;left:3.75rem;display:none; }
#Ghz4y15rigbV5BmTOIXbZIsuySWFTTuC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/934da412-13eb-4803-ab62-a32d2cfd4714/MOL_9053copyMGbeztlamalekwadrat.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:18.75rem;width:18.75rem;top:0rem;left:3.75rem;display:block; }#Ghz4y15rigbV5BmTOIXbZIsuySWFTTuC.adaptive-delivery-prevent-bg, #Ghz4y15rigbV5BmTOIXbZIsuySWFTTuC.lazyload, #Ghz4y15rigbV5BmTOIXbZIsuySWFTTuC.lazyloading { background-image: none; }
#QbSrtbN3ekFhqL7MEpNPS9iX64A7wmv7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:18.75rem;width:18.75rem;top:0rem;left:44.25rem;display:block; }#QbSrtbN3ekFhqL7MEpNPS9iX64A7wmv7.adaptive-delivery-prevent-bg, #QbSrtbN3ekFhqL7MEpNPS9iX64A7wmv7.lazyload, #QbSrtbN3ekFhqL7MEpNPS9iX64A7wmv7.lazyloading { background-image: none; }
#uk3G8m3U27Ky8xuEa9n3dxvUeflQTqN5 { z-index:15005;top:66.061199188231rem;left:15.841796875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #037373, #04c4d9);background-image: -moz-linear-gradient(216deg, #037373, #04c4d9);background-image: -ms-linear-gradient(216deg, #037373, #04c4d9);background-image: -o-linear-gradient(216deg, #037373, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );";background-image: linear-gradient(216deg, #037373, #04c4d9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.25rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yhdPKKsn4sOb84MWSTa7HuJ7C369it5f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ag6KsC0kXb9h9ho5z0vnyViIi9fDzwDh { z-index:15005;top:65.811431884762rem;left:19.091796875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;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:36.937125rem;height:3.8742875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AlWmkHqQuOkcpK6gUcvQUAbtIdv04KpM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N { 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; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row .container { background-color: transparent; background-image: none; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row .container > .video-iframe-container { display: none; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row > .video-iframe-container { display: none; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .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); }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row .container { border-width: 0; border-radius: 0; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#Plcx4IT80ANVCQTRJuJfTdqOc9QIARIa { color:rgba(var(--color-tertiary-0),1);display:block;width:69.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.990234375rem;left:2.75rem;height:2.6809875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDw6TnrLugh7SMcTDSrw1K8MEsdtF3Dq { color:rgba(var(--color-secondary-2),1);display:block;width:56.875rem;position:absolute;font-family:"bebas neue";font-size:5.8125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:3.248046875rem;left:9.0625rem;height:7.5559375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/TNIy2MF3JBQ/unsplash/pawel-czerwinski-TNIy2MF3JBQ-photo-1684446116392-051d581d1a77.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF.adaptive-delivery-prevent-bg, #lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF.lazyload, #lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF.lazyloading { background-image: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container { background-color: transparent; background-image: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container > .video-iframe-container { display: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row > .video-iframe-container { display: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .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); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container { border-width: 0; border-radius: 0; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#ghWS61DpMFpI2yKHtPutBlKGPnTwctms { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(105deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(105deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(105deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(105deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(105deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-4),1));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.375rem rgba(242,5,221,0.47) ;height:25.6875rem;width:59.1875rem;top:5.2500004768372rem;left:8rem;display:block; }
#ztAwGqstESy4qcEciUIzQmDAlT4ZlmwF { z-index:15032;top:24.75rem;left:39.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #037373, #04c4d9);background-image: -moz-linear-gradient(45deg, #037373, #04c4d9);background-image: -ms-linear-gradient(45deg, #037373, #04c4d9);background-image: -o-linear-gradient(45deg, #037373, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );";background-image: linear-gradient(45deg, #037373, #04c4d9);background-size:auto !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: 0rem 0.9375rem 0.9375rem rgba(242,5,221,0.37) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ObBogVzdzoJLT0rTsAfMn44ZRZldHtmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpCT2zqrHlzLrvSCwip3N7M2CvRScFKX { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:9.9375rem;left:38.9375rem;height:4.8739375rem;font-style:normal;display:block; }#vpCT2zqrHlzLrvSCwip3N7M2CvRScFKX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#vpCT2zqrHlzLrvSCwip3N7M2CvRScFKX li:before{  }
#KJTNpRORVoR8AFGTiBtrSZwgGuhebWDT { position:absolute;display:block;z-index:15025;background-color:#c41425;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:16.375rem;width:0.1875rem;top:8.375rem;left:34.6875rem;display:block; }
#KhTVi2As3CgJWMPJgmiuTOMFpd5EcXDr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:25.125rem;left:14.375rem;height:1.13736875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXCDTuT5EV2be8M5yBi0t5NA6obU90F0 { color:#04c4d9;display:block;width:20.1875rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:11.3125rem;left:11.6875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mH0ovQ9oGC9o5E1878kxVSPwHC6tlzmh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.4375rem;left:38.9375rem;height:1.625rem;font-style:normal;display:block; }
#gsmhDTcmEonBzqktfo6INyPlhmFsqwz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.5rem;left:17.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZLFMtAPGJiz2QPQNNZxikJkTi99HFTG { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:8.1875rem;left:13.8125rem;height:1.61310625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT9QUD2h5m1HBVvVTO2ie4i7KiATvJos { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:22.5rem;left:17.4375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5kk19FHo9Tqd5B69u1RuCicZXSTWXvP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.75rem;left:38.9375rem;height:1.625rem;font-style:normal;display:block; }#I5kk19FHo9Tqd5B69u1RuCicZXSTWXvP li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#I5kk19FHo9Tqd5B69u1RuCicZXSTWXvP li:before{  }
#xSZ2bRNWFqNG4Gnka5mLghn7pLNzV2oH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:18.125rem;left:40.625rem;height:2.92448125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF { position:relative;display:block; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF { background-color: transparent; background-image: none; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .row .container > .video-iframe-container { display: none; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .row > .video-iframe-container { display: none; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .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); }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF { border-width: 0; border-radius: 0; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .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; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .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:4.4375rem;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; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.25);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; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container { background-color: transparent; background-image: none; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container > .video-iframe-container { display: none; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row > .video-iframe-container { display: none; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .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); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container { border-width: 0; border-radius: 0; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#oT5WkPekOGBbDeNRUz4PhmsU1SUe1X5P { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:"bebas neue";font-size:3.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0498046875rem;left:13.125rem;height:5.0372875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCJwZQAEmr1yqs9w9Edkvr2Oc1WAKglV { 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:26.3125rem;width:39rem;top:13.125rem;left:36rem;overflow:hidden;display:block; }
#N92M70EKLTN2XbayMCFgBTXTgSpnTiPg { color:#2f2f2f;display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:27.2869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kmxq1m5lRsuCwNwinDT4nzl0sDVMkPQu { z-index:15006;top:43.436199188233rem;left:17.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #037373, #04c4d9);background-image: -moz-linear-gradient(216deg, #037373, #04c4d9);background-image: -ms-linear-gradient(216deg, #037373, #04c4d9);background-image: -o-linear-gradient(216deg, #037373, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );";background-image: linear-gradient(216deg, #037373, #04c4d9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.1875rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#egRCA5RUH8XTF5cD9uxvZATrgLHT06F1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkCKR4PDzuvkFWAcaX22esgQ8cct6lxu { z-index:15006;top:41.499481201172rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;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:36.5rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OZ4Zv4Z02UMvsiiUqfdWEsPVTdTnrXBh { 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) { #Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p { display:block; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQKJKLKfRno5ccGbdwTfFQ5qFOAzRoSy { width:31.3125rem;height:1.5rem;top:4.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHGJNfPw5LJTVXWxVLmqxWfAh9MUJIzS { width:35.9375rem;height:8.125rem;top:25.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEEfRM1WkKMBHD2PlGZSxuWma8XDnea { width:47.75rem;height:7.5625rem;top:7.8125rem;left:0rem;font-size:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Zq9hF3QwVQnDeftOzzDIz6hNkNxpHN { width:43rem;height:40.0625rem;top:12.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewpPzybk430xuVQosDWaUh97TsrzBJ76 { top:44.5625rem;left:0rem;width:18.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8TyvmMLaWWxrd6COTPeqhhUsO70FtOy { display:block; }
 }@media only screen and (max-width: 763px) { #n30TuDDJXO7nrLRNAmLxALRDNWIR2ntD { width:8.625rem;height:3.1875rem;top:0.6875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHr6L6siXfWUDxfwqhgtSVL6MmHV3zyG { width:30.5625rem;height:3.25rem;top:39rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOFEToeTzdLS4cBIgu0clcOW4fePDmNz { width:9rem;height:2.25rem;top:1.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTI0855N3uBNpN0eL0wu7qyBvcHBGc6 { width:0.3125rem;height:3.125rem;top:0.75rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmper2Lbks01uc7ubZnBwbhry5OLMgya { width:47.75rem;height:2.5rem;top:16.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIlxEU8GMHryy1JSWXsAW0Dra82ts1f8 { width:9rem;height:2.25rem;top:1.1875rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz8JLRoP6CpcL8yHcvpT2wXTnELQDohM { width:0.3125rem;height:3.125rem;top:0.75rem;left:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBI3KChdfLU14RtSX9KUA2myL88FAT2D { display:block; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDXeodN3kGQb7rV4TcVGalr0fCDtuwRE { width:2.5rem;height:2.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WArvcnfiOaALdrGfk4gtD09FJ4HkRfyW { top:2rem;left:0rem;width:19.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENl4ewXNWSmuFmL8QDq1rQLS6ThaqEFu { width:2.5rem;height:2.5rem;top:1.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1uMPPJcUdasKpwWusfcEEupGLi902Ie { top:2rem;left:15.4375rem;width:12.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSg4Ol8ylXGAvzgAMSs41bthZeIA0Cf0 { width:2.375rem;height:2.375rem;top:1.8125rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrqEMnGliG3QHEklM8ZiEHFdF22P3aXC { top:2rem;left:28.25rem;width:19.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko75SUlWK99SIqXfa2cfBr95dooZLW1i { display:block; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veLwbE6NatOKM1k0sOIOeMKRn6dQr3DI { width:37.75rem;height:5.8125rem;top:3.625rem;left:9.75rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl { width:47.75rem;height:;top:10.8125rem;left:0rem;font-size:1.1875rem;display:block; }#Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b081328423e8d2d2908fd95e4de29c6fb640396f.svg); }
 }@media only screen and (max-width: 763px) { #hsd2UoddRvo45XWK1au1ki9adKT4Ofl2 { width:20.25rem;height:38.5rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg { display:block; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aERipqgHq9PUB3EhKJUbKLGEIedDNoBA { width:47.75rem;height:5.8125rem;top:1.75rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsuyBKVTHPRubfichpB27313EAyf6gQg { width:47.75rem;height:19.9375rem;top:8.625rem;left:0rem;font-size:1.1875rem;display:block; }#zsuyBKVTHPRubfichpB27313EAyf6gQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7b88a01e51ec25cc73104975b335af09fd1b2a4.svg); }
 }@media only screen and (max-width: 763px) { #n77T6NfvTTqchXltsDGKBvNCUnyi8kwF { width:24.25rem;height:32.75rem;top:2.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF47ZQvmxmhrAt8Iypvw9CpIEkcL9JxO { top:31.5625rem;left:0rem;width:40.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNnAs0XocpRhG9ZRONzwcCFlEEMhRsFb { display:block; }
 }@media only screen and (max-width: 763px) { #itisT1akV3kdH8IrOSJP1FFhdTwnK1PK { top:31.5625rem;left:0rem;width:35.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0B6eOpFSuCBUM76zuBBVD9U7Z3uJzO2 { display:block; }
 }@media only screen and (max-width: 763px) { #FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc { display:block; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdvsW0NLW7aIzZ1mtps3kDGMufbavIyp { width:47.75rem;height:4.9375rem;top:5rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR { display:block; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCadnv0ARG0vCI3QbcgLeFy2tKeS21iF { width:20.75rem;height:20.75rem;top:2.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2P384OVCW43KUZK1dTxeNc5FCOV5WJ5 { width:14.5625rem;height:6.3125rem;top:3.875rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHzIEPvCBW9wzTwGqTiPetJi0nyDqibF { width:12.5rem;height:6.3125rem;top:18.0625rem;left:0.6875rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8T6lIuAxAgpwV6E78vLZuzEfe0ZBPe { width:14.5625rem;height:6.125rem;top:6.4375rem;left:16rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K00qR7PCfp3BKd50ZgtAOTmNQaQeKx6u { width:12.5rem;height:2.1875rem;top:10.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwtFfTrUpGmzhACFH2rb1lgpkT7oAvSm { width:20.125rem;height:20.125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkQv8gfKZGeRbJtQRXv4Ibp7kbKvX0o { width:18.875rem;height:18.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6geQLPeBqGwLrXR4iDTh1ugIkmmR1t { width:17.0625rem;height:6.5625rem;top:24.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzCBbSCg6sxyRBpozXOZigpOCJK4IFKW { width:14.625rem;height:6.5625rem;top:12.375rem;left:15.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAa2F3Ns41hHTiM4ZzQFnpInBSCK3SMg { width:28.4375rem;height:28.4375rem;top:7.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4oZ7Ji4AGAoxMpQFe2mMwsLAdDVoWM { width:14.625rem;height:5.8125rem;top:22.3125rem;left:33.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex43hHsQteaEpH4nBwczEuqAhgRhMLBt { width:17.25rem;height:6.125rem;top:15.25rem;left:30.5rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ { display:block; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6l4LntCSr83zTtKhhE0GbBCCpXHTx5g { width:16.375rem;height:3.6875rem;top:14.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRPHPKAHTbrob5UBoGmgEzaGS8IVb4Fh { width:16rem;height:3.6875rem;top:18.1875rem;left:15.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WOkps0uNVd2v9u3wLBpEXQ4JfQld2h { width:18.4375rem;height:10.375rem;top:18.0625rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EElmnc5GwgRwbyTsE0b88vqTAiVmvRLo { width:18.4375rem;height:10.375rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTsDFZ8RLSMhug0ucJPDWJxmNT059ofb { width:18.4375rem;height:5.1875rem;top:23.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaf3EGcvO6NcucNIcTpV3TfrzB8pfudN { width:16rem;height:3.6875rem;top:12.125rem;left:31.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAZP36yVhlEqHCngbQGwmcEhctvbiQn { width:23.75rem;height:20.875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcM2Q1OMgqi60K778cTh8WTsnv6GrB2C { width:23.75rem;height:22.75rem;top:10.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOadeZDRWckBvpmpZi8045ZKdWOq9ee { width:23.75rem;height:16.8125rem;top:16.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvsLSVH5qCGJa2Pd1Vc8ifU3z2ufTt4i { width:5.1875rem;height:5.1875rem;top:2.125rem;left:37.093391418457rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwQyRGwZgUbkMqAuf1F5UlqzIxoCXMl { width:5.1875rem;height:5.1875rem;top:5.4375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsMhpBT51Bxn16oTG3dQfnVPGCcpbo2T { width:5.75rem;height:5.75rem;top:5.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUgTGSE7Ost6tJQEmMmTOIpJEkQ5fu0o { width:5.75rem;height:5.75rem;top:9rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcC93QLWgHN7wpJmCWxcGKJitfNhw1Eg { width:5.75rem;height:5.75rem;top:1.8125rem;left:36.811965942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #A33lAkVVawLvnGw9HC5dIlI18HONTpU9 { width:5.1875rem;height:5.1875rem;top:9.25rem;left:21.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF { display:block; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GITuF6Cf3KGgWZqpckQGbHMP6Zdbx0Ts { width:44.875rem;height:5.6875rem;top:5.25rem;left:1.4375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn { display:block; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAET4lAo2VEdWaNltheNallJi9w7owRW { top:27.875rem;left:0rem;width:27.125rem;height:33.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOzTchH00yno299rTQmACsxzLSgUpB9s { top:27.875rem;left:20.75rem;width:27rem;height:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ihhH5MkXbQwFzXPu6BzETWwLUlz3Rr { width:14.3125rem;height:6.5rem;top:19.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDS4nhFOMevhvCqxP0FkWD2X2mIILfVT { width:16.625rem;height:6.5rem;top:19.875rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaEV760NwN9abW0mVNTyomtcX0clysOM { width:26.625rem;height:0.125rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ghz4y15rigbV5BmTOIXbZIsuySWFTTuC { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbSrtbN3ekFhqL7MEpNPS9iX64A7wmv7 { width:18.75rem;height:18.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk3G8m3U27Ky8xuEa9n3dxvUeflQTqN5 { top:66rem;left:0rem;width:43.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhdPKKsn4sOb84MWSTa7HuJ7C369it5f { display:block; }
 }@media only screen and (max-width: 763px) { #Ag6KsC0kXb9h9ho5z0vnyViIi9fDzwDh { top:65.75rem;left:0rem;width:36.875rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlWmkHqQuOkcpK6gUcvQUAbtIdv04KpM { display:block; }
 }@media only screen and (max-width: 763px) { #cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N { display:block; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Plcx4IT80ANVCQTRJuJfTdqOc9QIARIa { top:9.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDw6TnrLugh7SMcTDSrw1K8MEsdtF3Dq { width:47.75rem;height:7.5rem;top:3.1875rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF { display:block; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghWS61DpMFpI2yKHtPutBlKGPnTwctms { top:5.25rem;left:0rem;width:47.75rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztAwGqstESy4qcEciUIzQmDAlT4ZlmwF { top:24.75rem;left:22.5rem;width:25.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObBogVzdzoJLT0rTsAfMn44ZRZldHtmE { display:block; }
 }@media only screen and (max-width: 763px) { #vpCT2zqrHlzLrvSCwip3N7M2CvRScFKX { top:9.9375rem;left:21.5625rem;width:26.1875rem;height:4.875rem;font-size:1.0625rem;display:block; }#vpCT2zqrHlzLrvSCwip3N7M2CvRScFKX li:before{  }
 }@media only screen and (max-width: 763px) { #KJTNpRORVoR8AFGTiBtrSZwgGuhebWDT { width:0.1875rem;height:16.375rem;top:8.375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTVi2As3CgJWMPJgmiuTOMFpd5EcXDr { top:25.125rem;left:7.5625rem;width:14.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXCDTuT5EV2be8M5yBi0t5NA6obU90F0 { top:11.3125rem;left:3.6875rem;width:20.1875rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH0ovQ9oGC9o5E1878kxVSPwHC6tlzmh { top:7.4375rem;left:23.875rem;width:20.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsmhDTcmEonBzqktfo6INyPlhmFsqwz1 { top:18.4375rem;left:10.562322616577rem;width:9.125rem;height:4.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZLFMtAPGJiz2QPQNNZxikJkTi99HFTG { top:8.1875rem;left:7rem;width:16rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9QUD2h5m1HBVvVTO2ie4i7KiATvJos { top:22.5rem;left:10.625rem;width:8.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5kk19FHo9Tqd5B69u1RuCicZXSTWXvP { top:15.75rem;left:22.375rem;width:25.375rem;height:1.625rem;font-size:1.25rem;display:block; }#I5kk19FHo9Tqd5B69u1RuCicZXSTWXvP li:before{  }
 }@media only screen and (max-width: 763px) { #xSZ2bRNWFqNG4Gnka5mLghn7pLNzV2oH { top:18.125rem;left:23.875rem;width:22.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF { display:block; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW3xN757qC3em4MZOTHHo2g7EULdTD8J { display:block; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT5WkPekOGBbDeNRUz4PhmsU1SUe1X5P { top:4rem;left:0rem;width:47.75rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJwZQAEmr1yqs9w9Edkvr2Oc1WAKglV { width:39rem;height:26.3125rem;top:13.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N92M70EKLTN2XbayMCFgBTXTgSpnTiPg { top:10.6875rem;left:0rem;width:38.125rem;height:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmxq1m5lRsuCwNwinDT4nzl0sDVMkPQu { top:43.375rem;left:4.28125rem;width:39.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egRCA5RUH8XTF5cD9uxvZATrgLHT06F1 { display:block; }
 }@media only screen and (max-width: 763px) { #VkCKR4PDzuvkFWAcaX22esgQ8cct6lxu { top:41.4375rem;left:0rem;width:36.5rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZ4Zv4Z02UMvsiiUqfdWEsPVTdTnrXBh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p { display:block; }#Pz3Kx1X5sf0QxX7ZO6I99h88IuiPQB8p > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQKJKLKfRno5ccGbdwTfFQ5qFOAzRoSy { width:17.9375rem;height:2.59765625rem;top:4.6748046875rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHGJNfPw5LJTVXWxVLmqxWfAh9MUJIzS { width:20rem;height:6.3743125rem;top:21.1982421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #XTEEfRM1WkKMBHD2PlGZSxuWma8XDnea { width:20rem;height:7.1999375rem;top:8.310546875rem;left:0rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4Zq9hF3QwVQnDeftOzzDIz6hNkNxpHN { width:20rem;height:38.625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewpPzybk430xuVQosDWaUh97TsrzBJ76 { top:48.4375rem;left:0rem;width:19.9375rem;height:3.875rem;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #03a688, #04c4d9);background-image: -moz-linear-gradient(134deg, #03a688, #04c4d9);background-image: -ms-linear-gradient(134deg, #03a688, #04c4d9);background-image: -o-linear-gradient(134deg, #03a688, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a688', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a688', endColorstr='#04c4d9' );";background-image: linear-gradient(134deg, #03a688, #04c4d9);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C8TyvmMLaWWxrd6COTPeqhhUsO70FtOy { display:block; }
 }@media only screen and (max-width: 763px) { #n30TuDDJXO7nrLRNAmLxALRDNWIR2ntD { width:5.625rem;height:2.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHr6L6siXfWUDxfwqhgtSVL6MmHV3zyG { width:15.875rem;height:4.87393125rem;top:29.1875rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOFEToeTzdLS4cBIgu0clcOW4fePDmNz { width:4.625rem;height:1.8125rem;top:1.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTI0855N3uBNpN0eL0wu7qyBvcHBGc6 { width:0.3125rem;height:1.6875rem;top:1.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmper2Lbks01uc7ubZnBwbhry5OLMgya { width:20rem;height:3.599075rem;top:16.4482421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIlxEU8GMHryy1JSWXsAW0Dra82ts1f8 { width:6.1875rem;height:1.5rem;top:1.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz8JLRoP6CpcL8yHcvpT2wXTnELQDohM { width:0.3125rem;height:1.6875rem;top:1.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBI3KChdfLU14RtSX9KUA2myL88FAT2D { display:block; }#FBI3KChdfLU14RtSX9KUA2myL88FAT2D > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDXeodN3kGQb7rV4TcVGalr0fCDtuwRE { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WArvcnfiOaALdrGfk4gtD09FJ4HkRfyW { width:19.5rem;height:1.625rem;top:5rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENl4ewXNWSmuFmL8QDq1rQLS6ThaqEFu { width:2.5rem;height:2.5rem;top:7.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1uMPPJcUdasKpwWusfcEEupGLi902Ie { width:12.0625rem;height:1.625rem;top:11.625rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSg4Ol8ylXGAvzgAMSs41bthZeIA0Cf0 { display:flex;width:2.375rem;height:2.375rem;top:14.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #nrqEMnGliG3QHEklM8ZiEHFdF22P3aXC { width:19.5rem;height:1.625rem;top:18.125rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ko75SUlWK99SIqXfa2cfBr95dooZLW1i { display:block; }#ko75SUlWK99SIqXfa2cfBr95dooZLW1i > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veLwbE6NatOKM1k0sOIOeMKRn6dQr3DI { width:17.5rem;height:2.5996125rem;top:16.75rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl { width:17.5rem;height:55.806125rem;top:20.537109375rem;left:1.25rem;font-size:0.875rem;display:block; }#Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jm4m8GZw9MUxbgNZZ8CPT1xT1TBcUVTl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b081328423e8d2d2908fd95e4de29c6fb640396f.svg); }
 }@media only screen and (max-width: 763px) { #hsd2UoddRvo45XWK1au1ki9adKT4Ofl2 { width:17.5rem;height:13.25rem;top:1.51953125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg { display:block; }#r0JQFOpIZw0dzI3mWyZrW6ER4GiVObCg > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aERipqgHq9PUB3EhKJUbKLGEIedDNoBA { width:17.5rem;height:5.19921875rem;top:18.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsuyBKVTHPRubfichpB27313EAyf6gQg { width:17.5rem;height:25.8549375rem;top:25.224609375rem;left:1.25rem;font-size:0.875rem;display:block; }#zsuyBKVTHPRubfichpB27313EAyf6gQg li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#zsuyBKVTHPRubfichpB27313EAyf6gQg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e7b88a01e51ec25cc73104975b335af09fd1b2a4.svg); }
 }@media only screen and (max-width: 763px) { #n77T6NfvTTqchXltsDGKBvNCUnyi8kwF { width:17.5rem;height:13.8125rem;top:3.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF47ZQvmxmhrAt8Iypvw9CpIEkcL9JxO { top:54.2587890625rem;left:0.8125rem;width:18.375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNnAs0XocpRhG9ZRONzwcCFlEEMhRsFb { display:block; }
 }@media only screen and (max-width: 763px) { #itisT1akV3kdH8IrOSJP1FFhdTwnK1PK { top:53.0712890625rem;left:0rem;width:20rem;height:5.25rem;z-index:15005;font-size:1.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #037373, #04c4d9);background-image: -moz-linear-gradient(216deg, #037373, #04c4d9);background-image: -ms-linear-gradient(216deg, #037373, #04c4d9);background-image: -o-linear-gradient(216deg, #037373, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#037373', endColorstr='#04c4d9' );";background-image: linear-gradient(216deg, #037373, #04c4d9);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F0B6eOpFSuCBUM76zuBBVD9U7Z3uJzO2 { display:block; }
 }@media only screen and (max-width: 763px) { #FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc { display:block; }#FxGc0XWxvNBXWJ1HOlZtcco2QmaWsXyc > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdvsW0NLW7aIzZ1mtps3kDGMufbavIyp { width:17.125rem;height:4.39985625rem;top:1.25rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR { display:block; }#qyyPSSFQLBRzdo8qBGtnwodv1VhWx6fR > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCadnv0ARG0vCI3QbcgLeFy2tKeS21iF { width:15.75rem;height:15.75rem;top:42.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2P384OVCW43KUZK1dTxeNc5FCOV5WJ5 { width:12.5rem;height:2.5996125rem;top:7.5rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHzIEPvCBW9wzTwGqTiPetJi0nyDqibF { width:12.5rem;height:2.5996125rem;top:25.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8T6lIuAxAgpwV6E78vLZuzEfe0ZBPe { width:12.5rem;height:2.5996125rem;top:44.625rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K00qR7PCfp3BKd50ZgtAOTmNQaQeKx6u { width:12.5rem;height:2.1937125rem;top:11.3125rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwtFfTrUpGmzhACFH2rb1lgpkT7oAvSm { width:16.875rem;height:16.875rem;top:22.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkQv8gfKZGeRbJtQRXv4Ibp7kbKvX0o { width:16.5rem;height:16.5rem;top:3.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6geQLPeBqGwLrXR4iDTh1ugIkmmR1t { width:15.8125rem;height:8.77485625rem;top:28.75rem;left:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzCBbSCg6sxyRBpozXOZigpOCJK4IFKW { width:14.625rem;height:6.581125rem;top:48.4375rem;left:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAa2F3Ns41hHTiM4ZzQFnpInBSCK3SMg { width:20rem;height:20rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4oZ7Ji4AGAoxMpQFe2mMwsLAdDVoWM { width:14.625rem;height:4.38743125rem;top:68.875rem;left:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex43hHsQteaEpH4nBwczEuqAhgRhMLBt { width:14.5625rem;height:2.5996125rem;top:64.599609375rem;left:2.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ { display:block; }#NBb16niMIetqGLBHLIUwoKB5SCMUpkOZ > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6l4LntCSr83zTtKhhE0GbBCCpXHTx5g { width:16.4375rem;height:3.73579375rem;top:9.8125rem;left:1.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRPHPKAHTbrob5UBoGmgEzaGS8IVb4Fh { width:16.0625rem;height:3.73579375rem;top:37.8125rem;left:1.96875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WOkps0uNVd2v9u3wLBpEXQ4JfQld2h { width:16.875rem;height:11.6894625rem;top:67.937141418456rem;left:1.5624998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EElmnc5GwgRwbyTsE0b88vqTAiVmvRLo { width:16.875rem;height:9.09800625rem;top:16.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTsDFZ8RLSMhug0ucJPDWJxmNT059ofb { width:16.875rem;height:6.494125rem;top:42.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaf3EGcvO6NcucNIcTpV3TfrzB8pfudN { width:16.0625rem;height:3.7358rem;top:62.375rem;left:2.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAAZP36yVhlEqHCngbQGwmcEhctvbiQn { width:20rem;height:19.75rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcM2Q1OMgqi60K778cTh8WTsnv6GrB2C { width:20rem;height:25.875rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOadeZDRWckBvpmpZi8045ZKdWOq9ee { width:20rem;height:16.8125rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvsLSVH5qCGJa2Pd1Vc8ifU3z2ufTt4i { width:5.1875rem;height:5.1875rem;top:53.0625rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwQyRGwZgUbkMqAuf1F5UlqzIxoCXMl { width:5.1875rem;height:5.1875rem;top:1.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsMhpBT51Bxn16oTG3dQfnVPGCcpbo2T { width:5.75rem;height:5.75rem;top:0.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUgTGSE7Ost6tJQEmMmTOIpJEkQ5fu0o { width:5.75rem;height:5.75rem;top:28.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcC93QLWgHN7wpJmCWxcGKJitfNhw1Eg { width:5.75rem;height:5.75rem;top:52.78125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A33lAkVVawLvnGw9HC5dIlI18HONTpU9 { width:5.1875rem;height:5.1875rem;top:29rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF { display:block; }#uUE5LZS3fkKkasRfryKlUVDlN3cQ5kZF > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GITuF6Cf3KGgWZqpckQGbHMP6Zdbx0Ts { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn { display:block; }#IVT6GdREO0bJSGtZ1s7VRvXu0wouAKtn > .row .container { width:20rem;height:166.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAET4lAo2VEdWaNltheNallJi9w7owRW { width:17.4375rem;height:52.4813rem;top:29.07421875rem;left:1.25rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oOzTchH00yno299rTQmACsxzLSgUpB9s { width:18rem;height:46.483525rem;top:111.5rem;left:1rem;font-size:1rem;line-height:1.5;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k6ihhH5MkXbQwFzXPu6BzETWwLUlz3Rr { width:13.625rem;height:5.19921875rem;top:22.625rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDS4nhFOMevhvCqxP0FkWD2X2mIILfVT { width:18.625rem;height:5.19921875rem;top:104.75rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaEV760NwN9abW0mVNTyomtcX0clysOM { width:20rem;height:0.125rem;top:1.25rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Ghz4y15rigbV5BmTOIXbZIsuySWFTTuC { width:18.75rem;height:18.75rem;top:2.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbSrtbN3ekFhqL7MEpNPS9iX64A7wmv7 { width:18.75rem;height:18.75rem;top:84.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk3G8m3U27Ky8xuEa9n3dxvUeflQTqN5 { top:160.0625rem;left:0rem;width:20rem;height:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhdPKKsn4sOb84MWSTa7HuJ7C369it5f { display:block; }
 }@media only screen and (max-width: 763px) { #Ag6KsC0kXb9h9ho5z0vnyViIi9fDzwDh { top:159.5rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.125rem;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #03a688, #04c4d9);background-image: -moz-linear-gradient(216deg, #03a688, #04c4d9);background-image: -ms-linear-gradient(216deg, #03a688, #04c4d9);background-image: -o-linear-gradient(216deg, #03a688, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a688', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a688', endColorstr='#04c4d9' );";background-image: linear-gradient(216deg, #03a688, #04c4d9);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AlWmkHqQuOkcpK6gUcvQUAbtIdv04KpM { display:block; }
 }@media only screen and (max-width: 763px) { #cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N { display:block; }#cmHsUOaQ8xsb6sV9DXMhT94dWQxRRv2N > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Plcx4IT80ANVCQTRJuJfTdqOc9QIARIa { width:20rem;height:1.54385625rem;top:8.8123168945312rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDw6TnrLugh7SMcTDSrw1K8MEsdtF3Dq { width:20rem;height:6.987rem;top:1.125rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/TNIy2MF3JBQ/unsplash/pawel-czerwinski-TNIy2MF3JBQ-photo-1684446116392-051d581d1a77.jpg");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;display:block; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF.adaptive-delivery-prevent-bg, #lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF.lazyload, #lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF.lazyloading { background-image: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container { background-color: transparent; background-image: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container > .video-iframe-container { display: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row > .video-iframe-container { display: none; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .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); }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container { border-width: 0; border-radius: 0; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvRyohLSR9TcprxxDaSDtfXIkX1dQfvF > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghWS61DpMFpI2yKHtPutBlKGPnTwctms { width:20rem;height:48.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztAwGqstESy4qcEciUIzQmDAlT4ZlmwF { top:44.5rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObBogVzdzoJLT0rTsAfMn44ZRZldHtmE { display:block; }
 }@media only screen and (max-width: 763px) { #vpCT2zqrHlzLrvSCwip3N7M2CvRScFKX { width:18.75rem;height:5.52556875rem;top:22.875000953674rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#vpCT2zqrHlzLrvSCwip3N7M2CvRScFKX li:before{  }
 }@media only screen and (max-width: 763px) { #KJTNpRORVoR8AFGTiBtrSZwgGuhebWDT { width:13.5rem;height:0.4375rem;top:16.812500953674rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTVi2As3CgJWMPJgmiuTOMFpd5EcXDr { width:14.7480625rem;height:1.13736875rem;top:41.5rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXCDTuT5EV2be8M5yBi0t5NA6obU90F0 { width:16.6875rem;height:5.125rem;top:8.875rem;left:1.6875rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mH0ovQ9oGC9o5E1878kxVSPwHC6tlzmh { width:20rem;height:1.625rem;top:20.000000953674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsmhDTcmEonBzqktfo6INyPlhmFsqwz1 { width:10.0625rem;height:3.330075rem;top:35.625rem;left:5.375rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZLFMtAPGJiz2QPQNNZxikJkTi99HFTG { width:13.125rem;height:2.3997375rem;top:5.75rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qT9QUD2h5m1HBVvVTO2ie4i7KiATvJos { width:8.75rem;height:1.4622375rem;top:38.9375rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5kk19FHo9Tqd5B69u1RuCicZXSTWXvP { width:18.75rem;height:1.625rem;top:28.937500953674rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#I5kk19FHo9Tqd5B69u1RuCicZXSTWXvP li:before{  }
 }@media only screen and (max-width: 763px) { #xSZ2bRNWFqNG4Gnka5mLghn7pLNzV2oH { width:18.75rem;height:2.76278125rem;top:31.0625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF { display:block; }#bxhEECQ8wgCM99OMgI5c8S2N2TDxoZJF > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW3xN757qC3em4MZOTHHo2g7EULdTD8J { 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; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container { background-color: transparent; background-image: none; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container > .video-iframe-container { display: none; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row > .video-iframe-container { display: none; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .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); }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container { border-width: 0; border-radius: 0; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iW3xN757qC3em4MZOTHHo2g7EULdTD8J > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oT5WkPekOGBbDeNRUz4PhmsU1SUe1X5P { width:20rem;height:2.2747375rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCJwZQAEmr1yqs9w9Edkvr2Oc1WAKglV { width:20rem;height:13.4931875rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N92M70EKLTN2XbayMCFgBTXTgSpnTiPg { width:18.75rem;height:22.74501875rem;top:6.6875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kmxq1m5lRsuCwNwinDT4nzl0sDVMkPQu { top:46.1806875rem;left:0.8125rem;width:18.375rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #egRCA5RUH8XTF5cD9uxvZATrgLHT06F1 { display:block; }
 }@media only screen and (max-width: 763px) { #VkCKR4PDzuvkFWAcaX22esgQ8cct6lxu { top:47.3056640625rem;left:0rem;width:20rem;height:5.3125rem;z-index:15007;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #03a688, #04c4d9);background-image: -moz-linear-gradient(216deg, #03a688, #04c4d9);background-image: -ms-linear-gradient(216deg, #03a688, #04c4d9);background-image: -o-linear-gradient(216deg, #03a688, #04c4d9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a688', endColorstr='#04c4d9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a688', endColorstr='#04c4d9' );";background-image: linear-gradient(216deg, #03a688, #04c4d9);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OZ4Zv4Z02UMvsiiUqfdWEsPVTdTnrXBh { display:block; }
 }