.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:220,220,220;--color-primary-1:138,139,140;--color-primary-2:20,22,24;--color-primary-3:10,11,12;--color-primary-4:3,3,4;--color-secondary-0:248,255,229;--color-secondary-1:232,254,169;--color-secondary-2:209,253,82;--color-secondary-3:105,127,41;--color-secondary-4:31,38,12;--color-tertiary-0:255,255,255;--color-tertiary-1:251,252,251;--color-tertiary-2:242,244,242;--color-tertiary-3:121,122,121;--color-tertiary-4:24,24,24;--headlines-font-family:"Sora";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row .container { background-color: transparent; background-image: none; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row .container > .video-iframe-container { display: none; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row > .video-iframe-container { display: none; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .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); }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row .container { border-width: 0; border-radius: 0; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Mzu2JFPGeWrGLv71O4THvaVqa0Rrrokz { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#Mzu2JFPGeWrGLv71O4THvaVqa0Rrrokz.adaptive-delivery-prevent-bg, #Mzu2JFPGeWrGLv71O4THvaVqa0Rrrokz.lazyload, #Mzu2JFPGeWrGLv71O4THvaVqa0Rrrokz.lazyloading { background-image: none; }
#FXx9Nt3eBfmEmho1JZMgAir2f7pFHNMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qf1r6ZNiE9vcxid3xS5MvdXHd4A0Nhyh { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#PigemGQFn5TZ6PM86b56tWXHtlzK4hwU { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#dCdXdn2IpsODllgsVW8rECZWGOixiK55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row .container { background-color: transparent; background-image: none; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row .container > .video-iframe-container { display: none; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row > .video-iframe-container { display: none; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .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); }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row .container { border-width: 0; border-radius: 0; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row .container { background-color: transparent; background-image: none; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row .container > .video-iframe-container { display: none; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row > .video-iframe-container { display: none; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .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); }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row .container { border-width: 0; border-radius: 0; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#kTMGaRMxKlTBfBtn7fTsPlKXsbnllf9I { background-color:rgba(0,0,0,0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#kTMGaRMxKlTBfBtn7fTsPlKXsbnllf9I.adaptive-delivery-prevent-bg, #kTMGaRMxKlTBfBtn7fTsPlKXsbnllf9I.lazyload, #kTMGaRMxKlTBfBtn7fTsPlKXsbnllf9I.lazyloading { background-image: none; }
#lTT0FMgamRVT36omF1UuyaTorlT7wutk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rAbCCifIC8qRtHE9Ut7Az6HJDzASTPUw { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#WfdBARyNtzs4I7gKcdwEmv91t0TnCeWk { color:#fff4e6;display:block;width:45.8125rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b613edec-f70a-4186-97a8-fb9c726521b7/hero2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.adaptive-delivery-prevent-bg, #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.lazyload, #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.lazyloading { background-image: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { background-color: transparent; background-image: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container > .video-iframe-container { display: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container { display: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .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); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { border-width: 0; border-radius: 0; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#Wk636C4q7IHWhTpWSZrkrDMBtWnluTRd { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:sora;font-size:4.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:15.1875rem;left:0rem;height:10.1738125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FLw7zT1SUry7QxSyOANZFU0U9w0m58nV { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:26.5rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X8mofObc2M4TrVvAnKiGDbMTTeebSOUH { background-color:#d1fd52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#141618;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.6875rem;left:0rem;display:block; }
#tfTcMQ2LsUKqCaxk0sOBgOrz4umIdG36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdLSmRyFKdKfB4PwuLwNgXuGc2q6F7qb { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1875rem;left:45.125rem;display:block; }
#ugpi3H0fFdAw1syhGSuKIBLLTwNbQPz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OvhQCOQE1ClVD99rMaIas7pTQeoPETNy { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.1875rem;left:52.375rem;display:block; }
#e2FWnSXNp2y1oyxnkQFG2byfmkMyDqWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6CKaGgOT5J5AvE8lDlvifugaSgFpURA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.1875rem;left:59.1875rem;display:block; }
#kIrJcKEcq61tarCfdV1qDTCrv5kiWMl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoHCoQgBq6AH0zoVE48MNkSsCEKF6mgR { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1875rem;left:66.4375rem;display:block; }
#OezVAzluI5Kr3qmR5BxMWMw8bUDNntQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqNkAaG8XL7hGEO9tpX7DqGodbkwe9PI { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.1933625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OCJW2vxu18wMfsnFNEpTThZxa5aB645q { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:sora;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:11.125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lipgnrJWMdPoi9xXVPeBTCmVZ7Zp2UTq { background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.6875rem;left:14.90625rem;display:block; }
#HCTPhqz8RVSaApW61PteUJt4NrJaWZAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXEHpvBXbZy34UdvOBqwhxCk7OZsCR7G { color:#d1fd52;display:block;width:29.3125rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:34.9375rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zfgD0FWRLlITOr2rhJw3KzbqAMXFmx3n { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:32.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sU8pvMeQ3NdTT8bWQdUqeJhcbnkNKomU { box-sizing:content-box;height:22.4375rem;width:20.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(20,22,24,0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:54.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#XJ7gJ1yTp7058FO8oW4SCeIKsmNQXXvT { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:21.5625rem;left:55.9375rem;height:1.51171875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ON11NpdOD1rdU0O1CDg9Z7ha4Dsi0MTb { color:#d1fd52;display:block;width:5.5rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:21.625rem;left:67.9375rem;height:1.375rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eVFc9fNIarn923sXikGTwgHvFWehCyqn { box-sizing:content-box;height:0.0625rem;width:4.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:64.1875rem;display:block; }
#v1V5AHSZZR9AW2p3qxSykXUE5p8AZKlK { position:absolute;display:block;z-index:15013;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.1875rem;width:14.6875rem;top:27rem;left:58.3125rem;overflow:hidden;display:block; }
#FnJRXRu1TH4DWhan7GQsgHvnT9wal9eD { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:37.1875rem;left:58.125rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KRnNu2gzlz80P59auy9iyz6qlxUK81Av { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37.125rem;left:55.4375rem; }
#VUrNFzvptzTzi6MIbxPP1xxw9kheaL2I { box-sizing:content-box;height:4.125rem;width:23.6875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:51.3125rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }
#Jm4ap2euvIFDQnXF1VX0smy1pr7df45H { position:absolute;display:block;z-index:15016;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:11.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#nTiekRUUPAdCyHWNqH6C4ogHVdD4cRFf { position:absolute;display:block;z-index:15017;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:11.3125rem;left:53.4375rem;overflow:hidden;display:block; }
#e3vIgP4r9dyV34HElRk786136u08DQt2 { position:absolute;display:block;z-index:15018;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:3.5rem;width:3.5rem;top:11.3125rem;left:55.3125rem;overflow:hidden;display:block; }
#gFliivUEIXT1DyVtNGnqJK1fqqNKGISU { color:#141618;display:block;width:13.3125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:12.6875rem;left:59.8125rem;height:1.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { background-color: transparent; background-image: none; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container > .video-iframe-container { display: none; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row > .video-iframe-container { display: none; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .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); }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { border-width: 0; border-radius: 0; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#Gdc1sxZGidficzObg6XU8UK3BB7TKdBl { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:9.875rem;left:0rem;height:8.0488125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kgceqxg4WKwg1ln5P0ampMXlz5O6UfQT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:22.25rem;width:22rem;top:18.990234375rem;left:29.8125rem;overflow:hidden;display:block; }
#KcM4QbT3EJTqp6ZyFUTdVDHktRmPVsLE { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:19.740234375rem;left:0rem;height:17.595675rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DFScDKsJZNTDcnQT7igQRh5R4klPEQTc { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:22.1875rem;width:22rem;top:4.4736328125rem;left:53rem;overflow:hidden;display:block; }
#WvAGxTftc7wXOmST68GTsQgk7mHKwD7t { box-sizing:content-box;height:13.3125rem;width:22rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1fd52, #a7c69d);background-image: -moz-linear-gradient(180deg, #d1fd52, #a7c69d);background-image: -ms-linear-gradient(180deg, #d1fd52, #a7c69d);background-image: -o-linear-gradient(180deg, #d1fd52, #a7c69d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1fd52', endColorstr='#a7c69d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1fd52', endColorstr='#a7c69d' );";background-image: linear-gradient(180deg, #d1fd52, #a7c69d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.490234375rem;left:29.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Rcx3CUZVkIiKu8UZh2LgdfwprDEbu690 { box-sizing:content-box;height:13.3125rem;width:22rem;position:absolute;display:block;z-index:15011;background-color:#141618;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.9111328125rem;left:53rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#tVtII23IkT0onCETuHHX7obueWWKFCxS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:6.3486328125rem;left:31.375rem;height:4.548825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a9lH0SThfArbUhPaXno6oDPS7KKOsmqE { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:11.677734375rem;left:31.375rem;height:4.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pbPvkVsH14cwDMXoL8K9LMiVncqMiTKO { color:rgba(255,255,255,0.8);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:35.0625rem;left:54.5625rem;height:4.19824375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gTyWyagdySxllseryIQ69zVIT4akP3a5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:29.75rem;left:54.625rem;height:4.548825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f4f2;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; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row .container { background-color: transparent; background-image: none; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row .container > .video-iframe-container { display: none; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row > .video-iframe-container { display: none; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .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); }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row .container { border-width: 0; border-radius: 0; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#U49T0y0iIPFTm4tFWHJQchr1mgm6EHX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.11328125rem;left:15.625rem;height:4.0244125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f4f2;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; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row .container { background-color: transparent; background-image: none; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row .container > .video-iframe-container { display: none; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row > .video-iframe-container { display: none; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .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); }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row .container { border-width: 0; border-radius: 0; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Td8eSxBQbPNvD0IsJvkLuCuFvboICIRX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:1.625rem;left:3.875rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wPKwV5AJKQgNJwhiqhiP8bDq5pnVu9Kv { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15011;background-color:#dfff84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#OTpR3aBiaeDEfp2313W4IX5Aap1qfk21 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.375rem;left:0.5rem; }
#ZS9NrK7gxHGUtHlR2cJR5FviFrx3c1wR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.0625rem;left:28.875rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z1UPyZotd5dd9Ivos5IHvJ0cLuaeduSS { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15014;background-color:#dfff84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Trd3LcvPTTiTd0y0NDqWQlwHvK5b0xMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.8125rem;left:25.5rem; }
#lWEWF1uVOG4dfeoqvsp91DOUxIScn2MO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8125rem;left:53.875rem;height:3.1484375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QhzV3aXhDedgxinLVbtPZeRrcEPHl6Wh { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15017;background-color:#dfff84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:50rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#iKpXZIG8wJLoGk5aq1E5N7G546pObtQ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5625rem;left:50.5rem; }
#lqoeful0DVl9My8yoozWLbgbMlRaiXfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f4f2;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; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row .container { background-color: transparent; background-image: none; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row .container > .video-iframe-container { display: none; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row > .video-iframe-container { display: none; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .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); }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row .container { border-width: 0; border-radius: 0; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#eKDbFQne6Vn7mJRMoookRKpSSpD1qTfx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:1.625rem;left:3.875rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#scRFz03cR5ne4evpcuIBNroTdmRMCQb1 { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15011;background-color:#dfff84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#e3xsSrRdcHygTfa0vHhn2TUDuemucd9V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.375rem;left:0.5rem; }
#Xz7brQe0pLMnIn5JTytuTFHxa5rPD1tR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.0625rem;left:28.875rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TC0KEgrq7mIEUbER6dN9CNpShiHf3393 { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15014;background-color:#dfff84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#XE6v1Bik4o93uyl1xWIaWFTPZ925ZN2W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.8125rem;left:25.5rem; }
#JERwagWBOg5UPzlU97hdISnDUpVpb06i { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8125rem;left:53.875rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XZXUyAqwFLenKGKh60MrVI67GRvenQCn { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;display:block;z-index:15017;background-color:#dfff84;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:50rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#h5Ut9faL8PvzK08XIL8Cox4pxCX7k3fn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.5625rem;left:50.5rem; }
#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f4f2;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; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row .container { background-color: transparent; background-image: none; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row .container > .video-iframe-container { display: none; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row > .video-iframe-container { display: none; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .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); }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row .container { border-width: 0; border-radius: 0; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f4f2;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; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row .container { background-color: transparent; background-image: none; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row .container > .video-iframe-container { display: none; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row > .video-iframe-container { display: none; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .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); }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row .container { border-width: 0; border-radius: 0; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#BydqRRC0D6Vx6aTGUUQEkIC0GrE9zreM { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:2.82421875rem;left:15.625rem;height:2.44921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wM9T8R79GqkUWJltpHaE9ZrqJ3tCtE9z { color:rgba(11,11,11,0.62);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.337890625rem;left:15.625rem;height:1.57421875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MbFdNOTwNERncAL3Ku2Z1bCtu30kJtPU { background-color:#d1fd52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#141618;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.875rem;left:30.34375rem;display:block; }
#Od0Jvba5T7pL8wysDz62KF5HB1RcueBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#141618;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:-6%;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8rem;left:28rem;z-index:15006; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #LhXuOsdsVcxPN4SzgXuyIiN9NrNJKHPh { display:flex;position:relative;top:0rem;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #ygrwql7U730sQpy9TJvTWJGcBRQ4Cr3A { width:auto; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #pLV2TqczIJfPVwLWRg1ouCf4ZvLMSgbK {  }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #z90aQoLio16lGT4eb2gOauTiFWrIXn0N { display:flex;position:relative;top:0rem;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #Ah7iSlQOa0NWzlwyoeHUlDxWwilD6z3O {  }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #z5pA2kdydkQHGQ7SnXVMb7KBAZ4GcP7P {  }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #NooVdGd1sHTRP9kMoTxDnT54RNPkVMHr { display:flex;position:relative;top:0rem;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #ed38GWDT3Xd5DzT8th3v3tthwElTUliG {  }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #MuNhzzTZy66iDJkLRIvu6ATAhHx8zcNt {  }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #C8DrTvFaXWlS572HHhc1kTl0gThCtAgS { display:flex;position:relative;top:0rem;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #JqPXEwg3UQmAN8wIpNkzyJNnhETf6CFp {  }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #W6ML9mHWIQZpfP0iP4buBh5yB0wGnNUP {  }
#O60uWyC6sVgAX62PgTvczCUflf6RVm4x { box-sizing:content-box;height:4.375rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:8.5rem;left:26.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TUwuZp3LxSeUc6ig6FzXIxHhwbdViotA { box-sizing:content-box;height:7.4375rem;width:18.9375rem;position:absolute;display:block;z-index:15003;background-color:#f2f4f2;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.4375rem;left:28.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ZsPn37VbgZVZrGQUiOfP6dew1qCUGQLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.76171875rem;left:36.84375rem; }
#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row .container { background-color: transparent; background-image: none; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row .container > .video-iframe-container { display: none; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row > .video-iframe-container { display: none; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .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); }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row .container { border-width: 0; border-radius: 0; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#VbDkIKx6SoqVnxG3WkrbtSIGb4DKy7RO { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:3.75rem;left:15.625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#db3VlRTkBxqf2Qu3vCCIbL6qJ1wZtyFE { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:25.75rem;width:74.875rem;top:7.490234375rem;left:0rem;overflow:hidden;display:block; }
#NRP7EXymiB5TNMTmFSlrwaDhfmzAGIOM { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:27.9375rem;left:15.625rem;height:1.57421875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HF5WBexMt82JFguidtMHhZbHbaWXdpsw { box-sizing:content-box;height:4.375rem;width:0.0625rem;position:absolute;display:block;z-index:15008;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:30.44921875rem;left:37.46875rem;display:block; }
#qEDT3Eg3dKzLtooBrn5pC9gJda4559lO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.82421875rem;left:36.84375rem; }
#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row .container { background-color: transparent; background-image: none; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row .container > .video-iframe-container { display: none; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row > .video-iframe-container { display: none; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .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); }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row .container { border-width: 0; border-radius: 0; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#V9u11yZrQNwWEDkFAsmXfQkH14pVt968 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.125rem;left:36.875rem; }
#xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f3dbf63-d977-4c1a-b6f7-393504a67cea/a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk.adaptive-delivery-prevent-bg, #xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk.lazyload, #xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk.lazyloading { background-image: none; }
#xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#CFoxWy60Ng3Fdfk2yTxyltT0JxW75dby { 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:9.1875rem;width:18.9375rem;top:7.75rem;left:2.40625rem;overflow:hidden;display:block; }
#Z3TLV7XUJZ0tx2x6owtLI6KrnyCbLffR { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:21rem;left:3.4375rem;height:3.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c2LlGi0d8fT1rdvkskBLOZbJZkB8l3HZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.9375rem;left:0.75rem; }
#ztLMJ7DVpR6ZdTlJZ52g7QTXP2z2E6k6 { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.625rem;left:1.5625rem;height:2.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B6XASusgBI4UTNRPJLwsllbgzDUg6eAW { color:#d1fd52;display:block;width:5.5rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.83203125rem;left:16.75rem;height:1.6494125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xnipdKqJzqukCmFFFV0EKfTFF8EQIJLS { box-sizing:content-box;height:0.0625rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:12.125rem;display:block; }
#KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2 { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5260587-695a-4393-a99d-996dc602ec62/rectangle_237.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:25.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2.adaptive-delivery-prevent-bg, #KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2.lazyload, #KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2.lazyloading { background-image: none; }
#KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#J9tAOu1gdOv0wB58d3PUsMXMAgJdPoiz { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:21rem;left:29.0625rem;height:3.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pHwLlHk7pVuBQ5wVh1H1cxPi5eCZ3PGK { position:absolute;display:block;z-index:15027;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.625rem;width:17.5rem;top:7.75rem;left:28.0625rem;overflow:hidden;display:block; }
#srUWLrkwgXt5D9yMVu6vcSfwn9QZTeKp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.9375rem;left:26.375rem; }
#pEA20eHyEg3qUBaTaDmFs3BuyNVmtJLD { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:2.625rem;left:27.1875rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o5CTOURdlTzgysAfXZoKqnvpM35ZoZsB { color:#d1fd52;display:block;width:5.5rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:2.8125rem;left:42.375rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tVW7Dqf7XKSXzDTha8yekO2fcFAwzyTP { box-sizing:content-box;height:0.0625rem;width:4.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:37.5rem;display:block; }
#KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b64903fb-4314-4d49-aaf5-06ed3d082d6d/b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:51.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }#KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx.adaptive-delivery-prevent-bg, #KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx.lazyload, #KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx.lazyloading { background-image: none; }
#KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#Du000zbDMR6pDdGogB385LBlf0OhqRhW { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:sora;font-size:1rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:21rem;left:54.6875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CzNT0iHWIcq0xydfvMCecNffeVwJgn1S { position:absolute;display:block;z-index:15034;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:13rem;width:12.6875rem;top:7.03125rem;left:56.5625rem;overflow:hidden;display:block; }
#lDLHImFTGrbW2yPtnaW6iyNa2MhvaFX5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:20.9375rem;left:52rem; }
#EJuHhv1DHuJGkNx2u1Ko9mUJTOtMnCPJ { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:2.625rem;left:52.8125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aA7lGTLQvZnnSdgfNd4al1KV2mWFhETl { color:#d1fd52;display:block;width:5.5rem;position:absolute;font-family:sora;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:2.8125rem;left:68rem;height:;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZxUla5ZmW1AWmTzcc5xmgaf6C8xquwJc { box-sizing:content-box;height:0.0625rem;width:1.9375rem;position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:65.875rem;display:block; }
#DournaNhAt4Fixh9Ouho2EIsMbrFrkCu { background-color:#d1fd52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#141618;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.625rem;left:30.375rem;display:block; }
#v9dAXnpJ0I5inZl2sQz8SBD5CooGIyFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eb5ScmhiQmTmWNDwswmmpid1gI20nfi3 { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:29.0625rem;left:15.625rem;height:2.44921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row .container { background-color: transparent; background-image: none; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row .container > .video-iframe-container { display: none; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row > .video-iframe-container { display: none; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .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); }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row .container { border-width: 0; border-radius: 0; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#pIthITfaaBVFliBTmqOH0ysHz2MMSBOx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:6.5625rem;left:40.3125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yWAOQqrC6puJfsi1eJQOpppdv4UmWbGy { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:22.6875rem;width:32.875rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#J92RXaGJq9whQQT1X7gmlGF73CIAl3Ku { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.75rem;left:40.3125rem;height:3.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Eb7TdCm6dRTqLcbdNCmlVy9oMPgsgnu1 { color:rgba(var(--color-primary-2),1);display:block;width:32.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21rem;left:40.3125rem;height:7.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Eb7TdCm6dRTqLcbdNCmlVy9oMPgsgnu1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eb7TdCm6dRTqLcbdNCmlVy9oMPgsgnu1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df427a223cff3c177162d4c4b4e57933792f6561.svg); }
#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row .container { background-color: transparent; background-image: none; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row .container > .video-iframe-container { display: none; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row > .video-iframe-container { display: none; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .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); }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row .container { border-width: 0; border-radius: 0; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#wdkVcB5R13VudO8AXOUotPKTGNznQ4S2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:6.125rem;left:0rem;height:4.0244125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DWQMwcZTmFD1LL6VOmx2hIqbiH1dSO4M { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:26.25rem;width:37.3125rem;top:3.755859375rem;left:36.125rem;overflow:hidden;display:block; }
#fABzqxTROA6JqugeJHTSM0hpwf5Gooqx { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.8984375rem;left:0rem;height:9.597625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EaroEt70NdynptSxyEJRZC1KkRWiby4t { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:21.919921875rem;left:0rem;height:5.423825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EaroEt70NdynptSxyEJRZC1KkRWiby4t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EaroEt70NdynptSxyEJRZC1KkRWiby4t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa9ac65314ee2ece55b3090dc9f8451.svg); }
#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row .container { background-color: transparent; background-image: none; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row .container > .video-iframe-container { display: none; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row > .video-iframe-container { display: none; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .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); }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row .container { border-width: 0; border-radius: 0; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#Sa24am3KF9NrD2eUxMceDgGQ3CGtRDFH { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.130859375rem;left:21.0625rem;height:2.44921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ov8DX68fOJT9UeqO0fDzTTkqNnzzGEH5 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.125rem 0.75rem rgba(0,0,0,0.1) ;height:12.625rem;width:21.25rem;top:8.4375rem;left:3.75rem;display:block; }
#HE8xBmHuMPng1s7rZOGaPAGf7Ut3dqxn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XAHQ0Wksay5BltrNHHI6pZ3gLZZeADr5 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:10.3125rem;left:5.25rem;height:5.09765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iIRQgiJ9ulFxEE6CHFaw7J1iQaCT0UTi { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:16.6875rem;left:5.25rem;overflow:hidden;display:block; }
#FGTrT0JkcigVI8QlVwwTMRo1zctXl8Le { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.125rem 0.75rem rgba(0,0,0,0.1) ;height:12.625rem;width:21.25rem;top:8.4375rem;left:26.875rem;display:block; }
#M0U084WkB2MMODNqRVkVGPk3ofFcXgpw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:17.3125rem;left:31.9375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b1epcuf77ZoN7n1gPPmQeGkvSkk0JCUM { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:10.3125rem;left:28.375rem;height:5.09765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eEVVIS4daLzUoOTALNnTsluhTvHx1Xcz { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:16.6875rem;left:28.375rem;overflow:hidden;display:block; }
#CXTP6TE4BqHQGaWf7ufPZT3yVL8KeHqh { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.125rem 0.75rem rgba(0,0,0,0.1) ;height:12.625rem;width:21.25rem;top:8.4375rem;left:50rem;display:block; }
#g48VMqTTC2TV77a5mC8ez8mZsAnTEGPE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:17.3125rem;left:55.0625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gGyTPD5WEtUfVH3BzITcHnZZdTWAPyAZ { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:10.3125rem;left:51.5rem;height:5.09765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KpOtvPEdKOlie6f8RTh89TbqKg0cW9Vn { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:16.6875rem;left:51.5rem;overflow:hidden;display:block; }
#qR4JlwOb7MEwFmDlCFuacxnfXzDV3suB { background-color:#d1fd52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#141618;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.125rem;left:31.6875rem;display:block; }
#ryDDrC7nNPRBD3kwZSuIO8ix3ZOS2o6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XAudg5aA3RQfvBBd8is5Up8FFOFDVdBK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28rem;left:38.1875rem; }
#awTxkTrvewAp1B94gfKfcSks854eBGr4 { position:relative;display:block; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 { background-color: transparent; background-image: none; }#awTxkTrvewAp1B94gfKfcSks854eBGr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.34); }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container > .video-iframe-container { display: none; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row > .video-iframe-container { display: none; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.34); }#awTxkTrvewAp1B94gfKfcSks854eBGr4 { border-width: 0; border-radius: 0; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container > .video-iframe-container { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35b5cfe4-523a-416f-81a0-55f26dc5e111/foto8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;position:relative;display:block; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container.adaptive-delivery-prevent-bg, #awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container.lazyload, #awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container.lazyloading { background-image: none; }#eKMcUxob3X7UM7NgPmQN3muSgzefa26e { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.625rem;left:3.1875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vAn7T8LAKtcy5Fca97ctir989igKhCc8 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:14.98828125rem;left:3.21875rem;height:3.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tNmgVvNTiCiIUZkCFmgd0DpxDsnoRrI8 { box-sizing:content-box;height:24.125rem;width:26rem;position:absolute;display:block;z-index:15010;background-color:rgba(20,22,24,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6875rem;left:42.8125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-form-header {  }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid rgba(var(--color-tertiary-1),0.6);border-left:0rem solid rgba(var(--color-tertiary-1),0.6);border-right:0rem solid rgba(var(--color-tertiary-1),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.6);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-text {padding-top: 0; padding-bottom: 0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid rgba(var(--color-tertiary-1),0.6);border-left:0rem solid rgba(var(--color-tertiary-1),0.6);border-right:0rem solid rgba(var(--color-tertiary-1),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.6);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid rgba(var(--color-tertiary-1),0.6);border-left:0rem solid rgba(var(--color-tertiary-1),0.6);border-right:0rem solid rgba(var(--color-tertiary-1),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.6);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(220,220,220,0.8);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-select {padding-top: 0; padding-bottom: 0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#d1fd52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:17.625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.8);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.8);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.8);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.8);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.4;font-size:0.75rem;font-weight:300;color:rgba(var(--color-primary-0),1);vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal;float:none; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-container:first-of-type{padding-top:0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-container:last-of-type{padding-bottom:0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.125rem;left:43.5625rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E {display:block;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.125rem;left:43.5625rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #tAJDQZNoHmsSBDG5qFPnZorK0W08Ikqu { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #TpIpuNeoBek1yTZfBRx9KsFlAGurhkRn { position:relative;display:none; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #XIJS1cH3wfD45Lya1u2Qb159ovZcd8Xt { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #BI6uJTNEa5Gcz1hPh6MrrtrlPGlOUmC7 { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #DfrdrucRbmqP1ulWOr5uhxr31FJfE7Rk { position:relative;display:none; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #GQyqJpeuzF4dvyATfelot09ZX0VE1h5m { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #EN7n6FtcyPd7AEScVVkLhH6oKrQTtXT9 { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #tmwoCETJpaKAnpouW166p7CQQHV2D2e9 { position:relative;display:none; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #BJrr76At1UFsbgcid70efILrA3xa82cd { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #FVX09qDGvocsAeLvp8DmpLXCDvWcgT97 { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #D71kLQyvxmKRxUSTHF44ByqyRS2NJFAk { position:relative;z-index:2; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #k9Cy9D14W8tWcCqVPzTl8yJfepNaJDAb { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #cKNMHVJwVRlPJ7d2S6tHBbnMzBTphB7z { position:relative; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #HnFnhZ9ICyDIw1tAXMDTlXEdSvHtFoeR { position:relative; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:-6%;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.375rem;left:2.75rem;z-index:15012; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #ED6y6AGnK7fF37uGqMwqJluRBk5iwcC6 { display:flex;position:relative;top:0rem;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #BInOUQWsPaEOe1A7KNAsSF3kPItbwDec { width:auto; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #NTwAWRKn8DSMwtKZ3MGDOdlVdpEAqIFx {  }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #WTaVdD5rAvi0ihir2vn2hzrVzALQuAOk { display:flex;position:relative;top:0rem;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #eABT0uxl39Oy4qRm7Hnd3mtZ4tJ2Kd0o {  }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #yZQTGgAzq4WaHLt75FHUQEkK5unvOCbX {  }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #zuWs0RUgzrt2ZvTNUe6IwcbpUHwBU95r { display:flex;position:relative;top:0rem;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #mZdMHHIVypLbOiClpry0LCMRnV1CS1wy {  }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #w6ieZ9xOPTclrrsuN5b4TMOTu4uZ6Z0g {  }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #HU3lmhpVniIp5uhQWS1KEeNDG9ApAnC4 { display:flex;position:relative;top:0rem;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #RMFKGK4QThHCBXeIhXp5XQOr8uc9h49s {  }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #MpGKA1hyZM6qU6PkX5KGeKWTQBruSunE {  }
#dTFrBkTELd3uZRadp7S0DHgDTOt1oHa2 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.75rem;left:3.1875rem;height:1.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d5HKmtnAdHbJX3XuFATgO5SZXbi8xHIm { color:#d1fd52;display:block;width:31.875rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:22.5rem;left:3.1875rem;height:2.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ipO6q2cGZ8AwdGJC1JCOzD65hkEw3dn7 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:20.5rem;left:3.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oK7heNanT00EVRv5HkVXTrQ5LDRpTILr { color:#ffffff;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.861328125rem;left:44.6875rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW { position:relative;display:block; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW { background-color: transparent; background-image: none; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .row .container > .video-iframe-container { display: none; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .row > .video-iframe-container { display: none; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .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); }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW { border-width: 0; border-radius: 0; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .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; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f4f2;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { background-color: transparent; background-image: none; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container > .video-iframe-container { display: none; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row > .video-iframe-container { display: none; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .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); }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { border-width: 0; border-radius: 0; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#ZRny0oybzNn2KnptkyzA3PHpNCLlaS6i { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:3.625rem;left:42.8125rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfLW0LM9Hgkx3JOqiyToxi5ny2q8sQIH { color:#141618;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.4375rem;left:42.8125rem;height:4.7988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTxuhGgBwgUMDmoyNnmyXF73SUZL9U0i { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.625rem;left:19.4375rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p7dwBJ1fVQCDvDab6gGf3D1viKUxBXpE { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.4375rem;left:19.4375rem;height:7.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOxdo5i5LNKFmE0OJRdt8s22Zg6gqiUT { box-sizing:content-box;height:3rem;width:3rem;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:15034;background-color:#dfff84;background-image:none;top:6.75rem;left:61.25rem;display:block; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.5625rem;left:62.0625rem; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#gldUxqtrhe0cxIVZo7slpNt9tuauSPtp { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:#dfff84;background-image:none;top:6.75rem;left:65.5rem;display:block; }
#auBPzyK1IpVG44mfkc0cO9TOAPqoEHT9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.5625rem;left:66.3125rem; }
#rtb0BqP5hidMmEas40UUsaiEt68eav4O { box-sizing:content-box;height:3rem;width:3rem;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:15038;background-color:#dfff84;background-image:none;top:6.8125rem;left:69.75rem;display:block; }
#pA6cCLIkKr493sQS905TWTBzVJUhXf9x { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.625rem;left:70.5625rem; }
#LK4DflTmdGbkabZBptZ0aRO0FC8SSx7e { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:3.625rem;left:61.25rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fWJ1vlxaA8EEHOtcQLHs3pRM2sEFsvNW { color:#141618;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.427734375rem;left:0rem;height:2.1933625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS { display:block; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mzu2JFPGeWrGLv71O4THvaVqa0Rrrokz { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXx9Nt3eBfmEmho1JZMgAir2f7pFHNMM { display:block; }
 }@media only screen and (max-width: 763px) { #qf1r6ZNiE9vcxid3xS5MvdXHd4A0Nhyh { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigemGQFn5TZ6PM86b56tWXHtlzK4hwU { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdXdn2IpsODllgsVW8rECZWGOixiK55 { display:block; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc { display:block; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMGaRMxKlTBfBtn7fTsPlKXsbnllf9I { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTT0FMgamRVT36omF1UuyaTorlT7wutk { display:block; }
 }@media only screen and (max-width: 763px) { #rAbCCifIC8qRtHE9Ut7Az6HJDzASTPUw { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdBARyNtzs4I7gKcdwEmv91t0TnCeWk { top:3.5625rem;left:0rem;width:45.8125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi { display:block; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wk636C4q7IHWhTpWSZrkrDMBtWnluTRd { width:40.4375rem;height:10.1875rem;top:15.1875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLw7zT1SUry7QxSyOANZFU0U9w0m58nV { width:37.375rem;height:3.375rem;top:26.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8mofObc2M4TrVvAnKiGDbMTTeebSOUH { width:14.3125rem;height:3.125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfTcMQ2LsUKqCaxk0sOBgOrz4umIdG36 { display:block; }
 }@media only screen and (max-width: 763px) { #TdLSmRyFKdKfB4PwuLwNgXuGc2q6F7qb { width:5.625rem;height:2.625rem;top:2.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpi3H0fFdAw1syhGSuKIBLLTwNbQPz6 { display:block; }
 }@media only screen and (max-width: 763px) { #OvhQCOQE1ClVD99rMaIas7pTQeoPETNy { width:5.8125rem;height:2.625rem;top:2.1875rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2FWnSXNp2y1oyxnkQFG2byfmkMyDqWZ { display:block; }
 }@media only screen and (max-width: 763px) { #Q6CKaGgOT5J5AvE8lDlvifugaSgFpURA { width:6.625rem;height:2.625rem;top:2.1875rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrJcKEcq61tarCfdV1qDTCrv5kiWMl6 { display:block; }
 }@media only screen and (max-width: 763px) { #RoHCoQgBq6AH0zoVE48MNkSsCEKF6mgR { width:8.5625rem;height:2.625rem;top:2.1875rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OezVAzluI5Kr3qmR5BxMWMw8bUDNntQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #yqNkAaG8XL7hGEO9tpX7DqGodbkwe9PI { width:10.3125rem;height:2.1875rem;top:2.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCJW2vxu18wMfsnFNEpTThZxa5aB645q { width:39.1875rem;height:1.75rem;top:11.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lipgnrJWMdPoi9xXVPeBTCmVZ7Zp2UTq { width:10.5625rem;height:3.125rem;top:38.6875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTPhqz8RVSaApW61PteUJt4NrJaWZAm { display:block; }
 }@media only screen and (max-width: 763px) { #iXEHpvBXbZy34UdvOBqwhxCk7OZsCR7G { width:29.3125rem;height:2.0625rem;top:34.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfgD0FWRLlITOr2rhJw3KzbqAMXFmx3n { width:5.1875rem;height:1.5rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU8pvMeQ3NdTT8bWQdUqeJhcbnkNKomU { width:20.3125rem;height:22.4375rem;top:19.4375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ7gJ1yTp7058FO8oW4SCeIKsmNQXXvT { width:9.6875rem;height:1.5rem;top:21.5625rem;left:38.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON11NpdOD1rdU0O1CDg9Z7ha4Dsi0MTb { width:5.5rem;height:1.375rem;top:21.625rem;left:42.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVFc9fNIarn923sXikGTwgHvFWehCyqn { width:4.375rem;height:0.0625rem;top:22.3125rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1V5AHSZZR9AW2p3qxSykXUE5p8AZKlK { width:14.6875rem;height:7.1875rem;top:27rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnJRXRu1TH4DWhan7GQsgHvnT9wal9eD { width:16.1875rem;height:3rem;top:37.1875rem;left:31.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRnNu2gzlz80P59auy9iyz6qlxUK81Av { width:2.0625rem;height:1.6875rem;top:37.125rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUrNFzvptzTzi6MIbxPP1xxw9kheaL2I { width:23.6875rem;height:4.125rem;top:11.125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4ap2euvIFDQnXF1VX0smy1pr7df45H { width:3.5rem;height:3.5rem;top:11.3125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiekRUUPAdCyHWNqH6C4ogHVdD4cRFf { width:3.5rem;height:3.5rem;top:11.3125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3vIgP4r9dyV34HElRk786136u08DQt2 { width:3.5rem;height:3.5rem;top:11.3125rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFliivUEIXT1DyVtNGnqJK1fqqNKGISU { width:13.3125rem;height:1.1875rem;top:12.6875rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB { display:block; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gdc1sxZGidficzObg6XU8UK3BB7TKdBl { width:26.25rem;height:8rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgceqxg4WKwg1ln5P0ampMXlz5O6UfQT { width:22rem;height:22.25rem;top:18.9375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcM4QbT3EJTqp6ZyFUTdVDHktRmPVsLE { width:26.25rem;height:17.5625rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFScDKsJZNTDcnQT7igQRh5R4klPEQTc { width:22rem;height:22.1875rem;top:4.4375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvAGxTftc7wXOmST68GTsQgk7mHKwD7t { width:22rem;height:13.3125rem;top:4.4375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcx3CUZVkIiKu8UZh2LgdfwprDEbu690 { width:22rem;height:13.3125rem;top:27.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVtII23IkT0onCETuHHX7obueWWKFCxS { width:18.75rem;height:4.5625rem;top:6.3125rem;left:17.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9lH0SThfArbUhPaXno6oDPS7KKOsmqE { width:18.75rem;height:4.1875rem;top:11.625rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPvkVsH14cwDMXoL8K9LMiVncqMiTKO { width:18.75rem;height:4.1875rem;top:35.0625rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyWyagdySxllseryIQ69zVIT4akP3a5 { width:18.75rem;height:4.5rem;top:29.75rem;left:29rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX { display:block; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U49T0y0iIPFTm4tFWHJQchr1mgm6EHX6 { width:43.75rem;height:4rem;top:2.0625rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT { display:block; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td8eSxBQbPNvD0IsJvkLuCuFvboICIRX { width:19.5625rem;height:;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPKwV5AJKQgNJwhiqhiP8bDq5pnVu9Kv { width:2.875rem;height:2.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTpR3aBiaeDEfp2313W4IX5Aap1qfk21 { width:1.75rem;height:1.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS9NrK7gxHGUtHlR2cJR5FviFrx3c1wR { width:19.5625rem;height:;top:2.0625rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1UPyZotd5dd9Ivos5IHvJ0cLuaeduSS { width:2.875rem;height:2.875rem;top:1.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trd3LcvPTTiTd0y0NDqWQlwHvK5b0xMc { width:1.75rem;height:1.75rem;top:1.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWEWF1uVOG4dfeoqvsp91DOUxIScn2MO { width:19.5625rem;height:;top:1.8125rem;left:28.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhzV3aXhDedgxinLVbtPZeRrcEPHl6Wh { width:2.875rem;height:2.875rem;top:1rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKpXZIG8wJLoGk5aq1E5N7G546pObtQ3 { width:1.75rem;height:1.75rem;top:1.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqoeful0DVl9My8yoozWLbgbMlRaiXfr { display:block; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKDbFQne6Vn7mJRMoookRKpSSpD1qTfx { width:19.5625rem;height:;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scRFz03cR5ne4evpcuIBNroTdmRMCQb1 { width:2.875rem;height:2.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3xsSrRdcHygTfa0vHhn2TUDuemucd9V { width:1.75rem;height:1.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz7brQe0pLMnIn5JTytuTFHxa5rPD1tR { width:19.5625rem;height:;top:2.0625rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0KEgrq7mIEUbER6dN9CNpShiHf3393 { width:2.875rem;height:2.875rem;top:1.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE6v1Bik4o93uyl1xWIaWFTPZ925ZN2W { width:1.75rem;height:1.75rem;top:1.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JERwagWBOg5UPzlU97hdISnDUpVpb06i { width:19.5625rem;height:;top:1.8125rem;left:28.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZXUyAqwFLenKGKh60MrVI67GRvenQCn { width:2.875rem;height:2.875rem;top:1rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Ut9faL8PvzK08XIL8Cox4pxCX7k3fn { width:1.75rem;height:1.75rem;top:1.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd { display:block; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku52f6psiTOZIi7GtuTEf67QOkNSxg2y { display:block; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BydqRRC0D6Vx6aTGUUQEkIC0GrE9zreM { width:43.75rem;height:2.4375rem;top:2.8125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9T8R79GqkUWJltpHaE9ZrqJ3tCtE9z { width:43.75rem;height:1.5625rem;top:6.3125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbFdNOTwNERncAL3Ku2Z1bCtu30kJtPU { width:14.3125rem;height:3.125rem;top:14.875rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od0Jvba5T7pL8wysDz62KF5HB1RcueBz { display:block; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 { display:flex;width:18rem;height:5.0625rem;top:7.875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #LhXuOsdsVcxPN4SzgXuyIiN9NrNJKHPh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #ygrwql7U730sQpy9TJvTWJGcBRQ4Cr3A {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #pLV2TqczIJfPVwLWRg1ouCf4ZvLMSgbK {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #z90aQoLio16lGT4eb2gOauTiFWrIXn0N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #Ah7iSlQOa0NWzlwyoeHUlDxWwilD6z3O {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #z5pA2kdydkQHGQ7SnXVMb7KBAZ4GcP7P {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #NooVdGd1sHTRP9kMoTxDnT54RNPkVMHr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #ed38GWDT3Xd5DzT8th3v3tthwElTUliG {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #MuNhzzTZy66iDJkLRIvu6ATAhHx8zcNt {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #C8DrTvFaXWlS572HHhc1kTl0gThCtAgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #JqPXEwg3UQmAN8wIpNkzyJNnhETf6CFp {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #W6ML9mHWIQZpfP0iP4buBh5yB0wGnNUP {  }
 }@media only screen and (max-width: 763px) { #O60uWyC6sVgAX62PgTvczCUflf6RVm4x { width:21.25rem;height:4.375rem;top:8.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwuZp3LxSeUc6ig6FzXIxHhwbdViotA { width:18.9375rem;height:7.4375rem;top:7.4375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsPn37VbgZVZrGQUiOfP6dew1qCUGQLL { width:1.3125rem;height:1.3125rem;top:18.75rem;left:23.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et { display:block; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbDkIKx6SoqVnxG3WkrbtSIGb4DKy7RO { width:43.75rem;height:2.25rem;top:3.75rem;left:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db3VlRTkBxqf2Qu3vCCIbL6qJ1wZtyFE { width:47.75rem;height:16.421535893155rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRP7EXymiB5TNMTmFSlrwaDhfmzAGIOM { width:43.75rem;height:1.5625rem;top:27.9375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF5WBexMt82JFguidtMHhZbHbaWXdpsw { width:0.0625rem;height:4.375rem;top:30.4375rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEDT3Eg3dKzLtooBrn5pC9gJda4559lO { width:1.3125rem;height:1.3125rem;top:34.8125rem;left:23.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdvAvlt1N0qq1EiAyebf27wEW3AVABQy { display:block; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9u11yZrQNwWEDkFAsmXfQkH14pVt968 { width:1.3125rem;height:1.3125rem;top:37.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk { width:23.75rem;height:25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFoxWy60Ng3Fdfk2yTxyltT0JxW75dby { width:18.9375rem;height:9.1875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TLV7XUJZ0tx2x6owtLI6KrnyCbLffR { width:18.4375rem;height:;top:21rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2LlGi0d8fT1rdvkskBLOZbJZkB8l3HZ { width:2.0625rem;height:1.6875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztLMJ7DVpR6ZdTlJZ52g7QTXP2z2E6k6 { width:9.6875rem;height:2.0625rem;top:2.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6XASusgBI4UTNRPJLwsllbgzDUg6eAW { width:5.5rem;height:1.625rem;top:2.8125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnipdKqJzqukCmFFFV0EKfTFF8EQIJLS { width:4.375rem;height:0.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2 { width:23.75rem;height:25rem;top:0.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9tAOu1gdOv0wB58d3PUsMXMAgJdPoiz { width:18.4375rem;height:;top:21rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHwLlHk7pVuBQ5wVh1H1cxPi5eCZ3PGK { width:17.5rem;height:9.625rem;top:7.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srUWLrkwgXt5D9yMVu6vcSfwn9QZTeKp { width:2.0625rem;height:1.6875rem;top:20.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEA20eHyEg3qUBaTaDmFs3BuyNVmtJLD { width:9.6875rem;height:;top:2.625rem;left:13.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5CTOURdlTzgysAfXZoKqnvpM35ZoZsB { width:5.5rem;height:;top:2.8125rem;left:28.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVW7Dqf7XKSXzDTha8yekO2fcFAwzyTP { width:4.375rem;height:0.0625rem;top:3.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx { width:23.75rem;height:25rem;top:0.8125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du000zbDMR6pDdGogB385LBlf0OhqRhW { width:18.4375rem;height:;top:21rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzNT0iHWIcq0xydfvMCecNffeVwJgn1S { width:12.6875rem;height:13rem;top:7rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDLHImFTGrbW2yPtnaW6iyNa2MhvaFX5 { width:2.0625rem;height:1.6875rem;top:20.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJuHhv1DHuJGkNx2u1Ko9mUJTOtMnCPJ { width:12.375rem;height:;top:2.625rem;left:35.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7lGTLQvZnnSdgfNd4al1KV2mWFhETl { width:5.5rem;height:;top:2.8125rem;left:42.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxUla5ZmW1AWmTzcc5xmgaf6C8xquwJc { width:1.9375rem;height:0.0625rem;top:3.625rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DournaNhAt4Fixh9Ouho2EIsMbrFrkCu { width:14.3125rem;height:3.125rem;top:32.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9dAXnpJ0I5inZl2sQz8SBD5CooGIyFp { display:block; }
 }@media only screen and (max-width: 763px) { #Eb5ScmhiQmTmWNDwswmmpid1gI20nfi3 { width:43.75rem;height:;top:29.0625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL { display:block; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIthITfaaBVFliBTmqOH0ysHz2MMSBOx { width:32.875rem;height:;top:6.5625rem;left:14.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWAOQqrC6puJfsi1eJQOpppdv4UmWbGy { width:32.875rem;height:22.6875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J92RXaGJq9whQQT1X7gmlGF73CIAl3Ku { width:26.25rem;height:3.1875rem;top:15.75rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb7TdCm6dRTqLcbdNCmlVy9oMPgsgnu1 { width:32.875rem;height:7.3125rem;top:21rem;left:14.875rem;font-size:1rem;display:block; }#Eb7TdCm6dRTqLcbdNCmlVy9oMPgsgnu1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df427a223cff3c177162d4c4b4e57933792f6561.svg); }
 }@media only screen and (max-width: 763px) { #tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT { display:block; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdkVcB5R13VudO8AXOUotPKTGNznQ4S2 { width:31.25rem;height:4rem;top:6.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWQMwcZTmFD1LL6VOmx2hIqbiH1dSO4M { width:37.3125rem;height:26.25rem;top:3.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fABzqxTROA6JqugeJHTSM0hpwf5Gooqx { width:31.25rem;height:9.5625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaroEt70NdynptSxyEJRZC1KkRWiby4t { width:31.25rem;height:5.375rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }#EaroEt70NdynptSxyEJRZC1KkRWiby4t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa9ac65314ee2ece55b3090dc9f8451.svg); }
 }@media only screen and (max-width: 763px) { #MTkx7TmCkLklAq11y0lGuMp9yshIlZDh { display:block; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa24am3KF9NrD2eUxMceDgGQ3CGtRDFH { width:32.875rem;height:;top:4.125rem;left:7.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov8DX68fOJT9UeqO0fDzTTkqNnzzGEH5 { top:0.6875rem;left:23.8125rem;width:23.9375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE8xBmHuMPng1s7rZOGaPAGf7Ut3dqxn { width:22.9375rem;height:4.3125rem;top:16.812499046326rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAHQ0Wksay5BltrNHHI6pZ3gLZZeADr5 { width:17.9375rem;height:5.0625rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRQgiJ9ulFxEE6CHFaw7J1iQaCT0UTi { width:2.625rem;height:2.625rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTrT0JkcigVI8QlVwwTMRo1zctXl8Le { top:0.6875rem;left:23.8125rem;width:23.9375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0U084WkB2MMODNqRVkVGPk3ofFcXgpw { width:22.9375rem;height:4.3125rem;top:16.812499046326rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1epcuf77ZoN7n1gPPmQeGkvSkk0JCUM { width:17.9375rem;height:5.0625rem;top:10.3125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEVVIS4daLzUoOTALNnTsluhTvHx1Xcz { width:2.625rem;height:2.625rem;top:16.6875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTP6TE4BqHQGaWf7ufPZT3yVL8KeHqh { top:0.6875rem;left:23.8125rem;width:23.9375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g48VMqTTC2TV77a5mC8ez8mZsAnTEGPE { width:22.9375rem;height:4.3125rem;top:16.812499046326rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGyTPD5WEtUfVH3BzITcHnZZdTWAPyAZ { width:17.9375rem;height:5.0625rem;top:10.3125rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpOtvPEdKOlie6f8RTh89TbqKg0cW9Vn { width:2.625rem;height:2.625rem;top:16.6875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR4JlwOb7MEwFmDlCFuacxnfXzDV3suB { width:14.3125rem;height:3.125rem;top:24.125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDDrC7nNPRBD3kwZSuIO8ix3ZOS2o6u { display:block; }
 }@media only screen and (max-width: 763px) { #XAudg5aA3RQfvBBd8is5Up8FFOFDVdBK { width:1.3125rem;height:1.3125rem;top:28rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awTxkTrvewAp1B94gfKfcSks854eBGr4 { display:block; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKMcUxob3X7UM7NgPmQN3muSgzefa26e { width:31.9375rem;height:;top:5.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAn7T8LAKtcy5Fca97ctir989igKhCc8 { width:31.875rem;height:3.1875rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNmgVvNTiCiIUZkCFmgd0DpxDsnoRrI8 { width:26rem;height:24.125rem;top:6.6875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-text {padding-top: 0; padding-bottom: 0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-select {padding-top: 0; padding-bottom: 0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-button { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E  { width:22.0625rem;height:auto;top:11.125rem;left:23.1875rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E {display:block;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E { width:22.0625rem;height:auto;top:11.125rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #tAJDQZNoHmsSBDG5qFPnZorK0W08Ikqu {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #TpIpuNeoBek1yTZfBRx9KsFlAGurhkRn {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #XIJS1cH3wfD45Lya1u2Qb159ovZcd8Xt {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #BI6uJTNEa5Gcz1hPh6MrrtrlPGlOUmC7 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #DfrdrucRbmqP1ulWOr5uhxr31FJfE7Rk {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #GQyqJpeuzF4dvyATfelot09ZX0VE1h5m {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #EN7n6FtcyPd7AEScVVkLhH6oKrQTtXT9 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #tmwoCETJpaKAnpouW166p7CQQHV2D2e9 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #BJrr76At1UFsbgcid70efILrA3xa82cd {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #FVX09qDGvocsAeLvp8DmpLXCDvWcgT97 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #D71kLQyvxmKRxUSTHF44ByqyRS2NJFAk {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #k9Cy9D14W8tWcCqVPzTl8yJfepNaJDAb {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #cKNMHVJwVRlPJ7d2S6tHBbnMzBTphB7z {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #HnFnhZ9ICyDIw1tAXMDTlXEdSvHtFoeR {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA { display:flex;width:18rem;height:5.0625rem;top:7.875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #ED6y6AGnK7fF37uGqMwqJluRBk5iwcC6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #BInOUQWsPaEOe1A7KNAsSF3kPItbwDec {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #NTwAWRKn8DSMwtKZ3MGDOdlVdpEAqIFx {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #WTaVdD5rAvi0ihir2vn2hzrVzALQuAOk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #eABT0uxl39Oy4qRm7Hnd3mtZ4tJ2Kd0o {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #yZQTGgAzq4WaHLt75FHUQEkK5unvOCbX {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #zuWs0RUgzrt2ZvTNUe6IwcbpUHwBU95r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #mZdMHHIVypLbOiClpry0LCMRnV1CS1wy {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #w6ieZ9xOPTclrrsuN5b4TMOTu4uZ6Z0g {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #HU3lmhpVniIp5uhQWS1KEeNDG9ApAnC4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #RMFKGK4QThHCBXeIhXp5XQOr8uc9h49s {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #MpGKA1hyZM6qU6PkX5KGeKWTQBruSunE {  }
 }@media only screen and (max-width: 763px) { #dTFrBkTELd3uZRadp7S0DHgDTOt1oHa2 { width:18.3125rem;height:1.5625rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HKmtnAdHbJX3XuFATgO5SZXbi8xHIm { width:31.875rem;height:2.0625rem;top:22.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipO6q2cGZ8AwdGJC1JCOzD65hkEw3dn7 { width:31.875rem;height:1.5rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK7heNanT00EVRv5HkVXTrQ5LDRpTILr { width:21rem;height:1.75rem;top:8.8125rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW { display:block; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr { display:block; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRny0oybzNn2KnptkyzA3PHpNCLlaS6i { width:13.75rem;height:2.1875rem;top:3.625rem;left:29.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLW0LM9Hgkx3JOqiyToxi5ny2q8sQIH { width:13.75rem;height:4.8125rem;top:6.4375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxuhGgBwgUMDmoyNnmyXF73SUZL9U0i { width:17.125rem;height:2.1875rem;top:3.625rem;left:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7dwBJ1fVQCDvDab6gGf3D1viKUxBXpE { width:17.5rem;height:7.9375rem;top:6.4375rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOxdo5i5LNKFmE0OJRdt8s22Zg6gqiUT { width:3rem;height:3rem;top:6.75rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D { width:1.375rem;height:1.375rem;top:7.5625rem;left:46.375rem;display:block; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gldUxqtrhe0cxIVZo7slpNt9tuauSPtp { width:3rem;height:3rem;top:6.75rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBPzyK1IpVG44mfkc0cO9TOAPqoEHT9 { width:1.375rem;height:1.375rem;top:7.5625rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtb0BqP5hidMmEas40UUsaiEt68eav4O { width:3rem;height:3rem;top:6.8125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA6cCLIkKr493sQS905TWTBzVJUhXf9x { width:1.375rem;height:1.375rem;top:7.625rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK4DflTmdGbkabZBptZ0aRO0FC8SSx7e { width:13.75rem;height:2.1875rem;top:3.625rem;left:34rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJ1vlxaA8EEHOtcQLHs3pRM2sEFsvNW { width:10.3125rem;height:2.1875rem;top:3.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS { position:relative;z-index:auto;display:block; }#XnTLbzH8fagdMoubAD9F5KzO1EF3fZBS > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mzu2JFPGeWrGLv71O4THvaVqa0Rrrokz { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXx9Nt3eBfmEmho1JZMgAir2f7pFHNMM { display:block; }
 }@media only screen and (max-width: 763px) { #qf1r6ZNiE9vcxid3xS5MvdXHd4A0Nhyh { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PigemGQFn5TZ6PM86b56tWXHtlzK4hwU { width:20rem;height:4.798825rem;top:3.0615234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCdXdn2IpsODllgsVW8rECZWGOixiK55 { display:block; }#dCdXdn2IpsODllgsVW8rECZWGOixiK55 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc { position:relative;z-index:auto;display:block; }#T5dHqdnrRdlDlBZ5HBBfBdJ0SaJzMqqc > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMGaRMxKlTBfBtn7fTsPlKXsbnllf9I { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTT0FMgamRVT36omF1UuyaTorlT7wutk { display:block; }
 }@media only screen and (max-width: 763px) { #rAbCCifIC8qRtHE9Ut7Az6HJDzASTPUw { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfdBARyNtzs4I7gKcdwEmv91t0TnCeWk { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b613edec-f70a-4186-97a8-fb9c726521b7/hero2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.adaptive-delivery-prevent-bg, #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.lazyload, #hcALi0qs1DHXPy5G65uJBaarfrrJMlPi.lazyloading { background-image: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { background-color: transparent; background-image: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container > .video-iframe-container { display: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container { display: none; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .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); }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem; }#hcALi0qs1DHXPy5G65uJBaarfrrJMlPi > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wk636C4q7IHWhTpWSZrkrDMBtWnluTRd { width:20rem;height:7.8369375rem;top:12.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLw7zT1SUry7QxSyOANZFU0U9w0m58nV { width:20rem;height:4.798825rem;top:22rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #X8mofObc2M4TrVvAnKiGDbMTTeebSOUH { width:15rem;height:3.3125rem;top:58.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfTcMQ2LsUKqCaxk0sOBgOrz4umIdG36 { display:block; }
 }@media only screen and (max-width: 763px) { #TdLSmRyFKdKfB4PwuLwNgXuGc2q6F7qb { width:3.5625rem;height:2.625rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugpi3H0fFdAw1syhGSuKIBLLTwNbQPz6 { display:block; }
 }@media only screen and (max-width: 763px) { #OvhQCOQE1ClVD99rMaIas7pTQeoPETNy { width:3rem;height:2.625rem;top:4.1875rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2FWnSXNp2y1oyxnkQFG2byfmkMyDqWZ { display:block; }
 }@media only screen and (max-width: 763px) { #Q6CKaGgOT5J5AvE8lDlvifugaSgFpURA { width:4.125rem;height:2.625rem;top:4.1875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIrJcKEcq61tarCfdV1qDTCrv5kiWMl6 { display:block; }
 }@media only screen and (max-width: 763px) { #RoHCoQgBq6AH0zoVE48MNkSsCEKF6mgR { width:6.25rem;height:2.625rem;top:4.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OezVAzluI5Kr3qmR5BxMWMw8bUDNntQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #yqNkAaG8XL7hGEO9tpX7DqGodbkwe9PI { width:9.4375rem;height:1.94921875rem;top:1.25rem;left:5.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCJW2vxu18wMfsnFNEpTThZxa5aB645q { width:20rem;height:1.6494125rem;top:10.0390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lipgnrJWMdPoi9xXVPeBTCmVZ7Zp2UTq { width:15rem;height:3.125rem;top:63.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTPhqz8RVSaApW61PteUJt4NrJaWZAm { display:block; }
 }@media only screen and (max-width: 763px) { #iXEHpvBXbZy34UdvOBqwhxCk7OZsCR7G { width:20rem;height:2.0625rem;top:36.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfgD0FWRLlITOr2rhJw3KzbqAMXFmx3n { width:5.1875rem;height:1.5996125rem;top:34.0625rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sU8pvMeQ3NdTT8bWQdUqeJhcbnkNKomU { width:18.1875rem;height:17.875rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ7gJ1yTp7058FO8oW4SCeIKsmNQXXvT { width:6.6875rem;height:1.51171875rem;top:40.375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON11NpdOD1rdU0O1CDg9Z7ha4Dsi0MTb { width:5.5rem;height:1.375rem;top:40.4375rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVFc9fNIarn923sXikGTwgHvFWehCyqn { width:3.125rem;height:0.0625rem;top:41.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1V5AHSZZR9AW2p3qxSykXUE5p8AZKlK { width:13.125rem;height:6.3125rem;top:44.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnJRXRu1TH4DWhan7GQsgHvnT9wal9eD { width:14rem;height:4.798825rem;top:52.25rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRnNu2gzlz80P59auy9iyz6qlxUK81Av { display:flex;width:2.0625rem;height:1.6875rem;top:52.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #VUrNFzvptzTzi6MIbxPP1xxw9kheaL2I { width:17.3125rem;height:3.5625rem;top:27.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4ap2euvIFDQnXF1VX0smy1pr7df45H { width:2.875rem;height:2.875rem;top:27.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiekRUUPAdCyHWNqH6C4ogHVdD4cRFf { width:2.875rem;height:2.875rem;top:27.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3vIgP4r9dyV34HElRk786136u08DQt2 { width:2.875rem;height:2.875rem;top:27.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFliivUEIXT1DyVtNGnqJK1fqqNKGISU { width:9.5625rem;height:2.3984375rem;top:28.0625rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB { display:block; }#vMbqO1NMXr07wOBl3lgXFPpdK7BQtPmB > .row .container { width:20rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gdc1sxZGidficzObg6XU8UK3BB7TKdBl { width:20rem;height:5.5996125rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgceqxg4WKwg1ln5P0ampMXlz5O6UfQT { width:20rem;height:20.25rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcM4QbT3EJTqp6ZyFUTdVDHktRmPVsLE { width:20rem;height:20.794925rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFScDKsJZNTDcnQT7igQRh5R4klPEQTc { width:19.9375rem;height:20.125rem;top:68.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvAGxTftc7wXOmST68GTsQgk7mHKwD7t { width:20rem;height:13.3125rem;top:54.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcx3CUZVkIiKu8UZh2LgdfwprDEbu690 { width:20rem;height:13.3125rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVtII23IkT0onCETuHHX7obueWWKFCxS { width:18.75rem;height:4.548825rem;top:56.625rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9lH0SThfArbUhPaXno6oDPS7KKOsmqE { width:18.75rem;height:4.19824375rem;top:62rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPvkVsH14cwDMXoL8K9LMiVncqMiTKO { width:18.75rem;height:4.19824375rem;top:96.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyWyagdySxllseryIQ69zVIT4akP3a5 { width:18.75rem;height:4.548825rem;top:91.25rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX { display:block; }#D6bdJlN4lRaMAB3OGaTVBFsHuJhlFUBX > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U49T0y0iIPFTm4tFWHJQchr1mgm6EHX6 { width:20rem;height:2.79980625rem;top:1.412109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT { display:block; }#MD1g283RNeiNRN4Ma8f3qbLOpyNUTzAT > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td8eSxBQbPNvD0IsJvkLuCuFvboICIRX { width:15.4375rem;height:1.57421875rem;top:1.900390625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPKwV5AJKQgNJwhiqhiP8bDq5pnVu9Kv { width:2.875rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTpR3aBiaeDEfp2313W4IX5Aap1qfk21 { display:flex;width:1.75rem;height:1.75rem;top:1.8125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #ZS9NrK7gxHGUtHlR2cJR5FviFrx3c1wR { width:15.6875rem;height:3.1484375rem;top:5.6875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1UPyZotd5dd9Ivos5IHvJ0cLuaeduSS { width:2.875rem;height:2.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trd3LcvPTTiTd0y0NDqWQlwHvK5b0xMc { display:flex;width:1.75rem;height:1.75rem;top:6.25rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #lWEWF1uVOG4dfeoqvsp91DOUxIScn2MO { width:15.75rem;height:3.1484375rem;top:9.98828125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhzV3aXhDedgxinLVbtPZeRrcEPHl6Wh { width:2.875rem;height:2.875rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKpXZIG8wJLoGk5aq1E5N7G546pObtQ3 { display:flex;width:1.75rem;height:1.75rem;top:10.6875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #lqoeful0DVl9My8yoozWLbgbMlRaiXfr { display:block; }#lqoeful0DVl9My8yoozWLbgbMlRaiXfr > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKDbFQne6Vn7mJRMoookRKpSSpD1qTfx { width:15.4375rem;height:3.1484375rem;top:1.900390625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scRFz03cR5ne4evpcuIBNroTdmRMCQb1 { width:2.875rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3xsSrRdcHygTfa0vHhn2TUDuemucd9V { display:flex;width:1.75rem;height:1.75rem;top:1.8125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #Xz7brQe0pLMnIn5JTytuTFHxa5rPD1tR { width:15.6875rem;height:3.1484375rem;top:5.6875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0KEgrq7mIEUbER6dN9CNpShiHf3393 { width:2.875rem;height:2.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE6v1Bik4o93uyl1xWIaWFTPZ925ZN2W { display:flex;width:1.75rem;height:1.75rem;top:6.25rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #JERwagWBOg5UPzlU97hdISnDUpVpb06i { width:15.75rem;height:3.1484375rem;top:9.98828125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZXUyAqwFLenKGKh60MrVI67GRvenQCn { width:2.875rem;height:2.875rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Ut9faL8PvzK08XIL8Cox4pxCX7k3fn { display:flex;width:1.75rem;height:1.75rem;top:10.6875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd { display:block; }#EvyWB7LWy23xLPiQ77qgC0TFxW3GFdZd > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku52f6psiTOZIi7GtuTEf67QOkNSxg2y { display:block; }#ku52f6psiTOZIi7GtuTEf67QOkNSxg2y > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BydqRRC0D6Vx6aTGUUQEkIC0GrE9zreM { width:20rem;height:4.19921875rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM9T8R79GqkUWJltpHaE9ZrqJ3tCtE9z { width:20rem;height:1.3994125rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbFdNOTwNERncAL3Ku2Z1bCtu30kJtPU { width:14.3125rem;height:3.125rem;top:15.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od0Jvba5T7pL8wysDz62KF5HB1RcueBz { display:block; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-text.counter-number { padding-top:0.44875rem;padding-right:0.3975rem;padding-bottom:0.44875rem;padding-left:0.3975rem;width:2.38625rem;min-width:2.38625rem;height:2.410625rem;font-size:1.79375rem;line-height:38.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.181875rem;height:0.953125rem;font-size:0.6725rem;line-height:15.25px;top:-6%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 { display:flex;width:16.75rem;height:4.54125rem;top:8.5234375rem;left:1.1875rem;padding-top:0.4375rem;padding-right:0.4375rem;padding-bottom:0.4375rem;padding-left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #LhXuOsdsVcxPN4SzgXuyIiN9NrNJKHPh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #ygrwql7U730sQpy9TJvTWJGcBRQ4Cr3A {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #pLV2TqczIJfPVwLWRg1ouCf4ZvLMSgbK {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #z90aQoLio16lGT4eb2gOauTiFWrIXn0N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #Ah7iSlQOa0NWzlwyoeHUlDxWwilD6z3O {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #z5pA2kdydkQHGQ7SnXVMb7KBAZ4GcP7P {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #NooVdGd1sHTRP9kMoTxDnT54RNPkVMHr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #ed38GWDT3Xd5DzT8th3v3tthwElTUliG {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #MuNhzzTZy66iDJkLRIvu6ATAhHx8zcNt {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #C8DrTvFaXWlS572HHhc1kTl0gThCtAgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #JqPXEwg3UQmAN8wIpNkzyJNnhETf6CFp {  }
 }@media only screen and (max-width: 763px) { #DwKPK0ziLVDSvZmp4PfTtrZaEAIZZoe6 #W6ML9mHWIQZpfP0iP4buBh5yB0wGnNUP {  }
 }@media only screen and (max-width: 763px) { #O60uWyC6sVgAX62PgTvczCUflf6RVm4x { width:19.625rem;height:4.375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwuZp3LxSeUc6ig6FzXIxHhwbdViotA { width:17.125rem;height:7.4375rem;top:7.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsPn37VbgZVZrGQUiOfP6dew1qCUGQLL { display:flex;width:1.3125rem;height:1.3125rem;top:19.5625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et { display:block; }#JbfMTQiaMAeLXmRkBTD4AbMhnkypX7Et > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbDkIKx6SoqVnxG3WkrbtSIGb4DKy7RO { width:20rem;height:4.548825rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db3VlRTkBxqf2Qu3vCCIbL6qJ1wZtyFE { width:20rem;height:6.8781302170284rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRP7EXymiB5TNMTmFSlrwaDhfmzAGIOM { width:20rem;height:1.57421875rem;top:13.056640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF5WBexMt82JFguidtMHhZbHbaWXdpsw { width:0.0625rem;height:4.375rem;top:14.630859375rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEDT3Eg3dKzLtooBrn5pC9gJda4559lO { display:flex;width:1.3125rem;height:1.3125rem;top:18.90625rem;left:9.34375rem; }
 }@media only screen and (max-width: 763px) { #xdvAvlt1N0qq1EiAyebf27wEW3AVABQy { display:block; }#xdvAvlt1N0qq1EiAyebf27wEW3AVABQy > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9u11yZrQNwWEDkFAsmXfQkH14pVt968 { display:flex;width:1.3125rem;height:1.3125rem;top:89.8125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #xwQQE1KHVGZWbIgRFl0fdNmIqtHEXSMk { width:20rem;height:22.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFoxWy60Ng3Fdfk2yTxyltT0JxW75dby { width:15.3125rem;height:7.375rem;top:8rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TLV7XUJZ0tx2x6owtLI6KrnyCbLffR { width:14rem;height:4.798825rem;top:19.25rem;left:3.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2LlGi0d8fT1rdvkskBLOZbJZkB8l3HZ { display:flex;width:2.0625rem;height:1.6875rem;top:19.25rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ztLMJ7DVpR6ZdTlJZ52g7QTXP2z2E6k6 { width:9.6875rem;height:1.92480625rem;top:3.0625rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6XASusgBI4UTNRPJLwsllbgzDUg6eAW { width:5.5rem;height:1.51171875rem;top:3.26953125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnipdKqJzqukCmFFFV0EKfTFF8EQIJLS { width:3.75rem;height:0.0625rem;top:3.9931640625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXBrs6O1emS4SUfSDSGBFcGRxsnP7TU2 { width:20rem;height:25rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9tAOu1gdOv0wB58d3PUsMXMAgJdPoiz { width:15.5625rem;height:4.798825rem;top:45.25rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHwLlHk7pVuBQ5wVh1H1cxPi5eCZ3PGK { width:16.25rem;height:9rem;top:32rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srUWLrkwgXt5D9yMVu6vcSfwn9QZTeKp { display:flex;width:2.0625rem;height:1.6875rem;top:45.1875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #pEA20eHyEg3qUBaTaDmFs3BuyNVmtJLD { width:9.6875rem;height:4.19921875rem;top:26.875rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5CTOURdlTzgysAfXZoKqnvpM35ZoZsB { width:5.5rem;height:1.51171875rem;top:27.0625rem;left:13.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVW7Dqf7XKSXzDTha8yekO2fcFAwzyTP { width:3.75rem;height:0.0625rem;top:27.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJvGJIWcff9dqMW3MJ45wQBl1wl250Kx { width:20rem;height:25rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du000zbDMR6pDdGogB385LBlf0OhqRhW { width:15.5625rem;height:4.798825rem;top:71.5rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzNT0iHWIcq0xydfvMCecNffeVwJgn1S { width:11.4375rem;height:11.6875rem;top:57.96875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDLHImFTGrbW2yPtnaW6iyNa2MhvaFX5 { display:flex;width:2.0625rem;height:1.6875rem;top:71.4375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #EJuHhv1DHuJGkNx2u1Ko9mUJTOtMnCPJ { width:9.6875rem;height:4.19921875rem;top:53.125rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7lGTLQvZnnSdgfNd4al1KV2mWFhETl { width:5.5rem;height:1.51171875rem;top:53.3125rem;left:13.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxUla5ZmW1AWmTzcc5xmgaf6C8xquwJc { width:3.75rem;height:0.0625rem;top:54.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DournaNhAt4Fixh9Ouho2EIsMbrFrkCu { width:14.3125rem;height:3.125rem;top:85.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9dAXnpJ0I5inZl2sQz8SBD5CooGIyFp { display:block; }
 }@media only screen and (max-width: 763px) { #Eb5ScmhiQmTmWNDwswmmpid1gI20nfi3 { width:20rem;height:4.19921875rem;top:80.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL { display:block; }#O4f2UENIwCywy7dEoT9rUZlI9dpNsZbL > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIthITfaaBVFliBTmqOH0ysHz2MMSBOx { width:20rem;height:8.3994375rem;top:17.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWAOQqrC6puJfsi1eJQOpppdv4UmWbGy { width:17.125rem;height:11.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J92RXaGJq9whQQT1X7gmlGF73CIAl3Ku { width:20rem;height:4.798825rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb7TdCm6dRTqLcbdNCmlVy9oMPgsgnu1 { width:20rem;height:8.9355625rem;top:32.5rem;left:0rem;font-size:1rem;display:block; }#Eb7TdCm6dRTqLcbdNCmlVy9oMPgsgnu1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df427a223cff3c177162d4c4b4e57933792f6561.svg); }
 }@media only screen and (max-width: 763px) { #tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT { display:block; }#tGQvmxuVOkTTzrEmHrTZSx2Slk8ptcsT > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdkVcB5R13VudO8AXOUotPKTGNznQ4S2 { width:20rem;height:2.79980625rem;top:17.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWQMwcZTmFD1LL6VOmx2hIqbiH1dSO4M { width:16.9375rem;height:11.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fABzqxTROA6JqugeJHTSM0hpwf5Gooqx { width:20rem;height:14.3965rem;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaroEt70NdynptSxyEJRZC1KkRWiby4t { width:20rem;height:10.222625rem;top:36.896484375rem;left:0rem;font-size:1rem;display:block; }#EaroEt70NdynptSxyEJRZC1KkRWiby4t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa9ac65314ee2ece55b3090dc9f8451.svg); }
 }@media only screen and (max-width: 763px) { #MTkx7TmCkLklAq11y0lGuMp9yshIlZDh { display:block; }#MTkx7TmCkLklAq11y0lGuMp9yshIlZDh > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sa24am3KF9NrD2eUxMceDgGQ3CGtRDFH { width:20rem;height:2.2744125rem;top:3.19921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov8DX68fOJT9UeqO0fDzTTkqNnzzGEH5 { width:20rem;height:12rem;top:6.8125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HE8xBmHuMPng1s7rZOGaPAGf7Ut3dqxn { width:13.375rem;height:1.29980625rem;top:15.537109375rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XAHQ0Wksay5BltrNHHI6pZ3gLZZeADr5 { width:17.125rem;height:4.798825rem;top:8.6875rem;left:1.5625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iIRQgiJ9ulFxEE6CHFaw7J1iQaCT0UTi { width:2.625rem;height:2.625rem;top:14.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTrT0JkcigVI8QlVwwTMRo1zctXl8Le { width:20rem;height:12rem;top:20.6875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #M0U084WkB2MMODNqRVkVGPk3ofFcXgpw { width:13.75rem;height:1.29980625rem;top:29.5625rem;left:5.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b1epcuf77ZoN7n1gPPmQeGkvSkk0JCUM { width:17.9375rem;height:4.798825rem;top:22.5625rem;left:1.5rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eEVVIS4daLzUoOTALNnTsluhTvHx1Xcz { width:2.625rem;height:2.625rem;top:28.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTP6TE4BqHQGaWf7ufPZT3yVL8KeHqh { width:20rem;height:12rem;top:34.5625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #g48VMqTTC2TV77a5mC8ez8mZsAnTEGPE { width:13.75rem;height:1.29980625rem;top:43.4375rem;left:5.0625rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gGyTPD5WEtUfVH3BzITcHnZZdTWAPyAZ { width:17.9375rem;height:4.798825rem;top:36.4375rem;left:1.5rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KpOtvPEdKOlie6f8RTh89TbqKg0cW9Vn { width:2.625rem;height:2.625rem;top:42.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR4JlwOb7MEwFmDlCFuacxnfXzDV3suB { width:14.3125rem;height:3.125rem;top:48.4375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDDrC7nNPRBD3kwZSuIO8ix3ZOS2o6u { display:block; }
 }@media only screen and (max-width: 763px) { #XAudg5aA3RQfvBBd8is5Up8FFOFDVdBK { display:flex;width:1.3125rem;height:1.3125rem;top:52.4248046875rem;left:9.34375rem; }
 }@media only screen and (max-width: 763px) { #awTxkTrvewAp1B94gfKfcSks854eBGr4 { display:block; }#awTxkTrvewAp1B94gfKfcSks854eBGr4 > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKMcUxob3X7UM7NgPmQN3muSgzefa26e { width:15.9375rem;height:5.5996125rem;top:4.1650390625rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAn7T8LAKtcy5Fca97ctir989igKhCc8 { width:17.3125rem;height:6.3984375rem;top:11.328125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNmgVvNTiCiIUZkCFmgd0DpxDsnoRrI8 { width:17.875rem;height:27.8125rem;top:36.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-regular-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-text { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-text {padding-top: 0; padding-bottom: 0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-textarea { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-select { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-select {padding-top: 0; padding-bottom: 0;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-input-button { width:11.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .widget-checkbox-label { width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E  { width:14.75rem;height:auto;top:42.5625rem;left:1.25rem; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E .radio-container { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E {display:block;}#TK2z0fHT0UgeepCBfQnpIVx8mttFid5E { width:14.75rem;height:auto;top:42.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #tAJDQZNoHmsSBDG5qFPnZorK0W08Ikqu {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #TpIpuNeoBek1yTZfBRx9KsFlAGurhkRn {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #XIJS1cH3wfD45Lya1u2Qb159ovZcd8Xt {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #BI6uJTNEa5Gcz1hPh6MrrtrlPGlOUmC7 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #DfrdrucRbmqP1ulWOr5uhxr31FJfE7Rk {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #GQyqJpeuzF4dvyATfelot09ZX0VE1h5m {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #EN7n6FtcyPd7AEScVVkLhH6oKrQTtXT9 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #tmwoCETJpaKAnpouW166p7CQQHV2D2e9 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #BJrr76At1UFsbgcid70efILrA3xa82cd {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #FVX09qDGvocsAeLvp8DmpLXCDvWcgT97 {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #D71kLQyvxmKRxUSTHF44ByqyRS2NJFAk {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #k9Cy9D14W8tWcCqVPzTl8yJfepNaJDAb {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #cKNMHVJwVRlPJ7d2S6tHBbnMzBTphB7z {  }
 }@media only screen and (max-width: 763px) { #TK2z0fHT0UgeepCBfQnpIVx8mttFid5E #HnFnhZ9ICyDIw1tAXMDTlXEdSvHtFoeR {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-text.counter-number { padding-top:0.44875rem;padding-right:0.3975rem;padding-bottom:0.44875rem;padding-left:0.3975rem;width:2.38625rem;min-width:2.38625rem;height:2.410625rem;font-size:1.79375rem;line-height:38.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.181875rem;height:0.953125rem;font-size:0.6725rem;line-height:15.25px;top:-6%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA { display:flex;width:16.75rem;height:4.5400375rem;top:29.8125rem;left:0rem;padding-top:0.4375rem;padding-right:0.4375rem;padding-bottom:0.4375rem;padding-left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #ED6y6AGnK7fF37uGqMwqJluRBk5iwcC6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #BInOUQWsPaEOe1A7KNAsSF3kPItbwDec {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #NTwAWRKn8DSMwtKZ3MGDOdlVdpEAqIFx {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #WTaVdD5rAvi0ihir2vn2hzrVzALQuAOk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #eABT0uxl39Oy4qRm7Hnd3mtZ4tJ2Kd0o {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #yZQTGgAzq4WaHLt75FHUQEkK5unvOCbX {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #zuWs0RUgzrt2ZvTNUe6IwcbpUHwBU95r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #mZdMHHIVypLbOiClpry0LCMRnV1CS1wy {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #w6ieZ9xOPTclrrsuN5b4TMOTu4uZ6Z0g {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #HU3lmhpVniIp5uhQWS1KEeNDG9ApAnC4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #RMFKGK4QThHCBXeIhXp5XQOr8uc9h49s {  }
 }@media only screen and (max-width: 763px) { #yvTf1yiDdQqE433CtXK0sDvsKqJpBKMA #MpGKA1hyZM6qU6PkX5KGeKWTQBruSunE {  }
 }@media only screen and (max-width: 763px) { #dTFrBkTELd3uZRadp7S0DHgDTOt1oHa2 { width:18.3125rem;height:1.3994125rem;top:28.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5HKmtnAdHbJX3XuFATgO5SZXbi8xHIm { width:13.375rem;height:2.0625rem;top:21.349609375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipO6q2cGZ8AwdGJC1JCOzD65hkEw3dn7 { width:16.25rem;height:1.5996125rem;top:19.125rem;left:1.25rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oK7heNanT00EVRv5HkVXTrQ5LDRpTILr { width:15.25rem;height:3.5rem;top:39.6875rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW { display:block; }#p8qOyTBMFNe7G18S6ddSOyyOrMT5PfNW > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr { display:block; }#sVnezPFTSvlZR4NiV8b40M9bnDmgFHsr > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRny0oybzNn2KnptkyzA3PHpNCLlaS6i { width:18.125rem;height:1.79980625rem;top:19.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLW0LM9Hgkx3JOqiyToxi5ny2q8sQIH { width:18.125rem;height:4.7988375rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxuhGgBwgUMDmoyNnmyXF73SUZL9U0i { width:18.125rem;height:1.79980625rem;top:7.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7dwBJ1fVQCDvDab6gGf3D1viKUxBXpE { width:18.125rem;height:7.99805rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOxdo5i5LNKFmE0OJRdt8s22Zg6gqiUT { width:3rem;height:3rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D { display:flex;width:1.375rem;height:1.375rem;top:33.6875rem;left:0.8125rem; }
#CW3ZOMpFCQB6uCpBZS3sgKyLO9H1XA9D > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #gldUxqtrhe0cxIVZo7slpNt9tuauSPtp { width:3rem;height:3rem;top:32.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBPzyK1IpVG44mfkc0cO9TOAPqoEHT9 { display:flex;width:1.375rem;height:1.375rem;top:33.6875rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #rtb0BqP5hidMmEas40UUsaiEt68eav4O { width:3rem;height:3rem;top:32.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA6cCLIkKr493sQS905TWTBzVJUhXf9x { display:flex;width:1.375rem;height:1.375rem;top:33.6875rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #LK4DflTmdGbkabZBptZ0aRO0FC8SSx7e { width:13.75rem;height:1.79980625rem;top:30.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWJ1vlxaA8EEHOtcQLHs3pRM2sEFsvNW { width:10.3125rem;height:1.94921875rem;top:3.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }