.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:247,238,252;--color-primary-1:228,198,245;--color-primary-2:200,140,234;--color-primary-3:100,70,117;--color-primary-4:30,21,35;--color-secondary-0:222,221,233;--color-secondary-1:144,142,182;--color-secondary-2:33,29,109;--color-secondary-3:17,15,55;--color-secondary-4:5,4,16;--color-tertiary-0:255,255,255;--color-tertiary-1:207,251,208;--color-tertiary-2:96,242,98;--color-tertiary-3:48,121,49;--color-tertiary-4:10,24,10;--headlines-font-family:"Kalnia";--paragraphs-font-family:"Montserrat"; }@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_05ccc3f0ee5e124b467e31d7ff4e5fd8ff0591f3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf { position:relative;z-index:auto;display:block; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf { background-color: transparent; background-image: none; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row .container > .video-iframe-container { display: none; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row > .video-iframe-container { display: none; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .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); }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf { border-width: 0; border-radius: 0; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:kalnia;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dnkUIG4QBPWmepvhXwwpnyNPEbRHUk5l { color:rgba(var(--color-tertiary-4),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:1.375rem;left:2.0625rem;height:1.5rem;font-style:normal;display:block; }
#WPvtH78fKIVbTwsdXWKO8eqpCRJiHt6K { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.5rem;left:0rem; }
#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));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;z-index:auto;display:block; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row .container { background-color: transparent; background-image: none; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row .container > .video-iframe-container { display: none; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row > .video-iframe-container { display: none; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .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); }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row .container { border-width: 0; border-radius: 0; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row .container { font-size:0.875rem;font-family:kalnia;height:6.875rem;width:75rem;position:relative;display:block; }#TS22vFMssGThshqgD6DILyrMvwFzAPiw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.37421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.75rem;left:43.567189216614rem;display:block; }
#a9TBhgTTiT9AySWC511ffeywRi1nXtUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mofRn0Usrtlfkf4gJDaDyA9CH7y9kSgV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:33.125000953674rem;display:block; }
#evF0Fw1XT1ELF7XlSnqmrovuoL1cRIc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WeIsxgxuB76E9qkccvQaV7BDRsnhq5qn { box-sizing:content-box;height:5.8125rem;width:73.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:0.53125rem;left:0.96875rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#vUztKhaQS3wfZBXhgpBGXCXoTOPRpEGJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93728125rem;width:12.5rem;top:1.9672307968139rem;left:4.6864147186279rem;overflow:hidden;display:block; }
#IPfwl0k7IJFITLAMXADRyoRX1ZXolCrH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:52.474999427796rem;display:block; }
#zSeVEoOSnGx62xBfDsbKSiavw1qlWiNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { position:relative;display:block; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { background-color: transparent; background-image: none; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container > .video-iframe-container { display: none; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row > .video-iframe-container { display: none; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .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); }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { border-width: 0; border-radius: 0; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .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; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .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:kalnia;height:46.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ReGJSri2oUtfAOni2rls2aIhCl5uwxRy { color:rgba(var(--color-secondary-2),1);display:block;width:44.9355625rem;position:absolute;font-family:coco-gothic-pro;font-size:5.875rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:8.7568359375rem;left:0rem;height:;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RXgochzRxyb3iFWh23mZDfhsDcoc408J { color:rgba(var(--color-tertiary-2),1);display:block;width:44.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:27.878674983978rem;left:0rem;height:3.9375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Tgz9vJqCkrKLBDxbnA3nLMxlOmUf9rFK { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.8125rem;left:32rem;display:block; }
#pmLX3q40TdXT58RrybuATPmycNJMEzkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRVMT54NouTUrPX5Qtb4tC5WosAVcuFP { box-sizing:content-box;height:37.75rem;width:13.0625rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image:none;top:4.03125rem;left:55.375rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#H7DlAqt7EzrEliEIPUQFKCcNsZ4Ux7RK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.8745625rem;width:11.6873125rem;top:24.407552719116rem;left:61.905382156372rem;overflow:hidden;display:block; }
#Hy5bJNEVEhMAuX2IOa5WSUWkfaUuRTvg { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #6dff5d;border-left:0.125rem solid #6dff5d;border-right:0.125rem solid #6dff5d;border-bottom:0.125rem solid #6dff5d;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:14.25rem;width:14.875rem;top:4.03125rem;left:45.71875rem;overflow:hidden;display:block; }
#Hca2B9rT7KA6DAEBtvdgl3TATXTCnyKb { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.25rem 0.375rem #dfbcd1 ;height:21.8125rem;width:14.4375rem;top:20.593536376953rem;left:46.586888487496rem;overflow:hidden;display:block; }
#XHoJZVrr8qpiq0M4VMu5dpfgPgTd476V { box-sizing:content-box;height:13.1875rem;width:13.1875rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/0a1a2d0a-26ee-46ca-b0dc-e3c9a35cc99a/Projektbeznazwy20251212T090722115.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.3427734375rem;left:61.6875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.0625rem solid #6dff5d;border-left:0.0625rem solid #6dff5d;border-right:0.0625rem solid #6dff5d;border-bottom:0.0625rem solid #6dff5d;display:block; }#XHoJZVrr8qpiq0M4VMu5dpfgPgTd476V.adaptive-delivery-prevent-bg, #XHoJZVrr8qpiq0M4VMu5dpfgPgTd476V.lazyload, #XHoJZVrr8qpiq0M4VMu5dpfgPgTd476V.lazyloading { background-image: none; }
#NMEh64wOTCps1RlqRQT7996ZXcHe6xS7 { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.9375rem;left:18.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ssXxL1uf6QzrkmymJWAofUPRLyLnvxru { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.3422317504881rem;left:43.755426406861rem; }
#ReBTSGG3RQ5SpIyN5FMVQK0fwNCMtNK6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.28125rem;left:18.5rem; }
#P0kVDafH3HCa7lMyRqNHLl4rRstLaXs4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31.75rem;left:67.125rem; }
#DmGiyMk2DJfW5vcdN88Apbnif9L2BbsS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.9375rem;left:69.125rem; }
#UZAfO6D6I32ky7yviQsINbvFh26kJzRq { position:absolute;display:block;z-index:15021;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:4.311525rem;width:19.0625rem;top:9.875rem;left:25.935546875rem;overflow:hidden;display:block; }
#f3T77eborTXGhQ1nkTnKuETdF711p2x7 { position:relative;display:block; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 { background-color: transparent; background-image: none; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row .container > .video-iframe-container { display: none; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row > .video-iframe-container { display: none; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .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); }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 { border-width: 0; border-radius: 0; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:kalnia;height:52rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QcIxQuFlv6O6X7kUUJ7zNokd9omQPwqP { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:coco-gothic-pro;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.8114156723023rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#McQg1r6kdETSXarwCxEW3Q500T1bqcLQ { box-sizing:content-box;height:25.1875rem;width:22.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.21875rem;left:0.625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#oixF0129NEIeQIy8NMpZvChZMumPpIdQ { box-sizing:content-box;height:23.1875rem;width:23.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.25rem;left:51.4375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#PgurzbXVeT3FgyFAT40TZs4qchVnfVnn { color:rgba(var(--color-secondary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.71875rem;left:1.90625rem;height:22.3125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#G3X7FtTxQ3VRSUqLrvEiQQ10TCzsQwer { color:rgba(var(--color-secondary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:27.375rem;left:52.6875rem;height:17.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qU1TiGLUeklo40Rs2DwRmVnSUrQP99PC { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:42.25rem;left:31.875rem;display:block; }
#fkcx3hlpAVW6it3zpZcIXMQ5fI0fupx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGpiuPeIhohF5mP6xQgQDCaMw1FFmmmy { position:absolute;display:block;z-index:15020;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: none;height:20.8125rem;width:22.25rem;top:14.875rem;left:26.375rem;overflow:hidden;display:block; }
#BIkRVg6kR0kA23R5bhZaBiD9rtidB9Of { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:12.718099355698rem;left:57.540147781372rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KfKaGQskIeho58JZZvXHLbfRsvEISdkg { position:absolute;display:block;z-index:15021;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:13.624125rem;width:18.3745625rem;top:7.2450091838837rem;left:56.625436782837rem;overflow:hidden;display:block; }
#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { background-color: transparent; background-image: none; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container > .video-iframe-container { display: none; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row > .video-iframe-container { display: none; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .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); }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { border-width: 0; border-radius: 0; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { font-size:0.875rem;font-family:kalnia;height:44.1875rem;width:75rem;position:relative;display:block; }#wWTEoDiDsg9Wc2HkRnwZbUPmX121aZ89 { color:rgba(var(--color-secondary-2),1);display:block;width:43.4375rem;position:absolute;font-family:coco-gothic-pro;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.78125rem;left:29.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XriOy6L1mRqlNDaAutsC0FMoZwfHHivS { box-sizing:content-box;height:30.9375rem;width:26.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:6.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#e3EUxW9LqTnvARui5pAcuECoOVOn8Tdi { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.28125rem;left:2.84375rem;display:block; }
#Tevw53oO3tGr3JUbRIFMIltwWVyvZpoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uWv0PCTabzXUmFSbONk5I3bzMHrtoILl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:17.9375rem;width:14.375rem;top:6.5625rem;left:59.4375rem;overflow:hidden;display:block; }
#pwAnXrsCyHRw6EgQPrboE80MHi4M6NDa { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.3125rem;width:12.75rem;top:18.875rem;left:46.25rem;overflow:hidden;display:block; }
#mpoPix89JUdKLG72FLglLmcsy8PDxPTc { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:14.9375rem;width:16.0625rem;top:24.359397626953rem;left:28.346022299518rem;overflow:hidden;display:block; }
#NUUS8p2tpfWh4VWqESdE5SA1mWpBGyBO { box-sizing:content-box;height:10.9375rem;width:63.75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:4.8428802490234rem;left:11.280382156372rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#yLR5TO329WEayRhEWAOicq41WAJHiAHx { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:29.28125rem;left:60.8125rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#i58S28a0GThrnTBTpFrmHm3mebmrXEzV { color:rgba(var(--color-secondary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.78125rem;left:2.84375rem;height:21rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GNZCJar9HZw1DExlG5vBH8mQhK1z96lV { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:8.8125rem;top:25.498044013977rem;left:61.092668533325rem;overflow:hidden;display:block; }
#pbbiV6WxTl2l92Nik9fSXstNd1sl1JTq { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:14.1875rem;top:9.6013450622556rem;left:38.936197280884rem;overflow:hidden;display:block; }
#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { position:relative;display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { background-color: transparent; background-image: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row > .video-iframe-container { display: none; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .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); }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { border-width: 0; border-radius: 0; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:kalnia;height:60.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { color:rgba(var(--color-secondary-2),1);display:block;width:58.6875rem;position:absolute;font-family:coco-gothic-pro;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.0625rem;left:9.0625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { color:rgba(var(--color-secondary-2),1);display:block;width:39.1875rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.5rem;left:4.1875rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnDZEXGZfFJl6dtOg5z8zHJQDApwhx19 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.15rem;height:3.275rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:54.949999809265rem;left:55.250000953674rem;display:block; }
#d0QxhDTuhT3Tkcnnkex7cDmVNzSBRDvo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kq9Lsr4xIxZCsceSV8VmaqhGR82TK9aE { position:absolute;display:block;z-index:14996;border-top:0.125rem solid #c88cea;border-left:0.125rem solid #c88cea;border-right:0.125rem solid #c88cea;border-bottom:0.125rem solid #c88cea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(138,41,193,0.5) ;height:28.25rem;width:37.5rem;top:26.5rem;left:4.90625rem;overflow:hidden;display:block; }
#FHDIuNcNWCTMU3K24z1xPDvXEgkz0hlc { box-sizing:content-box;height:11.1875rem;width:35.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:31.125rem;left:36.0625rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#sbBhdUz0coGCSF0FaMP6lfvFDMX0Rxki { box-sizing:content-box;height:35rem;width:26rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:15.65625rem;left:46.562500953674rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0.625rem 1.8125rem #211d6d ;display:block; }
#DahzhNtqW2Tk8kGArQelE64NfmQZeO3c { color:rgba(var(--color-secondary-2),1);display:block;width:21.75rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.375rem;left:48.6875rem;height:30.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZpTJWb8xOBwL6z1kuOkzhr1x9claf4K { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;top:37rem;left:1.875rem;display:block; }
#U7oUyEiqFXPEOnRPbm3t1WuzcUPWZ63Z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.6875rem;left:28.4375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm { z-index:;position:relative;display:block; }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm { background-color: transparent; background-image: none; }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .row .container > .video-iframe-container { display: none; }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .row > .video-iframe-container { display: none; }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .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); }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm { border-width: 0; border-radius: 0; }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:kalnia;height:51.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#AmQqQ03BWetToMX1zPILrT8rhEPsuxg7 { color:rgba(var(--color-secondary-2),1);display:block;width:35.125rem;position:absolute;font-family:coco-gothic-pro;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5929719954729rem;left:2.26171875rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5uHO4Amoi6EwmNSUbwxd2Og084oBUi1 { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:14995;line-height:1.5;letter-spacing:0;top:31.926000595092rem;left:43.694665908814rem;height:13.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MqosKEkZTVfhmgCpNqU0uK0ZnP2XiRRU { box-sizing:content-box;height:20.125rem;width:33.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#sTlDeWugT4p3IyTGZwT3P83QOmmTmyWt { box-sizing:content-box;height:17.1875rem;width:24.4375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:-0.001556396484375rem;left:50.000000953674rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#TbkplGLlSPdWVHACDueyKFg8MBLAKz9O { color:rgba(var(--color-secondary-2),1);display:block;width:27.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.999133586884rem;left:2.2623710632324rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EvJW9UCN1WKRCXF2aPgTCwPlICw85sky { box-sizing:content-box;height:22.875rem;width:24.4375rem;position:absolute;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:4.3836822509766rem;left:29.944013595581rem;display:block; }
#EHSKg0dDUBhTWmRSkubpTmE8I4UKAbSd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:5.4134116172791rem;left:56.375871658325rem;height:9.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EHSKg0dDUBhTWmRSkubpTmE8I4UKAbSd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EHSKg0dDUBhTWmRSkubpTmE8I4UKAbSd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ecf70fd158dc98271ea757e2121555f0ffc5228d.svg); }
#y7GBJ9H9RLs8qybr0eNdUFSgJnENmGNK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:19.9370625rem;width:22.1875rem;top:5.5998229980469rem;left:31.067708969116rem;overflow:hidden;display:block; }
#l19V6ecW58O3g6SOts0ND4Isz1AwuCHb { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:coco-gothic-pro;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.0914068222046rem;left:51.442189216614rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pWC9gXqk9UwTzS8iDQw5zxARVD8PSSmZ { box-sizing:content-box;height:18.811875rem;width:33.311625rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.010417938233rem;left:41.550569534302rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#VrtJe2pMnCBArz4Dhkx5ucwRCc0nCznt { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.249998092651rem;left:0rem;display:block; }
#HJS1ku6c7VPBTXXZzRnATwO6p2eupnDp { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.37456875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:43.055564880371rem;left:21.728517532349rem;display:block; }
#BiXbpQnHkQSCPEc62N0le8z5t4dBN9nK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk { position:relative;display:block; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk { background-color: transparent; background-image: none; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .row .container > .video-iframe-container { display: none; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .row > .video-iframe-container { display: none; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .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); }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk { border-width: 0; border-radius: 0; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .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; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .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:kalnia;height:51.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FBCJ9NtOlMrxbXnhfRLT6mbd0K2x6G4H { color:rgba(var(--color-secondary-2),1);display:block;width:48.5623125rem;position:absolute;font-family:coco-gothic-pro;font-size:3rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:5.810546875rem;left:21.748048782349rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W8aNuXrkkViSU5TPZoScQ27nsUuNr9X4 { color:rgba(var(--color-secondary-2),1);display:block;width:46.936875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:16.872825622559rem;left:21.748048782349rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTaixkZaZDgI9w8wLEeVxHDyauyQwWhP { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.0625rem;left:22.5625rem;display:block; }
#kPgW7XIzFg5yxmcOKOZvJpP5pJR1oyXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNIpIJBEAIg1EqvVfd2OFTK5LCzy4TOK { box-sizing:content-box;height:25.4980625rem;width:17.249375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:2.1875rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#q6SkbTsHr5AKiA8az4fTmIM41XwTk1PQ { box-sizing:content-box;height:25.5rem;width:57.125rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:13.898653030396rem;left:11.490888595581rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#Hytlmeo9PbR3zmVOo59RVQpinu5pSEyT { color:rgba(var(--color-secondary-2),1);display:block;width:46.9998125rem;position:absolute;font-family:coco-gothic-pro;font-size:3rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.172534942627rem;left:5.8409290313721rem;height:;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rLPuClqRttBzGF3K5ueS5VoE43msWnKo { position:absolute;display:block;z-index:15019;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:9.561625rem;width:14.874125rem;top:4.5703125rem;left:1.2575969696045rem;overflow:hidden;display:block; }
#sPH0k0c1vITkFhs98pTDFJAkuPxSqBD4 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.624375rem;width:15.686875rem;top:14.0625rem;left:0.849609375rem;overflow:hidden;display:block; }
#cfzokcFy6O1M313ar48HIRucJN6d5Shv { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.37456875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.061849594116rem;left:36.414934158325rem;display:block; }
#sKitbFH8aG2ilqqcnEpr5aElJyvTJ8XC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBnsqxctpNhp1cHQwgIygFzXI7zIe2G0 { color:rgba(var(--color-secondary-2),1);display:block;width:48.186875rem;position:absolute;font-family:coco-gothic-pro;font-size:2.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:40.733509063721rem;left:4.4053821563721rem;height:6.3375rem;display:block; }
#maCQHi0rZJde66AHZlu98b2aNVIKWqVT { 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:35.5620625rem;width:31.875rem;top:13.499349594116rem;left:43.125001907349rem;overflow:hidden;display:block; }
#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek { z-index:;position:relative;display:block; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek { background-color: transparent; background-image: none; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row .container > .video-iframe-container { display: none; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row > .video-iframe-container { display: none; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .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); }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek { border-width: 0; border-radius: 0; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:kalnia;height:70.4375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#s0L1vhpe5kgxiMhDNN5i8WObADKaEBkU { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:coco-gothic-pro;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.6855211257934rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKFQTGSiTEPK0bEWVNnyJwbhgNvrpll5 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.81748008728rem;left:14.280599594116rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sh0O4rcXRdQPsTtGutfkTnGdcO0WeMmR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:13.4375rem;width:14.1873125rem;top:22.054050445557rem;left:18.017580032349rem;overflow:hidden;display:block; }
#ocPRhAKOIkgKFEueHcT16oC1pUbsR9fH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.8745625rem;width:6.875rem;top:12.749566555023rem;left:4.6875019073486rem;overflow:hidden;display:block; }
#NC3LcI1nvL3l65vqm2N0ETUz0cKccHFo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:17.6248125rem;width:21.875rem;top:18.455947399139rem;left:35.186635971069rem;overflow:hidden;display:block; }
#kR0ydD6C57CX3Vr8Faxhx20tRID1LLsS { box-sizing:content-box;height:10.686875rem;width:10.686875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:25.462240695953rem;left:2.7810344696045rem;display:block; }
#UkG8BCnOzS8VyniNTDitygxZlGxVw7Tc { box-sizing:content-box;height:10.8745625rem;width:10.8745625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:27.217883586884rem;left:42.156038284302rem;display:block; }
#EWpgTVF1UOhG5oPhLznX6yvmxF2uVoai { color:rgba(var(--color-secondary-2),1);display:block;width:62.5rem;position:absolute;font-family:coco-gothic-pro;font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:49.489855766296rem;left:6.2492189407349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nF0gONu0ESIQGhlIBSWgcLbQLOTaGJ90 { position:absolute;display:block;z-index:15021;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:9.0625rem;width:12.249375rem;top:26.949871063233rem;left:60.505647659302rem;overflow:hidden;display:block; }
#gAo6MCAxniL5KsERo8nwyvbbTVLsaN6Z { position:absolute;display:block;z-index:15020;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:7.9373125rem;width:12.5rem;top:19.079862594604rem;left:60.25608253479rem;overflow:hidden;display:block; }
#BDk9vigqF2de4oi1ZN4F4iiAIbVkG9NP { box-sizing:content-box;height:10.686875rem;width:10.686875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:27.034506320953rem;left:22.027997970581rem;display:block; }
#IeSPhuEXZdnHTtOCUHqg8qIWbJkPCaMM { background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4991875rem;height:3.37421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.12343788147rem;left:28.249218940735rem;display:block; }
#pNNUOPhkPC2dE77FktruebEc2EsC8UJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zt1KZTUWbKL6FuGDQBPkIcSFH75NND6U { position:absolute;display:block;z-index:15029;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:8.624125rem;width:8.624125rem;top:22.054050445557rem;left:3.8129367828369rem;overflow:hidden;display:block; }
#qOTyG1Rsax8z0u1XxTdei3WdwVqkzl6H { position:absolute;display:block;z-index:15030;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:8.6230625rem;width:8.6230625rem;top:19.079875946045rem;left:23.650175094604rem;overflow:hidden;display:block; }
#EwZ36EFEe1so6zm1knnckXHfwsv1gTDK { box-sizing:content-box;height:27.6875rem;width:15.3125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:10.35390663147rem;left:1.1328125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #c88cea;border-left:0.0625rem solid #c88cea;border-right:0.0625rem solid #c88cea;border-bottom:0.0625rem solid #c88cea;display:block; }
#xA3aLc1NR4CzpHi8FNH2rNSq7fIVUF4H { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6230625rem;width:8.6230625rem;top:21.45941901207rem;left:44.47483253479rem;overflow:hidden;display:block; }
#vz5k9Xq5KAyIQqfegK3SXZkFKMuVI0iU { box-sizing:content-box;height:25.061875rem;width:15.9375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:13.763021707535rem;left:58.590501785278rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #c88cea;border-left:0.0625rem solid #c88cea;border-right:0.0625rem solid #c88cea;border-bottom:0.0625rem solid #c88cea;display:block; }
#wxpfaPQXGIu0TJAyQlK2mE8ZVF5cWhSw { box-sizing:content-box;height:16.625rem;width:64.4375rem;position:absolute;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:47.149230957031rem;left:5.375rem;display:block; }
#nBuM6AEut8dDfB2UaRUoQ2tirErDiTeM { position:absolute;display:block;z-index:15009;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:4.56163125rem;width:20.999375rem;top:6.8164072036744rem;left:26.999784469604rem;overflow:hidden;display:block; }
#QhBwMGycP7XbQdBpO7Q88AQAJUDIGfoa { box-sizing:content-box;height:12.125rem;width:12.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:1.6875rem;left:43.905468940735rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kvfdERhZxBLN6z5V30zM54u6pNoAaMmf { display:block; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnkUIG4QBPWmepvhXwwpnyNPEbRHUk5l { top:1.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPvtH78fKIVbTwsdXWKO8eqpCRJiHt6K { top:1.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 { display:block; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS22vFMssGThshqgD6DILyrMvwFzAPiw { width:6.875rem;height:3.3125rem;top:1.75rem;left:29.942189216614rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TBhgTTiT9AySWC511ffeywRi1nXtUD { display:block; }
 }@media only screen and (max-width: 763px) { #mofRn0Usrtlfkf4gJDaDyA9CH7y9kSgV { width:8.75rem;height:3.375rem;top:1.75rem;left:19.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #evF0Fw1XT1ELF7XlSnqmrovuoL1cRIc1 { display:block; }
 }@media only screen and (max-width: 763px) { #WeIsxgxuB76E9qkccvQaV7BDRsnhq5qn { top:0.5rem;left:0rem;width:47.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUztKhaQS3wfZBXhgpBGXCXoTOPRpEGJ { top:1.9375rem;left:0rem;width:12.5rem;height:2.93728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPfwl0k7IJFITLAMXADRyoRX1ZXolCrH { width:14.6875rem;height:3.375rem;top:1.75rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeVEoOSnGx62xBfDsbKSiavw1qlWiNg { display:block; }
 }@media only screen and (max-width: 763px) { #DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { display:block; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReGJSri2oUtfAOni2rls2aIhCl5uwxRy { top:8.75rem;left:0rem;width:44.875rem;height:;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXgochzRxyb3iFWh23mZDfhsDcoc408J { top:27.875rem;left:0rem;width:44.875rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgz9vJqCkrKLBDxbnA3nLMxlOmUf9rFK { width:11.875rem;height:3.375rem;top:35.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmLX3q40TdXT58RrybuATPmycNJMEzkz { display:block; }
 }@media only screen and (max-width: 763px) { #XRVMT54NouTUrPX5Qtb4tC5WosAVcuFP { top:4rem;left:34.5625rem;width:13.0625rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7DlAqt7EzrEliEIPUQFKCcNsZ4Ux7RK { top:24.375rem;left:36.0625rem;width:11.625rem;height:10.816583287432rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy5bJNEVEhMAuX2IOa5WSUWkfaUuRTvg { top:4rem;left:32.09375rem;width:14.875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hca2B9rT7KA6DAEBtvdgl3TATXTCnyKb { top:20.5625rem;left:32.961888487496rem;width:14.4375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHoJZVrr8qpiq0M4VMu5dpfgPgTd476V { top:7.3125rem;left:34.4375rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMEh64wOTCps1RlqRQT7996ZXcHe6xS7 { top:6.9375rem;left:5.1875rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssXxL1uf6QzrkmymJWAofUPRLyLnvxru { top:6.3125rem;left:30.130426406861rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBTSGG3RQ5SpIyN5FMVQK0fwNCMtNK6 { top:6.25rem;left:4.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kVDafH3HCa7lMyRqNHLl4rRstLaXs4 { top:31.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmGiyMk2DJfW5vcdN88Apbnif9L2BbsS { top:32.9375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZAfO6D6I32ky7yviQsINbvFh26kJzRq { top:9.875rem;left:12.310546875rem;width:19.0625rem;height:4.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3T77eborTXGhQ1nkTnKuETdF711p2x7 { display:block; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcIxQuFlv6O6X7kUUJ7zNokd9omQPwqP { top:2.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McQg1r6kdETSXarwCxEW3Q500T1bqcLQ { top:11.1875rem;left:0rem;width:22.3125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixF0129NEIeQIy8NMpZvChZMumPpIdQ { top:24.25rem;left:24.1875rem;width:23.0625rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgurzbXVeT3FgyFAT40TZs4qchVnfVnn { top:12.6875rem;left:0rem;width:19.875rem;height:22.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3X7FtTxQ3VRSUqLrvEiQQ10TCzsQwer { top:27.375rem;left:26.6875rem;width:21.0625rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1TiGLUeklo40Rs2DwRmVnSUrQP99PC { width:11.25rem;height:3.375rem;top:42.25rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkcx3hlpAVW6it3zpZcIXMQ5fI0fupx6 { display:block; }
 }@media only screen and (max-width: 763px) { #VGpiuPeIhohF5mP6xQgQDCaMw1FFmmmy { top:14.875rem;left:12.75rem;width:22.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkRVg6kR0kA23R5bhZaBiD9rtidB9Of { top:12.6875rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfKaGQskIeho58JZZvXHLbfRsvEISdkg { top:7.1875rem;left:29.375rem;width:18.3125rem;height:13.578107727055rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw { display:block; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWTEoDiDsg9Wc2HkRnwZbUPmX121aZ89 { top:9.75rem;left:4.3125rem;width:43.4375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XriOy6L1mRqlNDaAutsC0FMoZwfHHivS { top:6.5625rem;left:0rem;width:26.375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3EUxW9LqTnvARui5pAcuECoOVOn8Tdi { width:11.25rem;height:3.375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tevw53oO3tGr3JUbRIFMIltwWVyvZpoF { display:block; }
 }@media only screen and (max-width: 763px) { #uWv0PCTabzXUmFSbONk5I3bzMHrtoILl { top:6.5625rem;left:33.375rem;width:14.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwAnXrsCyHRw6EgQPrboE80MHi4M6NDa { top:18.875rem;left:32.625rem;width:12.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpoPix89JUdKLG72FLglLmcsy8PDxPTc { top:24.3125rem;left:14.721022299518rem;width:16.0625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUS8p2tpfWh4VWqESdE5SA1mWpBGyBO { top:4.8125rem;left:0rem;width:47.625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLR5TO329WEayRhEWAOicq41WAJHiAHx { top:29.25rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i58S28a0GThrnTBTpFrmHm3mebmrXEzV { top:9.75rem;left:0rem;width:20.6875rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZCJar9HZw1DExlG5vBH8mQhK1z96lV { top:25.4375rem;left:38.9375rem;width:8.8125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbbiV6WxTl2l92Nik9fSXstNd1sl1JTq { top:9.5625rem;left:25.311197280884rem;width:14.1875rem;height:3.186892117517rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { top:2.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { top:10.5rem;left:0rem;width:39.1875rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnDZEXGZfFJl6dtOg5z8zHJQDApwhx19 { width:11.125rem;height:3.25rem;top:54.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0QxhDTuhT3Tkcnnkex7cDmVNzSBRDvo { display:block; }
 }@media only screen and (max-width: 763px) { #Kq9Lsr4xIxZCsceSV8VmaqhGR82TK9aE { top:26.5rem;left:0rem;width:37.5rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHDIuNcNWCTMU3K24z1xPDvXEgkz0hlc { top:31.125rem;left:12.4375rem;width:35.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBhdUz0coGCSF0FaMP6lfvFDMX0Rxki { top:15.625rem;left:21.75rem;width:26rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #DahzhNtqW2Tk8kGArQelE64NfmQZeO3c { top:18.375rem;left:26rem;width:21.75rem;height:30.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpTJWb8xOBwL6z1kuOkzhr1x9claf4K { top:37rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7oUyEiqFXPEOnRPbm3t1WuzcUPWZ63Z { top:38.6875rem;left:14.8125rem;width:18.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm { display:block; }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmQqQ03BWetToMX1zPILrT8rhEPsuxg7 { top:2.5625rem;left:0rem;width:35.125rem;height:12rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5uHO4Amoi6EwmNSUbwxd2Og084oBUi1 { top:31.875rem;left:17.4375rem;width:30.3125rem;height:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqosKEkZTVfhmgCpNqU0uK0ZnP2XiRRU { top:20.125rem;left:0rem;width:33.3125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlDeWugT4p3IyTGZwT3P83QOmmTmyWt { top:0rem;left:23.3125rem;width:24.4375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkplGLlSPdWVHACDueyKFg8MBLAKz9O { top:22.9375rem;left:0rem;width:27.5rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJW9UCN1WKRCXF2aPgTCwPlICw85sky { top:4.375rem;left:16.319013595581rem;width:24.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSKg0dDUBhTWmRSkubpTmE8I4UKAbSd { top:5.375rem;left:30.25rem;width:17.5rem;height:;font-size:0.875rem;display:block; }#EHSKg0dDUBhTWmRSkubpTmE8I4UKAbSd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ecf70fd158dc98271ea757e2121555f0ffc5228d.svg); }
 }@media only screen and (max-width: 763px) { #y7GBJ9H9RLs8qybr0eNdUFSgJnENmGNK { top:5.5625rem;left:17.442708969116rem;width:22.1875rem;height:19.936rem;display:block; }
 }@media only screen and (max-width: 763px) { #l19V6ecW58O3g6SOts0ND4Isz1AwuCHb { top:1.0625rem;left:27.75rem;width:20rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWC9gXqk9UwTzS8iDQw5zxARVD8PSSmZ { top:29rem;left:14.375rem;width:33.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrtJe2pMnCBArz4Dhkx5ucwRCc0nCznt { top:51.1875rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJS1ku6c7VPBTXXZzRnATwO6p2eupnDp { width:11.25rem;height:3.3125rem;top:43rem;left:8.1035175323488rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiXbpQnHkQSCPEc62N0le8z5t4dBN9nK { display:block; }
 }@media only screen and (max-width: 763px) { #ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk { display:block; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBCJ9NtOlMrxbXnhfRLT6mbd0K2x6G4H { top:5.75rem;left:0rem;width:47.75rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aNuXrkkViSU5TPZoScQ27nsUuNr9X4 { top:16.8125rem;left:0.875rem;width:46.875rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaixkZaZDgI9w8wLEeVxHDyauyQwWhP { width:11.875rem;height:3.375rem;top:25.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgW7XIzFg5yxmcOKOZvJpP5pJR1oyXm { display:block; }
 }@media only screen and (max-width: 763px) { #iNIpIJBEAIg1EqvVfd2OFTK5LCzy4TOK { top:2.1875rem;left:0rem;width:17.1875rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SkbTsHr5AKiA8az4fTmIM41XwTk1PQ { top:13.875rem;left:0rem;width:47.625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hytlmeo9PbR3zmVOo59RVQpinu5pSEyT { top:30.125rem;left:0rem;width:46.9375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLPuClqRttBzGF3K5ueS5VoE43msWnKo { top:4.5625rem;left:0rem;width:14.8125rem;height:9.5220102232904rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPH0k0c1vITkFhs98pTDFJAkuPxSqBD4 { top:14.0625rem;left:0rem;width:15.625rem;height:11.578524044783rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfzokcFy6O1M313ar48HIRucJN6d5Shv { width:11.875rem;height:3.3125rem;top:25rem;left:22.789934158325rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKitbFH8aG2ilqqcnEpr5aElJyvTJ8XC { display:block; }
 }@media only screen and (max-width: 763px) { #nBnsqxctpNhp1cHQwgIygFzXI7zIe2G0 { top:40.6875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maCQHi0rZJde66AHZlu98b2aNVIKWqVT { top:13.4375rem;left:15.875rem;width:31.875rem;height:35.5620625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek { display:block; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0L1vhpe5kgxiMhDNN5i8WObADKaEBkU { top:2.625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKFQTGSiTEPK0bEWVNnyJwbhgNvrpll5 { top:6.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh0O4rcXRdQPsTtGutfkTnGdcO0WeMmR { top:22rem;left:4.3925800323486rem;width:14.125rem;height:13.378480772874rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocPRhAKOIkgKFEueHcT16oC1pUbsR9fH { top:12.6875rem;left:0rem;width:6.875rem;height:20.8745625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC3LcI1nvL3l65vqm2N0ETUz0cKccHFo { top:18.4375rem;left:21.561635971069rem;width:21.875rem;height:17.6248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0ydD6C57CX3Vr8Faxhx20tRID1LLsS { top:25.4375rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkG8BCnOzS8VyniNTDitygxZlGxVw7Tc { top:27.1875rem;left:28.531038284302rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWpgTVF1UOhG5oPhLznX6yvmxF2uVoai { top:49.4375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0gONu0ESIQGhlIBSWgcLbQLOTaGJ90 { top:26.9375rem;left:35.5rem;width:12.1875rem;height:9.0167227919792rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAo6MCAxniL5KsERo8nwyvbbTVLsaN6Z { top:19.0625rem;left:35.25rem;width:12.5rem;height:7.9373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDk9vigqF2de4oi1ZN4F4iiAIbVkG9NP { top:27rem;left:8.4029979705813rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeSPhuEXZdnHTtOCUHqg8qIWbJkPCaMM { width:18.4375rem;height:3.3125rem;top:41.0625rem;left:14.624218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNNUOPhkPC2dE77FktruebEc2EsC8UJa { display:block; }
 }@media only screen and (max-width: 763px) { #Zt1KZTUWbKL6FuGDQBPkIcSFH75NND6U { top:22rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTyG1Rsax8z0u1XxTdei3WdwVqkzl6H { top:19.0625rem;left:10.025175094604rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZ36EFEe1so6zm1knnckXHfwsv1gTDK { top:10.3125rem;left:0rem;width:15.3125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA3aLc1NR4CzpHi8FNH2rNSq7fIVUF4H { top:21.4375rem;left:30.84983253479rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz5k9Xq5KAyIQqfegK3SXZkFKMuVI0iU { top:13.75rem;left:31.6875rem;width:15.9375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpfaPQXGIu0TJAyQlK2mE8ZVF5cWhSw { top:47.125rem;left:0rem;width:47.75rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBuM6AEut8dDfB2UaRUoQ2tirErDiTeM { top:6.8125rem;left:13.374784469604rem;width:20.9375rem;height:4.5481903293253rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhBwMGycP7XbQdBpO7Q88AQAJUDIGfoa { top:1.6875rem;left:30.280468940735rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kvfdERhZxBLN6z5V30zM54u6pNoAaMmf { position:relative;z-index:auto;display:block; }#kvfdERhZxBLN6z5V30zM54u6pNoAaMmf > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnkUIG4QBPWmepvhXwwpnyNPEbRHUk5l { width:20rem;height:2.2rem;top:2.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WPvtH78fKIVbTwsdXWKO8eqpCRJiHt6K { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 { position:relative;z-index:auto;display:block; }#hiBlCgmzCCFKX14tzQbwWyd98vpTQkE6 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS22vFMssGThshqgD6DILyrMvwFzAPiw { width:6.5rem;height:2.8125rem;top:4.9375rem;left:6.7500000596044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TBhgTTiT9AySWC511ffeywRi1nXtUD { display:block; }
 }@media only screen and (max-width: 763px) { #mofRn0Usrtlfkf4gJDaDyA9CH7y9kSgV { width:6.9375rem;height:2.8125rem;top:2.9250001907349rem;left:6.5312500596044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evF0Fw1XT1ELF7XlSnqmrovuoL1cRIc1 { display:block; }
 }@media only screen and (max-width: 763px) { #WeIsxgxuB76E9qkccvQaV7BDRsnhq5qn { width:19.875rem;height:9.3125rem;top:1.125rem;left:-0.029613223854781rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vUztKhaQS3wfZBXhgpBGXCXoTOPRpEGJ { width:7.125rem;height:1.875rem;top:1.4625000953674rem;left:6.4375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPfwl0k7IJFITLAMXADRyoRX1ZXolCrH { width:14.6875rem;height:3.375rem;top:6.6875rem;left:2.6562500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSeVEoOSnGx62xBfDsbKSiavw1qlWiNg { display:block; }
 }@media only screen and (max-width: 763px) { #DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn { display:block; }#DdyXHRZBg4mqg4S7h6aSpqkNipyrKqwn > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReGJSri2oUtfAOni2rls2aIhCl5uwxRy { width:17.5625rem;height:6rem;top:4.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXgochzRxyb3iFWh23mZDfhsDcoc408J { width:14rem;height:6rem;top:10.9375rem;left:3.0000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tgz9vJqCkrKLBDxbnA3nLMxlOmUf9rFK { width:11.875rem;height:3.375rem;top:17.9375rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmLX3q40TdXT58RrybuATPmycNJMEzkz { display:block; }
 }@media only screen and (max-width: 763px) { #XRVMT54NouTUrPX5Qtb4tC5WosAVcuFP { width:13.125rem;height:28.1875rem;top:22.25rem;left:4.6875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #H7DlAqt7EzrEliEIPUQFKCcNsZ4Ux7RK { width:9.0625rem;height:8.4375rem;top:22.374219894409rem;left:9.4429689049719rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy5bJNEVEhMAuX2IOa5WSUWkfaUuRTvg { width:7.5rem;height:7.1875rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hca2B9rT7KA6DAEBtvdgl3TATXTCnyKb { width:8.6875rem;height:13.0625rem;top:38.875rem;left:0.75546878576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHoJZVrr8qpiq0M4VMu5dpfgPgTd476V { width:9.375rem;height:9.375rem;top:31.706249713897rem;left:9.5804687142375rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #NMEh64wOTCps1RlqRQT7996ZXcHe6xS7 { width:20rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ssXxL1uf6QzrkmymJWAofUPRLyLnvxru { display:flex;width:1.25rem;height:1.25rem;top:3.15625rem;left:18.75rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #ReBTSGG3RQ5SpIyN5FMVQK0fwNCMtNK6 { display:flex;width:1.25rem;height:1.25rem;top:1.9562520980835rem;left:1.2500000596046rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #P0kVDafH3HCa7lMyRqNHLl4rRstLaXs4 { display:flex;width:1.25rem;height:1.25rem;top:50.537499904632rem;left:13.642968714237rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #DmGiyMk2DJfW5vcdN88Apbnif9L2BbsS { display:flex;width:1.25rem;height:1.25rem;top:50.537499904632rem;left:15.800000727177rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #UZAfO6D6I32ky7yviQsINbvFh26kJzRq { width:7.3125rem;height:1.625rem;top:5.125rem;left:8.6742187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3T77eborTXGhQ1nkTnKuETdF711p2x7 { display:block; }#f3T77eborTXGhQ1nkTnKuETdF711p2x7 > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcIxQuFlv6O6X7kUUJ7zNokd9omQPwqP { width:20rem;height:8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #McQg1r6kdETSXarwCxEW3Q500T1bqcLQ { width:19.9375rem;height:29.875rem;top:9.25rem;left:0.0234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixF0129NEIeQIy8NMpZvChZMumPpIdQ { width:19.9375rem;height:27.4375rem;top:39.75rem;left:0rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PgurzbXVeT3FgyFAT40TZs4qchVnfVnn { width:17.5rem;height:28.875rem;top:9.9375rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3X7FtTxQ3VRSUqLrvEiQQ10TCzsQwer { width:17.5rem;height:22.3125rem;top:41.625rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1TiGLUeklo40Rs2DwRmVnSUrQP99PC { width:11.25rem;height:3.375rem;top:66.3125rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkcx3hlpAVW6it3zpZcIXMQ5fI0fupx6 { display:block; }
 }@media only screen and (max-width: 763px) { #VGpiuPeIhohF5mP6xQgQDCaMw1FFmmmy { width:19.625rem;height:18.35625rem;top:70.624219894406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkRVg6kR0kA23R5bhZaBiD9rtidB9Of { width:9.375rem;height:9.375rem;top:92.6293258667rem;left:1.7272109985351rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfKaGQskIeho58JZZvXHLbfRsvEISdkg { width:18.3125rem;height:13.577375rem;top:87.905469894406rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw { display:block; }#nZiQyJIrVDwaAgGJCSTos6MZolfPdZMw > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWTEoDiDsg9Wc2HkRnwZbUPmX121aZ89 { width:20rem;height:2rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XriOy6L1mRqlNDaAutsC0FMoZwfHHivS { width:20rem;height:30.9375rem;top:10.362501144409rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #e3EUxW9LqTnvARui5pAcuECoOVOn8Tdi { width:11.05rem;height:3.175rem;top:62.8125rem;left:4.4749999642372rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Tevw53oO3tGr3JUbRIFMIltwWVyvZpoF { display:block; }
 }@media only screen and (max-width: 763px) { #uWv0PCTabzXUmFSbONk5I3bzMHrtoILl { width:7.25rem;height:9.125rem;top:53.081245422363rem;left:11.348437845707rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwAnXrsCyHRw6EgQPrboE80MHi4M6NDa { width:10.375rem;height:10.8125rem;top:42.5rem;left:0.97343748807906rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mpoPix89JUdKLG72FLglLmcsy8PDxPTc { width:6.375rem;height:5.875rem;top:42.500001907349rem;left:12.156250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUS8p2tpfWh4VWqESdE5SA1mWpBGyBO { width:16.25rem;height:5.4375rem;top:52.25rem;left:1.8250001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLR5TO329WEayRhEWAOicq41WAJHiAHx { width:9.375rem;height:9.375rem;top:57.78750038147rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i58S28a0GThrnTBTpFrmHm3mebmrXEzV { width:17.5rem;height:24.9375rem;top:13.36171913147rem;left:0.93671876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNZCJar9HZw1DExlG5vBH8mQhK1z96lV { width:8.8125rem;height:13.5625rem;top:51.737500190735rem;left:2.5859375596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbbiV6WxTl2l92Nik9fSXstNd1sl1JTq { width:14.1875rem;height:3.18671875rem;top:5.625rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 { display:block; }#kmh9B582UtFDp3LeT3hlTDngrmuzyoy9 > .row .container { width:20rem;height:129.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSFTgMKVmVypquUhfBxn7ugrAfmsgxoT { width:20rem;height:12rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuHRSPzg3CTnlSZBNpr96OLIOTNV14M { width:17.625rem;height:31.5rem;top:35.625rem;left:1.1867187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnDZEXGZfFJl6dtOg5z8zHJQDApwhx19 { width:11.15rem;height:3.275rem;top:31.625001907349rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0QxhDTuhT3Tkcnnkex7cDmVNzSBRDvo { display:block; }
 }@media only screen and (max-width: 763px) { #Kq9Lsr4xIxZCsceSV8VmaqhGR82TK9aE { width:15.0625rem;height:11.4375rem;top:15.262502670288rem;left:1.6742187142372rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FHDIuNcNWCTMU3K24z1xPDvXEgkz0hlc { width:5.3125rem;height:13.6875rem;top:14.187499880791rem;left:13.387500345707rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBhdUz0coGCSF0FaMP6lfvFDMX0Rxki { width:18.625rem;height:58.25rem;top:71.499996960163rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #DahzhNtqW2Tk8kGArQelE64NfmQZeO3c { width:15.375rem;height:52.5rem;top:74.061719894406rem;left:2.1179688572884rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZpTJWb8xOBwL6z1kuOkzhr1x9claf4K { width:16.25rem;height:0.0625rem;top:71.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7oUyEiqFXPEOnRPbm3t1WuzcUPWZ63Z { width:17.5rem;height:1.3125rem;top:90.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm { display:block; }#i8IUdSGDeO4fEPqRX8NOAnny99Tw2kBm > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmQqQ03BWetToMX1zPILrT8rhEPsuxg7 { width:20rem;height:8rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5uHO4Amoi6EwmNSUbwxd2Og084oBUi1 { width:18.25rem;height:21rem;top:25.849220275879rem;left:0.87421876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqosKEkZTVfhmgCpNqU0uK0ZnP2XiRRU { width:16.25rem;height:18.9375rem;top:51.25rem;left:1.2500000596046rem;z-index:14994;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlDeWugT4p3IyTGZwT3P83QOmmTmyWt { width:19rem;height:48rem;top:52.837500095368rem;left:0.67500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkplGLlSPdWVHACDueyKFg8MBLAKz9O { width:16.375rem;height:23.625rem;top:55.681250095368rem;left:2.3937500119209rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvJW9UCN1WKRCXF2aPgTCwPlICw85sky { width:5.1875rem;height:5.1875rem;top:20.662497997284rem;left:7.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSKg0dDUBhTWmRSkubpTmE8I4UKAbSd { width:16.5rem;height:10.8125rem;top:86.312504768369rem;left:1.7500000596046rem;font-size:0.875rem;display:block; }#EHSKg0dDUBhTWmRSkubpTmE8I4UKAbSd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ecf70fd158dc98271ea757e2121555f0ffc5228d.svg); }
 }@media only screen and (max-width: 763px) { #y7GBJ9H9RLs8qybr0eNdUFSgJnENmGNK { width:14rem;height:12.625rem;top:11.3125rem;left:3.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l19V6ecW58O3g6SOts0ND4Isz1AwuCHb { width:14.25rem;height:3.65625rem;top:81.500004768369rem;left:2.8750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWC9gXqk9UwTzS8iDQw5zxARVD8PSSmZ { width:19.9375rem;height:7.9375rem;top:101.25000190735rem;left:0.024218738079071rem;z-index:14994;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrtJe2pMnCBArz4Dhkx5ucwRCc0nCznt { width:18.75rem;height:0.0625rem;top:99.85rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJS1ku6c7VPBTXXZzRnATwO6p2eupnDp { width:11.25rem;height:3.3125rem;top:103.06250476837rem;left:3.8000002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiXbpQnHkQSCPEc62N0le8z5t4dBN9nK { display:block; }
 }@media only screen and (max-width: 763px) { #ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk { display:block; }#ZdaBvMAcBLNWBsNJ5zHhy3cVCBLpXKgk > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBCJ9NtOlMrxbXnhfRLT6mbd0K2x6G4H { width:20rem;height:4rem;top:2.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8aNuXrkkViSU5TPZoScQ27nsUuNr9X4 { width:17.625rem;height:12rem;top:10.487499833107rem;left:1.1867187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTaixkZaZDgI9w8wLEeVxHDyauyQwWhP { width:11.875rem;height:3.375rem;top:34.015625rem;left:4.0625000596046rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #kPgW7XIzFg5yxmcOKOZvJpP5pJR1oyXm { display:block; }
 }@media only screen and (max-width: 763px) { #iNIpIJBEAIg1EqvVfd2OFTK5LCzy4TOK { width:18.875rem;height:14.8125rem;top:39.163282394409rem;left:0.54374998807907rem;z-index:15016;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SkbTsHr5AKiA8az4fTmIM41XwTk1PQ { width:20.25rem;height:27.1875rem;top:8.625rem;left:0rem;z-index:14987;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hytlmeo9PbR3zmVOo59RVQpinu5pSEyT { width:20rem;height:2.6rem;top:67.723438262938rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLPuClqRttBzGF3K5ueS5VoE43msWnKo { width:14.8125rem;height:9.5210625rem;top:41.578126907349rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPH0k0c1vITkFhs98pTDFJAkuPxSqBD4 { width:15.625rem;height:11.578125rem;top:21.187499523163rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfzokcFy6O1M313ar48HIRucJN6d5Shv { width:11.875rem;height:3.3125rem;top:52.554689407349rem;left:4.0625000596046rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #sKitbFH8aG2ilqqcnEpr5aElJyvTJ8XC { display:block; }
 }@media only screen and (max-width: 763px) { #nBnsqxctpNhp1cHQwgIygFzXI7zIe2G0 { width:17.875rem;height:10.4rem;top:58.260938644409rem;left:1.0617187619209rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maCQHi0rZJde66AHZlu98b2aNVIKWqVT { width:20rem;height:22.3133125rem;top:65.473438262938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek { display:block; }#vB9UatVGCR4KZZvl7xVF8GMhCFsCu8ek > .row .container { width:20rem;height:191.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0L1vhpe5kgxiMhDNN5i8WObADKaEBkU { width:20rem;height:2rem;top:2.5484380722046rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKFQTGSiTEPK0bEWVNnyJwbhgNvrpll5 { width:20rem;height:1.5rem;top:17.862500429154rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sh0O4rcXRdQPsTtGutfkTnGdcO0WeMmR { width:15.5625rem;height:14.6875rem;top:15.937505722046rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocPRhAKOIkgKFEueHcT16oC1pUbsR9fH { width:7.8125rem;height:23.4375rem;top:38.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC3LcI1nvL3l65vqm2N0ETUz0cKccHFo { width:17.375rem;height:14.0625rem;top:72.162504673006rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0ydD6C57CX3Vr8Faxhx20tRID1LLsS { width:10.1875rem;height:10.1875rem;top:55.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkG8BCnOzS8VyniNTDitygxZlGxVw7Tc { width:10.875rem;height:10.875rem;top:2.548437833786rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWpgTVF1UOhG5oPhLznX6yvmxF2uVoai { width:17.5rem;height:35.83125rem;top:123.4375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0gONu0ESIQGhlIBSWgcLbQLOTaGJ90 { width:12.1875rem;height:9.0167227919792rem;top:104.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAo6MCAxniL5KsERo8nwyvbbTVLsaN6Z { width:12.5rem;height:7.9373125rem;top:96.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDk9vigqF2de4oi1ZN4F4iiAIbVkG9NP { width:10.625rem;height:10.625rem;top:82.937506198881rem;left:4.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeSPhuEXZdnHTtOCUHqg8qIWbJkPCaMM { width:18.4375rem;height:3.3125rem;top:115.25rem;left:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #pNNUOPhkPC2dE77FktruebEc2EsC8UJa { display:block; }
 }@media only screen and (max-width: 763px) { #Zt1KZTUWbKL6FuGDQBPkIcSFH75NND6U { width:8.5625rem;height:8.5625rem;top:15.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTyG1Rsax8z0u1XxTdei3WdwVqkzl6H { width:8.5625rem;height:8.5625rem;top:47.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZ36EFEe1so6zm1knnckXHfwsv1gTDK { width:16.8125rem;height:30.4375rem;top:37rem;left:1.6875rem;z-index:15016;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #6dff5d;border-left:0.0625rem solid #6dff5d;border-right:0.0625rem solid #6dff5d;border-bottom:0.0625rem solid #6dff5d;display:block; }
 }@media only screen and (max-width: 763px) { #xA3aLc1NR4CzpHi8FNH2rNSq7fIVUF4H { width:8.5625rem;height:8.5625rem;top:79.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz5k9Xq5KAyIQqfegK3SXZkFKMuVI0iU { width:15.9375rem;height:25rem;top:91.375rem;left:2.0625rem;z-index:15016;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpfaPQXGIu0TJAyQlK2mE8ZVF5cWhSw { width:20rem;height:39.8125rem;top:121.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBuM6AEut8dDfB2UaRUoQ2tirErDiTeM { width:20rem;height:4.34453125rem;top:7.1250002384187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhBwMGycP7XbQdBpO7Q88AQAJUDIGfoa { width:10.625rem;height:10.625rem;top:25.187501192093rem;left:5.0312500596046rem;display:block; }
 }