.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,234,236;--color-primary-1:245,156,169;--color-primary-2:239,90,111;--color-primary-3:143,54,67;--color-primary-4:48,18,22;--color-secondary-0:253,244,233;--color-secondary-1:250,218,182;--color-secondary-2:244,180,109;--color-secondary-3:122,90,55;--color-secondary-4:37,27,16;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin 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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/73b298fb-2057-4ccf-9407-7053215b3ec5/KzDV2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.adaptive-delivery-prevent-bg, #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.lazyload, #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.lazyloading { background-image: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container { background-color: transparent; background-image: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container > .video-iframe-container { display: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row > .video-iframe-container { display: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .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); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container { border-width: 0; border-radius: 0; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#ncCeMnq7cXDw7FEtMKueLpAnZSX5TBrA { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O8577i3LzS6TC2fTEiq5h12CnvnrDgmP { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Io9Tr4xleXsryrVLqnw24fmzW7LlUaZ0 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QaKSsgppVF3IcTN2RZwOA5RaiVqkLAN0 { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LITP5yrvq99Sdk2TSEpIwV1THoEIMHLT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#aPWg2PV0wVk2oXLINxtuRGa8bVxT998C { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dXXITFyiasmg9qnxaGab3DTO5GWifK9B { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.4375rem;width:7.3125rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.375rem;left:50.03125rem;overflow:hidden;display:block; }
#ExDhN7Fgabv9SkbB4R5Fgw2sa8SIS70E { color:#4bb6cf;display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.25rem;left:34.90625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OV3l9t2NqcEAEKKxqxG0WSEysMcIT4tz { position:absolute;display:block;z-index:15012;background-color:#efe9a8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12109375rem;width:25.05859375rem;top:20.375rem;left:41.158203125rem;display:block; }
#prR4g1wHlp5wD1V46OD4Maia0qmJdAWV { color:#4bb6cf;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.1455078125rem;left:36.875rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIC1vdDAJTscex0kPqZ7bzcHsk5vaveQ { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.5rem;left:38.96875rem;display:block; }
#JiDOK9dsUO1gDzBTcTytxnJxRHR8lwr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ln21XCTVTOU17gNDI5h7okRG2mR4hKDB { color:#52a5a9;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.5625rem;left:48.841796875rem;height:1.4375rem;display:block; }
#botnTPZUGzyvMO8A9WLw0iciBhQcAb11 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:44.1875rem;left:45.375rem; }
#OmTdVFhX2xXSTkceMHcJ3wk7pVXXbvEL { color:#52a5a9;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:48.8125rem;left:48.966796875rem;height:1.4375rem;display:block; }
#vCOcTgvIxryNXtP86DfOIwlTN914TdF5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:48.4375rem;left:45.375rem; }
#FmcaExFJqKqVN9QL5PfgmLZsn9DmgyaB { color:#52a5a9;display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:52.8125rem;left:48.841796875rem;height:2.875rem;display:block; }
#EVDTfGEi4RChyvaQT1ZRbk8dbrIJBCJL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:52.90625rem;left:45.125rem; }
#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { background-color: transparent; background-image: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .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); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { border-width: 0; border-radius: 0; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:block; }#lkRQFJ6uA7yVCH31JPTVSDRHA52MHxup { box-sizing:content-box;height:33.125rem;width:64.1875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:5.40625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#XyQimFJ7cSwsWQN0vaIDDbgxGMa0ZevJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:26.25rem;top:11.53125rem;left:42.0625rem;overflow:hidden;display:block; }
#bo4bRQlTeHfvDmPe748908rdQC175S3K { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:14.21875rem;left:7.5625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfDzn7A93Muk6oaBb7VmcvAwhLbiChP9 { box-sizing:content-box;height:9rem;width:34.6875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.375rem;left:6.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#WAXKKegXCGcy7nTaVz3S66fafdgWEiSB { color:#47545a;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:24.59375rem;left:9.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muqQGzDe8TIlLv9TkWWOe44adQ6tvaHX { color:#4bae16;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:28.875rem;left:11.53125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Haxe1H4NpWescdmuGfl7C3zJ0ilnzIH3 { color:#4bae16;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:31.4375rem;left:11.53125rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waJMLctXS0MdaQnRsMUSAtipG4tudB73 { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:37.6875rem;left:13.53125rem;display:block; }
#RAWMUkCSlB4Pb2LzeWdgeSzbhNJbMMSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmcKoU62vMRayLPA7T2wLCZ4wFtcEnst { color:rgba(var(--color-primary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.8125rem;left:6.65625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQTask9lqTTA5q5sVQCLZyL3mu05E7VT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.65625rem;left:44.25rem; }
#HTrz6E2AHVLyG38mdVh5ClBADu1hVl9f { color:#47545a;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:30.0625rem;left:47.8125rem;height:1.375rem;display:block; }
#CIoHG8MEKieJhssbKV82BpGTaNsxvl8B { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.375rem;left:44.25rem; }
#u4Sc4PGk9ww5SAhDeH7VXLB7BKIICT9C { color:#47545a;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:33.78125rem;left:47.5625rem;height:1.375rem;display:block; }
#o2wCgs60NffoAnSDaFMnR6LGqQgnpMXa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:37.125rem;left:44rem; }
#rUX1za9DxzMVz5tQ89zn3FLBf8hGr26L { color:#47545a;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:37.09375rem;left:47.9375rem;height:2.75rem;display:block; }
#qivmEUk4Bep73sVQizTCVeGuhxfFSAip { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnHClonRnTTvOTObCIRo5OusoLTEdcKo { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:45.966796875rem;left:19.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7fcff;background-image:url("https://images.assets-landingi.com/uc/4bf77c37-48d8-44b9-8335-81b7529d0359/To1.png");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; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV.adaptive-delivery-prevent-bg, #kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV.lazyload, #kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV.lazyloading { background-image: none; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row .container { background-color: transparent; background-image: none; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row .container > .video-iframe-container { display: none; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row > .video-iframe-container { display: none; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .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); }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row .container { border-width: 0; border-radius: 0; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row .container { font-size:0.875rem;font-family:arial;height:77.875rem;width:75rem;position:relative;display:block; }#e5HgTHxHCLRQHgZltNnKRGWzpAW2eMJW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.4375rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUvbsMKtM3RAsEqhGsmHN6g5sxFQDC43 { color:#f39c12;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5rem;left:22.53125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHgwlQmixXJGh9kgordSk3kEJVzMeTca { box-sizing:content-box;height:62.625rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:14.0625rem;display:block; }
#KOAA2DpQCVr88t0JufKTu5QBI8DfVxqp { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.625rem;left:22.53125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#MmTAFROGvhVw17AfNerods5sW3yNHUTo { color:#284d42;display:block;width:33.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:40.3125rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#s7AwzgnA3J9xSAflLsEu2DiRaeKKTGQZ { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efe9a8;border-left:0.125rem solid #efe9a8;border-right:0.125rem solid #efe9a8;border-bottom:0.125rem solid #efe9a8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:67.416015625rem;left:18.46875rem;display:block; }
#TVJ87UO07FTXmJtcBdeCSgKqGx4cncQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKtTGuv6HxpoqDahlg65caqSUnq0a8e1 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:67.416015625rem;left:38.9375rem;display:block; }
#gZAZGTE7Mgg4MvgcAcBW9qAarkP0i9M3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USFpTTdCBC2QZCLG45nrELRwGJcN8FrP { color:#284d42;display:block;width:17.375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:63.291015625rem;left:39rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#zQRHMlsTQXZTgoCWbEzHTUBO3NTrw8uP { color:#284d42;display:block;width:18.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:61.041015625rem;left:18.125rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#hym4cvrQmcxf4ydR2cs8dd8L8c8lbl7D { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:13.5rem;left:29.4375rem;overflow:hidden;display:block; }
#D8d3qqIN6u8UzO56dcH4cHBE7wTpaIHe { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.9375rem;left:21.65625rem;display:block; }
#T6F8ImwgQsx9WpwhHyWwuJTOhLvIMFeR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFeWFsmlM36awt9zU3tuFuOT2c2e5HHM { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.25rem;left:21.71875rem;display:block; }
#IGLPLlo5v3frvBssiaQzO0V7J2TBugIv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SgzFf55Z6stGIbV03DpS7npZ5yK9BrJ0 { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.34375rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eQZMxHMWce1wIt27ablmfBM0TEVKtyPv { color:#47545a;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.994140625rem;left:14.6875rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1kLU2JoZJNnM8eO22xrTNw9wbnTqdyR { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.40625rem;left:20.40625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#qba1w7aOyNZmx4QsXDRplLN4LDUZyc78 { color:#284d42;display:block;width:36.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:49.84375rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#XDNsuhcNypqwt2zdbxgru8CgcwSPACJw { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.125rem;left:20.40625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#DBddsXblTQ2lrqRdmJwAOnQwi2kI3Gbu { color:#284d42;display:block;width:38.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:54.8125rem;left:20.8125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#U1Lyi7Tid0lnuKXZtyq4oG2QFayzX1CT { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:block; }
#x9EfKE8QxSD7AHz5szTogSA06poJLLgI { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:41.34375rem;left:16.71875rem;overflow:hidden;display:block; }
#aS3A0I9POPgrkcZKLGd7WWAhuCdrgaP0 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:45.90625rem;left:16.71875rem;overflow:hidden;display:block; }
#NVGsH2TJv6dT7Q0ru7MhTt9N6lSXS9cs { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:50.34375rem;left:16.71875rem;overflow:hidden;display:block; }
#lbcWyT5knEr6u2I5i7zd5VyqpIr5WXug { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:55.90625rem;left:16.71875rem;overflow:hidden;display:block; }
#tv4tTisSZqXZVVFVHE8bLfitfLNZXCHM { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#fCuy61WB9DBShqwf2sDoDTA2TEThgZ7O { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#sEGxo4z9xUUi1dSAJ2A4h7gnzu4he1OD { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#CQEexiOtRUoniLrDJESuM6t07R60X0rB { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#tl3tKk7khbSJXObyzxpHvDIK7N1QtzKo { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.65625rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8bf04799-5daa-4110-95fd-0ad139c87f50/KzDV2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y.adaptive-delivery-prevent-bg, #EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y.lazyload, #EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y.lazyloading { background-image: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container { background-color: transparent; background-image: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container > .video-iframe-container { display: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row > .video-iframe-container { display: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .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); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container { border-width: 0; border-radius: 0; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#MIz9qECkqJsIQ49NqrIrSXMxb8lNLu3r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;display:none; }
#mzHVAgs6Pl0STuKfWBTF3OfqgAfLy2Bs { color:#52a5a9;display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.8125rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRlPZK3sya9oJEPLQ9gD86EoC5LEVIJE { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:16.125rem;left:40.8125rem;height:28.1875rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/e3000023-c599-4488-b19c-def06ca71604/390.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ.adaptive-delivery-prevent-bg, #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ.lazyload, #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ.lazyloading { background-image: none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { border-width: 0; border-radius: 0; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#RqazF6Eow5vAqO8z9dghzVArsCc6VNVW { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#TsfthQnREAvcdGwknVqqnKoFuUfdqpgW { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mGC8Fiy8e8xVJ23qekHAP7FWe2vX1QmV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.5rem;width:47.4375rem;top:9.40625rem;left:13.78125rem;display:block; }
#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { border-width: 0; border-radius: 0; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:none; }#tvc6UNIJLqJN7K0VRdco7b2DkML9Zxky { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.875rem;left:22.375rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { border-width: 0; border-radius: 0; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:none; }#GQbVxM1EmRXFhnDTdmxVZoEt3U57ltuH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.1666870117188rem;left:22.65625rem;height:19.5rem;text-align:center;text-align-last:center;display:block; }
#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { border-width: 0; border-radius: 0; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:none; }#yTEMXQNe0LSv6SZTkSmKzmh8g0KxolMk { box-sizing:content-box;height:32.6875rem;width:64.1875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.1875rem;left:5.40625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#kkFH1Sw1dQ0svGyo3OTs66Kf4Flum02n { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:26.25rem;top:7.375rem;left:41.9375rem;overflow:hidden;display:block; }
#s3psynPSDw2TQ3AARZkQFHk11dfMu1eQ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.5rem;left:7.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2Esr0FTNMPkKoRz9OiT8Fn5VUbbHqso { box-sizing:content-box;height:5.5625rem;width:34.6875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.375rem;left:6.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#RNfAdu2JsTZRI6FcchQ6Ieo4TywSs0N5 { color:#47545a;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.1875rem;left:9.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iysc6k1K6tKk3XITPBfrK9MZgmmU2vhM { color:#4bae16;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:25.75rem;left:11.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFsTqPuCio5x93m29lZM3L6aNyvM2tzb { color:#4bae16;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:28.25rem;left:11.5rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNzTVQiN4DLnvG0O5sF8h9MqyH7QXLHW { background-color:#4bae16;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:31.895843505859rem;left:13.53125rem;display:block; }
#HFAzK3qy0N43c3cdK6u2kJuqsDAMKsWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fo9hDoiwfimXEI6Q9X6qFH23OsKLp9B1 { color:rgba(var(--color-primary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.3125rem;left:6.625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctWrd7vX77iDh3Ka4T5um8PtqJEwq0IC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.875rem;left:44.25rem; }
#cZvpcmk0wAILbdkgi7c97EN5MJyD6zbo { color:#47545a;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.3125rem;left:47.8125rem;height:1.375rem;display:block; }
#HG5vVS3ZB0wPkU3VSPHI9EXagSK7T5al { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.1875rem;left:44.25rem; }
#l4tPSHIqzr089eXNU4orbTLHThT5zGHP { color:#47545a;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.375rem;left:47.6875rem;height:1.375rem;display:block; }
#SB0tKQ8TQbETPm7QSlWgxMBlPXwI1Uuk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.625rem;left:44rem; }
#KtJeoQh1oZVgdgGp3eTW0wCW0ieTTK67 { color:#47545a;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:47.9375rem;height:2.75rem;display:block; }
#UKKTnyqo5aaRAaNcCvuEdcvxQlKrpfnW { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyJiWTIQAw5pTcCpLmATm464cNWoHsUH { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:47.459655761719rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/e3000023-c599-4488-b19c-def06ca71604/390.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn.adaptive-delivery-prevent-bg, #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn.lazyload, #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn.lazyloading { background-image: none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { border-width: 0; border-radius: 0; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:none; }#Rmbo9qGnJ7z6uMeuQkF6tXxolxLqpIkt { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:32.375rem;top:10.5625rem;left:21.4375rem;overflow:hidden;display:block; }
#GxpFdE26rBDlwy55xQJI1Ws2xHVIXfkT { box-sizing:content-box;height:33.75rem;width:33.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:9.75rem;left:20.6875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#nbkeoLfta3wD8JcqKvytxvTyzKe5r3Tf { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#hKeLhwWHrZoCvE5cwG4mhfUFbAXNIXZh { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.adaptive-delivery-prevent-bg, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyload, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyloading { background-image: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { border-width: 0; border-radius: 0; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:none; }#nxwHIW19TDHMi9RPkbTM3e90slkpGXJF { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.2080078125rem;left:14.25rem;height:7.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6UloS1Q6hg1yLqR8ArzBSexuOTIvZJe { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.51953125rem;left:15rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#gA6OOsfZEBVFW74qld8L2uKZEk4Sa5qT { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0703125rem;left:14.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { border-width: 0; border-radius: 0; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:none; }#XHaPhJwe8mPQAgi3ARuIl4w80qcvcOwc { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.58203125rem;left:15.25rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#sOQTmSQTA1vZ1Nxf1uZU8797tT4LeVAi { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0703125rem;left:15.25rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MG2aTqUJlMETMAzuO10nTZCmoGespJwA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { background-color: transparent; background-image: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .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); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { border-width: 0; border-radius: 0; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#A3PUX4n88HLQLZZuJxyi1dR2ErSd529f { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#TF0eDTuJNNJcaSCIbl15mieEVi70U6Cp { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RuMaDlhsndGJFsDeNXNqfETf9be817lC { color:rgba(var(--color-secondary-2),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ageVOCFiiLEK3hlXUTkSK4XC2gRy0xRv { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:5.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#mkmV8ogAKs161OC57KVrrmhTB8TqALzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { background-color: transparent; background-image: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .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); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { border-width: 0; border-radius: 0; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#HqHJZG0T8swAoLVVKez9XZ8zkt2D1U3I { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#rDsO1rT2MUUCRZFZdIgpvB8HudQ17Sff { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JiZwTXkHo1keQoNMOXlnycJVBm5ct3eM { color:rgba(var(--color-secondary-2),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWLQUmNrsap3EVT4qTWaA5Jo081hvcDz { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:5.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#el7ssu3dydWtf6yCxqilX1vWlRv0JXgz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.0728759765625rem;left:0.75rem;overflow:hidden;display:block; }
#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { background-color: transparent; background-image: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .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); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { border-width: 0; border-radius: 0; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#rRgeT1sAfNVT1c146AyH774p3m2emuMu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#ZkiTQrRB0KMuqfNOfsyAeycTldZPSDbQ { color:rgba(var(--color-secondary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WtITWczz92ycCoHcxBlSpzHIciVTmAeF { color:rgba(var(--color-secondary-2),1);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obA4rdty9U7T2k8GLT2rF8w14nsSFG93 { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.8017578125rem;left:20.8955078125rem;height:4.3125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HUfs7ietoKswIb2p6hErCJSTCmHJV83M { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.833374023438rem;left:24.46875rem;display:block; }
#K0z9iLXqKQJtT9mUg6Oa9H34vKeNHSkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f4;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; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { background-color: transparent; background-image: none; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container > .video-iframe-container { display: none; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row > .video-iframe-container { display: none; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .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); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { border-width: 0; border-radius: 0; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#gH86tTJNTUG33EZxgXZEv8JQCEWwOCZm { color:#47545a;display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:6.5rem;height:3.625rem;font-style:normal;display:block; }
#pEfl5rRMWrS41Wt12Ox1STKNFb4C6lUx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:5.125rem;left:32.8125rem;overflow:hidden;display:block; }
#JdhqapxaiLZRTVpHUFv29UmzrGUtEEiK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.125rem;left:59.75rem;overflow:hidden;display:block; }
#TtPfSeg4GINK5Dv4wyhE01LxdiehENCE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.125rem;left:51.5625rem;overflow:hidden;display:block; }
#MQLUmTzUWA8ulEplazEU47210hwTaQXv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.125rem;left:22.4375rem;overflow:hidden;display:block; }
#d7VDrz9JaNGkO1HTPdiEBgl8iX8AwxlW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.125rem;left:43.0625rem;overflow:hidden;display:block; }
#AkR81qghUeNAT0UeIMWKIV76u7U5dxo4 { box-sizing:content-box;height:9.4375rem;width:67.4375rem;position:absolute;display:block;z-index:14999;background-color:#faf5f4;background-image:none;top:2.125rem;left:3.8125rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#zuXbv6dV8e3BRrcanleZRDLsm2yAUhdH { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.01953125rem;left:14.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#aA2zWz8E8QEz6OVAUHVPwOg3ilqp63yV { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.509124755859rem;left:14.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.adaptive-delivery-prevent-bg, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyload, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyloading { background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { background-color: transparent; background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.63); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.63); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .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); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { border-width: 0; border-radius: 0; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.5625rem;left:24.494792938233rem;z-index:15059; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eLQN2zZT9vEDcN8cnRhFDTo8ouVKX9n1 { display:flex;position:relative;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #Gp4zHv4q7HLfAg7NC7Am72GI3ixuExR6 { width:auto; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #rpaMpgLgQizLMNk1FaF2o5ndEaBsZQrh {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #gx2rh6H1H99yTzTxU0rs23U6wM6thQ3X { display:flex;position:relative;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #FqpWGSHGmh8CbwlMkFvuEm3B0CBpXofX {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #xDvv3PfarMe1N8Xqs1WwUsn3xs9hNsrM {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eQZOyAXbaw8bFltH5UUEs8mqU7M70Q4Q { display:flex;position:relative;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #T0pxvTuuVxDu3nQkVgTN1CWaUb5Z2IlO {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #vLxuzosUqJLc1F9VTcysTGF3dGdTULcU {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #uoSzZxKIeS8LFxbVCzMTi3gKF27XTCFH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #hG3H8UeFerAQ4RokFX6RmhG238S4n9UH {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #AHq2hAOIT5WoAOQ30ZT7bgKxMWvG0hlx {  }
#BgxkvJTPOukqZSCOvtSl2UpSun7yPxmK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:10.083312988281rem;left:27.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HxdP8RaAtmOcI6TlN7Ap9OyyKTXPCByv { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.0625rem;left:24.46875rem;display:block; }
#R7r21pNiTngtbhx4gUE17EoNSMkX01Tt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQaJDn2co3NN2TbzegU3eamvWWZDOOlt { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.509124755859rem;left:14.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HEMCSn0TGSnLloT2Fzd8sUaXOT3RhNe4 { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.01953125rem;left:14.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { background-color: transparent; background-image: none; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container > .video-iframe-container { display: none; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row > .video-iframe-container { display: none; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .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); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { border-width: 0; border-radius: 0; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#I51blvwyRSTC4EQPU3MgbPJU2hkF0kkm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#dqfABm2TwVS5TRXCZRRibrKz1TUhqsnE { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
#P16pzB8Ft482HADfQRayILT6qDyUkT0I { position:relative;display:none; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I { border-width: 0; border-radius: 0; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .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; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .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:18.75rem;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:none; }#hxTWBp2wISIckITX5XydN3iRzTQdxcb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.7291870117188rem;left:24.78125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ual28xrhDaTOBXwH6QI3nUnLme6pf13q { background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/18652c44-f170-4a7c-b714-1557037fa65b/MasterClasszMari.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q.adaptive-delivery-prevent-bg, #ual28xrhDaTOBXwH6QI3nUnLme6pf13q.lazyload, #ual28xrhDaTOBXwH6QI3nUnLme6pf13q.lazyloading { background-image: none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { border-width: 0; border-radius: 0; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;overflow:visible;position:relative;display:none; }#hK6SINSv172TX98WN1mu7lbdnKTJ0ykX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.125rem;overflow:hidden;display:block; }
#aFP2UrQFCCSOXEIDsS0rZCzJW2tzrKpD { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.375rem;left:68.25rem;height:1.583333375rem;display:block; }
#OWxaaBBHMPCh1KmHsdGlSMTwEs9KR9TV { color:#2fb2be;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:37.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThqyavtHO8m5G79I0UfZDqx9TlQBwI7L { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3736991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.6875rem;left:38.5625rem;height:9.666667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBtOWA1uuu6AQ7RWzQn29Qf6GGGKEhVN { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:38.28125rem;left:40.125rem;display:block; }
#iUR5ccTJqXCfP5dSRTp10gVWBxIVZFz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUnZUPKDMByI2wdtPEGm1NZ3OLHz9VLh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.645843505859rem;left:54.15625rem; }
#G2MVs4bBOshecnpSTVbEtTtGfh2AKscX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:45.8125rem;left:40.375rem; }
#IgK6GZHzARTSyPli5GLBoccn1MbhMFET { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:49.3125rem;left:40.3125rem; }
#qKZ81luUwu4BnKmGP4CTSG2Tc8eFq91Z { color:#f1a41f;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:46.125rem;left:43.9375rem;height:1.583333375rem;display:block; }
#QEK41ic1adqciW6vw9CassesaDvOfApi { color:#f1a41f;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:49.625rem;left:44.0625rem;height:1.583333375rem;display:block; }
#P39TUn91VQqbxTkmT9Lx6FcSBbErrCvz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:52.8125rem;left:40.125rem; }
#X5zUBw1I9isk32ddUrvCoooOIMqfFMUd { color:#f1a41f;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:53.375rem;left:43.9375rem;height:3.16666675rem;display:block; }
#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu { background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/18652c44-f170-4a7c-b714-1557037fa65b/MasterClasszMari.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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:none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu.adaptive-delivery-prevent-bg, #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu.lazyload, #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu.lazyloading { background-image: none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { border-width: 0; border-radius: 0; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;overflow:visible;position:relative;display:none; }#ESqE21vTDAEvEQ0FEia6IrUbOHr3UDSJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.125rem;overflow:hidden;display:block; }
#B2rD0dph5fD315TTm8rUFTSGBTq3UKa4 { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.375rem;left:68.25rem;height:1.583333375rem;display:block; }
#X337i0VJo6tTEfIzVOrrHD6aTuzJEhIC { color:#f1a41f;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:37.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0CtxEmgTbltMW1Qele8TTmf7BW4aJ4d { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3736991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:26.333333969116rem;left:38.5625rem;height:12.166667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wiJsu5TEsUWJru5gdK3WWLRE4QtQZ7tE { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:56rem;left:41.08203125rem;display:block; }
#XIe2n5tOB46smLTRXMzkV91Zs0sTza0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#as7vXuzs7ESp19S3Ju75JqM9K86LIEH4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:41.5625rem;left:39.375rem; }
#Cz1SJf7xmUE9hWXKk7r8NH0bF4LMWHUi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.0625rem;left:39.3125rem; }
#Kd5zDTrEiDDvp1fpV7HhgfXM1umJ0MAf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:48.5625rem;left:39.125rem; }
#Cmp56JmgTXP0Bw05rnHm2dJwuxXPHDhz { color:#2fb2be;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:41.875rem;left:42.9375rem;height:1.583333375rem;display:block; }
#Puo0GHiX7AoPUfTFW7QQnpGGerexu0Mb { color:#2fb2be;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:45.375rem;left:43.0625rem;height:1.583333375rem;display:block; }
#FuaGzUtn5dsk6cyZooBdVEO1rCVtn6P7 { color:#2fb2be;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:49.125rem;left:42.9375rem;height:3.16666675rem;display:block; }
#D1rMozbFsc9JskKt4ABtlB8GeemADyhC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.645835876465rem;left:54.15625rem; }
#LId77oduXcth2WCMRC6SWvP4otWnvITc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:url("https://images.assets-landingi.com/uc/be9c4139-e0ec-4ac1-a574-3145f63c8c4e/MasterClasszMari2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc.adaptive-delivery-prevent-bg, #LId77oduXcth2WCMRC6SWvP4otWnvITc.lazyload, #LId77oduXcth2WCMRC6SWvP4otWnvITc.lazyloading { background-image: none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { border-width: 0; border-radius: 0; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#HnG56U3emsDayHD9H7R0EMMHtN78M1Vk { box-sizing:content-box;height:33.75rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.5833358764649rem;left:7.5rem;display:block; }
#JqzBJ2oAGFu6kdF0P1RJKswtKNPQbrET { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.47917175293rem;left:17.5rem;display:block; }
#nA6doWEZFPdd9p7ataZNru8DNBPNz1F7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.208335876465rem;left:17.5rem;height:1.25rem;display:block; }
#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1a41f;background-image:url("https://images.assets-landingi.com/uc/bfd0bfcc-f50c-4dde-99ba-8d36502f6c4c/MasterClasszMari3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW.adaptive-delivery-prevent-bg, #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW.lazyload, #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW.lazyloading { background-image: none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { border-width: 0; border-radius: 0; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#q9vFvsRDEgxILCPkHTg7JF5BTT6aa1Gf { box-sizing:content-box;height:33.75rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.5833358764649rem;left:7.5rem;display:block; }
#OShheG0apppEBPFnIAZ9Qf5l9ph0hklq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.47917175293rem;left:17.5rem;display:block; }
#cr687r5OVTIOgURV2mTSf3zKuWv4mvEa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.208335876465rem;left:17.5rem;height:1.25rem;display:block; }
#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z { background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/18652c44-f170-4a7c-b714-1557037fa65b/MasterClasszMari.png");background-position:top 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:none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z.adaptive-delivery-prevent-bg, #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z.lazyload, #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z.lazyloading { background-image: none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { border-width: 0; border-radius: 0; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;overflow:visible;position:relative;display:none; }#JWd6K0dI3coFooGWwUzWDZ1VFubTzhBu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.4375rem;left:40.5rem;overflow:hidden;display:block; }
#O4M2E5HHa4zTunSyxbDATLzQRDTpHapK { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.75rem;left:69.875rem;height:1.583333375rem;display:block; }
#qSQgPMoyZJaAlwOv0dS7nsvJsl0Utp8A { color:#bf6f8f;display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:22.75rem;left:37.96875rem;height:12.166667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgZbRvNTwBXSIIvhGpVy25giAviK5KLl { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3736991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:43.166667938233rem;left:37.96875rem;height:9.666667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBi0ZNsEf4garpdQLkOlUL7sSpqqO7o1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:36.916667938233rem;left:53.559898376465rem; }
#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/eec1ac18-5b12-4a7c-88ce-ca40c7206627/16.png");background-position:top 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:none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi.adaptive-delivery-prevent-bg, #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi.lazyload, #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi.lazyloading { background-image: none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { border-width: 0; border-radius: 0; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;overflow:visible;position:relative;display:none; }#nrFDSb32f1MsXnTo3AwT17W2InnPOHhe { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.625rem;left:35.3125rem;height:16.166666rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCccebAOOOCsfPrCeCUmowDqdTw436EC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:14.0625rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:48.125rem;overflow:hidden;display:block; }
#JWX1dBI81fTr1dfUw6CVGpd7TmKpESdO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#dNAHDi2Un0uDu0JIHWM9vQKnhVKqKnPE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#kWUtECSt7JIGDp8IxxyADINPafN18ooN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/0489a258-7eb5-40c9-8b86-908f6392f69f/WykorzystanenalandinguKzdVbio.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.adaptive-delivery-prevent-bg, #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.lazyload, #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.lazyloading { background-image: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container { background-color: transparent; background-image: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container > .video-iframe-container { display: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row > .video-iframe-container { display: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .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); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncCeMnq7cXDw7FEtMKueLpAnZSX5TBrA { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8577i3LzS6TC2fTEiq5h12CnvnrDgmP { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Io9Tr4xleXsryrVLqnw24fmzW7LlUaZ0 { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaKSsgppVF3IcTN2RZwOA5RaiVqkLAN0 { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #LITP5yrvq99Sdk2TSEpIwV1THoEIMHLT { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPWg2PV0wVk2oXLINxtuRGa8bVxT998C { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXXITFyiasmg9qnxaGab3DTO5GWifK9B { width:5.8125rem;height:7.5rem;top:2.4375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDhN7Fgabv9SkbB4R5Fgw2sa8SIS70E { width:22.5rem;height:2.58333325rem;top:7.46875rem;left:24.68359375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV3l9t2NqcEAEKKxqxG0WSEysMcIT4tz { width:16.2473965rem;height:0.1236979375rem;top:10.677083969116rem;left:27.809896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #prR4g1wHlp5wD1V46OD4Maia0qmJdAWV { width:22.5rem;height:5.6666665rem;top:12.218750953674rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIC1vdDAJTscex0kPqZ7bzcHsk5vaveQ { width:16.25rem;height:3.75rem;top:19.270833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDOK9dsUO1gDzBTcTytxnJxRHR8lwr6 { display:block; }
 }@media only screen and (max-width: 763px) { #ln21XCTVTOU17gNDI5h7okRG2mR4hKDB { width:14.8125rem;height:1.25rem;top:25.25rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #botnTPZUGzyvMO8A9WLw0iciBhQcAb11 { width:1.875rem;height:1.875rem;top:24.8125rem;left:27.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmTdVFhX2xXSTkceMHcJ3wk7pVXXbvEL { width:15.1875rem;height:1.25rem;top:28.4375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCOcTgvIxryNXtP86DfOIwlTN914TdF5 { width:1.875rem;height:1.875rem;top:28.125rem;left:27.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmcaExFJqKqVN9QL5PfgmLZsn9DmgyaB { width:15.25rem;height:2.5rem;top:31.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVDTfGEi4RChyvaQT1ZRbk8dbrIJBCJL { width:2.1875rem;height:2.1875rem;top:31.1875rem;left:27.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk { display:block; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkRQFJ6uA7yVCH31JPTVSDRHA52MHxup { width:40.625rem;height:37.0625rem;top:7.2278747558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQimFJ7cSwsWQN0vaIDDbgxGMa0ZevJ { width:17.0625rem;height:10.625rem;top:20.083343505859rem;left:26.244792938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo4bRQlTeHfvDmPe748908rdQC175S3K { top:4.8528747558594rem;left:4.42578125rem;width:40.4375rem;height:2.41666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfDzn7A93Muk6oaBb7VmcvAwhLbiChP9 { width:40.625rem;height:5.9375rem;top:3.0716247558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAXKKegXCGcy7nTaVz3S66fafdgWEiSB { top:15.79167175293rem;left:14.59375rem;width:20.25rem;height:2.83333325rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muqQGzDe8TIlLv9TkWWOe44adQ6tvaHX { top:32.625rem;left:16.65625rem;width:14.375rem;height:2.58333325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haxe1H4NpWescdmuGfl7C3zJ0ilnzIH3 { top:35.20703125rem;left:16.65625rem;width:14.375rem;height:3.16666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJMLctXS0MdaQnRsMUSAtipG4tudB73 { width:13.75rem;height:3.4375rem;top:38.87370300293rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWMUkCSlB4Pb2LzeWdgeSzbhNJbMMSi { display:block; }
 }@media only screen and (max-width: 763px) { #QmcKoU62vMRayLPA7T2wLCZ4wFtcEnst { top:10.31640625rem;left:6.25rem;width:35.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQTask9lqTTA5q5sVQCLZyL3mu05E7VT { width:1.875rem;height:1.875rem;top:20.75rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrz6E2AHVLyG38mdVh5ClBADu1hVl9f { width:15.4375rem;height:1.333333375rem;top:21.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIoHG8MEKieJhssbKV82BpGTaNsxvl8B { width:1.875rem;height:1.875rem;top:23.875rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Sc4PGk9ww5SAhDeH7VXLB7BKIICT9C { width:13.75rem;height:1.333333375rem;top:24.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wCgs60NffoAnSDaFMnR6LGqQgnpMXa { width:2.1875rem;height:2.1875rem;top:26.5rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUX1za9DxzMVz5tQ89zn3FLBf8hGr26L { width:16rem;height:2.66666675rem;top:26.5rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivmEUk4Bep73sVQizTCVeGuhxfFSAip { width:47.75rem;height:3.625rem;top:4rem;left:0rem;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnHClonRnTTvOTObCIRo5OusoLTEdcKo { width:22.5rem;height:2.83333325rem;top:30.05859375rem;left:19.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV { display:block; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5HgTHxHCLRQHgZltNnKRGWzpAW2eMJW { width:47.75rem;height:3.625rem;top:3.9375rem;left:0rem;color:#000000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUvbsMKtM3RAsEqhGsmHN6g5sxFQDC43 { width:29.9375rem;height:2.8125rem;top:13.5rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHgwlQmixXJGh9kgordSk3kEJVzMeTca { width:46.875rem;height:62.625rem;top:11.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOAA2DpQCVr88t0JufKTu5QBI8DfVxqp { top:32.625rem;left:8.90625rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTAFROGvhVw17AfNerods5sW3yNHUTo { top:40.3125rem;left:7.1875rem;width:33.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7AwzgnA3J9xSAflLsEu2DiRaeKKTGQZ { width:17.5rem;height:3.4375rem;top:67.375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJ87UO07FTXmJtcBdeCSgKqGx4cncQZ { display:block; }
 }@media only screen and (max-width: 763px) { #tKtTGuv6HxpoqDahlg65caqSUnq0a8e1 { width:17.5rem;height:3.4375rem;top:67.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZAZGTE7Mgg4MvgcAcBW9qAarkP0i9M3 { display:block; }
 }@media only screen and (max-width: 763px) { #USFpTTdCBC2QZCLG45nrELRwGJcN8FrP { top:63.25rem;left:25.375rem;width:17.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQRHMlsTQXZTgoCWbEzHTUBO3NTrw8uP { top:61rem;left:4.5rem;width:18.1875rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hym4cvrQmcxf4ydR2cs8dd8L8c8lbl7D { width:21.0625rem;height:21.0625rem;top:13.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8d3qqIN6u8UzO56dcH4cHBE7wTpaIHe { width:31.6875rem;height:2.4375rem;top:16.9375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6F8ImwgQsx9WpwhHyWwuJTOhLvIMFeR { display:block; }
 }@media only screen and (max-width: 763px) { #cFeWFsmlM36awt9zU3tuFuOT2c2e5HHM { width:31.5625rem;height:2.4375rem;top:20.25rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLPLlo5v3frvBssiaQzO0V7J2TBugIv { display:block; }
 }@media only screen and (max-width: 763px) { #SgzFf55Z6stGIbV03DpS7npZ5yK9BrJ0 { top:17.3125rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQZMxHMWce1wIt27ablmfBM0TEVKtyPv { width:45.625rem;height:6.875rem;top:23.9375rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1kLU2JoZJNnM8eO22xrTNw9wbnTqdyR { top:45.375rem;left:6.78125rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qba1w7aOyNZmx4QsXDRplLN4LDUZyc78 { top:49.8125rem;left:7.1875rem;width:36.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDNsuhcNypqwt2zdbxgru8CgcwSPACJw { top:36.125rem;left:6.78125rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBddsXblTQ2lrqRdmJwAOnQwi2kI3Gbu { top:54.8125rem;left:7.1875rem;width:38.6875rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Lyi7Tid0lnuKXZtyq4oG2QFayzX1CT { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9EfKE8QxSD7AHz5szTogSA06poJLLgI { width:2.6875rem;height:2.6875rem;top:41.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS3A0I9POPgrkcZKLGd7WWAhuCdrgaP0 { width:2.6875rem;height:2.6875rem;top:45.875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGsH2TJv6dT7Q0ru7MhTt9N6lSXS9cs { width:2.6875rem;height:2.6875rem;top:50.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbcWyT5knEr6u2I5i7zd5VyqpIr5WXug { width:2.6875rem;height:2.6875rem;top:55.875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv4tTisSZqXZVVFVHE8bLfitfLNZXCHM { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCuy61WB9DBShqwf2sDoDTA2TEThgZ7O { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEGxo4z9xUUi1dSAJ2A4h7gnzu4he1OD { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQEexiOtRUoniLrDJESuM6t07R60X0rB { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tl3tKk7khbSJXObyzxpHvDIK7N1QtzKo { top:20.625rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4dccf42-8516-4fb9-bf40-7bc8805aa326/KluczedobalansowaniaVaty.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y.adaptive-delivery-prevent-bg, #EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y.lazyload, #EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y.lazyloading { background-image: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container { background-color: transparent; background-image: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container > .video-iframe-container { display: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row > .video-iframe-container { display: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .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); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIz9qECkqJsIQ49NqrIrSXMxb8lNLu3r { width:11.25rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzHVAgs6Pl0STuKfWBTF3OfqgAfLy2Bs { width:25.625rem;height:2rem;top:2.5182342529297rem;left:19.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRlPZK3sya9oJEPLQ9gD86EoC5LEVIJE { width:22.5rem;height:14.666667rem;top:12.062500238419rem;left:24.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ { display:none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RqazF6Eow5vAqO8z9dghzVArsCc6VNVW { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsfthQnREAvcdGwknVqqnKoFuUfdqpgW { width:22.5rem;height:4rem;top:50.354187011719rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGC8Fiy8e8xVJ23qekHAP7FWe2vX1QmV { width:40.625rem;height:22.8125rem;top:7.875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ { display:none; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tvc6UNIJLqJN7K0VRdco7b2DkML9Zxky { width:24.3125rem;height:16.9999995rem;top:2.3125rem;left:11.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC { display:none; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQbVxM1EmRXFhnDTdmxVZoEt3U57ltuH { width:24.3125rem;height:16.9999995rem;top:2.3125rem;left:11.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i { display:none; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTEMXQNe0LSv6SZTkSmKzmh8g0KxolMk { width:40.625rem;height:37.0625rem;top:7.2278747558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkFH1Sw1dQ0svGyo3OTs66Kf4Flum02n { width:17.0625rem;height:10.6875rem;top:20.083343505859rem;left:26.244792938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3psynPSDw2TQ3AARZkQFHk11dfMu1eQ { top:4.8528747558594rem;left:4.42578125rem;width:40.4375rem;height:2.41666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Esr0FTNMPkKoRz9OiT8Fn5VUbbHqso { width:40.625rem;height:5.9375rem;top:3.0716247558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfAdu2JsTZRI6FcchQ6Ieo4TywSs0N5 { top:15.79167175293rem;left:14.59375rem;width:20.25rem;height:2.83333325rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iysc6k1K6tKk3XITPBfrK9MZgmmU2vhM { top:32.625rem;left:16.65625rem;width:14.375rem;height:2.58333325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFsTqPuCio5x93m29lZM3L6aNyvM2tzb { top:35.20703125rem;left:16.65625rem;width:14.375rem;height:3.16666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzTVQiN4DLnvG0O5sF8h9MqyH7QXLHW { width:13.75rem;height:3.4375rem;top:38.87370300293rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFAzK3qy0N43c3cdK6u2kJuqsDAMKsWF { display:block; }
 }@media only screen and (max-width: 763px) { #fo9hDoiwfimXEI6Q9X6qFH23OsKLp9B1 { top:10.31640625rem;left:6.25rem;width:35.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctWrd7vX77iDh3Ka4T5um8PtqJEwq0IC { width:1.875rem;height:1.875rem;top:20.75rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZvpcmk0wAILbdkgi7c97EN5MJyD6zbo { width:15.4375rem;height:1.333333375rem;top:21.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG5vVS3ZB0wPkU3VSPHI9EXagSK7T5al { width:1.875rem;height:1.875rem;top:23.875rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4tPSHIqzr089eXNU4orbTLHThT5zGHP { width:13.75rem;height:1.333333375rem;top:24.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB0tKQ8TQbETPm7QSlWgxMBlPXwI1Uuk { width:2.1875rem;height:2.1875rem;top:26.5rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJeoQh1oZVgdgGp3eTW0wCW0ieTTK67 { width:16rem;height:2.66666675rem;top:26.5rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKKTnyqo5aaRAaNcCvuEdcvxQlKrpfnW { width:22.5rem;height:4rem;top:50.354187011719rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyJiWTIQAw5pTcCpLmATm464cNWoHsUH { width:40.625rem;height:8.25rem;top:48.25rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn { display:none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rmbo9qGnJ7z6uMeuQkF6tXxolxLqpIkt { width:29.875rem;height:29.75rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxpFdE26rBDlwy55xQJI1Ws2xHVIXfkT { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbkeoLfta3wD8JcqKvytxvTyzKe5r3Tf { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKeLhwWHrZoCvE5cwG4mhfUFbAXNIXZh { width:22.5rem;height:4rem;top:50.354187011719rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd { display:none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nxwHIW19TDHMi9RPkbTM3e90slkpGXJF { width:29.8125rem;height:5.6666665rem;top:4.375rem;left:8.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6UloS1Q6hg1yLqR8ArzBSexuOTIvZJe { width:40.625rem;height:8.25rem;top:14.811218261719rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA6OOsfZEBVFW74qld8L2uKZEk4Sa5qT { width:31.5625rem;height:4rem;top:16.915374755859rem;left:8.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA { display:none; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XHaPhJwe8mPQAgi3ARuIl4w80qcvcOwc { width:40.625rem;height:8.25rem;top:14.811218261719rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOQTmSQTA1vZ1Nxf1uZU8797tT4LeVAi { width:31.5625rem;height:4rem;top:16.915374755859rem;left:8.09375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MG2aTqUJlMETMAzuO10nTZCmoGespJwA { display:block; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3PUX4n88HLQLZZuJxyi1dR2ErSd529f { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #TF0eDTuJNNJcaSCIbl15mieEVi70U6Cp { width:24.4973965rem;height:2.5rem;top:14.790405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuMaDlhsndGJFsDeNXNqfETf9be817lC { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #ageVOCFiiLEK3hlXUTkSK4XC2gRy0xRv { width:27.5rem;height:7.5rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkmV8ogAKs161OC57KVrrmhTB8TqALzS { display:block; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqHJZG0T8swAoLVVKez9XZ8zkt2D1U3I { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #rDsO1rT2MUUCRZFZdIgpvB8HudQ17Sff { width:24.4973965rem;height:2.5rem;top:14.415374755859rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZwTXkHo1keQoNMOXlnycJVBm5ct3eM { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #JWLQUmNrsap3EVT4qTWaA5Jo081hvcDz { width:27.5rem;height:7.5rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #el7ssu3dydWtf6yCxqilX1vWlRv0JXgz { width:9.375rem;height:9.375rem;top:4.26953125rem;left:1.7708334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 { display:block; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRgeT1sAfNVT1c146AyH774p3m2emuMu { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #ZkiTQrRB0KMuqfNOfsyAeycTldZPSDbQ { width:24.4973965rem;height:2.5rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtITWczz92ycCoHcxBlSpzHIciVTmAeF { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #obA4rdty9U7T2k8GLT2rF8w14nsSFG93 { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUfs7ietoKswIb2p6hErCJSTCmHJV83M { width:21.875rem;height:3.75rem;top:22.729187011719rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0z9iLXqKQJtT9mUg6Oa9H34vKeNHSkO { display:block; }
 }@media only screen and (max-width: 763px) { #EKbPG6FBRQTazqPpGGfOXzMsErfcisTI { display:block; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gH86tTJNTUG33EZxgXZEv8JQCEWwOCZm { width:17.5rem;height:2.41666675rem;top:2.6458740234375rem;left:15.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEfl5rRMWrS41Wt12Ox1STKNFb4C6lUx { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdhqapxaiLZRTVpHUFv29UmzrGUtEEiK { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPfSeg4GINK5Dv4wyhE01LxdiehENCE { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQLUmTzUWA8ulEplazEU47210hwTaQXv { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7VDrz9JaNGkO1HTPdiEBgl8iX8AwxlW { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkR81qghUeNAT0UeIMWKIV76u7U5dxo4 { width:47.75rem;height:9.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuXbv6dV8e3BRrcanleZRDLsm2yAUhdH { width:40.625rem;height:10.625rem;top:13.250030517578rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA2zWz8E8QEz6OVAUHVPwOg3ilqp63yV { width:22.5rem;height:4rem;top:16.593780517578rem;left:13.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs { display:block; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { width:47.75rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps { width:20.9375rem;height:8.2925rem;display:flex;top:10.790374755859rem;left:13.201823234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eLQN2zZT9vEDcN8cnRhFDTo8ouVKX9n1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #Gp4zHv4q7HLfAg7NC7Am72GI3ixuExR6 {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #rpaMpgLgQizLMNk1FaF2o5ndEaBsZQrh {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #gx2rh6H1H99yTzTxU0rs23U6wM6thQ3X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #FqpWGSHGmh8CbwlMkFvuEm3B0CBpXofX {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #xDvv3PfarMe1N8Xqs1WwUsn3xs9hNsrM {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eQZOyAXbaw8bFltH5UUEs8mqU7M70Q4Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #T0pxvTuuVxDu3nQkVgTN1CWaUb5Z2IlO {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #vLxuzosUqJLc1F9VTcysTGF3dGdTULcU {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #uoSzZxKIeS8LFxbVCzMTi3gKF27XTCFH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #hG3H8UeFerAQ4RokFX6RmhG238S4n9UH {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #AHq2hAOIT5WoAOQ30ZT7bgKxMWvG0hlx {  }
 }@media only screen and (max-width: 763px) { #BgxkvJTPOukqZSCOvtSl2UpSun7yPxmK { width:19.9375rem;height:2.41666675rem;top:7.3333435058594rem;left:13.90625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxdP8RaAtmOcI6TlN7Ap9OyyKTXPCByv { width:16.25rem;height:3.75rem;top:22.666687011719rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7r21pNiTngtbhx4gUE17EoNSMkX01Tt { display:block; }
 }@media only screen and (max-width: 763px) { #GQaJDn2co3NN2TbzegU3eamvWWZDOOlt { width:22.5rem;height:4rem;top:16.593780517578rem;left:13.46875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEMCSn0TGSnLloT2Fzd8sUaXOT3RhNe4 { width:40.625rem;height:10.625rem;top:13.250030517578rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA { display:block; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I51blvwyRSTC4EQPU3MgbPJU2hkF0kkm { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfABm2TwVS5TRXCZRRibrKz1TUhqsnE { width:1.125rem;height:1.583333375rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P16pzB8Ft482HADfQRayILT6qDyUkT0I { display:none; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxTWBp2wISIckITX5XydN3iRzTQdxcb1 { width:25.4375rem;height:1.25rem;top:8.6875rem;left:11.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ual28xrhDaTOBXwH6QI3nUnLme6pf13q { display:none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hK6SINSv172TX98WN1mu7lbdnKTJ0ykX { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFP2UrQFCCSOXEIDsS0rZCzJW2tzrKpD { width:1.3125rem;height:1.583333375rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWxaaBBHMPCh1KmHsdGlSMTwEs9KR9TV { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqyavtHO8m5G79I0UfZDqx9TlQBwI7L { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBtOWA1uuu6AQ7RWzQn29Qf6GGGKEhVN { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUR5ccTJqXCfP5dSRTp10gVWBxIVZFz5 { display:block; }
 }@media only screen and (max-width: 763px) { #qUnZUPKDMByI2wdtPEGm1NZ3OLHz9VLh { width:3.125rem;height:3.125rem;top:20.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2MVs4bBOshecnpSTVbEtTtGfh2AKscX { width:2.1875rem;height:2.1875rem;top:45.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgK6GZHzARTSyPli5GLBoccn1MbhMFET { width:2.1875rem;height:2.1875rem;top:49.3125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKZ81luUwu4BnKmGP4CTSG2Tc8eFq91Z { width:29.3125rem;height:1.5625rem;top:46.125rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEK41ic1adqciW6vw9CassesaDvOfApi { width:29.3125rem;height:1.5625rem;top:49.625rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P39TUn91VQqbxTkmT9Lx6FcSBbErrCvz { width:2.6875rem;height:2.6875rem;top:52.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5zUBw1I9isk32ddUrvCoooOIMqfFMUd { width:23.4375rem;height:3.125rem;top:53.375rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu { display:none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ESqE21vTDAEvEQ0FEia6IrUbOHr3UDSJ { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rD0dph5fD315TTm8rUFTSGBTq3UKa4 { width:1.3125rem;height:1.583333375rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X337i0VJo6tTEfIzVOrrHD6aTuzJEhIC { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0CtxEmgTbltMW1Qele8TTmf7BW4aJ4d { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJsu5TEsUWJru5gdK3WWLRE4QtQZ7tE { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIe2n5tOB46smLTRXMzkV91Zs0sTza0M { display:block; }
 }@media only screen and (max-width: 763px) { #as7vXuzs7ESp19S3Ju75JqM9K86LIEH4 { width:2.1875rem;height:2.1875rem;top:41.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz1SJf7xmUE9hWXKk7r8NH0bF4LMWHUi { width:2.1875rem;height:2.1875rem;top:45.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd5zDTrEiDDvp1fpV7HhgfXM1umJ0MAf { width:2.6875rem;height:2.6875rem;top:48.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmp56JmgTXP0Bw05rnHm2dJwuxXPHDhz { width:29.3125rem;height:1.5625rem;top:41.875rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puo0GHiX7AoPUfTFW7QQnpGGerexu0Mb { width:29.3125rem;height:1.5625rem;top:45.375rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuaGzUtn5dsk6cyZooBdVEO1rCVtn6P7 { width:23.4375rem;height:3.125rem;top:49.125rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1rMozbFsc9JskKt4ABtlB8GeemADyhC { width:3.125rem;height:3.125rem;top:20.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LId77oduXcth2WCMRC6SWvP4otWnvITc { display:none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HnG56U3emsDayHD9H7R0EMMHtN78M1Vk { width:47.75rem;height:33.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqzBJ2oAGFu6kdF0P1RJKswtKNPQbrET { width:40rem;height:22.5rem;top:8.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6doWEZFPdd9p7ataZNru8DNBPNz1F7 { width:32.9375rem;height:1.25rem;top:34.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW { display:none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9vFvsRDEgxILCPkHTg7JF5BTT6aa1Gf { width:47.75rem;height:33.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShheG0apppEBPFnIAZ9Qf5l9ph0hklq { width:40rem;height:22.5rem;top:8.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr687r5OVTIOgURV2mTSf3zKuWv4mvEa { width:32.9375rem;height:1.25rem;top:34.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z { display:none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JWd6K0dI3coFooGWwUzWDZ1VFubTzhBu { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4M2E5HHa4zTunSyxbDATLzQRDTpHapK { width:1.3125rem;height:1.583333375rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSQgPMoyZJaAlwOv0dS7nsvJsl0Utp8A { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZbRvNTwBXSIIvhGpVy25giAviK5KLl { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBi0ZNsEf4garpdQLkOlUL7sSpqqO7o1 { width:3.125rem;height:3.125rem;top:36.875rem;left:39.934898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi { display:none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { width:47.75rem;height:39.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nrFDSb32f1MsXnTo3AwT17W2InnPOHhe { width:22.5rem;height:2.58333325rem;top:7.46875rem;left:24.68359375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCccebAOOOCsfPrCeCUmowDqdTw436EC { width:5.5625rem;height:6.0625rem;top:0.8125rem;left:33.15234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWX1dBI81fTr1dfUw6CVGpd7TmKpESdO { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNAHDi2Un0uDu0JIHWM9vQKnhVKqKnPE { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWUtECSt7JIGDp8IxxyADINPafN18ooN { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0489a258-7eb5-40c9-8b86-908f6392f69f/WykorzystanenalandinguKzdVbio.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.adaptive-delivery-prevent-bg, #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.lazyload, #dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ.lazyloading { background-image: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container { background-color: transparent; background-image: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container > .video-iframe-container { display: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row > .video-iframe-container { display: none; }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .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); }#dmLlKbpUo7pl6Zp5uk2sAPFdbwSGlOyJ > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncCeMnq7cXDw7FEtMKueLpAnZSX5TBrA { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #O8577i3LzS6TC2fTEiq5h12CnvnrDgmP { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #Io9Tr4xleXsryrVLqnw24fmzW7LlUaZ0 { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #QaKSsgppVF3IcTN2RZwOA5RaiVqkLAN0 { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #LITP5yrvq99Sdk2TSEpIwV1THoEIMHLT { top:18.484375rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aPWg2PV0wVk2oXLINxtuRGa8bVxT998C { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #dXXITFyiasmg9qnxaGab3DTO5GWifK9B { width:3.5625rem;height:4.6875rem;top:0rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDhN7Fgabv9SkbB4R5Fgw2sa8SIS70E { width:20rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV3l9t2NqcEAEKKxqxG0WSEysMcIT4tz { width:16.25rem;height:0.0625rem;top:8.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prR4g1wHlp5wD1V46OD4Maia0qmJdAWV { width:20rem;height:7.25rem;top:9.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIC1vdDAJTscex0kPqZ7bzcHsk5vaveQ { width:16.875rem;height:4.375rem;top:58.228515625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDOK9dsUO1gDzBTcTytxnJxRHR8lwr6 { display:block; }
 }@media only screen and (max-width: 763px) { #ln21XCTVTOU17gNDI5h7okRG2mR4hKDB { width:17.4375rem;height:1.25rem;top:42.75rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #botnTPZUGzyvMO8A9WLw0iciBhQcAb11 { display:flex;width:1.5625rem;height:1.5625rem;top:40.0625rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OmTdVFhX2xXSTkceMHcJ3wk7pVXXbvEL { width:17.1875rem;height:1.25rem;top:48.625rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCOcTgvIxryNXtP86DfOIwlTN914TdF5 { display:flex;width:1.5625rem;height:1.5625rem;top:45.9375rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FmcaExFJqKqVN9QL5PfgmLZsn9DmgyaB { width:15.25rem;height:2.5rem;top:54.5rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVDTfGEi4RChyvaQT1ZRbk8dbrIJBCJL { display:flex;width:1.875rem;height:1.875rem;top:51.625rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk { background-color:#ef5a6f;background-image:none;display:block; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { background-color: transparent; background-image: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .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); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkRQFJ6uA7yVCH31JPTVSDRHA52MHxup { width:18.75rem;height:46.625rem;top:2.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQimFJ7cSwsWQN0vaIDDbgxGMa0ZevJ { width:17.1875rem;height:10.6875rem;top:11.16796875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo4bRQlTeHfvDmPe748908rdQC175S3K { width:17rem;height:4.5rem;top:4.26171875rem;left:1.5rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hfDzn7A93Muk6oaBb7VmcvAwhLbiChP9 { width:17.5rem;height:5.5625rem;top:3.73046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAXKKegXCGcy7nTaVz3S66fafdgWEiSB { width:20rem;height:2.5rem;top:23.65625rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #muqQGzDe8TIlLv9TkWWOe44adQ6tvaHX { width:17.1875rem;height:2.4375rem;top:38.5rem;left:1.40625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haxe1H4NpWescdmuGfl7C3zJ0ilnzIH3 { width:20rem;height:3.1875rem;top:40.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJMLctXS0MdaQnRsMUSAtipG4tudB73 { width:16.875rem;height:3.375rem;top:44.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWMUkCSlB4Pb2LzeWdgeSzbhNJbMMSi { display:block; }
 }@media only screen and (max-width: 763px) { #QmcKoU62vMRayLPA7T2wLCZ4wFtcEnst { width:20rem;height:1.4375rem;top:7.2080078125rem;left:0rem;font-size:1.125rem;color:#ef5a6f;display:block; }
 }@media only screen and (max-width: 763px) { #NQTask9lqTTA5q5sVQCLZyL3mu05E7VT { display:flex;width:1.5625rem;height:1.5625rem;top:27.84375rem;left:1.40625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #HTrz6E2AHVLyG38mdVh5ClBADu1hVl9f { width:15rem;height:1.375rem;top:27.9375rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIoHG8MEKieJhssbKV82BpGTaNsxvl8B { display:flex;width:1.5625rem;height:1.5625rem;top:31.5rem;left:1.40625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #u4Sc4PGk9ww5SAhDeH7VXLB7BKIICT9C { width:15rem;height:1.375rem;top:31.59375rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wCgs60NffoAnSDaFMnR6LGqQgnpMXa { display:flex;width:1.875rem;height:1.875rem;top:34.75rem;left:1.40625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rUX1za9DxzMVz5tQ89zn3FLBf8hGr26L { width:14.4375rem;height:2.75rem;top:34.75rem;left:4.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivmEUk4Bep73sVQizTCVeGuhxfFSAip { width:20rem;height:2rem;top:51.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #LnHClonRnTTvOTObCIRo5OusoLTEdcKo { width:20rem;height:2.4375rem;top:50.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV { display:block; }#kMS485b7I2bR9rd9Dt4XTFwi40ilt1hV > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5HgTHxHCLRQHgZltNnKRGWzpAW2eMJW { width:20rem;height:4rem;top:0.5615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BUvbsMKtM3RAsEqhGsmHN6g5sxFQDC43 { width:20rem;height:2rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHgwlQmixXJGh9kgordSk3kEJVzMeTca { width:20rem;height:86.375rem;top:5.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOAA2DpQCVr88t0JufKTu5QBI8DfVxqp { width:20rem;height:1.4375rem;top:31.2177734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmTAFROGvhVw17AfNerods5sW3yNHUTo { width:16.8125rem;height:4.125rem;top:40.44921875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7AwzgnA3J9xSAflLsEu2DiRaeKKTGQZ { width:17.5rem;height:3.4375rem;top:78.75rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #TVJ87UO07FTXmJtcBdeCSgKqGx4cncQZ { display:block; }
 }@media only screen and (max-width: 763px) { #tKtTGuv6HxpoqDahlg65caqSUnq0a8e1 { width:17.5rem;height:3.4375rem;top:86.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZAZGTE7Mgg4MvgcAcBW9qAarkP0i9M3 { display:block; }
 }@media only screen and (max-width: 763px) { #USFpTTdCBC2QZCLG45nrELRwGJcN8FrP { width:17.375rem;height:2.5rem;top:83.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQRHMlsTQXZTgoCWbEzHTUBO3NTrw8uP { width:17.375rem;height:5rem;top:73.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hym4cvrQmcxf4ydR2cs8dd8L8c8lbl7D { width:6.25rem;height:6.25rem;top:3.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8d3qqIN6u8UzO56dcH4cHBE7wTpaIHe { width:19rem;height:2.4375rem;top:8.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6F8ImwgQsx9WpwhHyWwuJTOhLvIMFeR { display:block; }
 }@media only screen and (max-width: 763px) { #cFeWFsmlM36awt9zU3tuFuOT2c2e5HHM { width:19rem;height:2.4375rem;top:11.85546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLPLlo5v3frvBssiaQzO0V7J2TBugIv { display:block; }
 }@media only screen and (max-width: 763px) { #SgzFf55Z6stGIbV03DpS7npZ5yK9BrJ0 { width:20rem;height:1.25rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQZMxHMWce1wIt27ablmfBM0TEVKtyPv { width:20rem;height:13.75rem;top:15.38671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1kLU2JoZJNnM8eO22xrTNw9wbnTqdyR { width:16.625rem;height:6.875rem;top:46.26171875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qba1w7aOyNZmx4QsXDRplLN4LDUZyc78 { width:16.8125rem;height:5.5rem;top:54.76171875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDNsuhcNypqwt2zdbxgru8CgcwSPACJw { width:16.875rem;height:5.5rem;top:33.59375rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBddsXblTQ2lrqRdmJwAOnQwi2kI3Gbu { width:16.75rem;height:9.625rem;top:62.3125rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Lyi7Tid0lnuKXZtyq4oG2QFayzX1CT { width:2.4375rem;height:2.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9EfKE8QxSD7AHz5szTogSA06poJLLgI { width:2.6875rem;height:2.6875rem;top:87.57421875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS3A0I9POPgrkcZKLGd7WWAhuCdrgaP0 { width:2.6875rem;height:2.6875rem;top:3.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGsH2TJv6dT7Q0ru7MhTt9N6lSXS9cs { width:2.6875rem;height:2.6875rem;top:90.19921875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbcWyT5knEr6u2I5i7zd5VyqpIr5WXug { width:2.6875rem;height:2.6875rem;top:79.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv4tTisSZqXZVVFVHE8bLfitfLNZXCHM { width:2.4375rem;height:2.4375rem;top:49.35546875rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #fCuy61WB9DBShqwf2sDoDTA2TEThgZ7O { width:2.4375rem;height:2.4375rem;top:42.19921875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #sEGxo4z9xUUi1dSAJ2A4h7gnzu4he1OD { width:2.4375rem;height:2.4375rem;top:56.29296875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #CQEexiOtRUoniLrDJESuM6t07R60X0rB { width:2.4375rem;height:2.4375rem;top:64.54296875rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #tl3tKk7khbSJXObyzxpHvDIK7N1QtzKo { width:20rem;height:1.25rem;top:12.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y { background-color:#f4fcff;background-image:none;display:block; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container { background-color: transparent; background-image: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container > .video-iframe-container { display: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row > .video-iframe-container { display: none; }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .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); }#EcZqGfnL8xmAToG3XMwkTaxMIwMTI63y > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIz9qECkqJsIQ49NqrIrSXMxb8lNLu3r { top:0.0625rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mzHVAgs6Pl0STuKfWBTF3OfqgAfLy2Bs { width:18.75rem;height:3.5rem;top:22.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRlPZK3sya9oJEPLQ9gD86EoC5LEVIJE { width:20rem;height:26.25rem;top:28.166015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ { display:none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { width:20rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RqazF6Eow5vAqO8z9dghzVArsCc6VNVW { width:18.4375rem;height:7.25rem;top:1.4817504882812rem;left:0.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TsfthQnREAvcdGwknVqqnKoFuUfdqpgW { width:18.5625rem;height:6rem;top:2.1064453125rem;left:0.71875rem;font-size:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mGC8Fiy8e8xVJ23qekHAP7FWe2vX1QmV { height:11.172595520422rem;width:20rem;top:9.9814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ { display:none; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { width:20rem;height:12.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tvc6UNIJLqJN7K0VRdco7b2DkML9Zxky { width:18.1875rem;height:8.75rem;top:1.8125rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC { display:none; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQbVxM1EmRXFhnDTdmxVZoEt3U57ltuH { width:18.1875rem;height:15rem;top:1.8125rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i { background-color:#ef5a6f;background-image:none;display:none; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { width:20rem;height:53.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTEMXQNe0LSv6SZTkSmKzmh8g0KxolMk { width:18.75rem;height:51rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkFH1Sw1dQ0svGyo3OTs66Kf4Flum02n { width:17.1875rem;height:10.75rem;top:12.10546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3psynPSDw2TQ3AARZkQFHk11dfMu1eQ { width:11.1875rem;height:4rem;top:1.41796875rem;left:4.40625rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J2Esr0FTNMPkKoRz9OiT8Fn5VUbbHqso { width:17.5rem;height:5.5625rem;top:0.67840576171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfAdu2JsTZRI6FcchQ6Ieo4TywSs0N5 { width:20rem;height:2.5rem;top:25.3125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iysc6k1K6tKk3XITPBfrK9MZgmmU2vhM { width:20rem;height:2.58333325rem;top:41rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFsTqPuCio5x93m29lZM3L6aNyvM2tzb { width:20rem;height:3.16666675rem;top:43.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzTVQiN4DLnvG0O5sF8h9MqyH7QXLHW { width:16.875rem;height:3.375rem;top:46.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFAzK3qy0N43c3cdK6u2kJuqsDAMKsWF { display:block; }
 }@media only screen and (max-width: 763px) { #fo9hDoiwfimXEI6Q9X6qFH23OsKLp9B1 { width:20rem;height:2.83333325rem;top:7.7083435058594rem;left:0rem;font-size:1.125rem;color:#ef5a6f;display:block; }
 }@media only screen and (max-width: 763px) { #ctWrd7vX77iDh3Ka4T5um8PtqJEwq0IC { display:flex;width:1.5625rem;height:1.5625rem;top:30rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #cZvpcmk0wAILbdkgi7c97EN5MJyD6zbo { width:15rem;height:1.333333375rem;top:30.125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG5vVS3ZB0wPkU3VSPHI9EXagSK7T5al { display:flex;width:1.5625rem;height:1.5625rem;top:32.875rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #l4tPSHIqzr089eXNU4orbTLHThT5zGHP { width:15rem;height:1.333333375rem;top:33rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB0tKQ8TQbETPm7QSlWgxMBlPXwI1Uuk { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:0.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KtJeoQh1oZVgdgGp3eTW0wCW0ieTTK67 { width:14.4375rem;height:2.66666675rem;top:36rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKKTnyqo5aaRAaNcCvuEdcvxQlKrpfnW { width:20rem;height:0;top:50.125030517578rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyJiWTIQAw5pTcCpLmATm464cNWoHsUH { width:20rem;height:10.625rem;top:47.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn { display:none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rmbo9qGnJ7z6uMeuQkF6tXxolxLqpIkt { width:17.375rem;height:17.25rem;top:11.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxpFdE26rBDlwy55xQJI1Ws2xHVIXfkT { width:18.4375rem;height:18.1875rem;top:10.8125rem;left:0.8125rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #nbkeoLfta3wD8JcqKvytxvTyzKe5r3Tf { width:18.4375rem;height:7.25rem;top:1.4817504882812rem;left:0.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hKeLhwWHrZoCvE5cwG4mhfUFbAXNIXZh { width:16.9375rem;height:4.750000125rem;top:2.7213745117188rem;left:1.53125rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd { background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.adaptive-delivery-prevent-bg, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyload, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyloading { background-image: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { width:20rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nxwHIW19TDHMi9RPkbTM3e90slkpGXJF { width:20rem;height:3.5rem;top:2.2083740234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6UloS1Q6hg1yLqR8ArzBSexuOTIvZJe { width:16.875rem;height:7.0625rem;top:8.3541870117188rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA6OOsfZEBVFW74qld8L2uKZEk4Sa5qT { width:20rem;height:0;top:1.3541870117188rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA { display:none; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { width:20rem;height:9rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XHaPhJwe8mPQAgi3ARuIl4w80qcvcOwc { width:16.875rem;height:7.0625rem;top:1.9375rem;left:1.53125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #sOQTmSQTA1vZ1Nxf1uZU8797tT4LeVAi { width:20rem;height:4.875rem;top:3.0716552734375rem;left:0rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #MG2aTqUJlMETMAzuO10nTZCmoGespJwA { background-color:#ffeaec;background-image:none;display:block; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { background-color: transparent; background-image: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .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); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3PUX4n88HLQLZZuJxyi1dR2ErSd529f { width:19.4375rem;height:20.0625rem;top:1.2041015625rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TF0eDTuJNNJcaSCIbl15mieEVi70U6Cp { width:18.1220703125rem;height:1.5625rem;top:16.875rem;left:0.9384765625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RuMaDlhsndGJFsDeNXNqfETf9be817lC { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ageVOCFiiLEK3hlXUTkSK4XC2gRy0xRv { width:17.5rem;height:12.5rem;top:3.068359375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mkmV8ogAKs161OC57KVrrmhTB8TqALzS { background-color:#ffeaec;background-image:none;display:block; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { background-color: transparent; background-image: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .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); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqHJZG0T8swAoLVVKez9XZ8zkt2D1U3I { width:19.4375rem;height:28.5625rem;top:6.5rem;left:0.19661462306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rDsO1rT2MUUCRZFZdIgpvB8HudQ17Sff { width:18.1223965rem;height:3.125rem;top:28.141967773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JiZwTXkHo1keQoNMOXlnycJVBm5ct3eM { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWLQUmNrsap3EVT4qTWaA5Jo081hvcDz { width:17.5rem;height:14.0625rem;top:12.569091796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #el7ssu3dydWtf6yCxqilX1vWlRv0JXgz { width:9.375rem;height:9.375rem;top:2.015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 { background-color:#ffeaec;background-image:none;display:block; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { background-color: transparent; background-image: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .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); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRgeT1sAfNVT1c146AyH774p3m2emuMu { width:19.4375rem;height:15.9375rem;top:2.7666015625rem;left:0.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZkiTQrRB0KMuqfNOfsyAeycTldZPSDbQ { width:18.1220703125rem;height:3.125rem;top:13.5791015625rem;left:0.9384765625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WtITWczz92ycCoHcxBlSpzHIciVTmAeF { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #obA4rdty9U7T2k8GLT2rF8w14nsSFG93 { width:17.5rem;height:7.8125rem;top:5.130859375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HUfs7ietoKswIb2p6hErCJSTCmHJV83M { width:19.4375rem;height:4.4375rem;top:20.5625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0z9iLXqKQJtT9mUg6Oa9H34vKeNHSkO { display:block; }
 }@media only screen and (max-width: 763px) { #EKbPG6FBRQTazqPpGGfOXzMsErfcisTI { display:block; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gH86tTJNTUG33EZxgXZEv8JQCEWwOCZm { width:12.5rem;height:1.75rem;top:2.1458129882812rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfl5rRMWrS41Wt12Ox1STKNFb4C6lUx { width:5.625rem;height:2.125rem;top:5.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdhqapxaiLZRTVpHUFv29UmzrGUtEEiK { width:5.625rem;height:5.625rem;top:3.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPfSeg4GINK5Dv4wyhE01LxdiehENCE { width:5.625rem;height:5.625rem;top:3.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQLUmTzUWA8ulEplazEU47210hwTaQXv { width:5.125rem;height:5.125rem;top:7.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7VDrz9JaNGkO1HTPdiEBgl8iX8AwxlW { width:5.125rem;height:5.125rem;top:7.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkR81qghUeNAT0UeIMWKIV76u7U5dxo4 { width:20rem;height:9.4375rem;top:1.4166870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuXbv6dV8e3BRrcanleZRDLsm2yAUhdH { width:20rem;height:10.625rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA2zWz8E8QEz6OVAUHVPwOg3ilqp63yV { width:20rem;height:0;top:27.65625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs { background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.adaptive-delivery-prevent-bg, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyload, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyloading { background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { background-color: transparent; background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .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); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b46d;border-left:0.1875rem solid #f4b46d;border-right:0.1875rem solid #f4b46d;border-bottom:0.1875rem solid #f4b46d; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps { width:14.625rem;height:5.4375rem;display:flex;top:12.3125rem;left:2.4375rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eLQN2zZT9vEDcN8cnRhFDTo8ouVKX9n1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #Gp4zHv4q7HLfAg7NC7Am72GI3ixuExR6 {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #rpaMpgLgQizLMNk1FaF2o5ndEaBsZQrh {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #gx2rh6H1H99yTzTxU0rs23U6wM6thQ3X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #FqpWGSHGmh8CbwlMkFvuEm3B0CBpXofX {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #xDvv3PfarMe1N8Xqs1WwUsn3xs9hNsrM {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eQZOyAXbaw8bFltH5UUEs8mqU7M70Q4Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #T0pxvTuuVxDu3nQkVgTN1CWaUb5Z2IlO {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #vLxuzosUqJLc1F9VTcysTGF3dGdTULcU {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #uoSzZxKIeS8LFxbVCzMTi3gKF27XTCFH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #hG3H8UeFerAQ4RokFX6RmhG238S4n9UH {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #AHq2hAOIT5WoAOQ30ZT7bgKxMWvG0hlx {  }
 }@media only screen and (max-width: 763px) { #BgxkvJTPOukqZSCOvtSl2UpSun7yPxmK { width:19.9375rem;height:1.625rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxdP8RaAtmOcI6TlN7Ap9OyyKTXPCByv { width:16.875rem;height:4.4375rem;top:20.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7r21pNiTngtbhx4gUE17EoNSMkX01Tt { display:block; }
 }@media only screen and (max-width: 763px) { #GQaJDn2co3NN2TbzegU3eamvWWZDOOlt { width:16.8125rem;height:3.25rem;top:3.875rem;left:1.5625rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HEMCSn0TGSnLloT2Fzd8sUaXOT3RhNe4 { width:16.875rem;height:6rem;top:2.4375rem;left:1.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA { display:block; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I51blvwyRSTC4EQPU3MgbPJU2hkF0kkm { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfABm2TwVS5TRXCZRRibrKz1TUhqsnE { width:1.3125rem;height:1.1875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #P16pzB8Ft482HADfQRayILT6qDyUkT0I { display:none; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxTWBp2wISIckITX5XydN3iRzTQdxcb1 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ual28xrhDaTOBXwH6QI3nUnLme6pf13q { display:none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hK6SINSv172TX98WN1mu7lbdnKTJ0ykX { width:20rem;height:9.8360655737706rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFP2UrQFCCSOXEIDsS0rZCzJW2tzrKpD { width:1.3125rem;height:0;top:16.4375rem;left:14.020832061767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWxaaBBHMPCh1KmHsdGlSMTwEs9KR9TV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqyavtHO8m5G79I0UfZDqx9TlQBwI7L { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBtOWA1uuu6AQ7RWzQn29Qf6GGGKEhVN { width:19rem;height:4.4375rem;top:26.8359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUR5ccTJqXCfP5dSRTp10gVWBxIVZFz5 { display:block; }
 }@media only screen and (max-width: 763px) { #qUnZUPKDMByI2wdtPEGm1NZ3OLHz9VLh { display:flex;width:3.125rem;height:3.125rem;top:32.5234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G2MVs4bBOshecnpSTVbEtTtGfh2AKscX { display:flex;width:2.1875rem;height:2.1875rem;top:39.7734375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #IgK6GZHzARTSyPli5GLBoccn1MbhMFET { display:flex;width:2.1875rem;height:2.1875rem;top:46.0234375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #qKZ81luUwu4BnKmGP4CTSG2Tc8eFq91Z { width:20rem;height:0;top:36.9609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEK41ic1adqciW6vw9CassesaDvOfApi { width:20rem;height:0;top:43.2109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P39TUn91VQqbxTkmT9Lx6FcSBbErrCvz { display:flex;width:2.6875rem;height:2.6875rem;top:53.8359375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #X5zUBw1I9isk32ddUrvCoooOIMqfFMUd { width:20rem;height:0;top:49.4609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu { display:none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ESqE21vTDAEvEQ0FEia6IrUbOHr3UDSJ { width:20rem;height:9.8360655737706rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rD0dph5fD315TTm8rUFTSGBTq3UKa4 { width:1.3125rem;height:0;top:16.4375rem;left:14.020832061767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X337i0VJo6tTEfIzVOrrHD6aTuzJEhIC { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0CtxEmgTbltMW1Qele8TTmf7BW4aJ4d { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJsu5TEsUWJru5gdK3WWLRE4QtQZ7tE { width:19rem;height:4.4375rem;top:26.8359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIe2n5tOB46smLTRXMzkV91Zs0sTza0M { display:block; }
 }@media only screen and (max-width: 763px) { #as7vXuzs7ESp19S3Ju75JqM9K86LIEH4 { display:flex;width:2.1875rem;height:2.1875rem;top:39.7734375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Cz1SJf7xmUE9hWXKk7r8NH0bF4LMWHUi { display:flex;width:2.1875rem;height:2.1875rem;top:46.0234375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Kd5zDTrEiDDvp1fpV7HhgfXM1umJ0MAf { display:flex;width:2.6875rem;height:2.6875rem;top:53.8359375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Cmp56JmgTXP0Bw05rnHm2dJwuxXPHDhz { width:20rem;height:0;top:36.9609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puo0GHiX7AoPUfTFW7QQnpGGerexu0Mb { width:20rem;height:0;top:43.2109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuaGzUtn5dsk6cyZooBdVEO1rCVtn6P7 { width:20rem;height:0;top:49.4609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1rMozbFsc9JskKt4ABtlB8GeemADyhC { display:flex;width:3.125rem;height:3.125rem;top:32.5234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LId77oduXcth2WCMRC6SWvP4otWnvITc { display:none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HnG56U3emsDayHD9H7R0EMMHtN78M1Vk { width:20rem;height:33.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqzBJ2oAGFu6kdF0P1RJKswtKNPQbrET { height:11.25rem;width:20rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6doWEZFPdd9p7ataZNru8DNBPNz1F7 { width:20rem;height:0;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW { display:none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9vFvsRDEgxILCPkHTg7JF5BTT6aa1Gf { width:20rem;height:33.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShheG0apppEBPFnIAZ9Qf5l9ph0hklq { height:11.25rem;width:20rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr687r5OVTIOgURV2mTSf3zKuWv4mvEa { width:20rem;height:0;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z { display:none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { width:20rem;height:86.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JWd6K0dI3coFooGWwUzWDZ1VFubTzhBu { width:20rem;height:9.8360655737706rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4M2E5HHa4zTunSyxbDATLzQRDTpHapK { width:1.3125rem;height:0;top:16.4375rem;left:14.020832061767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSQgPMoyZJaAlwOv0dS7nsvJsl0Utp8A { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZbRvNTwBXSIIvhGpVy25giAviK5KLl { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBi0ZNsEf4garpdQLkOlUL7sSpqqO7o1 { display:flex;width:3.125rem;height:3.125rem;top:26.8359375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi { background-color:#ef5a6f;background-image:none;display:none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { width:20rem;height:73.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nrFDSb32f1MsXnTo3AwT17W2InnPOHhe { width:20rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCccebAOOOCsfPrCeCUmowDqdTw436EC { width:3.6875rem;height:4.0625rem;top:0.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWX1dBI81fTr1dfUw6CVGpd7TmKpESdO { top:16.395833969116rem;left:0rem;width:20rem;height:20rem;z-index:15000;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAHDi2Un0uDu0JIHWM9vQKnhVKqKnPE { top:40.4375rem;left:13.0625rem;width:9.4375rem;height:9.4375rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kWUtECSt7JIGDp8IxxyADINPafN18ooN { top:32.677083375rem;left:-2.70833325rem;width:8.9375rem;height:8.9375rem;z-index:15029;overflow:hidden;display:block; }
 }